-------------------------------------------------------------------------------- -- Nonbuffering getChar -- 2017 Francesco Ariis GPLv3 80cols -------------------------------------------------------------------------------- module Terminal.Game.Input where inputCharTerminal :: IO Char inputCharTerminal = getChar