summaryrefslogtreecommitdiffstats
path: root/vncterm/ChangeLog
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2014-09-09 11:23:41 +0200
committerChristian Beier <dontmind@freeshell.org>2014-09-09 11:23:41 +0200
commitd999a8eae39a520f747182bfc4e4f88f13b764ba (patch)
tree25a9c9b29eda02715d03b91b30d01b1d83bff02a /vncterm/ChangeLog
parent7960c6871dd21036d7fe7d9b9ccb6774177d658c (diff)
downloadlibtdevnc-d999a8eae39a520f747182bfc4e4f88f13b764ba.tar.gz
libtdevnc-d999a8eae39a520f747182bfc4e4f88f13b764ba.zip
Move vncterm to https://github.com/LibVNC/vncterm.
Diffstat (limited to 'vncterm/ChangeLog')
-rw-r--r--vncterm/ChangeLog15
1 files changed, 0 insertions, 15 deletions
diff --git a/vncterm/ChangeLog b/vncterm/ChangeLog
deleted file mode 100644
index 53a9c37..0000000
--- a/vncterm/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-included in LibVNCServer package, autoconf'ed it
-SetXCutText implemented
-fix for cargs
-attributes work.
-cursor in LinuxVNC is shown.
-paste works
-selection works (no cursor trails)
-LinuxVNC gets it's dimensions via ioctl TIOCGWINSZ
-First working key injection in LinuxVNC!
-Added Mouse marking
-added screenBuffer (so you have ASCII screen also)
-fixed CopyRect for scrolling (need to propagate to libvncserver)
-made VNCommand work (no prompt for bash, but else seems ok)
-added flag for VNCommand to send input only after a newline
- (good for interactive bash)