# File lib\Win32/Console/ANSI.rb, line 55
        def initialize
          super(1,'w')
          @Out = Win32::Console.new(STD_OUTPUT_HANDLE)
          @x = @y = 0           # to save cursor position
          @foreground = 7
          @background = 0
          @bold = 
          @underline = 
          @revideo = 
          @concealed = nil
          @conv = 1        # char conversion by default
        end