aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index b37069c..653cd49 100644
--- a/st.c
+++ b/st.c
@@ -992,7 +992,7 @@ selnotify(XEvent *e) {
992 } 992 }
993 993
994 /* 994 /*
995 * As seen in selcopy: 995 * As seen in getsel:
996 * Line endings are inconsistent in the terminal and GUI world 996 * Line endings are inconsistent in the terminal and GUI world
997 * copy and pasting. When receiving some selection data, 997 * copy and pasting. When receiving some selection data,
998 * replace all '\n' with '\r'. 998 * replace all '\n' with '\r'.