mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-01 04:31:47 +08:00
Polishing defines.
This commit is contained in:
parent
26e484abac
commit
a2ff8b45c5
1 changed files with 17 additions and 17 deletions
34
src/hstr.c
34
src/hstr.c
|
@ -71,23 +71,23 @@
|
|||
#define HH_CONFIG_THEME_MONOCHROMATIC "monochromatic"
|
||||
#define HH_CONFIG_THEME_HICOLOR "hicolor"
|
||||
#define HH_CONFIG_STATIC_FAVORITES "static-favs"
|
||||
#define HH_CONFIG_FAVORITES "favorites"
|
||||
#define HH_CONFIG_CASE "casesensitive"
|
||||
#define HH_CONFIG_REGEXP "regexp"
|
||||
#define HH_CONFIG_SUBSTRING "substring"
|
||||
#define HH_CONFIG_KEYWORDS "keywords"
|
||||
#define HH_CONFIG_SORTING "rawhistory"
|
||||
#define HH_CONFIG_NOCONFIRM "noconfirm"
|
||||
#define HH_CONFIG_VERBOSE_KILL "verbose-kill"
|
||||
#define HH_CONFIG_PROMPT_BOTTOM "prompt-bottom"
|
||||
#define HH_CONFIG_BLACKLIST "blacklist"
|
||||
#define HH_CONFIG_KEEP_PAGE "keep-page"
|
||||
#define HH_CONFIG_DEBUG "debug"
|
||||
#define HH_CONFIG_WARN "warning"
|
||||
#define HH_CONFIG_BIG_KEYS_SKIP "big-keys-skip"
|
||||
#define HH_CONFIG_BIG_KEYS_FLOOR "big-keys-floor"
|
||||
#define HH_CONFIG_BIG_KEYS_EXIT "big-keys-exit"
|
||||
#define HH_CONFIG_DUPLICATES "duplicates"
|
||||
#define HH_CONFIG_FAVORITES "favorites"
|
||||
#define HH_CONFIG_CASE "casesensitive"
|
||||
#define HH_CONFIG_REGEXP "regexp"
|
||||
#define HH_CONFIG_SUBSTRING "substring"
|
||||
#define HH_CONFIG_KEYWORDS "keywords"
|
||||
#define HH_CONFIG_SORTING "rawhistory"
|
||||
#define HH_CONFIG_NOCONFIRM "noconfirm"
|
||||
#define HH_CONFIG_VERBOSE_KILL "verbose-kill"
|
||||
#define HH_CONFIG_PROMPT_BOTTOM "prompt-bottom"
|
||||
#define HH_CONFIG_BLACKLIST "blacklist"
|
||||
#define HH_CONFIG_KEEP_PAGE "keep-page"
|
||||
#define HH_CONFIG_DEBUG "debug"
|
||||
#define HH_CONFIG_WARN "warning"
|
||||
#define HH_CONFIG_BIG_KEYS_SKIP "big-keys-skip"
|
||||
#define HH_CONFIG_BIG_KEYS_FLOOR "big-keys-floor"
|
||||
#define HH_CONFIG_BIG_KEYS_EXIT "big-keys-exit"
|
||||
#define HH_CONFIG_DUPLICATES "duplicates"
|
||||
|
||||
#define HH_DEBUG_LEVEL_NONE 0
|
||||
#define HH_DEBUG_LEVEL_WARN 1
|
||||
|
|
Loading…
Reference in a new issue