2019-09-16 10:40:07 +00:00
|
|
|
/* Patches */
|
|
|
|
#if COPYURL_PATCH || COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH
|
|
|
|
#include "copyurl.h"
|
|
|
|
#endif
|
2019-09-16 23:18:44 +00:00
|
|
|
#if EXTERNALPIPE_PATCH
|
|
|
|
#include "externalpipe.h"
|
|
|
|
#endif
|
2019-09-17 06:53:00 +00:00
|
|
|
#if ISO14755_PATCH
|
|
|
|
#include "iso14755.h"
|
|
|
|
#endif
|
2024-03-13 09:33:51 +00:00
|
|
|
#if REFLOW_PATCH && KEYBOARDSELECT_PATCH
|
|
|
|
#include "keyboardselect_reflow_st.h"
|
|
|
|
#elif KEYBOARDSELECT_PATCH
|
2019-10-16 06:28:00 +00:00
|
|
|
#include "keyboardselect_st.h"
|
2019-09-17 06:53:00 +00:00
|
|
|
#endif
|
2022-08-07 14:21:55 +00:00
|
|
|
#if OPENURLONCLICK_PATCH
|
|
|
|
#include "openurlonclick.h"
|
|
|
|
#endif
|
2019-09-17 06:53:00 +00:00
|
|
|
#if RIGHTCLICKTOPLUMB_PATCH
|
|
|
|
#include "rightclicktoplumb_st.h"
|
|
|
|
#endif
|
2019-09-16 10:40:07 +00:00
|
|
|
#if NEWTERM_PATCH
|
|
|
|
#include "newterm.h"
|
2019-09-16 13:31:58 +00:00
|
|
|
#endif
|
2024-03-13 09:33:51 +00:00
|
|
|
#if REFLOW_PATCH
|
|
|
|
#include "reflow.h"
|
|
|
|
#elif SCROLLBACK_PATCH || SCROLLBACK_MOUSE_PATCH || SCROLLBACK_MOUSE_ALTSCREEN_PATCH
|
2019-09-16 13:31:58 +00:00
|
|
|
#include "scrollback.h"
|
2021-03-10 17:09:47 +00:00
|
|
|
#endif
|
2021-05-09 07:25:22 +00:00
|
|
|
#if SYNC_PATCH
|
|
|
|
#include "sync.h"
|
2021-05-09 15:48:28 +00:00
|
|
|
#endif
|