matterhorn-50200.12.0: Terminal client for the Mattermost chat system
Safe HaskellNone
LanguageHaskell2010

Matterhorn.State.ChannelListOverlay

Synopsis

Documentation

channelListSelectDown :: MH () Source #

Move the selection down in the channel list overlay by one channel.

channelListSelectUp :: MH () Source #

Move the selection up in the channel list overlay by one channel.

channelListPageDown :: MH () Source #

Move the selection down in the channel list overlay by a page of channels (channelListPageSize).

channelListPageUp :: MH () Source #

Move the selection up in the channel list overlay by a page of channels (channelListPageSize).