- 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"
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
I tested and I can't reproduce this issue. Reopen if you can still reproduce it.