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

Matterhorn.State.ChannelListWindow

Synopsis

Documentation

channelListSelectDown :: TeamId -> MH () Source #

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

channelListSelectUp :: TeamId -> MH () Source #

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

channelListPageDown :: TeamId -> MH () Source #

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

channelListPageUp :: TeamId -> MH () Source #

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