2019-09-16 08:40:16 +00:00
|
|
|
/* Patches */
|
|
|
|
|
|
|
|
#if COPYURL_PATCH || COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH
|
|
|
|
#include "copyurl.c"
|
2019-09-16 10:40:07 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#if NEWTERM_PATCH
|
|
|
|
#include "newterm.c"
|
2019-09-16 13:31:58 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#if SCROLLBACK_PATCH || SCROLLBACK_MOUSE_PATCH || SCROLLBACK_MOUSE_ALTSCREEN_PATCH
|
|
|
|
#include "scrollback.c"
|
2019-09-16 08:40:16 +00:00
|
|
|
#endif
|