|
|
@@ -14,11 +14,11 @@ var Current = defConfig()
|
|
|
type Config struct {
|
|
|
// Mouse indicates whether the mouse is usable or not.
|
|
|
Mouse bool `yaml:"mouse"`
|
|
|
- // MessagesLimit is the number of messages to be retrieved when a text-based channel is selected.
|
|
|
+ // MessagesLimit is the number of messages to fetch when a text-based channel is selected.
|
|
|
MessagesLimit uint `yaml:"messages_limit"`
|
|
|
- // Timestamps indicates whether the message is to be prefixed with the timestamp or not.
|
|
|
+ // Timestamps indicates whether to draw the timestamp in front of the message or not.
|
|
|
Timestamps bool `yaml:"timestamps"`
|
|
|
- // Editor is the editor program to open when the `LaunchEditor` key is pressed. If the value of the field is "default", the `$EDITOR` environment variable is used instead.
|
|
|
+ // Editor is the program to open when the `LaunchEditor` key is pressed. If the value of the field is "default", the `$EDITOR` environment variable is used instead.
|
|
|
Editor string `yaml:"editor"`
|
|
|
|
|
|
Keys Keys `yaml:"keys"`
|