Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
58.74k stars 3.37k forks source link

[bug] no response when cat file #9001

Open kylinmac opened 1 year ago

kylinmac commented 1 year ago

Version: 1.0.200 Platform: Windows x64 10.0.22621 Plugins: workspace-manager, quick-cmds, docker Frontend: xterm-webgl

when i use mysql client connect database , and run show create table, the result has too many lines and end like this (maybe is one line too long ?)


---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
... lots of ------ lines 
------------+

then , tabby will have no response

kylinmac commented 10 months ago

test.log cat test.log and roll mouse wheel up and down

tanzhenchao commented 1 month ago

I have also been troubled by this issue. Whenever I run cat /var/log/messages, if the log file contains a large number of lines, I encounter the problem of the Tabby terminal application becoming unresponsive and freezing up. However, this issue does not occur if I use the system default terminal or Putty. Therefore, to avoid this problem, I have resorted to running the command less /var/log/messages every time instead.

My current software version and related information are detailed as follows: Version: 1.0.210 Platform: Linux x64 6.1.0-23-amd64 Plugins: sftp-tab, save-output, highlight, docker Frontend: xterm-webgl