Adding background image reload patch ref. pull request #62
This commit is contained in:
parent
d8ec7a396c
commit
3e41e252b1
7 changed files with 50 additions and 24 deletions
|
|
@ -54,6 +54,12 @@
|
|||
*/
|
||||
#define BACKGROUND_IMAGE_PATCH 0
|
||||
|
||||
/* This patch adds the ability to reload the background image config when a SIGUSR1 signal is
|
||||
* received, e.g.: killall -USR1 st
|
||||
* Depends on the BACKGROUND_IMAGE_PATCH.
|
||||
*/
|
||||
#define BACKGROUND_IMAGE_RELOAD_PATCH 0
|
||||
|
||||
/* This patch allows the use of a blinking cursor.
|
||||
* Only cursor styles 0, 1, 3, 5, and 7 blink. Set cursorstyle accordingly.
|
||||
* Cursor styles are defined here:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue