aaronjanse / 3mux

Terminal multiplexer inspired by i3
MIT License
1.82k stars 46 forks source link

fix off-by-one bug in erase-in-line #111

Closed aaronjanse closed 3 years ago

aaronjanse commented 3 years ago

Proof of concept:

echo -e 'hidden\b\e[1K'

Fixes some background color issues in Kakoune.

aaronjanse commented 3 years ago

Oh whoops. I did not merge, even though the Github web interface momentarily claimed that I did. Rather, I accidentally undid this commit in a rebase and Github concluded that this PR was a no-op.