pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f11e1c
)
Comment fix.
author
noname
<noname@inventati.org>
Fri, 25 Apr 2014 14:26:43 +0000
(18:26 +0400)
committer
Roberto E. Vargas Caballero
<k0ga@shike2.com>
Fri, 25 Apr 2014 21:57:44 +0000
(23:57 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
b37069c
..
653cd49
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-992,7
+992,7
@@
selnotify(XEvent *e) {
}
/*
- * As seen in
selcopy
:
+ * As seen in
getsel
:
* Line endings are inconsistent in the terminal and GUI world
* copy and pasting. When receiving some selection data,
* replace all '\n' with '\r'.