From fb6c8ecae60c94f99201195bf876e44ba6c7fd1a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 10 Jan 2009 01:30:38 +0000 Subject: New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. --- TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 2e9ae074..1709538b 100644 --- a/TODO +++ b/TODO @@ -53,11 +53,13 @@ unwrapping - OPTIONS section in man page with description of new option handling - update set/setw in man page with -g and -u flags -- document status line options, title bits -- document window options changes - more # commands in status-left,right eg #H for hostname. others? - input.c is too complicated. simplify? - try change from pass-though model to redraw model (use updated screen data). maybe too slow though? - use a better termcap internally instead of screen, perhaps xterm - tty.c is a bit ugly +- document xterm-keys +- document server-info +- document status line options, title bits +- document window options changes -- cgit