Commit Diff


commit - b7e6a5c825a8d786a0cc4dbacc82df1c90ad7020
commit + da182612b7c7a6be67b2c7be0c0d85562220f1e4
blob - 53c524fb02a5bfebd6c0122c8159daa66d17a0fa
blob + 8e39ec28411d0f242095d8361d6feb9c52f81650
--- st.c
+++ 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);
 		}