mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
autoresizing of history buffers (#349)
This commit is contained in:
parent
7761323f01
commit
6e9a728354
7 changed files with 190 additions and 31 deletions
|
|
@ -347,10 +347,11 @@ type Config struct {
|
|||
|
||||
History struct {
|
||||
Enabled bool
|
||||
ChannelLength int `yaml:"channel-length"`
|
||||
ClientLength int `yaml:"client-length"`
|
||||
AutoreplayOnJoin int `yaml:"autoreplay-on-join"`
|
||||
ChathistoryMax int `yaml:"chathistory-maxmessages"`
|
||||
ChannelLength int `yaml:"channel-length"`
|
||||
ClientLength int `yaml:"client-length"`
|
||||
AutoresizeWindow time.Duration `yaml:"autoresize-window"`
|
||||
AutoreplayOnJoin int `yaml:"autoreplay-on-join"`
|
||||
ChathistoryMax int `yaml:"chathistory-maxmessages"`
|
||||
}
|
||||
|
||||
Filename string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue