Safe Haskell | None |
---|---|
Language | Haskell2010 |
- reserveTerminal :: (Applicative m, MonadIO m) => String -> Handle -> m Output
Documentation
reserveTerminal :: (Applicative m, MonadIO m) => String -> Handle -> m Output Source
for Terminal.app the terminal identifier "xterm" is used. For iTerm.app the terminal identifier "xterm-256color" is used.
This effects the terminfo lookup.