diff options
author | noname <noname@inventati.org> | 2014-04-25 18:26:43 +0400 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2014-04-25 23:57:44 +0200 |
commit | 4a8574b439e2118bd4cb40374185fba861903620 (patch) | |
tree | 770d66f79c05bed5af84f74aa5998c47b4ede6db | |
parent | 8f11e1cd034ff28ca47bb4955505db7fa8016ba8 (diff) | |
download | st-4a8574b439e2118bd4cb40374185fba861903620.tar.gz st-4a8574b439e2118bd4cb40374185fba861903620.tar.bz2 |
Comment fix.
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'. |