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 CENTER_PATCH
|
|
|
|
#include "center.c"
|
|
|
|
#endif
|
2020-08-05 13:19:30 +02:00
|
|
|
#if DYNAMIC_OPTIONS_PATCH
|
|
|
|
#include "dynamicoptions.c"
|
|
|
|
#endif
|
2020-04-04 09:58:35 +02:00
|
|
|
#if FUZZYHIGHLIGHT_PATCH
|
|
|
|
#include "fuzzyhighlight.c"
|
2020-08-05 13:19:30 +02:00
|
|
|
#elif HIGHLIGHT_PATCH
|
|
|
|
#include "highlight.c"
|
2020-04-04 09:58:35 +02:00
|
|
|
#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 FUZZYMATCH_PATCH
|
|
|
|
#include "fuzzymatch.c"
|
|
|
|
#endif
|
2020-08-05 14:54:01 +02:00
|
|
|
#if HIGHPRIORITY_PATCH
|
|
|
|
#include "highpriority.c"
|
|
|
|
#endif
|
2020-08-08 13:49:00 +02:00
|
|
|
#if MULTI_SELECTION_PATCH
|
2020-08-08 13:30:00 +02:00
|
|
|
#include "multiselect.c"
|
|
|
|
#endif
|
2020-08-08 15:10:00 +02:00
|
|
|
#if JSON_PATCH
|
|
|
|
#include "json.c"
|
|
|
|
#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 MOUSE_SUPPORT_PATCH
|
|
|
|
#include "mousesupport.c"
|
|
|
|
#endif
|
|
|
|
#if NAVHISTORY_PATCH
|
|
|
|
#include "navhistory.c"
|
|
|
|
#endif
|
|
|
|
#if NON_BLOCKING_STDIN_PATCH
|
|
|
|
#include "nonblockingstdin.c"
|
2019-12-29 09:12:00 +01:00
|
|
|
#endif
|
2020-08-05 12:40:03 +02:00
|
|
|
#if NUMBERS_PATCH
|
|
|
|
#include "numbers.c"
|
|
|
|
#endif
|
2019-12-29 09:12:00 +01:00
|
|
|
#if XRESOURCES_PATCH
|
|
|
|
#include "xresources.c"
|
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
|
|
|
#endif
|