From: Amadeusz Sławiński Date: Fri, 3 Jan 2014 14:24:24 +0000 (+0100) Subject: Fix truecolor escapes, when both bg and fg are set X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;ds=sidebyside;h=9df9a4723dedf4f5e12c954376c4931a6976b918;hp=9df9a4723dedf4f5e12c954376c4931a6976b918;p=st.git 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 ---