fix build.
This commit is contained in:
parent
c4225bdcc9
commit
1132d9e2d6
1 changed files with 2 additions and 2 deletions
4
st.c
4
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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue