Skip to content

arotenberg/no-buffering-workaround

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

no-buffering-workaround

This package exists as a workaround for GHC bug #2189, "hSetBuffering stdin NoBuffering doesn't work on Windows". It provides functionality for reading from standard input without buffering, in a way that works under GHC on Windows as well as other configurations. This is useful for key-driven console applications such as roguelikes.

Documentation and downloads for this package are available through Hackage.