Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Mouse bool `toml:"mouse"`
HideBlockedUsers bool `toml:"hide_blocked_users"`
MessagesLimit uint8 `toml:"messages_limit"`
Editor string `toml:"editor"`
Timestamps bool `toml:"timestamps"`
TimestampsBeforeAuthor bool `toml:"timestamps_before_author"`
TimestampsFormat string `toml:"timestamps_format"`
UserAgent string `toml:"user_agent"`
OS string `toml:"os"`
Browser string `toml:"browser"`
Device string `toml:"device"`
Keys Keys `toml:"keys"`
Theme Theme `toml:"theme"`
}
type GuildsTreeKeys ¶
type GuildsTreeKeys struct {
SelectCurrent string `toml:"select_current"`
}
type GuildsTreeTheme ¶
type Keys ¶
type Keys struct {
FocusGuildsTree string `toml:"focus_guilds_tree"`
FocusMessagesText string `toml:"focus_messages_text"`
FocusMessageInput string `toml:"focus_message_input"`
ToggleGuildsTree string `toml:"toggle_guilds_tree"`
SelectPrevious string `toml:"select_previous"`
SelectNext string `toml:"select_next"`
SelectFirst string `toml:"select_first"`
SelectLast string `toml:"select_last"`
GuildsTree GuildsTreeKeys `toml:"guilds_tree"`
MessagesText MessagesTextKeys `toml:"messages_text"`
MessageInput MessageInputKeys `toml:"message_input"`
Logout string `toml:"logout"`
}
type MessageInputKeys ¶
type MessagesTextKeys ¶
type MessagesTextTheme ¶
type Theme ¶
type Theme struct {
Border bool `toml:"border"`
BorderColor string `toml:"border_color"`
BorderPadding [4]int `toml:"border_padding"`
TitleColor string `toml:"title_color"`
BackgroundColor string `toml:"background_color"`
GuildsTree GuildsTreeTheme `toml:"guilds_tree"`
MessagesText MessagesTextTheme `toml:"messages_text"`
}
Click to show internal directories.
Click to hide internal directories.