Re: [dev] [st][patch] scrollback buffer

2013-10-21 Thread Edgaras
On Mon, Oct 21, 2013 at 01:36:01PM +0200, v4hn wrote: > On Sat, Oct 19, 2013 at 02:17:54PM +0300, Edgaras wrote: > > Well it seems it does not work for me on raspberry, > > not that it is a huge loss, > > as I said I got used to this. > > The relevant kernel option is CONFIG_VGACON_SOFT_SCROLLBACK

Re: [dev] [st][patch] scrollback buffer

2013-10-21 Thread v4hn
On Sat, Oct 19, 2013 at 02:17:54PM +0300, Edgaras wrote: > Well it seems it does not work for me on raspberry, > not that it is a huge loss, > as I said I got used to this. The relevant kernel option is CONFIG_VGACON_SOFT_SCROLLBACK and by default allocates 64K of RAM for software scrollback. Mayb

Re: [dev] [st][patch] scrollback buffer

2013-10-19 Thread Dmitrij D. Czarkoff
Roberto E. Vargas Caballero said: > What should we do? May it be isolated so that it could be enabled/disabled during compilation? -- Dmitrij D. Czarkoff

Re: [dev] [st][patch] scrollback buffer

2013-10-19 Thread hiro
> I wouldn't have thought scrollback editing was generally seen as > useful - why would people want that? Scrollback history files also > don't sound that interesting. I always thought the way people use 9term and edit and then re-send certain commands is great. But the more I used it the clearer

Re: [dev] [st][patch] scrollback buffer

2013-10-19 Thread Edgaras
On Sat, Oct 19, 2013 at 02:39:14AM +0300, Otto Modinos wrote: > You can use shift+{pgup,pgdown} to scroll in the linux tty. > Well it seems it does not work for me on raspberry, not that it is a huge loss, as I said I got used to this.

Re: [dev] [st][patch] scrollback buffer

2013-10-19 Thread koneu
"Roberto E. Vargas Caballero" wrote: > It is a complicated point. A lot of people like it a lot, and a lot of > people hate it a lot, so I don't know what is the next step here. As far as > I know there are these solutions: > > - Ignore the patch > - create a wiki where publish these kind of patc

Re: [dev] [st][patch] scrollback buffer

2013-10-19 Thread Roberto E. Vargas Caballero
On Fri, Oct 18, 2013 at 10:24:41PM +, Mihail Zenkov wrote: > Thanks Jochen! This implementation really tiny and useful for many > people. Maybe we can create st-sb branch for it (like before for utf) > ? It is a complicated point. A lot of people like it a lot, and a lot of people hate it a lo

Re: [dev] [st][patch] scrollback buffer

2013-10-18 Thread Otto Modinos
You can use shift+{pgup,pgdown} to scroll in the linux tty.

Re: [dev] [st][patch] scrollback buffer

2013-10-18 Thread Mihail Zenkov
Thanks Jochen! This implementation really tiny and useful for many people. Maybe we can create st-sb branch for it (like before for utf) ?

Re: [dev] [st][patch] scrollback buffer

2013-10-18 Thread devoas
On Fri, Oct 18, 2013 at 04:08:52PM +0200, Manolo Martínez wrote: > On 10/18/13 at 05:01pm, Edgaras wrote: > > > On 16/10/2013, Jochen Sprickerhof wrote: > > > > I've implemented a (limited) scrollback buffer for st. Thanks to v4hn > > > > for testing and improving first versions. > > > > > > As

Re: [dev] [st][patch] scrollback buffer

2013-10-18 Thread Manolo Martínez
On 10/18/13 at 05:01pm, Edgaras wrote: > > On 16/10/2013, Jochen Sprickerhof wrote: > > > I've implemented a (limited) scrollback buffer for st. Thanks to v4hn > > > for testing and improving first versions. > > > As for scrollback in terminal, at first it seemed very annoying as I was uses > t

Re: [dev] [st][patch] scrollback buffer

2013-10-18 Thread Edgaras
On Wed, Oct 16, 2013 at 12:00:05PM -0500, Strake wrote: > On 16/10/2013, Jochen Sprickerhof wrote: > > I've implemented a (limited) scrollback buffer for st. Thanks to v4hn > > for testing and improving first versions. > > Thanks! This was the last reason against my st adoption. > > On 16/10/201

