termite: fix scrollbar position option description
Signed-off-by: dind <lewdavatar@gmail.com>
(cherry picked from commit d8d5f85ab7
)
This commit is contained in:
parent
f5c9303ced
commit
1261ffee91
|
@ -178,7 +178,7 @@ in
|
|||
scrollbar = mkOption {
|
||||
default = null;
|
||||
type = types.nullOr (types.enum [ "off" "left" "right" ]);
|
||||
description = "Scroll to the bottom when the shell generates output.";
|
||||
description = "Scrollbar position.";
|
||||
};
|
||||
|
||||
backgroundColor = mkOption {
|
||||
|
|
Loading…
Reference in a new issue