mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
term: implement reset
This commit is contained in:
parent
57564c2b59
commit
ab92abbd21
4 changed files with 86 additions and 2 deletions
2
vt.c
2
vt.c
|
|
@ -601,7 +601,7 @@ esc_dispatch(struct terminal *term, uint8_t final)
|
|||
break;
|
||||
|
||||
case 'c':
|
||||
LOG_WARN("unimplemented: reset to initial state");
|
||||
term_reset(term, true);
|
||||
break;
|
||||
|
||||
case 'B': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue