eugen-keeper commented on code in PR #608:
URL: https://github.com/apache/guacamole-server/pull/608#discussion_r2376365173
##########
src/terminal/terminal/terminal.h:
##########
@@ -139,6 +139,24 @@ typedef enum guac_terminal_cursor_type {
} guac_terminal_cursor_type;
+/**
+ * All possible families of codes (e.g. vt100) which can be used when you push
+ * the function and keypad keys.
+ */
+typedef enum guac_terminal_func_keys_and_keypad {
+
+ /**
+ * Not set.
+ */
+ GUAC_TERMINAL_FUNC_KEYS_AND_KEYPAD_DEFAULT,
+
+ /**
+ * VT!00+
Review Comment:
Fixed
--
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]