Comment fix. - st - simple terminal
HTML git clone https://git.parazyd.org/st
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 4a8574b439e2118bd4cb40374185fba861903620
DIR parent 8f11e1cd034ff28ca47bb4955505db7fa8016ba8
HTML Author: noname <noname@inventati.org>
Date: Fri, 25 Apr 2014 18:26:43 +0400
Comment fix.
Diffstat:
M st.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git 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'.