[hackers] [st] Ignore DECARM sequence || "Roberto E. Vargas Caballero"

From: <hg_AT_suckless.org>
Date: Thu, 8 Nov 2012 17:24:47 +0100 (CET)

changeset: 393:73103a6810da
user: "Roberto E. Vargas Caballero" <k0ga_AT_shike2.com>
date: Thu Nov 08 17:21:41 2012 +0100
files: st.c
description:
Ignore DECARM sequence
DECARM modify the auto repeat settings in the keyboard, and since we can not
modify this setting in the Xserver the best solution is only ignore it.
---
 st.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff -r 69b94b0f2e32 -r 73103a6810da st.c
--- a/st.c	Thu Nov 08 17:21:24 2012 +0100
+++ b/st.c	Thu Nov 08 17:21:41 2012 +0100
_AT_@ -1480,8 +1480,7 @@
 			case 7: /* DECAWM -- Auto wrap */
 				MODBIT(term.mode, set, MODE_WRAP);
 				break;
-			case 8: /* XXX: DECARM -- Auto repeat */
-				break;
+			case 8:  /* DECARM -- Auto repeat (IGNORED) */
 			case 0:  /* Error (IGNORED) */
 			case 12: /* att610 -- Start blinking cursor (IGNORED) */
 				break;
Received on Thu Nov 08 2012 - 17:24:47 CET

This archive was generated by hypermail 2.3.0 : Thu Nov 08 2012 - 17:36:12 CET