diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-01-24 10:52:13 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-01-24 10:52:13 +0100 |
| commit | 935d30a8b8a1ef1b1ae577271b497b841bb0f162 (patch) | |
| tree | eec37230e35a9e049797b31ea80fe1765f5bae4a | |
| parent | fbc6bb06953868562c8cac805c0997cd3a8e8ef9 (diff) | |
| parent | f0450f3b3e8958fb495c6a6b5a27ff118c4f174a (diff) | |
| download | vis-935d30a8b8a1ef1b1ae577271b497b841bb0f162.tar.gz vis-935d30a8b8a1ef1b1ae577271b497b841bb0f162.tar.xz | |
Merge branch 'add-layout-option' of https://github.com/kdsch/vis
| -rw-r--r-- | man/vis.1 | 2 | ||||
| -rw-r--r-- | sam.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1409,7 +1409,7 @@ caching layer or which tries the former for files smaller than 8Mb and the latter for lager ones. WARNING: modifying a memory mapped file in-place will cause data loss. -.It Ic layout , Ic lay Op Do v Dc or Do h Dc +.It Ic layout Op Do v Dc or Do h Dc Whether to use vertical or horizontal layout. .El @@ -382,7 +382,7 @@ static const OptionDef options[] = { VIS_HELP("Change 256 color palette to support 24bit colors") }, [OPTION_LAYOUT] = { - { "layout", "lay" }, + { "layout" }, VIS_OPTION_TYPE_STRING, VIS_HELP("Vertical or horizontal window layout") }, |
