Re: [dev] scrollback in st

2011-01-18 Thread Aurélien Aptel
On Tue, Jan 18, 2011 at 12:55 AM, pancake wrote: > I didnt check last version of the source, but afaik its not supported. This > scrollup function just shifts contents inside the window buffer. This is correct. There's no scrollback buffer at the moment.

Re: [dev] scrollback in st

2011-01-17 Thread pancake
I didnt check last version of the source, but afaik its not supported. This scrollup function just shifts contents inside the window buffer. On Jan 18, 2011, at 12:09 AM, Jim Erickson wrote: > is there anyway to scroll back in st? i have run grep on st.c and get: > > case 'S' : /* SU - scroll

[dev] scrollback in st

2011-01-17 Thread Jim Erickson
is there anyway to scroll back in st? i have run grep on st.c and get: case 'S' : /* SU - scroll line up */ what keybinding does one use to achieve this? thank you for your consideration in this matter. jim erickson