-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Something wrong with the log #126
Comments
The log only records the received text truthfully without any format and content changes. So if the text displayed in WindTerm is like this, then the log will be recorded like this. Although you set |
By the way, after setting |
I set columns to 2000, the log still wrap. |
What a surprise! Such bugs are difficult to find, because no one usually uses terminal like this. Of course, the boundary conditions have been considered during development, so the maximum value of 65535 has been self-tested and passed. I also tested it again just now, set the number of columns to 25000 and 65535 respectively, and printed 100000 consecutive characters without |
Hello, WindTerm_2.1.0 has been released and this issue has been fixed, you can download and check it now, thank you. For the first question, when setting the number of columns and rows of the windows to large numbers, WindTerm will crash because it cannot allocate enough memory. The memory required by the terminal window is pre-allocated, and the allocated size is There are many ways to fix it. The best is to dynamically allocate memory based on the actual needs of the window. In addition, WindTerm can catch the For the second question, I totally agree with you, now the line text is no longer wrapped. Hope this will satisfy you. |
The issue should have been fixed in the new WindTerm_2.1.0. Please reopen this issue if it is still valid. Thank you. |
shell had a very long print, just like:
and I set word wrap to false.
log:
I think log should like this:
The text was updated successfully, but these errors were encountered: