]> code.citadel.org Git - citadel.git/blobdiff - citadel/textclient/commands.c
Removed curses fullscreen mode in the text client, in preparation for something even...
[citadel.git] / citadel / textclient / commands.c
index 7999c62533c7cb1409a96d73324e96811a042bfd..0465db3cda427f53d275501b0de02f6f046648a4 100644 (file)
@@ -331,18 +331,7 @@ void print_instant(void)
                fmout(screenwidth, NULL, listing, NULL, 1, screenheight, -1, 0);
                free(listing);
 
-               /* 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;
+               lines_printed = 0;
        }
        scr_printf("\n---\n");
        color(BRIGHT_WHITE);