JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix truecolor escapes, when both bg and fg are set
authorAmadeusz Sławiński <amade@asmblr.net>
Fri, 3 Jan 2014 14:24:24 +0000 (15:24 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Fri, 3 Jan 2014 14:28:16 +0000 (15:28 +0100)
commit9df9a4723dedf4f5e12c954376c4931a6976b918
tree21af7dd2f4e64052c618755d8c3da527a2e244e2
parente8dba89164fe70647a413b8568b545ff2d887a78
Fix truecolor escapes, when both bg and fg are set

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 <amade@asmblr.net>
st.c