]> git.sesse.net Git - vlc/commit
ncurses interface:
authorRémi Duraffort <ivoire@videolan.org>
Thu, 10 Jan 2008 18:20:43 +0000 (18:20 +0000)
committerRémi Duraffort <ivoire@videolan.org>
Thu, 10 Jan 2008 18:20:43 +0000 (18:20 +0000)
commit9bd7b3750efafe34f0df0d6c7965f69837b9177d
tree7e414603c5fc09b28b406b7c42745429ecec35f0
parent627fed2d229fed855c2d2f758dec6bcea586e143
ncurses interface:
 * support colors if --color is enabled (it is by default)
 * use _() to permit translation of the interface
 * matches only ESC, and not special keys combinations (it was boring to have VLC exit when inadvertently hitting alt+something
 * do not use KeyToUTF8() at all when in wide characters mode, since we assume UTF-8 locale
 * display the help shortcut when the interface is stopped, rather than in the title
Patch by funman.
modules/gui/ncurses.c