X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=1474c531dcb4ab9086b7bf718019b0d2527b15af;hb=1132d9e2d65f469dedd9c5b6f356495c7a87b743;hp=67ba8d513f1ffae5ab7bb49a01c130f9cf47c794;hpb=c4225bdcc9da2eb87e49608cc1821757cbd69dee;p=st.git diff --git a/st.c b/st.c index 67ba8d5..1474c53 100644 --- a/st.c +++ b/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); }