Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from:
9df9a47
)
Fix truecolor escapes, when both bg and fg are set
author
Amadeusz Sławiński <
[email protected]
>
Fri, 3 Jan 2014 14:24:24 +0000
(15:24 +0100)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Fri, 3 Jan 2014 14:28:16 +0000
(15:28 +0100)
for example
echo -e "\e[48;2;255;0;0m\e[38;2;0;0;255m test "
should render on red bg with blue fg
also now elinks works correctly when using 'truecolor' option
in preferences
Signed-off-by: Amadeusz Sławiński <
[email protected]
>
No differences found