diff options
Diffstat (limited to 'x.c')
-rw-r--r-- | x.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -618,6 +618,9 @@ selrequest(XEvent *e) void setsel(char *str, Time t) { + if (!str) + return; + free(xsel.primary); xsel.primary = str; |
index : st | ||
a suckless terminal. | sinan@sinanmohd.com |
aboutsummaryrefslogtreecommitdiff |