Comment fix.

This commit is contained in:
noname 2014-04-25 18:26:43 +04:00 committed by Roberto E. Vargas Caballero
parent 8f11e1cd03
commit 4a8574b439
1 changed files with 1 additions and 1 deletions

2
st.c
View File

@ -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'.