patat-0.8.8.0: Terminal-based presentations using Pandoc
Safe HaskellSafe-Inferred
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.