--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:
Timo Sirainen 2000-10-08 12:54:26 +00:00 committed by cras
commit 11f2accbb1
8 changed files with 97 additions and 26 deletions

View file

@ -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";