Re: [PATCH 1/3] Simplify line copying.

2014-05-13 Thread Nicholas Marriott
Applied, thanks. On Tue, May 13, 2014 at 08:50:56PM -0700, Keith Amling wrote: > I was confused by this complex block for a few moments before managing > to parse "rest start x", "last end x", etc. This may or may not help > the next reader of this code but I think it's undoubtedly simpler. >

[PATCH 1/3] Simplify line copying.

2014-05-13 Thread Keith Amling
I was confused by this complex block for a few moments before managing to parse "rest start x", "last end x", etc. This may or may not help the next reader of this code but I think it's undoubtedly simpler. Keith --- window-copy.c | 16 1 file changed, 4 insertions(+), 12 delet