From 6b4ed722b1d77342fd4faa0c33880ef1d1d2305f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 26 Aug 2009 08:58:39 +0000 Subject: FreeBSD and NetBSD HAVE got ttydefaults.h. Fixes SF bug 2844744. Also make clang use -iquote in makefiles. --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 3ba1d46c..92dd8250 100644 --- a/TODO +++ b/TODO @@ -46,7 +46,6 @@ errors better - key to switch to copy mode from scroll mode - attach should have a flag to create session if it doesn't exist -- a way to address panes by name ("top-left") and position ("0,0") - rename split-window -> split-pane?? - fix UTF-8 guesswork on sparc64, improve tty checks - choice and more mode would be better per client than per window? @@ -101,3 +100,7 @@ - handle resize better in copy mode - way to copy stuff that is off screen due to resize - fix line wrapping c&p problems in xterm etc +- a way to address panes by name ("top-left") and position ("0,0") +- a mode to identify panes +- show pane number somewhere (separator lines?) + -- cgit