Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Comment fix.
[st.git]
/
st.c
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'.