X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.c;h=653cd49a5af05cf214cd394f4bce159b0e10d4f4;hb=4a8574b439e2118bd4cb40374185fba861903620;hp=b37069c6934e69b3007a350b7d77f8147002ab3a;hpb=8f11e1cd034ff28ca47bb4955505db7fa8016ba8;p=st.git 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) { } /* - * 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'.