Adding reflow patch (#120)
This commit is contained in:
parent
9a41526bfb
commit
3b87b07404
21 changed files with 2347 additions and 82 deletions
|
|
@ -8,7 +8,9 @@
|
|||
#if ISO14755_PATCH
|
||||
#include "iso14755.h"
|
||||
#endif
|
||||
#if KEYBOARDSELECT_PATCH
|
||||
#if REFLOW_PATCH && KEYBOARDSELECT_PATCH
|
||||
#include "keyboardselect_reflow_st.h"
|
||||
#elif KEYBOARDSELECT_PATCH
|
||||
#include "keyboardselect_st.h"
|
||||
#endif
|
||||
#if OPENURLONCLICK_PATCH
|
||||
|
|
@ -20,7 +22,9 @@
|
|||
#if NEWTERM_PATCH
|
||||
#include "newterm.h"
|
||||
#endif
|
||||
#if SCROLLBACK_PATCH || SCROLLBACK_MOUSE_PATCH || SCROLLBACK_MOUSE_ALTSCREEN_PATCH
|
||||
#if REFLOW_PATCH
|
||||
#include "reflow.h"
|
||||
#elif SCROLLBACK_PATCH || SCROLLBACK_MOUSE_PATCH || SCROLLBACK_MOUSE_ALTSCREEN_PATCH
|
||||
#include "scrollback.h"
|
||||
#endif
|
||||
#if SYNC_PATCH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue