mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
--disable-curses-windows option to configure
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@723 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
62473e354f
commit
11f2accbb1
8 changed files with 97 additions and 26 deletions
|
|
@ -110,7 +110,9 @@ static const char *get_key_name(int key)
|
|||
case KEY_HOME:
|
||||
return "Home";
|
||||
case KEY_END:
|
||||
#ifdef KEY_LL
|
||||
case KEY_LL:
|
||||
#endif
|
||||
return "End";
|
||||
case KEY_PPAGE:
|
||||
return "Prior";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue