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 197540

Summary: Support move/clear ANSI escape sequences
Product: platform Reporter: Martin Entlicher <mentlicher>
Component: Output WindowAssignee: issues@platform <issues>
Status: RESOLVED WONTFIX    
Severity: normal CC: jglick
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 192779    

Description Martin Entlicher 2011-04-07 15:12:46 UTC
Currently just color escape sequences in the form "CSI n [;k] m" are supported.
Other escape sequences described at http://en.wikipedia.org/wiki/ANSI_escape_code#CSI_codes should be supported as well.

Also, '\r' should correctly go to the beginning of the line without changing the line.
Comment 1 Jesse Glick 2011-04-07 16:39:59 UTC
Such changes are not possible with the OW as currently conceived, which is an append-only text buffer (with additional support for setting text attributes like color and hyperlink on text segments when they are printed). The ANSI escape sequence support suffices to colorize output but not implement full curses-style painting; for that, use Window > Output > Terminal.