Christian Beier
Christian Beier
* [ ] test for missing keys (especially "[]{}" with ./examples/mac), * [ ] map Apple/Linux/Windows keys onto each other, * [ ] handle selection * [ ] handle scroll...
Item taken from https://github.com/LibVNC/libvncserver/blob/99842d5e8bf6577ef431217b791974497a229e21/TODO.md
...and make sure it does not deliberately die() or exit() anywhere Item taken from https://github.com/LibVNC/libvncserver/blob/99842d5e8bf6577ef431217b791974497a229e21/TODO.md
Item taken from https://github.com/LibVNC/libvncserver/blob/99842d5e8bf6577ef431217b791974497a229e21/TODO.md
- [ ] add style spec - [ ] format all code - [ ] enforce in CI
If you'd like to put out an incentive for implementing this feature, you can do so at https://issuehunt.io/r/LibVNC/libvncserver **Is your feature request related to a problem? Please describe.** The embedded...
This at least calls `rfbTightExtensionInit` which calls `rfbSendInteractionCaps` which has `rfbWriteExact`.
This should be inside the function so it can't be forgot. It's now outside because that seemed the easier implementation.
* https://stackoverflow.com/questions/2672015/hiding-members-in-a-c-struct