diff options
| author | 2023-11-17 03:29:48 -0600 | |
|---|---|---|
| committer | 2023-11-17 03:29:48 -0600 | |
| commit | 9d3ff8760367833173ef1a784870be19196dac74 (patch) | |
| tree | 86bf972d3fb9e1f9f4a2a14b7ccf2f8e5a209d36 /meson.options | |
| parent | initial commit (diff) | |
the root window is now no longer a dock
status bar and stuff
TODO: check ncurses calls that can failgit add --all!
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.options b/meson.options index 0a36339..6031bee 100644 --- a/meson.options +++ b/meson.options @@ -1,2 +1 @@ -option('ncurses_wide', type : 'boolean', value : false, - description : 'set to true to prevent usage of ncursesw') +option('ncurses_narrow', type : 'boolean', value : false, description : 'set to true to prevent usage of ncursesw') |
