Bug 98345 - Lines scrolled in modified scroll area are not stored in the history buffer at all
Summary: Lines scrolled in modified scroll area are not stored in the history buffer a...
Status: CONFIRMED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.4.2
Platform: openSUSE Linux
: LO wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-01 13:44 UTC by Richard Bos
Modified: 2016-04-09 15:11 UTC (History)
1 user (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 Richard Bos 2005-02-01 13:44:39 UTC
Version:           1.4.2 (using KDE KDE 3.3.2)
Installed from:    SuSE RPMs
OS:                Linux

If the scroll area in konsole is altered using the escape sequence:
  ESC[12;24r

The escape sequence above sets the top of scroll area at line 12.  With other
words the lines are leaving konsole at line 12 instead of the top of
konsole.  Those lines are not stored in the konsole's history buffer...

Try it e.g. by echoing the underneath lines:
ESC[12;24r
Please 
fill 
in 
a 
detailed 
description 
of 
the 
bug. 
Try 
to 
describe 
how 
to 
reproduce 
the 
bug 
when 
possible. 
If 
we 
cannot 
reproduce 
your 
problem 
we 
may have 
to 
close 
your 
bug


Could console be changed to capture the lines in the history buffer in
case the scroll area is altered?
Comment 1 Kurt Hindenburg 2005-02-07 00:47:23 UTC
Hmmm, yes... interesting...

What is the purpose of using a modified scroll area?
Comment 2 Richard Bos 2005-02-07 09:19:19 UTC
To keep for example status information in top of the screen,
for example in the first 2 top lines, and have processing information
scrolling by.