diff options
author | delthas <delthas@dille.cc> | 2021-07-14 00:03:27 +0200 |
---|---|---|
committer | Hubert Hirtz <hubert@hirtz.pm> | 2021-07-14 11:40:38 +0200 |
commit | b680d6ccd1d8223ceb353987457098d86b7909e0 (patch) | |
tree | f3b9b2ae14e83aa77d6fafee9c12ee72a1c144af /doc/senpai.5.scd | |
parent | Print the channel topic on join (diff) |
ui: Introduce a vertical member list on channels
Also, fix the UI timeline clearing too much, as well as the status line.
Also, remove the width in the editor and buffer list constructors. We
were initializing them with wrong values, only to overwrite these values
with correct ones later in Resize().
Diffstat (limited to 'doc/senpai.5.scd')
-rw-r--r-- | doc/senpai.5.scd | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/senpai.5.scd b/doc/senpai.5.scd index b3edd18..6ad15ba 100644 --- a/doc/senpai.5.scd +++ b/doc/senpai.5.scd @@ -72,11 +72,14 @@ on-highlight: | ``` *nick-column-width* - The number of cell that the column for nicknames occupies in the timeline. + The number of cells that the column for nicknames occupies in the timeline. By default, 16. *chan-column-width* - The number of cell that the column for channels occupies. By default, 16. + The number of cells that the column for channels occupies. By default, 16. + +*member-column-width* + The number of cells that the column for members occupies. By default, 16. *no-tls* Disable TLS encryption. Defaults to false. |