From 47e9e5fd5bd881ec6981a44cc873eb715cf6d6dd Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Sat, 14 Oct 2023 19:31:09 +0800 Subject: [PATCH] Fix delkeys --- st-flexipatch/patches.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/st-flexipatch/patches.def.h b/st-flexipatch/patches.def.h index 4df7856..635323e 100644 --- a/st-flexipatch/patches.def.h +++ b/st-flexipatch/patches.def.h @@ -95,13 +95,13 @@ * available URLs. This variant also highlights the selected URLs. * https://st.suckless.org/patches/copyurl/ */ -#define COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH 1 +#define COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH 0 /* This patch adds support for CSI escape sequences 22 and 23, which save and * restores the window title (for instance nvim does this when opening and closing). * https://st.suckless.org/patches/csi_22_23/ */ -#define CSI_22_23_PATCH 1 +#define CSI_22_23_PATCH 0 /* According to the specification (see link in BLINKING_CURSOR_PATCH) the "Set cursor style * (DECSCUSR), VT520." escape sequences define both values of 0 and 1 as a blinking block, @@ -170,7 +170,7 @@ * that are available to GUI applications. * https://st.suckless.org/patches/fix_keyboard_input/ */ -#define FIXKEYBOARDINPUT_PATCH 1 +#define FIXKEYBOARDINPUT_PATCH 0 /* This patch allows you to add spare font besides the default. Some glyphs can be not present in * the default font. For this glyphs st uses font-config and try to find them in font cache first.