st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

st_include.h (757B)


      1 /* Patches */
      2 #if COPYURL_PATCH || COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH
      3 #include "copyurl.h"
      4 #endif
      5 #if EXTERNALPIPE_PATCH
      6 #include "externalpipe.h"
      7 #endif
      8 #if ISO14755_PATCH
      9 #include "iso14755.h"
     10 #endif
     11 #if REFLOW_PATCH && KEYBOARDSELECT_PATCH
     12 #include "keyboardselect_reflow_st.h"
     13 #elif KEYBOARDSELECT_PATCH
     14 #include "keyboardselect_st.h"
     15 #endif
     16 #if OPENURLONCLICK_PATCH
     17 #include "openurlonclick.h"
     18 #endif
     19 #if RIGHTCLICKTOPLUMB_PATCH
     20 #include "rightclicktoplumb_st.h"
     21 #endif
     22 #if NEWTERM_PATCH
     23 #include "newterm.h"
     24 #endif
     25 #if REFLOW_PATCH
     26 #include "reflow.h"
     27 #elif SCROLLBACK_PATCH || SCROLLBACK_MOUSE_PATCH || SCROLLBACK_MOUSE_ALTSCREEN_PATCH
     28 #include "scrollback.h"
     29 #endif
     30 #if SYNC_PATCH
     31 #include "sync.h"
     32 #endif
     33 #if OSC7_PATCH
     34 #include "osc7.h"
     35 #endif