But it looks ok
Signed-off-by: NeilBrown <neilb@suse.de>
+- search show go to right column and highlight
+- do we always recenter top when we split - what if near but not at bottom
+- side-by-side sometimes shows last line of a chunk with
+ the next chunk
+- '|' should go from sidebyside to merge
+- sometimes the split page gets white spaces - 'int bl_count'
+- use next_mline in print_merge2
++ discard merge.c
+
- extract.c should be able to extract half of a word-diff
- extract.c should work on word-merges
return a.p.m == b.p.m &&
a.p.s == b.p.s &&
a.p.o == b.p.o &&
- a.state == b.state;
+ (a.state == b.state || a.state == 0 || b.state == 0);
}
/* Check if a particular stream is meaningful in a particular merge
while (!same_mpos(spos, tpos))
next_mline(&spos, fm, fb, fa, ci.merger, smode);
-
(void)attrset(a_sep);
for (i = 0; i < cols; i++)
mvaddstr(splitrow, i, "-");