Fix regression in colorization of zippy-matched commands
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 1 Aug 2010 11:15:27 +0000 (13:15 +0200)
committerArun Persaud <arun@nubati.net>
Mon, 2 Aug 2010 07:58:34 +0000 (00:58 -0700)
commit32d6537664a734207772608507882f5a682a2c0a
tree32990e8fd95b5b3d9eee59ea57fbb241743fd7dd
parenteb3c0ffdc57f3d143d21c26237620a5b76eece06
Fix regression in colorization of zippy-matched commands

The patch by Daniel Mehrman from 4.2.pre8 was not properly merged, so
that in XBoard no coloration would take place of ICS commands that were
matched by zippy. (It was using &i as input pointer, rather than &backup.
The XBoard-specific code now has been deleted completely, to remove a
seemingly needless dependence on _WIN32_ of the back-end. Both WB and XB
now use the XBoard method, to only match zippy commands when logged in.
backend.c