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

Matterhorn.State.ThemeListWindow

Synopsis

Documentation

enterThemeListMode :: TeamId -> MH () Source #

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

themeListSelectDown :: TeamId -> MH () Source #

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

themeListSelectUp :: TeamId -> MH () Source #

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

themeListPageDown :: TeamId -> MH () Source #

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

themeListPageUp :: TeamId -> MH () Source #

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