Remove old command definitions. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit fc45b36b6a8172a3bc851f227f6ba7959aaa78ad
(DIR) parent d7decab5435ea7d2ad95a1c413a15a11c68df625
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Thu, 11 Aug 2016 22:18:16 -0500
Remove old command definitions.
Diffstat:
config.h | 11 -----------
config.h.def | 11 -----------
2 files changed, 0 insertions(+), 22 deletions(-)
---
(DIR) diff --git a/config.h b/config.h
@@ -11,17 +11,6 @@
*/
#define USE64BITS 1
-/* Command key definitions. These should generally be ASCII control codes.
- * Define them to 0 to disable a key.
- */
-#define LINEUP 0x05 /* Ctrl-E */
-#define LINEDOWN 0x18 /* Ctrl-X */
-#define CHARLEFT 0x13 /* Ctrl-S */
-#define CHARRIGHT 0x04 /* Ctrl-D */
-#define COMMANDKEY 0x0B /* Ctrl-K */
-#define DELWORD 0x17 /* Ctrl-W */
-#define DELBOL 0x15 /* Ctrl-U */
-
/* The remote shell to use for remote connections. */
#define RXPATH "/usr/bin/ssh"
(DIR) diff --git a/config.h.def b/config.h.def
@@ -11,17 +11,6 @@
*/
#define USE64BITS 1
-/* Command key definitions. These should generally be ASCII control codes.
- * Define them to 0 to disable a key.
- */
-#define LINEUP 0x05 /* Ctrl-E */
-#define LINEDOWN 0x18 /* Ctrl-X */
-#define CHARLEFT 0x13 /* Ctrl-S */
-#define CHARRIGHT 0x04 /* Ctrl-D */
-#define COMMANDKEY 0x0B /* Ctrl-K */
-#define DELWORD 0x17 /* Ctrl-W */
-#define DELBOL 0x15 /* Ctrl-U */
-
/* The remote shell to use for remote connections. */
#define RXPATH "/usr/bin/ssh"