throw clipboard patch out, doesn't match my workflow
This commit is contained in:
parent
319cdef145
commit
674e855b78
1
CHANGES
1
CHANGES
|
@ -5,6 +5,5 @@ This version of st differs from the original on suckless.org as follows:
|
||||||
- applied scrollback patch
|
- applied scrollback patch
|
||||||
(speed set to 3, bound to Ctrl+PageUp/Down)
|
(speed set to 3, bound to Ctrl+PageUp/Down)
|
||||||
- applied delkey patch
|
- applied delkey patch
|
||||||
- applied clipboard patch
|
|
||||||
- set zooming to Ctrl+Plus/Minus/0
|
- set zooming to Ctrl+Plus/Minus/0
|
||||||
- use 14pt font
|
- use 14pt font
|
||||||
|
|
1
x.c
1
x.c
|
@ -673,7 +673,6 @@ setsel(char *str, Time t)
|
||||||
XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
|
XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
|
||||||
if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
|
if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
|
||||||
selclear();
|
selclear();
|
||||||
clipcopy(NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue
Block a user