sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit f6ba2d44c32453b498e400748f5ab9e3c4a38b78
parent d4507ad52377d2429a44c2ae406d8ed492056556
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 30 Jan 2019 21:51:32 +0100

st fix_keyboard_input patch, please make usable for patch -p1

Diffstat:
Mst.suckless.org/patches/fix_keyboard_input/st-fix-keyboard-input-20170603-5a10aca.diff | 4++--
Mst.suckless.org/patches/fix_keyboard_input/st-fix-keyboard-input-20170621-b331da5.diff | 4++--
Mst.suckless.org/patches/fix_keyboard_input/st-fix-keyboard-input-20180605-dc3b5ba.diff | 4++--
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/st.suckless.org/patches/fix_keyboard_input/st-fix-keyboard-input-20170603-5a10aca.diff b/st.suckless.org/patches/fix_keyboard_input/st-fix-keyboard-input-20170603-5a10aca.diff @@ -4,8 +4,8 @@ Fix keyboard input on terminal Index: st-patches/st/config.def.h =================================================================== ---- st-patches.orig/st/config.def.h -+++ st-patches/st/config.def.h +--- a/config.def.h ++++ b/config.def.h @@ -209,7 +209,80 @@ Shortcut shortcuts[] = { * If you want keys other than the X11 function keys (0xFD00 - 0xFFFF) * to be mapped below, add them to this array. diff --git a/st.suckless.org/patches/fix_keyboard_input/st-fix-keyboard-input-20170621-b331da5.diff b/st.suckless.org/patches/fix_keyboard_input/st-fix-keyboard-input-20170621-b331da5.diff @@ -4,8 +4,8 @@ Fix keyboard input on terminal Index: st-patches/st/config.def.h =================================================================== ---- st-patches.orig/st/config.def.h -+++ st-patches/st/config.def.h +--- a/config.def.h ++++ b/config.def.h @@ -209,7 +209,80 @@ Shortcut shortcuts[] = { * If you want keys other than the X11 function keys (0xFD00 - 0xFFFF) * to be mapped below, add them to this array. diff --git a/st.suckless.org/patches/fix_keyboard_input/st-fix-keyboard-input-20180605-dc3b5ba.diff b/st.suckless.org/patches/fix_keyboard_input/st-fix-keyboard-input-20180605-dc3b5ba.diff @@ -4,8 +4,8 @@ Fix keyboard input on terminal Index: st-patches/st/config.def.h =================================================================== ---- st-patches.orig/st/config.def.h -+++ st-patches/st/config.def.h +--- a/config.def.h ++++ b/config.def.h @@ -209,7 +209,80 @@ Shortcut shortcuts[] = { * If you want keys other than the X11 function keys (0xFD00 - 0xFFFF) * to be mapped below, add them to this array.