Re: [dev] [st] [PATCH 4/5] Make dodraw bool and remove initialization.

2015-04-20 Thread Roberto E. Vargas Caballero
I will not apply this patch. To use int or bool is something that depend of the taste of everyone, and in st both are admited (mainly because X uses bool data type, because in other case I think the style guide should forbid them). There are some cases where it is better to use int instead of

[dev] [st] [PATCH 4/5] Make dodraw bool and remove initialization.

2015-04-18 Thread noname
--- st.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/st.c b/st.c index 1bcdb7f..cacb7f6 100644 --- a/st.c +++ b/st.c @@ -3912,7 +3912,8 @@ run(void) { XEvent ev; int w = xw.w, h = xw.h; fd_set rfd; - int xfd =