[dev] [st] [PATCH] Also clears ESC_START on interrupt characters during sequences.

2014-05-07 Thread Colona
Otherwise, the rest of the input is interpreted as a new escape sequence. For the ESC character, ESC_START is re-set in tcontrolcode. --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.c b/st.c index fe44608..baab589 100644 --- a/st.c +++ b/st.c @@ -2446,7 +2446,7 @@

[dev] [st] [PATCH] Set ESC_STR_END on a '\' character in a DCS.

2014-05-07 Thread Colona
The strhandle() in the case '\\' below (line 2565) couldn’t be reached. --- st.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/st.c b/st.c index baab589..13c2b01 100644 --- a/st.c +++ b/st.c @@ -2448,6 +2448,9 @@ tputc(char *c, int len) { ISCONTROLC1(unicodep))) {

Re: [dev] [st] [PATCH] Also clears ESC_START on interrupt characters during sequences.

2014-05-07 Thread Roberto E. Vargas Caballero
Otherwise, the rest of the input is interpreted as a new escape sequence. For the ESC character, ESC_START is re-set in tcontrolcode. Good catch, I'll apply it (and sorry for this error ;)). Regards, -- Roberto E. Vargas Caballero

Re: [dev] [st] [PATCH] Set ESC_STR_END on a '\' character in a DCS.

2014-05-07 Thread Roberto E. Vargas Caballero
The strhandle() in the case '\\' below (line 2565) couldn’t be reached. I think this patch is incorrect, because '\\' doesn't end a string command. ESC \ ends it. Let me know if I am wrong. -- Roberto E. Vargas Caballero

Re: [dev] [st] [PATCH] Set ESC_STR_END on a '\' character in a DCS.

2014-05-07 Thread Colona
On Wed, May 07, 2014 at 10:21:26AM +0200, Roberto E. Vargas Caballero wrote: The strhandle() in the case '\\' below (line 2565) couldn’t be reached. I think this patch is incorrect, because '\\' doesn't end a string command. ESC \ ends it. Let me know if I am wrong. Yeah, you’re right, I

Re: [dev] [st][PATCH v3] Cancel DCS with SUB, CAN, ESC or any CC1 code

2014-05-07 Thread Colona
Hi, On Sun, Apr 27, 2014 at 11:37:42AM +0200, Roberto E. Vargas Caballero wrote: From http://www.vt100.net/docs/vt510-rm/chapter4: *The VT510 ignores all following characters until it receives a SUB, ST, or any other C1 control character. So OSC, PM and APC sequence ends with

Re: [dev] [st][PATCH v3] Cancel DCS with SUB, CAN, ESC or any CC1 code

2014-05-07 Thread Roberto E. Vargas Caballero
+ term.esc = ~(ESC_STR_END|ESC_STR); Shouldn’t these flags be cleared only on SUB, CAN, ST, C1s and \a ? You are right. There are some 'break' that should be a return. Regards, -- Roberto E. Vargas Caballero

Re: [dev][project] soap - a simple xdg-open replacement

2014-05-07 Thread FRIGN
On Wed, 7 May 2014 00:02:42 +0200 Dmitrij D. Czarkoff czark...@gmail.com wrote: I did not investigate issue in detail, but apparently xdg-open treats all http links as text/html. xdg-open http: starts Firefox. Yes, that's the problem. That's why I wrote soap in the first place. I edit my

Re: [dev] [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-07 Thread Dimitris Papastamos
tl;dr all of your download links are dead.

[dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-07 Thread Robert Figura
On Wed, 7 May 2014 17:51:58 +0100 Dimitris Papastamos s...@2f30.org wrote: tl;dr Try the KEYWORDS, SHOW CASES and EXAMPLES sections. all of your download links are dead. Uah. Thank you! This should work: https://github.com/robert-figura/req/ Kind Regards - Robert Figura

Re: [dev] C coded cross-platform youtube video viewer

2014-05-07 Thread Ryan O’Hara
On Wed, May 7, 2014 at 10:29 AM, patrick295767 patrick295767 patrick295...@gmail.com wrote: Hi, I was watching a movie on youtube, and finally I realized that we still haven't coded an application, such as we were doing 10-20 years ago. Why we still so heavily use the browser, when so much

[dev] C coded cross-platform youtube video viewer

2014-05-07 Thread patrick295767 patrick295767
Hi, I was watching a movie on youtube, and finally I realized that we still haven't coded an application, such as we were doing 10-20 years ago. Why we still so heavily use the browser, when so much is possible with coding in C. Well you might you youtube python app, but it is so much

Re: [dev] C coded cross-platform youtube video viewer

2014-05-07 Thread patrick295767 patrick295767
One can retrieve the link and send it over mplayer on nix, vlc,... and any win32 apps as well. 2014-05-07 19:33 GMT+02:00 Ryan O’Hara rni...@gmail.com: On Wed, May 7, 2014 at 10:29 AM, patrick295767 patrick295767 patrick295...@gmail.com wrote: Hi, I was watching a movie on youtube, and

Re: [dev] C coded cross-platform youtube video viewer

2014-05-07 Thread Dimitris Papastamos
On Wed, May 07, 2014 at 07:57:56PM +0200, patrick295767 patrick295767 wrote: One can retrieve the link and send it over mplayer on nix, vlc,... and any win32 apps as well. Your drugs suck.

Re: [dev] tiny pdf viewer (with vim key shortcuts)

2014-05-07 Thread patrick295767 patrick295767
HI Meillo, your config ~/.xpdfrc could be interesting. If available, please do not hesitate to share this config file. hjkl would be awesome to use on mupdf. Greetings. 2014-05-02 10:59 GMT+02:00 markus schnalke mei...@marmaro.de: [2014-05-01 21:29] patrick295767 patrick295767

Re: [dev] [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-07 Thread Wolfgang Corcoran-Mathe
Quoth Robert Figura on Wed, May 07 2014 18:26 +0200: A little more than two years ago i started coding some plumberlike in gawk, and i think it's time for me to seek suggestions and share what i have. Looks interesting and potentially quite useful. Perhaps I am ignorant of its shortcomings,