Re: [dev] [st PATCH] Use tfulldirt instead of setting all lines dirty in tresize.

2014-04-28 Thread Roberto E. Vargas Caballero
> In fact tfulldirt should be removed completely, as tswapscreen calls > tfulldirt later (twice). Yeah, it is true, it can be removed, but in case of removing it, a comment should be put in tresize, because it is not ovbious that lines become dirty. Regards, -- Roberto E. Vargas Caballero

Re: [dev] [st PATCH] Use tfulldirt instead of setting all lines dirty in tresize.

2014-04-27 Thread noname
In fact tfulldirt should be removed completely, as tswapscreen calls tfulldirt later (twice).

[dev] [st PATCH] Use tfulldirt instead of setting all lines dirty in tresize.

2014-04-27 Thread noname
--- st.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/st.c b/st.c index 25da193..57cc4c4 100644 --- a/st.c +++ b/st.c @@ -2621,14 +2621,12 @@ tresize(int col, int row) { /* resize each row to new width, zero-pad if needed */ for(i = 0; i < minrow; i++) {