mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
alpha focus highlight: upgrade patch to latest (20200731-43a395a)
This commit is contained in:
parent
f899d0552a
commit
35b7da0919
4
x.c
4
x.c
@ -3030,7 +3030,7 @@ focus(XEvent *ev)
|
||||
if (!focused) {
|
||||
focused = 1;
|
||||
xloadcols();
|
||||
redraw();
|
||||
tfulldirt();
|
||||
}
|
||||
#endif // ALPHA_FOCUS_HIGHLIGHT_PATCH
|
||||
} else {
|
||||
@ -3043,7 +3043,7 @@ focus(XEvent *ev)
|
||||
if (focused) {
|
||||
focused = 0;
|
||||
xloadcols();
|
||||
redraw();
|
||||
tfulldirt();
|
||||
}
|
||||
#endif // ALPHA_FOCUS_HIGHLIGHT_PATCH
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user