Re: [dev] Trouble applying scrollback patch to st

2017-02-05 Thread Quentin Rameau
Hi Nathan, > When compiling, I get this error: > > st.c:1759:1: warning: ‘kscrollup’ defined but not used > [-Wunused-function] kscrollup(const Arg* a) If it's written warning, it's not an error.

Re: [dev] Trouble applying scrollback patch to st

2017-02-05 Thread Alexander Krotov
On Sun, Feb 05, 2017 at 07:21:33PM +0100, Martin Kühne wrote: > ...it would be kind of essential for your user experience of the added > scrollback buffer that you could actually look through it and all. > With config.h not really in control of the projects (the user adjusts > that), it's kind of

Re: [dev] Trouble applying scrollback patch to st

2017-02-05 Thread Nathan Edson
Thanks for the tip! On 02/05/17 - 07:21pm, Martin Kühne wrote: > ...it would be kind of essential for your user experience of the added > scrollback buffer that you could actually look through it and all. > With config.h not really in control of the projects (the user adjusts > that), it's kind

Re: [dev] Trouble applying scrollback patch to st

2017-02-05 Thread Martin Kühne
...it would be kind of essential for your user experience of the added scrollback buffer that you could actually look through it and all. With config.h not really in control of the projects (the user adjusts that), it's kind of not sensible to try adding a keyboard mapping in an automated manner.