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 bool, for example in local variables like it is this case, and there are cases where is better to use booleans, like in the tabs array of Term (althought it can be done also with chars ...).
Regards,
