jmuehlner commented on code in PR #512:
URL: https://github.com/apache/guacamole-server/pull/512#discussion_r1633635668


##########
src/terminal/terminal-handlers.c:
##########
@@ -58,7 +58,12 @@
  * @param term
  *     The guac_terminal whose cursor should be advanced to the next row.
  */
-static void guac_terminal_linefeed(guac_terminal* term) {
+static void guac_terminal_linefeed(guac_terminal* term, bool force_wrap) {
+
+    /* Assign in column out of screen: 1 to avoid \n in clipboard or 0 to add 
\n */
+    guac_terminal_buffer_row* buffer_row = 

Review Comment:
   The fact that this structure is being modified is not obvious from the 
function documentation - it should be documented there.



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