/* when running in curses mode, the scroll bar in most
authorNathan Bryant <loanshark@uncensored.citadel.org>
Wed, 13 Mar 2002 03:34:38 +0000 (03:34 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Wed, 13 Mar 2002 03:34:38 +0000 (03:34 +0000)
commit7e252a35a301e4fc45e90879ce6116b58ea9c41c
tree78c4cf0cbf0299e8e33f5b2f0ec1ff940e3eb19d
parentba0361173431062b9091c066fb72d4eb2df1977a
/* when running in curses mode, the scroll bar in most
   xterm-style programs becomes useless, so it makes sense to
   pause after a screenful of pages if the user has been idle
   for a while. However, this is annoying to some of the users
   who aren't in curses mode and tend to leave their clients
   idle. keepalives become disabled, resulting in getting booted
   when coming back to the idle session. but they probably have
   a working scrollback in their terminal, so disable it in this
   case:
 */
if (!is_curses_enabled())
lines_printed = 0;
citadel/ChangeLog
citadel/commands.c
citadel/screen.c
citadel/screen.h