瀏覽代碼

fix regression by selecting clipboard text

"restore the old behaviour that the primary doesn't get deleted by a simple
left click"

Patch by Daniel Tameling <tamelingdaniel@gmail.com>, thanks!
Hiltjo Posthuma 7 年之前
父節點
當前提交
f4020b2cc4
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      x.c

+ 3 - 0
x.c

@@ -618,6 +618,9 @@ selrequest(XEvent *e)
 void
 setsel(char *str, Time t)
 {
+	if (!str)
+		return;
+
 	free(xsel.primary);
 	xsel.primary = str;