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


##########
src/terminal/terminal-handlers.c:
##########
@@ -1611,6 +1619,9 @@ int guac_terminal_osc(guac_terminal* term, unsigned char 
c) {
         else if (operation == 4)
             term->char_handler = guac_terminal_xterm_palette;
 
+        /* Unknown OSC */
+        else term->char_handler = guac_terminal_unknown_osc;

Review Comment:
   From a style perspective, please use separate lines for the `else` and the 
code that follows it.



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

Reply via email to