st
simple terminal
git clone https://9o.is/git/st.git
commit 29bc3de3e873e0a3df9d5c9b3551068f035d2075 parent 747d5c8214ffb7cc46772f11eff00709b24a2feb 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(-)
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'.