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
System: Linux x86_64, vte 0.40.2, TERM is xterm-256color
Steps to reproduce
Start terminal.
Type in some cyrillics to verify that input is correct.
Run ksv with some file and corresponding template. Running without parameters doesn't trigger the bug.
Exit ksv.
Type in more cyrillics.
To fix
Aforementioned behaviour can be fixed by executing stty -brkint -istrip -echonl after running ksv.
Correct way to resolve this probably is saving terminal settings (e.g. output of system('stty -g')) on init and restoring them on exit or exception.
The text was updated successfully, but these errors were encountered:
4100:5:bf:8a3b:3:1c:7f:15:4:0:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 - before
4522:5:bf:8a7b:3:1c:7f:15:4:0:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 - after
xterm:
4500:5:bf:8a3b:3:1c:7f:15:4:0:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 - before
4522:5:bf:8a7b:3:1c:7f:15:4:0:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 - after
Human readable
Konsole:
before:
speed 38400 baud; line = 0;
-brkint -imaxbel iutf8
Notes
System: Linux x86_64, vte 0.40.2, TERM is xterm-256color
Steps to reproduce
ksv
with some file and corresponding template. Running without parameters doesn't trigger the bug.ksv
.To fix
Aforementioned behaviour can be fixed by executing
stty -brkint -istrip -echonl
after running ksv.Correct way to resolve this probably is saving terminal settings (e.g. output of
system('stty -g')
) on init and restoring them on exit or exception.The text was updated successfully, but these errors were encountered: