You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid resizing console during a lot of VT commands are issued
ReadConsoleInput() API might report resize event suddenly while a lot of VT
commands are issued. So resize request to TTY Resizer should be issued
after all of events are processed at least.
Copy file name to clipboardexpand all lines: tty-resizer/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -105,3 +105,5 @@ Some strings for resizing might be shown on your serial console in earlier phase
105
105
You should wait few seconds if you start tty-resizer from `tty-resizer.service` when you encounter this problem.
106
106
107
107
This might be caused that `ioctl` to TTY is failed. So `tty-resizer.service` in this source would restart when the issue happens to avoid it. Then it will work fine.
108
+
109
+
And also TTY Resizer wouldn't work file with full-screen application like Vim. Noisy chars (for Vim) might be input, and TTY Resizer cannot set resized console size.
0 commit comments