diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-11-18 13:56:06 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-11-18 13:56:06 +0000 |
commit | ec48709dc2a5866650292c1f9ced66baa150b4a9 (patch) | |
tree | 2448c9849fdfad93ae79d43a9a811ed7e7e8d8a7 | |
parent | 9829cfc8d2e32f587ec1a5de08f3c6bc4a20cb4b (diff) | |
download | rtmux-ec48709dc2a5866650292c1f9ced66baa150b4a9.tar.gz rtmux-ec48709dc2a5866650292c1f9ced66baa150b4a9.tar.bz2 rtmux-ec48709dc2a5866650292c1f9ced66baa150b4a9.zip |
+.
-rw-r--r-- | TODO | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -93,8 +93,14 @@ - UTF-8 should be a pointer into a combined string buffer - check irssi (term_charset) works with UTF-8 - rectangle copy/paste -- half page/up down are missing from key table - support esc-esc to quit in modes -- permit top-bit-set characters/utf-8 in command prompt -- fix ctrl+F1-F4 output - +- fix ctrl+F1-F4 output. to what? +- look into xterm clearing its selection when scrolling etc +- better utf8 support: + window names + prompt input + message display + copy and paste cursor and wide characters + ...? +- would prompt history/message log be better as server-global? need server global options +- don't require mouse/xterm input to be atomic |