fix build.
This commit is contained in:
parent
c4225bdcc9
commit
1132d9e2d6
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…
x
Reference in New Issue
Block a user