mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:07:35 +00:00
Compat work towards porting vim.
This commit is contained in:
parent
2e5b9d318f
commit
a356746d04
17 changed files with 200 additions and 77 deletions
|
@ -17,6 +17,8 @@ struct termios {
|
|||
tcflag_t c_cflag;
|
||||
tcflag_t c_lflag;
|
||||
cc_t c_cc[NCCS];
|
||||
speed_t c_ispeed;
|
||||
speed_t c_ospeed;
|
||||
};
|
||||
|
||||
int tcgetattr(int fd, struct termios*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue