mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 01:01:37 +03:00
term: skip prompt refresh on ^c under -t
This commit is contained in:
parent
8671d3091d
commit
124aec68ad
@ -1002,7 +1002,9 @@ u3_term_ef_ctlc(void)
|
|||||||
_term_ovum_plan(uty_u->car_u, wir, cad);
|
_term_ovum_plan(uty_u->car_u, wir, cad);
|
||||||
}
|
}
|
||||||
|
|
||||||
_term_it_refresh_line(uty_u);
|
if ( c3n == u3_Host.ops_u.tem ) {
|
||||||
|
_term_it_refresh_line(uty_u);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* _term_it_put_value(): put numeric color value on lin_w.
|
/* _term_it_put_value(): put numeric color value on lin_w.
|
||||||
|
Loading…
Reference in New Issue
Block a user