https://bugs.kde.org/show_bug.cgi?id=376462
Bug ID: 376462
Summary: konsole stops displaying output after too much
Product: konsole
Version: 16.12.2
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Steps to reproduce:
1. i=0; while :; do ((i++)); printf '%d\r' $i; done
2. Press Ctrl-C.
3. Type "exit" and press enter.
Expected results:
After 1. terminal prints increasing numbers.
After 2. terminal prints shell prompt.
After 3. terminal closes.
Actual results:
After 1. terminal prints increasing numbers.
After 2. terminal displays last number printed, with cursor at start of line.
no shell prompt is displayed, and typing produces no output.
After 3. terminal closes.
--
You are receiving this mail because:
You are watching all bug changes.