Fix vscrolling in XBoard Engine-Output window
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 8 May 2011 11:53:09 +0000 (13:53 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 9 May 2011 10:27:33 +0000 (12:27 +0200)
commitb12ca738583ee21b1533377b3424baba188ba2e0
tree456945862d823b292c6ed4d63b524a1a9d01786e
parent9a638d97a527346db031a95f36143f7bd4e63ec5
Fix vscrolling in XBoard Engine-Output window

After clicking the memos they scrolled to the bottom, because SetFocus
put the insertion point at the very end of the text. This behavior is
now reserved for text-edits containing less than 100 characters.
xoptions.c