summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-20 18:46:32 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-20 18:46:32 +0000
commit0be6a3041ff58e716e6e44ff577dcc62685b3613 (patch)
tree26c4977553dc7968ac99436703c3ea5302ff1d01 /TODO
parentc0572ea9929b86071dcce6d7a9616164c6450d71 (diff)
Style: ry_* -> r*
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO b/TODO
index 50d4e3e8..7ecb806c 100644
--- a/TODO
+++ b/TODO
@@ -5,9 +5,7 @@
- alt charset, borders etc (terminfo(5)/Line Graphics)
- new window command prompt
- mouse handling and some other bits elinks needs
-- scrollback
- server doesn't handle SIGTERM anymore...
-- copy/paste
- the whole input/screen/local thing sucks a bit, reorganise/redesign it
- line mode/char-at-a-time mode a la telnet?
- some of the uses of buffers really sucks. buffer_reverse_add/remove,
@@ -67,7 +65,13 @@
- session specification is all over the place. some things use -s before cmd,
some -s after, some no -s, there are various uses of -n. the differences are
sort of logical, but confusing. needs rethought
+- bind non prefix keys (useful for shift-pageup for scrollback, when we
+ have scrollback)
+- stuff like rename would be nice to be able to do in-client like screen, if
+ it could be implemented in a non-icky way
-- For 0.2 --------------------------------------------------------------------
- copy and paste
+- scrollback
+ phys screen vs virt screen? or seperate scrollback buffer?
- window splitting?