mirror of
https://github.com/tmux/tmux.git
synced 2025-01-15 05:09:04 +00:00
Some stuff is done.
This commit is contained in:
parent
3834f09794
commit
6de6f4c4c9
11
TODO
11
TODO
@ -31,9 +31,7 @@
|
|||||||
- activity/bell should be per-window not per-link? what if it is cur win in
|
- activity/bell should be per-window not per-link? what if it is cur win in
|
||||||
session not being watched?
|
session not being watched?
|
||||||
- tidy up window modes
|
- tidy up window modes
|
||||||
- problems with force-width when wrapping line in emacs?
|
- next prev word etc in command prompt; also ^K
|
||||||
- next prev word etc in command prompt; also ^K; also make it support modes
|
|
||||||
to support vi. is there something could use for this? editline(3)/readline?
|
|
||||||
- many more info() displays for various things
|
- many more info() displays for various things
|
||||||
- vi half page scroll
|
- vi half page scroll
|
||||||
- backspace should perhaps wrap backwards over newlines which were not moved
|
- backspace should perhaps wrap backwards over newlines which were not moved
|
||||||
@ -42,10 +40,7 @@
|
|||||||
maybe)? a single flag is insufficient as can't then tell when to /stop/
|
maybe)? a single flag is insufficient as can't then tell when to /stop/
|
||||||
unwrapping
|
unwrapping
|
||||||
- input.c is too complicated. simplify?
|
- input.c is too complicated. simplify?
|
||||||
- try change from pass-though model to redraw model (use updated screen
|
|
||||||
data). maybe too slow though?
|
|
||||||
- use a better termcap internally instead of screen, perhaps xterm
|
- use a better termcap internally instead of screen, perhaps xterm
|
||||||
- tty.c is a bit ugly
|
|
||||||
- a command to display the status line briefly when it is turned off
|
- a command to display the status line briefly when it is turned off
|
||||||
- FAQ "Can I have some examples of cool things I can do with tmux?" -- linkw,
|
- FAQ "Can I have some examples of cool things I can do with tmux?" -- linkw,
|
||||||
more??
|
more??
|
||||||
@ -83,8 +78,8 @@
|
|||||||
- better support for stupid margin terminals. strcmp for cons25 sucks, how can
|
- better support for stupid margin terminals. strcmp for cons25 sucks, how can
|
||||||
these be autodetected?
|
these be autodetected?
|
||||||
- refer to windows by name etc (duplicates? fnmatch?)
|
- refer to windows by name etc (duplicates? fnmatch?)
|
||||||
- the output code (tty.c) could do with optimisation depending on term capibilities
|
- the output code (tty.c) could do with optimisation depending on term
|
||||||
- find a better way to emulate scroll region/redraw < full screen etc
|
capibilities
|
||||||
|
|
||||||
(hopefully) for 0.8, in no particular order:
|
(hopefully) for 0.8, in no particular order:
|
||||||
- test bug sshing from freebsd console
|
- test bug sshing from freebsd console
|
||||||
|
Loading…
Reference in New Issue
Block a user