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


##########
src/terminal/terminal.c:
##########
@@ -1410,6 +1410,31 @@ int guac_terminal_send_data(guac_terminal* term, const 
char* data, int length) {
 
 }
 
+/*
+ * Sends clipboard contents to stdin, converting LF to CR. CR works as Enter
+ * on Windows (natively) and Linux/macOS (PTY ICRNL converts CR to LF).
+ */

Review Comment:
   There is a missing star on the first line of the documentation.  
   Is it possible to also add documentation for the parameters and return 
values ​​to maintain consistency with the rest of the project?
   
   



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