vt: implement (untested!) insert mode

\E4l is not horizontal index, but disable INSERT mode
This commit is contained in:
Daniel Eklöf 2019-07-03 21:16:41 +02:00
parent 1373d18dbc
commit 90dadfcc22
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 20 additions and 9 deletions

View file

@ -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;