matterhorn-50200.11.0: Terminal client for the Mattermost chat system

Safe HaskellNone
LanguageHaskell2010

Matterhorn.State.UserListOverlay

Synopsis

Documentation

enterChannelMembersUserList :: MH () Source #

Show the user list overlay for searching/showing members of the current channel.

enterChannelInviteUserList :: MH () Source #

Show the user list overlay for showing users that are not members of the current channel for the purpose of adding them to the channel.

enterDMSearchUserList :: MH () Source #

Show the user list overlay for showing all users for the purpose of starting a direct message channel with another user.

userListSelectDown :: MH () Source #

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

userListSelectUp :: MH () Source #

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

userListPageDown :: MH () Source #

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

userListPageUp :: MH () Source #

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