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, but
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 :
> [2014-05-01 21:29] patrick295767 patrick295767
>>
>> [...] with maybe fbdev su
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.
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 :
> On Wed, May 7, 2014 at 10:29 AM, patrick295767 patrick295767
> wrote:
>> Hi,
>>
>> I was watching a movie on youtube, and finally I realized that we
>> still h
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 marvellous
On Wed, May 7, 2014 at 10:29 AM, patrick295767 patrick295767
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 is possible with
On Wed, 7 May 2014 17:51:58 +0100
Dimitris Papastamos 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
tl;dr
all of your download links are dead.
On Wed, 7 May 2014 00:02:42 +0200
"Dmitrij D. Czarkoff" 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 ~/.mailcap m
> > + 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
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
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,
> 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
> 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
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))) {
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 @@ t
16 matches
Mail list logo