Changeset d05c237 in mainline for uspace/lib/vt/include/vt/vt100.h


Ignore:
Timestamp:
2024-10-03T18:00:30Z (8 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
b2c9e42c
Parents:
6907f26
Message:

Add support for parsing Shift+movement keys and Alt+movement keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/vt/include/vt/vt100.h

    r6907f26 rd05c237  
    9999        /** Prefix 1b 5b 31 39 */
    100100        vts_1b5b3139,
     101        /** Prefix 1b 5b 31 3b */
     102        vts_1b5b313b,
     103        /** Prefix 1b 5b 31 3b 32 */
     104        vts_1b5b313b32,
     105        /** Prefix 1b 5b 31 3b 33 */
     106        vts_1b5b313b33,
    101107        /** Prefix 1b 5b 32 */
    102108        vts_1b5b32,
Note: See TracChangeset for help on using the changeset viewer.