st/patch/st_include.c

31 lines
673 B
C
Raw Normal View History

2019-09-16 10:40:16 +02:00
/* Patches */
#if COPYURL_PATCH || COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH
#include "copyurl.c"
#endif
#if EXTERNALPIPE_PATCH
#include "externalpipe.c"
#endif
#if ISO14755_PATCH
#include "iso14755.c"
#endif
#if KEYBOARDSELECT_PATCH
2019-10-16 08:28:00 +02:00
#include "keyboardselect_st.c"
#endif
#if RIGHTCLICKTOPLUMB_PATCH
#include "rightclicktoplumb_st.c"
#endif
#if NEWTERM_PATCH
#include "newterm.c"
2019-09-16 15:31:58 +02:00
#endif
#if SCROLLBACK_PATCH || SCROLLBACK_MOUSE_PATCH || SCROLLBACK_MOUSE_ALTSCREEN_PATCH
#include "scrollback.c"
2021-03-10 18:09:47 +01:00
#endif
2021-05-08 17:49:04 +02:00
#if UNIVERSCROLL_PATCH || SCROLLBACK_MOUSE_ALTSCREEN_PATCH
#include "universcroll.c"
#endif
2021-03-10 18:09:47 +01:00
#if SIXEL_PATCH
#include "sixel_st.c"
2021-05-09 09:25:22 +02:00
#endif
#if SYNC_PATCH
#include "sync.c"
2019-09-16 10:40:16 +02:00
#endif