Aurélien Aptel %!s(int64=14) %!d(string=hai) anos
pai
achega
1132d9e2d6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      st.c

+ 2 - 2
st.c

@@ -292,10 +292,10 @@ static void brelease(XEvent *e) {
 	if(sel.bx==sel.ex && sel.by==sel.ey) {
 		sel.bx = -1;
 		if(b==2)
-			clipboard_paste();
+			selpaste();
 	} else {
 		if(b==1)
-			clipboard_copy(getseltext());
+			selcopy(getseltext());
 	}
 	draw(1);
 }