corentin-soriano commented on code in PR #521:
URL: https://github.com/apache/guacamole-server/pull/521#discussion_r1634356229


##########
src/terminal/terminal/terminal-priv.h:
##########
@@ -269,6 +269,11 @@ struct guac_terminal {
      */
     int visible_cursor_col;
 
+    /**
+     * Backup of cursor position when using alternate buffer.
+     */
+    int cursor_row_alt, cursor_col_alt, visible_cursor_row_alt, 
visible_cursor_col_alt;
+

Review Comment:
   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

Reply via email to