Re: [hackers] [st][patch] Increase the buffer size for escape sequences

2018-09-23 Thread Ingo Heimbach
What is incorrect? Am 23. September 2018 14:12:23 MESZ schrieb Hiltjo Posthuma : >On Sun, Sep 23, 2018 at 12:12:27PM +0200, Ingo Heimbach wrote: >> Before this commit, long escape sequences (e.g. OSC 52) could be >trimmed >> due to a quite small escape sequence buffer. This commit increases

Re: [hackers] [st][patch] Increase the buffer size for escape sequences

2018-09-23 Thread Hiltjo Posthuma
On Sun, Sep 23, 2018 at 12:12:27PM +0200, Ingo Heimbach wrote: > Before this commit, long escape sequences (e.g. OSC 52) could be trimmed > due to a quite small escape sequence buffer. This commit increases the > escape sequence buffer from 128 to 1048576 UTF-8 characters. > --- >  st.c | 2 +- >  

[hackers] [st][patch] Increase the buffer size for escape sequences

2018-09-23 Thread Ingo Heimbach
Before this commit, long escape sequences (e.g. OSC 52) could be trimmed due to a quite small escape sequence buffer. This commit increases the escape sequence buffer from 128 to 1048576 UTF-8 characters. ---  st.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.c b/st.c

Re: [hackers] [sbase] [PATCH] ed: Changed delimiter to fix unterminated TODO comment

2018-09-23 Thread Quentin Rameau
Hello Firasuke, > 1 file changed, 1 insertion(+), 1 deletion(-) . > - *s/ *// > + *s# *## Applied, thanks!

[hackers] [sbase] ed: Changed delimiter to fix unterminated TODO comment || Firas Khalil Khana

2018-09-23 Thread git
commit a1627b94195e83dba5b7b483d5af780e316cb73f Author: Firas Khalil Khana AuthorDate: Sat Sep 22 13:30:21 2018 +0300 Commit: Quentin Rameau CommitDate: Sun Sep 23 11:02:31 2018 +0200 ed: Changed delimiter to fix unterminated TODO comment diff --git a/ed.c b/ed.c index