[dev] [st][PATCH] tresize return value is not used

2014-08-10 Thread Roberto E. Vargas Caballero
From: noname non...@inventati.org Signed-off-by: Roberto E. Vargas Caballero k...@shike2.com --- st.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/st.c b/st.c index e0aae9d..9eebbe4 100644 --- a/st.c +++ b/st.c @@ -382,7 +382,7 @@ static void tnewline(int);

Re: [dev] [st PATCH] tresize return value is not used

2014-04-28 Thread Roberto E. Vargas Caballero
I think instead of removing the return value, we should check the value returned, and in case of not being possible the resize command then print a warning in stderr. Regards, -- Roberto E. Vargas Caballero

[dev] [st PATCH] tresize return value is not used

2014-04-27 Thread noname
--- st.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/st.c b/st.c index b8fec4c..25da193 100644 --- a/st.c +++ b/st.c @@ -378,7 +378,7 @@ static void tnewline(int); static void tputtab(int); static void tputc(char *, int); static void treset(void); -static int