diff options
author | Phil Jones <philj56@gmail.com> | 2023-05-14 19:01:28 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2023-05-14 19:03:44 +0100 |
commit | 6060daaee163918f97af4db09bba9a7f9272d6c1 (patch) | |
tree | 853139b0373c3673fd7b50cc684f46f0f852b692 /src/tofi.h | |
parent | dcc12cb8845e52943fbc6d42ec86f3b0acf80b76 (diff) |
Add --print-index option.
Diffstat (limited to 'src/tofi.h')
-rw-r--r-- | src/tofi.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -101,6 +101,7 @@ struct tofi { bool drun_print_exec; bool require_match; bool auto_accept_single; + bool print_index; bool multiple_instance; char target_output_name[MAX_OUTPUT_NAME_LEN]; char default_terminal[MAX_TERMINAL_NAME_LEN]; |