index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (508B) | |
--- | |
1 xclearwin | |
2 ========= | |
3 | |
4 Description | |
5 ----------- | |
6 When an OCS sequence was used to change the bg color, the borders where | |
7 dirty. This simple patch just clears the window before the redraw of the | |
8 terminal when the bg color has been changed. This is apparently smooth | |
9 and solves the problem. There was a TODO comment for it on the st.c | |
10 file, which I removed. | |
11 | |
12 Download | |
13 -------- | |
14 * [st-xclearwin-20200419-6ee7143.diff](st-xclearwin-20200419-6ee7143.dif… | |
15 | |
16 Authors | |
17 ------- | |
18 * Christian Tenllado - <[email protected]> |