[vlc-commits] commit: ncurses: add back comment mistakenly removed ( Rafaël Carré )
git at videolan.org
git at videolan.org
Fri Oct 29 23:56:47 CEST 2010
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Fri Oct 29 23:56:40 2010 +0200| [56a27db4d6468ed48aefc4e519ea539fe31a0b10] | committer: Rafaël Carré
ncurses: add back comment mistakenly removed
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=56a27db4d6468ed48aefc4e519ea539fe31a0b10
---
modules/gui/ncurses.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/ncurses.c b/modules/gui/ncurses.c
index f1c1bff..70ef836 100644
--- a/modules/gui/ncurses.c
+++ b/modules/gui/ncurses.c
@@ -1679,6 +1679,8 @@ static bool HandleListKey(intf_thread_t *p_intf, int key)
switch(key)
{
#ifdef __FreeBSD__
+/* workaround for FreeBSD + xterm:
+ * see http://www.nabble.com/curses-vs.-xterm-key-mismatch-t3574377.html */
case KEY_SELECT:
#endif
case KEY_END: p_sys->i_box_idx = p_sys->i_box_lines_total - 1; break;
More information about the vlc-commits
mailing list