tinyirc: Limit the maximum number of messages stored for each UI tab
This commit is contained in:
parent
2e6e01eb2a
commit
7b3d4645c7
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ defaults:
|
||||||
log_dir: '/tmp/'
|
log_dir: '/tmp/'
|
||||||
|
|
||||||
# (Optional) Limits the maximum number of messages stored for each UI tab. Defaults to unlimited.
|
# (Optional) Limits the maximum number of messages stored for each UI tab. Defaults to unlimited.
|
||||||
# scrollback: 512
|
scrollback: 1024
|
||||||
|
|
||||||
# Color theme based on 256 colors. Colors can be defined as color indices
|
# Color theme based on 256 colors. Colors can be defined as color indices
|
||||||
# (0-255) or with their names.
|
# (0-255) or with their names.
|
||||||
|
|
Loading…
Reference in a new issue