Portability | unportable |
---|---|
Stability | unstable |
Maintainer | Jose A. Ortega Ruiz <jao@gnu.org> |
Safe Haskell | None |
Plugins.MarqueePipeReader
Description
A plugin for reading from named pipes for long texts with marquee
Documentation
type Length = Int
type Rate = Int
type Separator = String
data MarqueePipeReader
Constructors
MarqueePipeReader String (Length, Rate, Separator) String |
Instances
pipeToChan :: Handle -> TChan String -> IO ()
toInfTxt :: String -> String -> String
checkPipe :: FilePath -> IO ()