Fix GameListHighlight WB
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 7 Sep 2014 11:32:49 +0000 (13:32 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 7 Sep 2014 11:32:49 +0000 (13:32 +0200)
commit8c1ad5e219719bafa41bf36446f298ac71001b8e
treef82f6e041a37b5ae2c0d924eee3b0e5da23ccfa3
parent63dc09b62c3a6430c671b8fd5ebd4be691167173
Fix GameListHighlight WB

The routine to highlight a game line in the Game List listbox of WinBoard
used an extremely inefficient linear search to find the game amongst the
selected games. This has now been replaced by bisection, after finding
an upper limit to the number of entries in the listbox by doubling
a trial size.
winboard/wgamelist.c