-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpatch.def.h
31 lines (29 loc) · 912 Bytes
/
patch.def.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#define ANYSIZE_PATCH 1
#define BOLD_NOT_BRIGHT_PATCH 1
#define EXTERNALPIPE_PATCH 1
#define EXTERNALPIPEIN_PATCH 1
#define FONT2_PATCH 1
#define SCROLLBACK_PATCH 1
#define SCROLLBACK_MOUSE_PATCH 1
#define SCROLLBACK_MOUSE_ALTSCREEN_PATCH 1
#define UNIVERSCROLL_PATCH 0
#define CLIPBOARD_PATCH 0
#define BOXDRAW_PATCH 1
#define LIGATURES_PATCH 1
#define BLINKING_CURSOR_PATCH 1
#define DYNAMIC_CURSOR_COLOR_PATCH 1
#define VERTCENTER_PATCH 1
#define NEWTERM_PATCH 1
#define CYCLEFONTS_PATCH 0
/*
* Hide the X cursor whenever a key is pressed and show it back when the mouse is moved in
* the terminal window.
* Alternatively use : xbanish or unclutter
*/
#define HIDECURSOR_PATCH 0
#define XRESOURCES_PATCH 0
/* This patch adds the ability to reload the Xresources config when a SIGUSR1 signal is received
* e.g.: killall -USR1 st
* Depends on the XRESOURCES_PATCH.
*/
#define XRESOURCES_RELOAD_PATCH 0