From b43ed100c28ecf78880f70b74f5f76cf315ae03a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 8 Aug 2008 17:36:30 +0000 Subject: [PATCH] Done. --- TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO b/TODO index 37e5ed22..38450ff1 100644 --- a/TODO +++ b/TODO @@ -30,7 +30,6 @@ - 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_*?) -- get rid of stderr/stdout hacks in log.c - split clients into three RB trees by fd: attached/unattached/dead? or tailqs? what would be fastest per-char? - window splitting?