Re: Prevent screen flickering (standalone info)

2014-03-31 Thread Karl Berry
Should I add diffs for ChangeLog entries on proposed patches as well? Well, just the entry, as such, is better than a diff to ChangeLog. Because it's likely that the ChangeLog will have changed. Because the date that they are actually committed to the repository will be different. Or

Re: Prevent screen flickering (standalone info)

2014-03-30 Thread Gavin Smith
On Sat, Mar 29, 2014 at 2:34 PM, Karl Berry wrote: > (1) It's helpful to write the ChangeLog entry too. > Should I add diffs for ChangeLog entries on proposed patches as well? Because the date that they are actually committed to the repository will be different. Or does this not matter that much?

Re: Prevent screen flickering (standalone info)

2014-03-29 Thread Karl Berry
- mbi_advance (itra), mbi_advance (itrb)) + i++, mbi_advance (itra), mbi_advance (itrb)) Thanks Gavin, I installed this one. I couldn't exactly see the flickering, but the need seems obvious. (1) It's helpful to write the ChangeLog entry too. (2) Although your big display pa

Prevent screen flickering (standalone info)

2014-03-24 Thread Gavin Smith
Moving the cursor around causes some screen flickering. This patch stops this. display.c (find_diff): Return values other than 0. --- a/display.c +++ b/display.c @@ -102,7 +102,7 @@ find_diff (const char *a, size_t alen, const char *b, size_t blen, int *ppos) for (i = 0, mbi_init (itra, a, al