st
simple terminal
git clone https://9o.is/git/st.git
commit 79259c01ff9a1741349e398edcb03854fa5cbab6 parent ffd042c080fa4b077b7ef739a04e7a428de730ea Author: Christoph Lohmann <20h@r-36.net> Date: Thu, 18 Apr 2013 06:51:18 +0200 Removing trailing whitespace. Diffstat:
| M | st.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/st.c b/st.c @@ -2319,7 +2319,7 @@ tresize(int col, int row) { tmoveto(term.c.x, term.c.y); /* Clearing both screens */ orig = term.line; - do { + do { if(mincol < col && 0 < minrow) { tclearregion(mincol, 0, col - 1, minrow - 1); }