necouchman commented on code in PR #521:
URL: https://github.com/apache/guacamole-server/pull/521#discussion_r1632132450


##########
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:
   As the matching primary members are declared individually, I think this 
should probably follow the same convention and declare each of these 
individually.



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