Fix copying of WB Chat Window contents
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 10 Feb 2010 09:58:29 +0000 (10:58 +0100)
committerArun Persaud <arun@nubati.net>
Sun, 21 Feb 2010 00:35:01 +0000 (16:35 -0800)
commit9f8e3f62352236d94f044b198a897488d404ed7e
treeeaf91a8094ddfff1c1d13486635ab891eaf4dce5
parentba19c79e683860fba8cafa5ca24b0f8191b4c1d5
Fix copying of WB Chat Window contents

All line breks were lost on copy-pasting the contents of a chat window.
Adding CR to each outputted line in the front-end (wchat.c) solves this.
(Tell messages sent to a handle (which are not echoed by the ICS, and
thus have to copied to the chat box directly) also need CR!)
winboard/wchat.c