Adding hide terminal cursor patch
This commit is contained in:
parent
ba7f4f98e2
commit
b0660ecf47
3 changed files with 16 additions and 0 deletions
|
|
@ -163,6 +163,12 @@
|
|||
*/
|
||||
#define HIDECURSOR_PATCH 0
|
||||
|
||||
/* This patch hides the terminal cursor when the window loses focus (as opposed to showing a hollow
|
||||
* cursor).
|
||||
* https://www.reddit.com/r/suckless/comments/nvee8h/how_to_hide_cursor_in_st_is_there_a_patch_for_it/
|
||||
*/
|
||||
#define HIDE_TERMINAL_CURSOR_PATCH 0
|
||||
|
||||
/* This patch adds a keybinding that lets you invert the current colorscheme of st.
|
||||
* This provides a simple way to temporarily switch to a light colorscheme if you use a dark
|
||||
* colorscheme or visa-versa.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue