diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-10-10 15:17:50 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-10-10 15:17:50 +0000 |
commit | 3d1936e9c74aec748a2d2b1e4d52a327d0c92227 (patch) | |
tree | 9340222c1eaf3ace5af48d0f9bcd15fb1353d23c | |
parent | 932f0a757facf1924a28806fffe5c0b9762d05d9 (diff) | |
download | rtmux-3d1936e9c74aec748a2d2b1e4d52a327d0c92227.tar.gz rtmux-3d1936e9c74aec748a2d2b1e4d52a327d0c92227.tar.bz2 rtmux-3d1936e9c74aec748a2d2b1e4d52a327d0c92227.zip |
Update.
-rw-r--r-- | TODO | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -82,13 +82,6 @@ to be smaller by other clients. pan smaller terminal? (like screen F) -- idea of a "view" onto a window, need base x/y offsets for redraw -- support running tmux from inside tmux [#(), if-shell] -- - generic system-like function which may take a callback - also sets up environment (TMUX) and has a timeout - for #(): command schedular, status line queues it with a time, run in - main loop, and uses most recent result -- can also be used for persistent - commands which never exit just continually output - for if-shell, callback?? - 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 @@ -98,3 +91,6 @@ - support the mouse wheel to scroll through history - if the window is dead, automatic-rename should mark is [dead] or something (or a different symbol??) +- use job stuff for run-shell and if-shell +- some way to KEEP a command running continually and just use its LAST line of + output |