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
|
|
|
|
#if FUZZYMATCH_PATCH
|
|
|
|
#include "fuzzymatch.c"
|
|
|
|
#endif
|
|
|
|
#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
|
|
|
|
#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
|