blob: 53a9c37a91e37f49ca8c300c3d3de13b10ef1336 [file] [log] [blame]
San Mehata430b2b2014-09-23 08:30:51 -07001included in LibVNCServer package, autoconf'ed it
2SetXCutText implemented
3fix for cargs
4attributes work.
5cursor in LinuxVNC is shown.
6paste works
7selection works (no cursor trails)
8LinuxVNC gets it's dimensions via ioctl TIOCGWINSZ
9First working key injection in LinuxVNC!
10Added Mouse marking
11added screenBuffer (so you have ASCII screen also)
12fixed CopyRect for scrolling (need to propagate to libvncserver)
13made VNCommand work (no prompt for bash, but else seems ok)
14added flag for VNCommand to send input only after a newline
15 (good for interactive bash)