st
simple terminal
git clone https://9o.is/git/st.git
commit 1138f8c18bdfdc4d8c2aa33bfa792cf675e24b22 parent 7879d6d554f101cd3c3ffec696acbbcf3b7d1d37 Author: noname@inventati.org <noname@inventati.org> Date: Sun, 19 Apr 2015 01:24:12 +0200 Remove explicit 'return' from 'void' functions. Diffstat:
| M | st.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/st.c b/st.c @@ -2504,7 +2504,6 @@ tstrsequence(uchar c) { strreset(); strescseq.type = c; term.esc |= ESC_STR; - return; } void @@ -2586,7 +2585,6 @@ tcontrolcode(uchar ascii) { } /* only CAN, SUB, \a and C1 chars interrupt a sequence */ term.esc &= ~(ESC_STR_END|ESC_STR); - return; } /*