Implement TERMINAL_DIMENSIONS op for the terminal device, CE add terminfo command
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m59s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m59s
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
#define _DEVICES_H
|
||||
|
||||
/* terminal device */
|
||||
#define TERMINAL_PUTSTR 0
|
||||
#define TERMINAL_PUTSTR 0
|
||||
#define TERMINAL_DIMENSIONS 1
|
||||
|
||||
/* keyboard device */
|
||||
#define KB_READ_KEY 0
|
||||
|
||||
Reference in New Issue
Block a user