Re: [dev] [st patch queue 01/12] Simplify tsetscroll.

2014-04-25 Thread Roberto E. Vargas Caballero
This patch is duplicated. I usually wait some days before of applying a patch, so if someone has something to say he can do it. If you see that in a longer time there is no reply for your patch, please send a ping. Due to the repetion I have to verify that the patches are identical and they are no

[dev] [st patch queue 01/12] Simplify tsetscroll.

2014-04-25 Thread noname
--- st.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/st.c b/st.c index 60243a7..816caf7 100644 --- a/st.c +++ b/st.c @@ -1762,17 +1762,10 @@ tsetattr(int *attr, int l) { void tsetscroll(int t, int b) { - int temp; - LIMIT(t, 0, term.row-1);