Opened 5 years ago
Closed 5 years ago
#60041 closed defect (fixed)
mercurial: misrendered colour sequences
Reported by: | 0branch (Marc Simpson) | Owned by: | 0branch (Marc Simpson) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | mercurial |
Description (last modified by mf2k (Frank Schima))
Prompts with ANSI-escape sequences are misrendered when GNU readline bindings are missing, e.g.
$ hg commit --interactive [0;33mexamine changes to 'README.rst'?[0m[0;33m(enter ? for help) [Ynesfdaq?][0m
Note that this doesn't occur when using the system-wide Python installation to run hg
.
Installing py27-gnureadline
resolves the issue—could this be added as a dependency?
(See ticket:47827 for a comparable issue.)
Change History (2)
comment:1 Changed 5 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:2 Changed 5 years ago by 0branch (Marc Simpson)
Owner: | set to 0branch |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 40d7497703c75e8f485b7c146f511583fcc1be46/macports-ports (master):