]> Sergey Matveev's repositories - st.git/commit
Fixed OSC color reset without parameter->resets all colors
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 5 Feb 2023 12:29:35 +0000 (13:29 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 5 Feb 2023 12:29:35 +0000 (13:29 +0100)
commit7e8050cc621f27002eaf1be8114dee2497beff91
tree1d6ef5475ad0c9301ade9ec0ab780ffce783067f
parente5e959835b195c023d1f685ef4dbbcfc3b5120b2
Fixed OSC color reset without parameter->resets all colors

Adapted from (garbled) patch by wim <wim@thinkerwim.org>

Additional notes: it should reset all the colors using xloadcols().
To reproduce: set a different (theme) color using some escape code, then reset
it:

printf '\x1b]104\x07'
st.c