Cleaned up ConsoleWndProc (not complete, see below)
authorEric Mullins <emwine@earthlink.net>
Sat, 10 Oct 2009 17:15:50 +0000 (11:15 -0600)
committerEric Mullins <emwine@earthlink.net>
Sat, 10 Oct 2009 17:15:50 +0000 (11:15 -0600)
commit2249ff4080c7a199089e97b80539ad794ca6ba7c
tree9a03a2b0218c01385385912cf04f46a4940d8399
parente833cd22af38d0042dd3e5e6ccf7914fb18cf767
Cleaned up ConsoleWndProc  (not complete, see below)

Using static variables this way is not appropriate.  I only addressed
hInput and hText in this commit though.  But imagine the WndProc being
used by multiple windows instead of just one, and you can see why
using static variables in this way is wrong.
winboard/winboard.c