Introduction
Introduction Statistics Contact Development Disclaimer Help
tRemoving trailing whitespace. - st - [fork] customized build of st, the simple…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit da182612b7c7a6be67b2c7be0c0d85562220f1e4
parent b7e6a5c825a8d786a0cc4dbacc82df1c90ad7020
Author: Christoph Lohmann <[email protected]>
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
t@@ -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);
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.