usim

Check-in [b70e0e36e3]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:cadet.c: Remove useless comment.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | ams/cleanup
Files: files | file ages | folders
SHA3-256: b70e0e36e3abe5b046df9505197a440d8e0aabaf4ed9fce917e2f5d7e62117b6
User & Date: ams 2024-05-29 09:02:28
Context
2024-05-29
09:10
cadet.c: Minor cleanup. check-in: 9b54829fe3 user: ams tags: ams/cleanup
09:02
cadet.c: Remove useless comment. check-in: b70e0e36e3 user: ams tags: ams/cleanup
08:40
Create new branch named "ams/cleanup" check-in: 15b9d39679 user: ams tags: ams/cleanup
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to cadet.c.

49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#define CADET_RIGHT_META	0165
#define CADET_RIGHT_SUPER	065
#define CADET_RIGHT_HYPER	0175
#define CADET_CAPSLOCK		0125
#define CADET_ALTLOCK		015
#define CADET_MODELOCK		03

/*
 * Second column stores 0 - unshifted, 1 - shifted, 2 - top, or 3 -
 * greek.
 */
unsigned short cadet_kbd_map[256][2];
unsigned short cadet_modifier_map[11];

int cadet_shifts = CADET_IX_UNSHIFT;

static void
cadet_allup_event(int mods)







<
<
<
<







49
50
51
52
53
54
55




56
57
58
59
60
61
62
#define CADET_RIGHT_META	0165
#define CADET_RIGHT_SUPER	065
#define CADET_RIGHT_HYPER	0175
#define CADET_CAPSLOCK		0125
#define CADET_ALTLOCK		015
#define CADET_MODELOCK		03





unsigned short cadet_kbd_map[256][2];
unsigned short cadet_modifier_map[11];

int cadet_shifts = CADET_IX_UNSHIFT;

static void
cadet_allup_event(int mods)