patat-0.8.5.0: Terminal-based presentations using Pandoc

Safe HaskellNone
LanguageHaskell2010

Patat.AutoAdvance

Synopsis

Documentation

autoAdvance :: Int -> Chan PresentationCommand -> IO (Chan PresentationCommand) Source #

This function takes an existing channel for presentation commands (presumably coming from human input) and creates a new one that also sends a Forward command if nothing happens for N seconds.