eugen-keeper opened a new pull request, #597: URL: https://github.com/apache/guacamole-server/pull/597
**Vim** scroll down (i.e. scrolling to the beginning of text) is completely broken. It is annoying. We should call `guac_terminal_display_flush` before `guac_terminal_copy_rows`. Otherwise we have a wrong order of GUAC_CHAR_COPY/GUAC_CHAR_SET operations. I am aware that already an attempt to flush at the end of `guac_terminal_scroll_down` but it actually did not work. Then, it was removed as a part of the fix of performance degradation when dumping big text files. I believe `guac_terminal_scroll_down` is not called in that case. It mainly affects going to the beginning of text files using the **UP ARROW** key. -- 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]
