mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
Apply keyboard select patch
This commit is contained in:
parent
3181d6876b
commit
33db255a2d
@ -44,6 +44,9 @@ Personal build of st generated using [st-flexipatch](https://github.com/bakkeby/
|
||||
- [iso14755](https://st.suckless.org/patches/iso14755/)
|
||||
- pressing the default binding Ctrl+Shift-i will popup dmenu, asking you to enter a unicode codepoint that will be converted to a glyph and then pushed to st
|
||||
|
||||
- [keyboard-select](https://st.suckless.org/patches/keyboard_select/)
|
||||
- allows you to select text on the terminal using keyboard shortcuts
|
||||
|
||||
- [ligatures](https://st.suckless.org/patches/ligatures/)
|
||||
- adds support for drawing ligatures using the Harfbuzz library to transform original text of a single line to a list of glyphs with ligatures included
|
||||
|
||||
|
@ -223,7 +223,7 @@
|
||||
*
|
||||
* https://st.suckless.org/patches/keyboard_select/
|
||||
*/
|
||||
#define KEYBOARDSELECT_PATCH 0
|
||||
#define KEYBOARDSELECT_PATCH 1
|
||||
|
||||
/* This patch adds support for drawing ligatures using the Harfbuzz library to transform
|
||||
* original text of a single line to a list of glyphs with ligatures included.
|
||||
|
Loading…
Reference in New Issue
Block a user