diff options
Diffstat (limited to 'sam.c')
| -rw-r--r-- | sam.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -297,6 +297,7 @@ enum { OPTION_SAVE_METHOD, OPTION_LOAD_METHOD, OPTION_CHANGE_256COLORS, + OPTION_LAYOUT, }; static const OptionDef options[] = { @@ -380,6 +381,11 @@ static const OptionDef options[] = { VIS_OPTION_TYPE_BOOL, VIS_HELP("Change 256 color palette to support 24bit colors") }, + [OPTION_LAYOUT] = { + { "layout", "lay" }, + VIS_OPTION_TYPE_STRING, + VIS_HELP("Vertical or horizontal window layout") + }, }; bool sam_init(Vis *vis) { |
