eugen-keeper commented on code in PR #608:
URL: https://github.com/apache/guacamole-server/pull/608#discussion_r2376374670


##########
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,

Review Comment:
   There is no specific name for the default escape codes. That's why I just 
called it default. I beleive ANSI would be too wide term because even VT100 is 
ANSI. So, I now called it GUAC_TERMINAL_FUNC_KEYS_AND_KEYPAD_ESC with the 
"ESC[n~" title same as Putty has.



-- 
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]

Reply via email to