Terminal out of sync when wider than 80 columns
Eröffnet am: 2011-06-24 16:35
Letztes Update: 2015-11-07 00:11
Auswertung: | (Anonym) | Verantwortlicher: | (Keine) |
---|---|---|---|
Priorität: | 5 - Mittel | Meilenstein: | (Keine) |
Typ: | Fehler | Schweregrad: | 5 - Mittel |
Komponente: | Tera Term | Status: | Offen |
Lösung | Keine |
Einzelheiten
Teraterm 4.69
Terminal goes out of sync when wider than 80 columns, requiring a reset. (Separate issue. Doing 'reset' from the console, resets terminal width to 80 chars, but a 'Reset Terminal' from the Control menu does not do this)
Steps to reproduce: * SSH to Linux machine using bash console. * Resize window to wider than 80 columns. * Run a command e.g. 'ls' * redo the command using 'CTRL-R ls' * You may notice a 'Bell' chime * The terminal is now out-of-sync
Example: type 'example' on the bash prompt, then press BACKSPACE a few times.
You should see:
$ example
$ exampl
$ examp
$ exam
But behavior is:
$ example
$ exampl e
$ examp l e
$ exam p l e
Letzte Aktualisierung für dieses Ticket
2015-11-07 00:11 Aktualisiert von: yutakapon
- Priorität Update from 7 to 5 - Mittel