This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 189365 - re-wrap lines as Term is resized.
Summary: re-wrap lines as Term is resized.
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 7.0
Hardware: All All
: P4 normal (vote)
Assignee: ivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-10 21:06 UTC by ivan
Modified: 2010-08-10 21:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ivan 2010-08-10 21:06:21 UTC
Term was originally modelled on classic terminals like xterm
where lines get wrapped in the buffer not in the view. 
Try this: narrow an xterm to 20 columns. cat some large file, widen
it to 80 columns and scroll back in history ... you'll see a lot
of white space between columns 20 and 80.
Term is also implemented this way.
However, xterms are typically used in fixed-width windows while NB
windows get resized often as they get moved around or modes get
switched and this effect is much more noticable.

An extreme case of it was bug #86351.