necouchman commented on code in PR #521:
URL: https://github.com/apache/guacamole-server/pull/521#discussion_r1627517807
##########
src/terminal/terminal-handlers.c:
##########
@@ -885,6 +885,10 @@ int guac_terminal_csi(guac_terminal* term, unsigned char
c) {
if (flag != NULL)
*flag = true;
+ /* Open alternate screen buffer */
+ if (argv[0] == 1049)
Review Comment:
Might be worth `#define` a constant for this value...
--
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]