Win32-2.12.0.1: A binding to Windows Win32 API.
Copyright(c) University of Glasgow 2006
LicenseBSD-style (see the file LICENSE)
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

System.Win32.Console

Description

A collection of FFI declarations for interfacing with Win32 Console API

Synopsis

Console mode

Console code pages

Ctrl events

Command line

commandLineToArgv :: String -> IO [String] Source #

This function can be used to parse commandline arguments and return the split up arguments as elements in a list.

Screen buffer

data COORD Source #

Constructors

COORD 

Fields

Instances

Instances details
Storable COORD Source # 
Instance details

Defined in System.Win32.Console

Show COORD Source # 
Instance details

Defined in System.Win32.Console

Eq COORD Source # 
Instance details

Defined in System.Win32.Console

Methods

(==) :: COORD -> COORD -> Bool #

(/=) :: COORD -> COORD -> Bool #