Re: [dev] [st][patch] scrollback buffer

2013-10-17 Thread Branislav Blaskovic
Hi, thank you for the patch. It works nice! Are you going to add it to wiki for users which are not subscribed to mailing list? Branislav Blaškovič On Wed, Oct 16, 2013 at 11:42 AM, Jochen Sprickerhof wrote: > Hi, > > I've implemented a (limited) scrollback buffer for st. Thanks to v4hn > for

Re: [dev] [st][patch] scrollback buffer

2013-10-16 Thread Dmitrij D. Czarkoff
v4hn said: > On Wed, Oct 16, 2013 at 12:00:05PM -0500, Strake wrote: > > On 16/10/2013, Jochen Sprickerhof wrote: > > > I've implemented a (limited) scrollback buffer for st. Thanks to v4hn > > > for testing and improving first versions. > > > > Thanks! This was the last reason against my st adop

Re: [dev] [st][patch] scrollback buffer

2013-10-16 Thread v4hn
On Wed, Oct 16, 2013 at 12:00:05PM -0500, Strake wrote: > On 16/10/2013, Jochen Sprickerhof wrote: > > I've implemented a (limited) scrollback buffer for st. Thanks to v4hn > > for testing and improving first versions. > > Thanks! This was the last reason against my st adoption. This was the sam

Re: [dev] [st][patch] scrollback buffer

2013-10-16 Thread Roberto E. Vargas Caballero
> My general rule for where determining where functionality should be placed > when > developing stacks is this: where can I implement this functionality that it > would require the least level of code duplication/reimplementation? I'm pretty > sure that's at the terminal level in this instance. I

Re: [dev] [st][patch] scrollback buffer

2013-10-16 Thread Strake
On 16/10/2013, Jochen Sprickerhof wrote: > I've implemented a (limited) scrollback buffer for st. Thanks to v4hn > for testing and improving first versions. Thanks! This was the last reason against my st adoption. On 16/10/2013, Christoph Lohmann <2...@r-36.net> wrote: > You can add it as a pat

Re: [dev] [st][patch] scrollback buffer

2013-10-16 Thread Chris Down
On 2013-10-16 16:15, Christoph Lohmann wrote: > You can add it as a patch to the wiki but it won’t be included in main‐ > line. Scrollback is what you have other applications for. Because next you > will want scrollback selection, scrollback editing and scrollback history > files. Other people

Re: [dev] [st][patch] scrollback buffer

2013-10-16 Thread Nick
On Wed, Oct 16, 2013 at 04:15:08PM +0200, Christoph Lohmann wrote: > On Wed, 16 Oct 2013 16:15:08 +0200 Jochen Sprickerhof > wrote: > > I've implemented a (limited) scrollback buffer for st. Thanks to v4hn > > for testing and improving first versions. > > You can add it as a patch to the wiki b

Re: [dev] [st][patch] scrollback buffer

2013-10-16 Thread Christoph Lohmann
Greetings. On Wed, 16 Oct 2013 16:15:08 +0200 Jochen Sprickerhof wrote: > Hi, > > I've implemented a (limited) scrollback buffer for st. Thanks to v4hn > for testing and improving first versions. You can add it as a patch to the wiki but it won’t be included in main‐ line. Scrollback is what

Re: [dev] [st][patch] scrollback buffer

2013-10-16 Thread Nick
Quoth Jochen Sprickerhof: > I've implemented a (limited) scrollback buffer for st. Thanks to v4hn > for testing and improving first versions. Awesome, that sounds great! I don't have time to test it at present, but will do so when I can. Thanks Jochen :)

[dev] [st][patch] scrollback buffer

2013-10-16 Thread Jochen Sprickerhof
Hi, I've implemented a (limited) scrollback buffer for st. Thanks to v4hn for testing and improving first versions. Cheers Jochen >From 8bae501586ed77a624170937c8bd53433f64 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Thu, 3 Oct 2013 09:35:32 +0200 Subject: [PATCH] Add scrollback