mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
term: implement reset
This commit is contained in:
parent
57564c2b59
commit
ab92abbd21
4 changed files with 86 additions and 2 deletions
2
csi.c
2
csi.c
|
|
@ -969,7 +969,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
case '!': {
|
||||
switch (final) {
|
||||
case 'p':
|
||||
LOG_WARN("unimplemented: soft reset");
|
||||
term_reset(term, false);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue