Bug #169
ANSI reversed code not respected
| Status: | Closed | Start: | 08/16/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 100% |
|
| Category: | Shell plugin | |||
| Target version: | - | |||
| Resolution: |
Description
ANSI reversed text is rendered as a solid box of color, as can be seen in the image.
To reproduce the issue, try this:
#!/bin/sh
ESC=`printf "\e"`
echo " foo "
echo "$ESC""[32m"" foo ""$ESC""[0m"
echo "$ESC""[7m"" foo ""$ESC""[0m"
The script works perfectly in terminal
Associated revisions
FIX #169 : ANSI reversed code not respected
History
Updated by Yann BIZEUL 348 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r283.
Updated by Andrea Gallivanoni 347 days ago
Sorry, but still not working for me in the latest nightly build
Updated by Andrea Gallivanoni 339 days ago
Could somebody else try this? For me the fix is still not working, ANSI reversed text keeps on being rendered as a solid block