Bug 28986

Summary: gnome-terminal scroll region differs from xterm
Product: [Retired] Red Hat Linux Reporter: Pete Zaitcev <zaitcev>
Component: gnome-coreAssignee: Havoc Pennington <hp>
Status: CLOSED WONTFIX QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-23 15:25:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pete Zaitcev 2001-02-23 06:42:25 UTC
If illegal arguments are supplied to the escape that sets scroll
region, xterm restores it to the full window; gnome-terminal
tries to honor them and gets one line region.

This happens with all releases between RH 6.2 and Wolverine
(latest beta at this moment).

To reproduce:

1. Set region -  echo -ne "\033[1;22r"

2. Scroll and observe, two bottom lines remain untouched. Good.

3. Set illegal region -  echo -ne "\033[0;0r"

4. Hit Enter several times. In xterm whole window will scroll.

Comment 1 Havoc Pennington 2001-07-12 19:03:45 UTC
Upstream as http://bugzilla.gnome.org/show_bug.cgi?id=57453

Closing here