summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-10-16 20:51:37 +0200
committerQC <qball@gmpclient.org>2015-10-16 20:51:37 +0200
commit0818fbd68b3f83941d15817f27f01b65c110c1fd (patch)
tree75b14fbc0359307cee67f1d433431c750fb0bc91 /source/xrmoptions.c
parent291d1ed16c66dc1c866a7c1e5eba257c0c4a1613 (diff)
Add fullscreen mode and fix some redrawing issues.
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index 16cac057..2e090215 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -132,7 +132,8 @@ static XrmOption xrmOptions[] = {
{ xrm_String, "filter", { .str = &config.filter }, NULL, "Pre-set the filter" },
{ xrm_String, "separator-style", { .str = &config.separator_style }, NULL, "Separator style (none, dash, solid)" },
{ xrm_Boolean, "hide-scrollbar", { .num = &config.hide_scrollbar }, NULL, "Hide the scroll-bar" },
- { xrm_Boolean, "markup-rows", { .num = &config.markup_rows }, NULL, "Show markup" }
+ { xrm_Boolean, "markup-rows", { .num = &config.markup_rows }, NULL, "Show markup" },
+ { xrm_Boolean, "fullscreen", { .num = &config.fullscreen }, NULL, "Fullscreen" }
};
// Dynamic options.