mirror of
https://github.com/tmux/tmux.git
synced 2025-04-24 13:28:49 +00:00
Tweak.
This commit is contained in:
parent
4a419bbc9a
commit
89d298d4c7
3
NOTES
3
NOTES
@ -38,6 +38,7 @@ And major missing features:
|
|||||||
- Copy and paste.
|
- Copy and paste.
|
||||||
- Scrollback.
|
- Scrollback.
|
||||||
- Mouse support.
|
- Mouse support.
|
||||||
|
- No support for programs changing termios(4) settings or other tty(4) ioctls.
|
||||||
|
|
||||||
A more extensive, but rough, todo list is included in the TODO file.
|
A more extensive, but rough, todo list is included in the TODO file.
|
||||||
|
|
||||||
@ -59,4 +60,4 @@ freenode or efnet IRC. I sometimes ignore private msgs from people I don't
|
|||||||
know, so please mention tmux initially (rather than just saying "hi" ;-).
|
know, so please mention tmux initially (rather than just saying "hi" ;-).
|
||||||
|
|
||||||
-- Nicholas Marriott <nicm@users.sf.net>
|
-- Nicholas Marriott <nicm@users.sf.net>
|
||||||
$Id: NOTES,v 1.25 2007-11-12 16:13:49 nicm Exp $
|
$Id: NOTES,v 1.26 2007-11-12 20:59:33 nicm Exp $
|
||||||
|
3
TODO
3
TODO
@ -13,7 +13,10 @@
|
|||||||
- some of the uses of buffers really sucks. buffer_reverse_add/remove,
|
- some of the uses of buffers really sucks. buffer_reverse_add/remove,
|
||||||
and buffer_insert_range/delete_range are abominations. this should be
|
and buffer_insert_range/delete_range are abominations. this should be
|
||||||
rethought
|
rethought
|
||||||
|
- handle ioctl/termios stuff on window sockets
|
||||||
- figure out once and for all what is going on with backspace and del
|
- figure out once and for all what is going on with backspace and del
|
||||||
|
backspace should be translated per the termios setting.
|
||||||
|
del passed through?
|
||||||
- window creation/idle time
|
- window creation/idle time
|
||||||
- attributes could be 8 not 16 bits
|
- attributes could be 8 not 16 bits
|
||||||
- profile/optimise, particularly (i suspect) input.c
|
- profile/optimise, particularly (i suspect) input.c
|
||||||
|
Loading…
Reference in New Issue
Block a user