Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix build. - st - [fork] customized build of st, the simple terminal
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 1132d9e2d65f469dedd9c5b6f356495c7a87b743
parent c4225bdcc9da2eb87e49608cc1821757cbd69dee
Author: AurĂ©lien Aptel <[email protected]>
Date: Tue, 31 Aug 2010 16:56:27 +0200
fix build.
Diffstat:
M st.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -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);
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.