switching plugin gets Ctrl/Shift flagged in X11 XKeyEvent's state field,
affecting various applications, but not all. Presumably applications that
check up/down events to themselves handle Ctrl/Shift flags are not affected.
+ Using XGetModifierMapping() may also be a workaround.
Fixed by replacing the plugin by two buttons directly invoking setxkbmap for
now. Leaving this note in case someone else experiences a similar issue, to
have a clue on how to fix it.
And according to xterm man page, if backarrowKeyIsErase resource
is on (on by default), it queries stty in order to determine what
to send.
+ The Execute key is actually the escape sequence sent for Delete ([~3).
THREADS AND SMP
#define TMODE_FGCOLOR (1L << 10)
#define TMODE_BGCOLOR (1L << 11)
-#define TMODE_NORMAL_LEVEL (ANALOGTV_WHITE_LEVEL - 35)
-#define TMODE_BOLD_LEVEL (ANALOGTV_WHITE_LEVEL + 20)
+#define TMODE_NORMAL_LEVEL (ANALOGTV_WHITE_LEVEL - 45)
+#define TMODE_BOLD_LEVEL (ANALOGTV_WHITE_LEVEL + 15)
#define TMODE_DIM_LEVEL (ANALOGTV_WHITE_LEVEL - 60)
-#define CHARSETS 2
-
typedef struct analogterm_state {
unsigned char hireslines[192][80];