Opened 11 years ago

Closed 10 years ago

#10086 closed bug (fixed)

Terminal shows escape codes

Reported by: idefix Owned by: nobody
Priority: normal Milestone: R1
Component: Applications/Command Line Tools Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Terminal shows escapes codes, instead of using them to apply a different formatting.

  • Type git config --help in Terminal.
  • The following text appears:

Terminal showing the output of `git config --help`

It shouldn't show the escape codes.

Attachments (1)

Terminal-escapecodes.png (46.0 KB ) - added by idefix 11 years ago.
Terminal showing the output of git config --help

Download all attachments as: .zip

Change History (7)

by idefix, 11 years ago

Attachment: Terminal-escapecodes.png added

Terminal showing the output of git config --help

comment:1 by idefix, 11 years ago

Using hrev46203 (haiku-nightly-hrev46203-x86gcc2hybrid-anyboot.tar.xz).

comment:2 by siarzhuk, 11 years ago

Component: Applications/TerminalApplications/Command Line Tools
Owner: changed from jackburton to nobody

That are not escape codes but the less program output. May be workarounded by adding -R option for BROWSER and PAGER settings in the man.conf:

BROWSER -isR
PAGER -isR

comment:3 by pulkomandy, 10 years ago

Blocking: 10227 added

comment:4 by pulkomandy, 10 years ago

Blocking: 10508 added

comment:5 by pulkomandy, 10 years ago

Blocking: 10227 removed

comment:6 by korli, 10 years ago

Blocking: 10508 removed
Resolution: fixed
Status: newclosed

Fixed in hrev47124.

Note: See TracTickets for help on using tickets.