Re: [dev] [st] [PATCH] Clear the full screen on reverse terminal mode change.

2014-05-08 Thread Roberto E. Vargas Caballero
> (introduction of term.dirty) which, on change of reverse mode (DECSCNM), > caused only dirty lines to be redrawn with the new mode instead of the > whole screen. Maybe could be better idea revert 0dbf9c, because I think this problem affects all the calls to redraw: void expose(XEvent *ev) {

[dev] [st] [PATCH] Clear the full screen on reverse terminal mode change.

2014-05-08 Thread Colona
Fix a bug introduced by 0dbf9c8c12a5de35d1cef22349ab80e8f0a8f10e (introduction of term.dirty) which, on change of reverse mode (DECSCNM), caused only dirty lines to be redrawn with the new mode instead of the whole screen. A good test-case is `echo foobar; tput flash`. --- st.c | 4 +++- 1 file ch

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

2014-05-08 Thread Dmitrij D. Czarkoff
patrick295767 patrick295767 said: > One can retrieve the link and send it over mplayer on nix, vlc,... and > any win32 apps as well. quvi dump -b mute -e "ffplay %u" $URL -- Dmitrij D. Czarkoff

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

2014-05-08 Thread Dmitrij D. Czarkoff
Robert Figura said: > 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 Why not POSIX awk? -- Dmitrij D. Czarkoff

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

2014-05-08 Thread Dmitrij D. Czarkoff
FRIGN said: > > 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. But this is easy to work around with a shell script. Having somethin

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

2014-05-08 Thread Wolfgang Corcoran-Mathe
Quoth Robert Figura on Thu, May 08 2014 10:37 +0200: Maybe i'm just paranoid or bad at explaining. Care to give me a hint? What's been useful, what would you keep? It may be just a matter of formatting and copy-editing. I may have been reading this with man-page expectations, but the opening se

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

2014-05-08 Thread Robert Figura
On Wed, 7 May 2014 21:24:52 -0400 Wolfgang Corcoran-Mathe wrote: > 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, [...] > Looks interesting and potentially quite useful. Perhaps I am > ignorant of its shortco