[Konsole-devel] [konsole] [Bug 350951] New: start curses-like app + resize konsole + exit the app = bug
Askar Safin
safinaskar at mail.ru
Tue Aug 4 08:41:16 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=350951
Bug ID: 350951
Summary: start curses-like app + resize konsole + exit the app
= bug
Product: konsole
Version: 2.14.2
Platform: Debian stable
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: emulation
Assignee: konsole-devel at kde.org
Reporter: safinaskar at mail.ru
-
Reproducible: Always
Steps to Reproduce:
1. Open konsole
2. Maximize it
3. Type "for ((I = 1; I <= 100; ++I)) { echo $I; }; tmux" (or "mc" instead of
tmux, or some other curses-like app)
4. Restore konsole to normal size
5. Exit from curses-like app
Actual Results:
75
76
77
[exited]
12 2015-08-04 02:09:23 ~$
Expected Results:
98
99
100
[exited]
12 2015-08-04 02:09:23 ~$
Bug is not reproducible with "less --help".
Bug is reproducible with xterm and also reproducible with
tmux-as-terminal-emulator.
I tried to fill this bug to tmux, but they rejected it:
https://github.com/tmux/tmux/issues/40 , https://github.com/tmux/tmux/issues/70
.
debian jessie, konsole 2.14.2, bash 4.3, tmux 1.9, less 458, mc 4.8.13, xterm
312.
This bug causes losing of outputs of previously typed commands, so I think this
bug can be marked as "data loss"
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list