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

Matterhorn.State.ThemeListOverlay

Synopsis

Documentation

enterThemeListMode :: MH () Source #

Show the user list overlay with the given search scope, and issue a request to gather the first search results.

themeListSelectDown :: MH () Source #

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

themeListSelectUp :: MH () Source #

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

themeListPageDown :: MH () Source #

Move the selection down in the user list overlay by a page of users (themeListPageSize).

themeListPageUp :: MH () Source #

Move the selection up in the user list overlay by a page of users (themeListPageSize).