mike-jumper commented on code in PR #654:
URL: https://github.com/apache/guacamole-server/pull/654#discussion_r3025802925
##########
src/terminal/terminal-handlers.c:
##########
@@ -1572,6 +1572,14 @@ int guac_terminal_xterm_palette(guac_terminal* term,
unsigned char c) {
}
+int guac_terminal_unknown_osc(guac_terminal* term, unsigned char c) {
Review Comment:
This should be documented in `terminal/terminal-handlers.h`. For example,
here's the documentation for `guac_terminal_osc()`:
https://github.com/apache/guacamole-server/blob/472ef14e853a446732d68246653a63bf7809d0aa/src/terminal/terminal/terminal-handlers.h#L188-L198
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]