diff options
author | Christian Beier <[email protected]> | 2014-09-09 11:23:41 +0200 |
---|---|---|
committer | Christian Beier <[email protected]> | 2014-09-09 11:23:41 +0200 |
commit | d999a8eae39a520f747182bfc4e4f88f13b764ba (patch) | |
tree | 25a9c9b29eda02715d03b91b30d01b1d83bff02a /vncterm/TODO | |
parent | 7960c6871dd21036d7fe7d9b9ccb6774177d658c (diff) | |
download | libtdevnc-d999a8eae39a520f747182bfc4e4f88f13b764ba.tar.gz libtdevnc-d999a8eae39a520f747182bfc4e4f88f13b764ba.zip |
Move vncterm to https://github.com/LibVNC/vncterm.
Diffstat (limited to 'vncterm/TODO')
-rw-r--r-- | vncterm/TODO | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vncterm/TODO b/vncterm/TODO deleted file mode 100644 index 5c6f189..0000000 --- a/vncterm/TODO +++ /dev/null @@ -1,21 +0,0 @@ -VNConsole: -LinuxVNC: -VNCommand: - make Control or Alt sequences work. - Find out how to satisfy isatty(). => /dev/ptyN - Fix check if child is alive. - Add command line option for real interactive mode. - -done: - -.treat colours correctly (use /dev/vcsaN's attributes). -.introduce per cell colours (for attributes) -.fix cursor fuckup when selecting. -.default to paste for right mouse button. -.have an idea how to insert keys -.convert VNCommand to an interactive shell (vncTerm) -.bidirectional pipes (spawn a shell ...) -.mark with mouse (copy text) -.when scrolling, cursor must be hidden! - - modifiedRegion which are copied with CopyRect have to be modified also. |