Boot monitor flag that enables 'sticky right-alt', permanent change

to col selected from the keymap untill right-alt is pressed again.

Sticky alt code and russian keymap contributed by Roman Ignatov
and Yaroslav Schekin.
This commit is contained in:
Ben Gras
2007-05-16 13:14:37 +00:00
parent b6cd5d0351
commit b918f61820
5 changed files with 169 additions and 3 deletions
+2
View File
@@ -115,6 +115,8 @@ extern unsigned long rs_irq_set;
extern int panicing; /* From panic.c in sysutil */
extern int sticky_alt_mode; /* right-alt sticky to switch codepages */
/* Values for the fields. */
#define NOT_ESCAPED 0 /* previous character is not LNEXT (^V) */
#define ESCAPED 1 /* previous character was LNEXT (^V) */