Changeset 09f41d3 in mainline for uspace/app/terminal/terminal.c


Ignore:
Timestamp:
2024-09-25T17:19:36Z (2 weeks ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
c23a1fe
Parents:
6a753a9c
Message:

Tetris should be able to detect screen cursor control capability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/terminal/terminal.c

    r6a753a9c r09f41d3  
    7070
    7171#define TERM_CAPS \
    72         (CONSOLE_CAP_STYLE | CONSOLE_CAP_INDEXED | CONSOLE_CAP_RGB)
     72        (CONSOLE_CAP_CURSORCTL | CONSOLE_CAP_STYLE | CONSOLE_CAP_INDEXED | \
     73        CONSOLE_CAP_RGB)
    7374
    7475#define SCROLLBACK_MAX_LINES 1000
Note: See TracChangeset for help on using the changeset viewer.