mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-10 05:33:51 -04:00
vt: implement (untested!) insert mode
\E4l is not horizontal index, but disable INSERT mode
This commit is contained in:
parent
1373d18dbc
commit
90dadfcc22
3 changed files with 20 additions and 9 deletions
|
|
@ -131,9 +131,11 @@ struct terminal {
|
|||
pid_t slave;
|
||||
int ptmx;
|
||||
|
||||
bool hide_cursor;
|
||||
enum decckm decckm;
|
||||
enum keypad_mode keypad_mode;
|
||||
bool hide_cursor;
|
||||
bool auto_margin;
|
||||
bool insert_mode;
|
||||
bool bracketed_paste;
|
||||
|
||||
struct vt vt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue