Wed Oct 6 16:51:36 EDT 2010 jw...@google.com
* add documentation and clean up
Ignore-this: 62d3c4a4707e0ed5fbbfd0967be5f40f
Document the rational for this change as well as clean up
some of the comments and todos.
M ./src/Yi/Buffer/HighLevel.hs -1
M ./src/Yi/UI/Vty.hs -2 +8
Sat Sep 18 00:20:58 EDT 2010 jw...@google.com
* Scrolling - Store actual buffer lines displayed in a window.
Ignore-this: 832bc90350c820a84a56aab985a46f35
In order for scrolling to work we have to differentiate between the height
of the window in display lines and the number of actual b
Thu Sep 16 01:17:42 EDT 2010 jw...@google.com
* fix scrolling so it no longer snaps to the middle.
Ignore-this: e80f848c675274b889129e20d4e9a5b6
scrolling off the top or bottom of the screen now just moves the viewport
the minimum # of lines necessary to keep the point in sight. This is
If it's fine by you it's fine by me :)
-- JP
On Thu, Oct 7, 2010 at 6:44 AM, Jeff Wheeler wrote:
> I'm fine applying this. Any complaints?
>
> -Jeff
>
> On Wed, Oct 6, 2010 at 3:52 PM, wrote:
>> 3 patches for repository http://code.haskell.org/yi:
>>
>> Thu Sep 16 00:17:42 CDT 2010 jw...@googl