Bug 350951 - start curses-like app + resize konsole + exit the app = bug
Summary: start curses-like app + resize konsole + exit the app = bug
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: emulation (show other bugs)
Version: 15.04.0
Platform: Debian unstable Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-04 08:41 UTC by Askar Safin
Modified: 2018-02-14 13:19 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Askar Safin 2015-08-04 08:41:16 UTC
-

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"
Comment 1 Askar Safin 2015-08-04 11:26:42 UTC
Also reproducible with:
debian sid as on today (2015-08-04), konsole 15.04.0, bash 4.3, tmux 2.0, less 458, mc 4.8.13, xterm 318
Comment 2 Ahmad Samir 2018-02-14 13:19:12 UTC
I tested and I can't reproduce this issue. Reopen if you can still reproduce it.