From c6384a765b1113fbff54bc3f0126b3a578730b36 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 27 Nov 2007 21:07:38 +0000 Subject: Flush data on tty open. Also reset colour before clearing line/screen. --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 206c4ce8..6974251c 100644 --- a/TODO +++ b/TODO @@ -57,7 +57,9 @@ - lift SHRT_MAX limits for history - audit copy/scroll and other modes for problems with very small windows - screen_draw_* moved out/renamed (accept TTY_*?) -- SIGWINCH can probably be handled in server -- For 0.2 -------------------------------------------------------------------- - window splitting? +- restore term cap checks +- anything which uses cmd_{send,recv}_string will break if the string is + split. string length should be part of the command size -- cgit