Re: [dev] Fwd: Thank you for your application

2010-03-18 Thread hiro
Don't be sad guys, there's always plan 9.

Re: [dev] Fwd: Thank you for your application

2010-03-18 Thread Samuel Baldwin
2010/3/18 Mekaniserad Apelsin : > You're right, i should have only sent the message "+1" (and then > included the signature). Now it just plain sucked. Why include the 1 when you can just have a single '+'? -- Samuel Baldwin - logik.li

Re: [dev] Fwd: Thank you for your application

2010-03-18 Thread Mekaniserad Apelsin
tor 2010-03-18 klockan 22:01 -0400 skrev Kurt H Maier: > I think this is the worst messge-to-signature ratio I have ever seen. > > And I used to work for the government. You're right, i should have only sent the message "+1" (and then included the signature). Now it just plain sucked. -- Mekan

Re: [dev] Fwd: Thank you for your application

2010-03-18 Thread Kurt H Maier
On Thu, Mar 18, 2010 at 9:39 PM, Mekaniserad Apelsin wrote: > fre 2010-03-19 klockan 10:03 +0900 skrev Alex Matviychuk: >> I have $3.50 in my savings account and I'm feeling philanthropic! > I'll double that and recommend the name "SUmmer of Suckless Programming" > or susp for short! > > > -- > Th

Re: [dev] Fwd: Thank you for your application

2010-03-18 Thread Mekaniserad Apelsin
fre 2010-03-19 klockan 10:03 +0900 skrev Alex Matviychuk: > I have $3.50 in my savings account and I'm feeling philanthropic! I'll double that and recommend the name "SUmmer of Suckless Programming" or susp for short! -- There was of course no way of knowing whether you were being watched at an

Re: [dev] Fwd: Thank you for your application

2010-03-18 Thread Alex Matviychuk
I have $3.50 in my savings account and I'm feeling philanthropic! -A On Fri, Mar 19, 2010 at 08:05, Charlie Kester wrote: > On Thu 18 Mar 2010 at 13:37:29 PDT Premysl Hruby wrote: >> >> On (18/03/10 20:26), Martin Kopta wrote: >>> >>> Date: Thu, 18 Mar 2010 20:26:32 +0100 >>> From: Martin Kopta

Re: [dev] Fwd: Thank you for your application

2010-03-18 Thread Charlie Kester
On Thu 18 Mar 2010 at 13:37:29 PDT Premysl Hruby wrote: On (18/03/10 20:26), Martin Kopta wrote: Date: Thu, 18 Mar 2010 20:26:32 +0100 From: Martin Kopta To: dev mail list Subject: Re: [dev] Fwd: Thank you for your application List-Id: dev mail list User-Agent: Mutt/1.5.20 (2009-06-14) What

Re: [dev] Fwd: Thank you for your application

2010-03-18 Thread Premysl Hruby
On (18/03/10 20:26), Martin Kopta wrote: > Date: Thu, 18 Mar 2010 20:26:32 +0100 > From: Martin Kopta > To: dev mail list > Subject: Re: [dev] Fwd: Thank you for your application > List-Id: dev mail list > User-Agent: Mutt/1.5.20 (2009-06-14) > > What about "Suckless summer of code" then? ;-) >

Re: [dev] Fwd: Thank you for your application

2010-03-18 Thread Samuel Baldwin
I'd be up for a SSoC, if only to say I participated in 'ock'. -- Samuel Baldwin - logik.li

Re: [dev] Fwd: Thank you for your application

2010-03-18 Thread Martin Kopta
What about "Suckless summer of code" then? ;-) On Thu, Mar 18, 2010 at 06:47:30PM +, Anselm R Garbe wrote: > fyi > > > -- Forwarded message -- > From: > Date: 18 March 2010 18:31 > Subject: Thank you for your application > To: garb...@gmail.com > > > Hi Anselm R Garbe, >

[dev] Fwd: Thank you for your application

2010-03-18 Thread Anselm R Garbe
fyi -- Forwarded message -- From: Date: 18 March 2010 18:31 Subject: Thank you for your application To: garb...@gmail.com Hi Anselm R Garbe, Thank you for submitting "suckless.org" organization application to Google Summer of Code 2010. Unfortunately, we were unable to accept

