diff options
Diffstat (limited to 'vncterm/ChangeLog')
-rw-r--r-- | vncterm/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vncterm/ChangeLog b/vncterm/ChangeLog new file mode 100644 index 0000000..53a9c37 --- /dev/null +++ b/vncterm/ChangeLog @@ -0,0 +1,15 @@ +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) |