These patches include the following for 4.2.6: mousewheel support so you can move back/forth through moves, click by click, with the wheel seglight patch that does url highlighting in the console so you can visually identify web links weblinks support in the form of highlighting text with your mouse and then right-clicking to launch it hastings theme with new 32bit bitmap files -- check the above link for the tar.gz with the graphics cygwin.mak patch that I use for a clean -mno-cygwin executable and install support c:\progra~\winboard Well I've compiled them all into the binary that I use and I'm pretty happy with it. The one flaw if anything that I can tell you up front is the 'hastings' theme toggling isn't the best. As I become more familiar with the winboard code I'll be able to improve it but you might want to have a look to see whats up. About the seglight patch -- I had to use a global variable to make note of whether the ics_receiving code is mid-way in processing an 'http://' address. This way when it returns again with the rest of the link it knows to continue highlighting it. So just to clarify -- at the moment the user has to actually highlight the URL with his mouse and right-click it to select 'weblink' to launch it, with the weblink patch. The seglight patch just visually illuminates all the URLs in the console. I think I have to set up 'x,y' coordinate click regions to actually have a direct click through on the visual text.. unless theres an easier way of specifying the text range to be a 'mouse-over' cursor changing-clickable entity ;)