jmuehlner commented on code in PR #383: URL: https://github.com/apache/guacamole-server/pull/383#discussion_r894783322
########## src/terminal/terminal/display.h: ########## @@ -44,6 +44,17 @@ */ #define GUAC_TERMINAL_MAX_CHAR_WIDTH 2 +/** + * The size of margins between the console text and the border in mm. + */ +#define GUAC_TERMINAL_MARGINS 2 Review Comment: Makes sense to me. -- 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]
