FreeBSD and NetBSD HAVE got ttydefaults.h. Fixes SF bug 2844744.

Also make clang use -iquote in makefiles.
This commit is contained in:
Nicholas Marriott
2009-08-26 08:58:39 +00:00
parent 1ce325b31e
commit 6b4ed722b1
4 changed files with 11 additions and 6 deletions

5
TODO
View File

@ -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?)