terminalF :: FontName -> Int -> Int -> F String a cmdTerminalF :: FontName -> Int -> Int -> F TerminalCmd a data TerminalCmd = TermText String | TermAppend String | TermClear
terminalF fname nrows ncols
terminalF
is an embryo to a terminal window. Currently, it can only show and
scroll lines of text. There is no visible cursor, and no cursor control.
fname :: FontName
xfontsel
. (This argument is likely to disappear in the
near future. It will be replaced by some resource mechanism.)
nrows :: Int
ncols :: Int