]> git.sesse.net Git - vlc/commit
ncurses : various fixes (runtime / display)
authorRafaël Carré <rafael.carre@gmail.com>
Mon, 30 Mar 2009 14:53:29 +0000 (16:53 +0200)
committerRafaël Carré <rafael.carre@gmail.com>
Wed, 1 Apr 2009 13:10:19 +0000 (15:10 +0200)
commitb400ed6e73f7d38976a968cf7031f20744b77ef2
treedb247885b0fe7fff7abd5567ffdef04b07769273
parent454ac21d57f224820a9260643c124aeea935fb15
ncurses : various fixes (runtime / display)

    Release referenced input, only use "intf-change" playlist callback.
    When using the "item-change" callback we can't lock the playlist,
    because some callers lock it and some don't.
    Drawback : Prevent UI updates when metadata becomes available for items.

    Fix statistics box display (empty lines not refreshed)

    Check asprintf() return value
modules/gui/ncurses.c