[dev] Re: [vis][PATCH] Window line up/down

2014-09-14 Thread Claudio
Sorry for all these mails, I'm trying to make things better as I understand how things works. Attached is a fully working patch which allow to scroll the page up/down by one line. Regards, Claudio Alessi 2014-09-14 18:37 GMT+02:00 Claudio : > Here is the patch containing window_scroll_line_up()

[dev] Re: [vis][PATCH] Window line up/down

2014-09-14 Thread Claudio
Here is the patch containing window_scroll_line_up() and window_scroll_line_down(). Regards, Claudio 2014-09-14 18:31 GMT+02:00 Claudio : > Okay, I just noticed that the original behaviour of window_line_*() is > different than the one I thought. It's used by the j and k commands so > I'll need t

[dev] Re: [vis][PATCH] Window line up/down

2014-09-14 Thread Claudio
Okay, I just noticed that the original behaviour of window_line_*() is different than the one I thought. It's used by the j and k commands so I'll need two new ad-hoc routines for ^y and ^e. Regards, Claudio Alessi 2014-09-14 18:25 GMT+02:00 Claudio : > Hi, > > thank you for writing vis. I would