corentin-soriano commented on code in PR #521: URL: https://github.com/apache/guacamole-server/pull/521#discussion_r1627951913
########## 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: It's done! -- 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: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org