diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-05-10 17:23:31 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-05-10 17:23:31 +0200 |
commit | 454ce362b8c1422d84883313bc2d3ef2d26c72d4 (patch) | |
tree | 92d8f084d89ceeaf298ad8afb565452db55b500a /fbiconfig.c | |
parent | a1f5f2aff7ea685293bee9197e0a3eb1160cd9ba (diff) | |
parent | a27745ac6fc80c99b3bec53229897ded21fbea80 (diff) | |
download | fbida-454ce362b8c1422d84883313bc2d3ef2d26c72d4.tar.gz |
Merge https://github.com/moses-palmer/fbida
Diffstat (limited to 'fbiconfig.c')
-rw-r--r-- | fbiconfig.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fbiconfig.c b/fbiconfig.c index 6c2a4bc..524e3aa 100644 --- a/fbiconfig.c +++ b/fbiconfig.c @@ -172,6 +172,11 @@ struct cfg_cmdline fbi_cfg[] = { .needsarg = 1, .desc = "use drm output <arg> (try -info for a list)", },{ + .cmdline = "interactive", + .option = { O_INTERACTIVE }, + .yesno = 1, + .desc = "allow keyboard interaction", + },{ .letter = 'm', .cmdline = "mode", .option = { O_VIDEO_MODE }, |