hs-term-emulator-0.1.0.0: Terminal Emulator written in 100% Haskell
Safe HaskellNone
LanguageHaskell2010

System.Terminal.Emulator.Term.Resize

Synopsis

Documentation

resizeTerm :: Term -> (Int, Int) -> Term Source #

This should be called when the user resizes the terminal window.

You should also call resizePty, but only afterwards

The tuple is in the shape (newWidth, newHeight), both must be positive