0hc
===============================================================================
                                              0hc.net - .::0::header::class::.

-------------------------------------------------------------------------------
 :: home :: menu :: contact :: login ::
-------------------------------------------------------------------------------

  AWin32Console
    
    Haskell Library
    
    Name:                AWin32Console
    Version:             1.1
    Description:         ANSI escape code 
    License:             BSD3
    Author:              Harald Wolfsgruber
    
    
    Download source:
    AWin32Console-1.1.tar.gz
    
    
    Implemented:
    
    ESC[#;...;#m set display attributes
    ESC[0m reset display attributes
    
    ESC[0J delete from cursor to end of display
    ESC[1J delete from start to cursor
    ESC[2J cls and cursor to (1,1)
    
    ESC[0K delete to end of line
    ESC[1K delete from start of line to cursor
    ESC[2K delete whole line
    
    ESC[#L insert # blank lines
    ESC[#@ insert # blank characters
    ESC[#M delete # lines
    ESC[#P delete # characters
    
    ESC[#A move cursor up # lines
    ESC[#B move cursor down # lines
    ESC[#C move cursor forward # lines
    ESC[#D move cursor back # lines
    ESC[#E move cursor down # lines column 1
    ESC[#F move cursor up # lines column 1
    ESC[#G move cursor to column #
    
    ESC[#;#H move cursor to line #, column #
    ESC[#;#f move cursor to line #, column #
    
    ESC[s save the cursor position
    ESC[u restore the cursor position

-------------------------------------------------------------------------------
           0hc.net     Copyright 2001-2010 : Harald Wolfsgruber
===============================================================================