Re: [dev] print utility

2013-04-04 Thread Sam Watkins
On Thu, Apr 04, 2013 at 09:30:49AM +0200, Martti K??hne wrote: > On Sun, Mar 31, 2013 at 4:53 AM, Calvin Morrison > wrote: > > Forget this whole LINE_MAX thing, I am looking at your suggestion in > > the other message. > > For line buffering, I also use char arrays I tend to use either a char a

Re: [dev] [st] "Del" key ain't working

2013-04-04 Thread hiro
oh that whining. (funny to hear me say this btw)

Re: [dev] [st] "Del" key ain't working

2013-04-04 Thread Carlos Torres
On Thu, Apr 4, 2013 at 4:38 PM, hiro <23h...@gmail.com> wrote: > you could also just use your mail client at home. or do you need your > del key to work right now and on your phone? exactly, before i reply i weigh the value of inline versus top, and if inline is better then i wait to use the a prop

Re: [dev] [st] "Del" key ain't working

2013-04-04 Thread hiro
you could also just use your mail client at home. or do you need your del key to work right now and on your phone?

Re: [dev] [st] "Del" key ain't working

2013-04-04 Thread Chris Down
On 5 Apr 2013 02:20, "Carlos Torres" wrote: > > On Thu, Apr 4, 2013 at 2:11 PM, Chris Down wrote: > > > > I just discovered that the Gmail app has an option for inline reply. Shame, > > really, I was living the dream for a while there. > editing mail on the phone, i.e. taking stuff out of the pos

Re: [dev] [st] "Del" key ain't working

2013-04-04 Thread Carlos Torres
On Thu, Apr 4, 2013 at 2:11 PM, Chris Down wrote: > > I just discovered that the Gmail app has an option for inline reply. Shame, > really, I was living the dream for a while there. editing mail on the phone, i.e. taking stuff out of the post you're replying to, is a pain in the ass in gmail/andro

Re: [dev] [st] "Del" key ain't working

2013-04-04 Thread Chris Down
On 5 Apr 2013 02:07, "Christoph Lohmann" <2...@r-36.net> wrote: > > Greetings. > > On Thu, 04 Apr 2013 20:05:11 +0200 Chris Down wrote: > > On 2013-04-04 19:45, Christoph Lohmann wrote: > > > On Thu, 04 Apr 2013 19:45:19 +0200 Chris Down wrote: > > > > PS. This was sent from my phone, apologies f

Re: [dev] [st] "Del" key ain't working

2013-04-04 Thread Christoph Lohmann
Greetings. On Thu, 04 Apr 2013 20:05:11 +0200 Chris Down wrote: > On 2013-04-04 19:45, Christoph Lohmann wrote: > > On Thu, 04 Apr 2013 19:45:19 +0200 Chris Down wrote: > > > PS. This was sent from my phone, apologies for being terse and/or top > > > posting. > > > > This made me laugh, then I s

Re: [dev] [st] "Del" key ain't working

2013-04-04 Thread Chris Down
On 2013-04-04 19:45, Christoph Lohmann wrote: > On Thu, 04 Apr 2013 19:45:19 +0200 Chris Down wrote: > > PS. This was sent from my phone, apologies for being terse and/or top > > posting. > > This made me laugh, then I started to cry. This was the "compromise" I reached with some list admin a few

Re: [dev] [st] "Del" key ain't working

2013-04-04 Thread Christoph Lohmann
Greetings. On Thu, 04 Apr 2013 19:45:19 +0200 Chris Down wrote: > PS. This was sent from my phone, apologies for being terse and/or top > posting. This made me laugh, then I started to cry. Sincerely, Christoph Lohmann

Re: [dev] [st] "Del" key ain't working

2013-04-04 Thread Peter A. Shevtsov
On 04/04/13 at 04:33pm, Chris Down wrote: > This has been discussed on the mailing list many times before, please > search before posting. > > Chris Oh, it was in the FAQ! Sorry for the noise :( -- Peter A. Shevtsov

Re: [dev] [st] "Del" key ain't working

2013-04-04 Thread Chris Down
This has been discussed on the mailing list many times before, please search before posting. Chris PS. This was sent from my phone, apologies for being terse and/or top posting. On 4 Apr 2013 16:32, "Peter A. Shevtsov" wrote: > Greetings! > > A day or two ago I updated st (as 0.4 was released)

[dev] [st] "Del" key ain't working

2013-04-04 Thread Peter A. Shevtsov
Greetings! A day or two ago I updated st (as 0.4 was released) and found out that "Delete" key ain't working anymore in bash and vim (probably in other console apps too). When in st I run cat -v and hit "Delete" key I get the following output: ^[[P while in xterm and framebuffer console I get

Re: [dev] print utility

2013-04-04 Thread Martti Kühne
On Sun, Mar 31, 2013 at 4:53 AM, Calvin Morrison wrote: > Forget this whole LINE_MAX thing, I am looking at your suggestion in > the other message. > > Thank you for the thorough review, > Calvin > For line buffering, I also use char arrays, but I'd be looking for line borders with strcspn(3) or