Adding fixime, newterm and opencopied patches

This commit is contained in:
bakkeby 2019-09-16 12:40:07 +02:00
parent 35e6403c69
commit 7615c2f0aa
15 changed files with 233 additions and 10 deletions

13
patch/st_include.h Normal file
View file

@ -0,0 +1,13 @@
/* Patches */
#if COPYURL_PATCH || COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH
#include "copyurl.h"
#endif
#if FIXIME_PATCH
void xximspot(int, int);
#endif
#if NEWTERM_PATCH
#include "newterm.h"
#endif