old-st

[ARCHIVED] my build of st
git clone git://git.ckyln.com/~cem/old-st.git
Log | Files | Refs | README | LICENSE

commit 61f3dc35b2db04682f2f494d6d60f11d2f404381
parent 12bcc68fde220a56a7a8590c91132dd9bac802b9
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue, 12 Nov 2019 05:59:46 +0300

remove crlf value section

Diffstat:
Mconfig.h | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/config.h b/config.h @@ -252,10 +252,6 @@ static Shortcut shortcuts[] = { * * 0: no value * * > 0: cursor application mode enabled * * < 0: cursor application mode disabled - * crlf value - * * 0: no value - * * > 0: crlf mode is enabled - * * < 0: crlf mode is disabled * * Be careful with the order of the definitions because st searches in * this table sequentially, so any XK_ANY_MOD must be in the last