From 2cdc75fa4efc82f0aa65f514ecec86eedd0404c7 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 21 Nov 2007 14:50:41 +0000 Subject: Fix clear. --- TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index b9180885..884577a5 100644 --- a/TODO +++ b/TODO @@ -69,10 +69,11 @@ - bind non prefix keys - stuff like rename would be nice to be able to do in-client like screen, if it could be implemented in a non-icky way -- there is to much redrawing. use flags? (there was a problem with this idea..?) +- there is to much redrawing. use flags? (there was a problem with this idea... + CLIENT_HOLD?) - use modes for help etc - scrollback should only draw scrolled line on up/down - +- horizontal scrolling -- For 0.2 -------------------------------------------------------------------- - copy and paste -- cgit