diff options
author | Timo Sirainen <cras@irssi.org> | 2000-02-20 13:40:49 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-02-20 13:40:49 +0000 |
commit | 141b4490b250f9634a8d3b42c2cf4738bc3a2924 (patch) | |
tree | 16f5daf6c9a2a6fe9f43ccd4f49bd03546f409c9 /acconfig.h | |
parent | 4d6a23b7b2c51fa3ea25f19755d73e2964d79adb (diff) | |
download | irssi-141b4490b250f9634a8d3b42c2cf4738bc3a2924.zip |
Resizing terminal works now right without resizeterm() function.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@125 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ /* our own curses checks */ #undef HAVE_NCURSES_USE_DEFAULT_COLORS #undef HAVE_CURSES_IDCOK +#undef HAVE_CURSES_RESIZETERM /* nls */ #undef ENABLE_NLS |