From a1cb652643685cfb976153f6d64aaaa65c682b25 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 14 Jan 2009 23:59:33 +0000 Subject: [PATCH] Update. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 02352245..64c62030 100644 --- a/TODO +++ b/TODO @@ -51,7 +51,7 @@ others do not. this might be hard: a flag for each grid line (top bit of size maybe)? a single flag is insufficient as can't then tell when to /stop/ unwrapping -- more # commands in status-left,right eg #H for hostname. others? +- more # commands in status-left,right eg #H for hostname, #S for session name - input.c is too complicated. simplify? - try change from pass-though model to redraw model (use updated screen data). maybe too slow though?