Re: [dev] [misc] How to disable scrolling in a vt100

2010-03-18 Thread QUINTIN Guillaume
Yep and in mine too, forget my last mail sorry. I am really sorry, I just forgot to fflush stdout.

Re: [dev] [misc] How to disable scrolling in a vt100

2010-03-18 Thread Aurélien Aptel
On Thu, Mar 18, 2010 at 5:04 PM, QUINTIN Guillaume wrote: > I have already tried that but it does not work at least with urxvt, terminal > (xfce terminal), konsole and xterm. If the width of the terminal is 5 then > printf("\033[?7l12345"); will print something like this in the terminal: > > |2345

Re: [dev] [misc] How to disable scrolling in a vt100

2010-03-18 Thread QUINTIN Guillaume
> VT100 terminals have an autowrap mode set by default that can be > set/unset with the following escape sequences (respectively): > > \033[?7h > \033[?7l > I have already tried that but it does not work at least with urxvt, terminal (xfce terminal), konsole and xterm. If the width of the terminal

Re: [dev] [misc] How to disable scrolling in a vt100

2010-03-18 Thread Aurélien Aptel
VT100 terminals have an autowrap mode set by default that can be set/unset with the following escape sequences (respectively): \033[?7h \033[?7l >From the VT100 user guide [1] : DECAWM – Autowrap Mode (DEC Private) This is a private parameter applicable to set mode (SM) and reset mode (RM) contr

Re: [dev] [misc] How to disable scrolling in a vt100

2010-03-18 Thread Antoni Grzymala
On Thu, 18 Mar 2010 14:00:45 +0100, Valentin wrote: > On Thu, Mar 18, 2010 at 01:58:11PM +0100, QUINTIN Guillaume wrote: >> > >> > Scroll lock works for me in xterm. >> > >> >> What is the escape sequence to lock scroll ? >> > > No idea, I just hit scroll lock… AFAIK there are no escape sequen

Re: [dev] [misc] How to disable scrolling in a vt100

2010-03-18 Thread Valentin
On Thu, Mar 18, 2010 at 01:58:11PM +0100, QUINTIN Guillaume wrote: > > > > Scroll lock works for me in xterm. > > > > What is the escape sequence to lock scroll ? > No idea, I just hit scroll lock… pgpKRlt4SZqLn.pgp Description: PGP signature

Re: [dev] [misc] How to disable scrolling in a vt100

2010-03-18 Thread QUINTIN Guillaume
> > Scroll lock works for me in xterm. > What is the escape sequence to lock scroll ?

Re: [dev] [misc] How to disable scrolling in a vt100

2010-03-18 Thread Valentin
On Thu, Mar 18, 2010 at 11:56:50AM +0100, QUINTIN Guillaume wrote: > is there a way to disable scrolling in a vt100 > using escape sequences ? Or simply tell the terminal > not to got to the next line when writing a char at the end > of a line ? Scroll lock works for me in xterm. > > Kind regard

[dev] [misc] How to disable scrolling in a vt100

2010-03-18 Thread QUINTIN Guillaume
Hi all, This is my problem, maybe one of you knows the answer. When writing a char in the bottom right corner of the terminal, it automatically scrolls down. And this I don't want. So is there a way to disable scrolling in a vt100 using escape sequences ? Or simply tell the terminal not to got to

Re: [dev] DWM in the reddit frontpage....

2010-03-18 Thread Charlie Kester
On Wed 17 Mar 2010 at 22:46:36 PDT Uriel wrote: Just noticed that the Wikipedian bureaucratic circus has brought DWM to the reddit front page: http://www.reddit.com/r/programming/comments/bepvg/wikipedia_notability_and_open_source_software_the/ How fun... Reading the comments on reddit, I almo

Re: [dev] DWM in the reddit frontpage....

2010-03-18 Thread Anselm R Garbe
On 18 March 2010 05:46, Uriel wrote: > Just noticed that the Wikipedian bureaucratic circus has brought DWM > to the reddit front page: > http://www.reddit.com/r/programming/comments/bepvg/wikipedia_notability_and_open_source_software_the/ > > How fun... Thanks for the pointer. The whole AfD disc