stack-2.11.1: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageGHC2021

System.Terminal

Description

The module of this name differs as between Windows and non-Windows builds. This is the non-Windows version.

Synopsis

Documentation

fixCodePage :: x -> y -> a -> a Source #

hIsTerminalDeviceOrMinTTY :: MonadIO m => Handle -> m Bool Source #

hIsTerminaDevice does not recognise handles to mintty terminals as terminal devices, but isMinTTYHandle does.