2020-08-05 12:27:15 +02:00
|
|
|
#if DYNAMIC_OPTIONS_PATCH
|
|
|
|
#include "dynamicoptions.h"
|
|
|
|
#endif
|
2022-09-04 22:33:24 +02:00
|
|
|
#if FZFEXPECT_PATCH
|
|
|
|
#include "fzfexpect.h"
|
|
|
|
#endif
|
2023-04-11 09:44:49 +02:00
|
|
|
#if MULTI_SELECTION_PATCH
|
|
|
|
#include "multiselect.h"
|
|
|
|
#endif
|
2022-09-05 14:08:27 +02:00
|
|
|
#if HIGHPRIORITY_PATCH
|
|
|
|
#include "highpriority.h"
|
|
|
|
#endif
|
Added border, center, fuzzymatch, incremental, initialtext, instant, line-height, mouse-support, navhistory, non-blocking-stdin, password, pipeout, printinputtext, rejectnomatch, scroll, vertfull, wmtype and xyw patches
2019-09-19 00:33:15 +02:00
|
|
|
#if NON_BLOCKING_STDIN_PATCH
|
|
|
|
#include "nonblockingstdin.h"
|
2020-08-05 12:40:03 +02:00
|
|
|
#endif
|
|
|
|
#if NUMBERS_PATCH
|
|
|
|
#include "numbers.h"
|
2023-04-11 09:44:49 +02:00
|
|
|
#endif
|