]> git.mxchange.org Git - simgear.git/commit
Frederic Bouvier:
authorehofman <ehofman>
Sat, 3 Jul 2004 10:59:00 +0000 (10:59 +0000)
committerehofman <ehofman>
Sat, 3 Jul 2004 10:59:00 +0000 (10:59 +0000)
commita191e9762a2e978c4555543d959893b5a6fa3675
treed97184030060ea76058d508e9fe2090718432943
parenta7b35c6e22125f31c68c35b7436f72c2feef5970
Frederic Bouvier:

I have 3 issues that are fixed by this set of patches.

1. In extensions.cxx
  #else if !defined( WIN32 )  must be changed by
  #elif !defined( WIN32 ) because the text after #else
  seems to be ignored

2. banner is not available on windows, only cygwin

3. ANSI escape sequences are not interpreted on the
   windows console. We just have garbage that is hard
   to read.
simgear/screen/extensions.cxx