mirror of
https://github.com/urbit/shrub.git
synced 2024-12-23 10:52:12 +03:00
refreshes prompt after ^c interrupt
This commit is contained in:
parent
cee04c794b
commit
046eeb5893
@ -1225,6 +1225,9 @@ u3_term_ef_ctlc(void)
|
||||
u3_noun pax = u3nq(u3_blip, c3__term, '1', u3_nul);
|
||||
|
||||
u3_pier_plan(pax, u3nt(c3__belt, c3__ctl, 'c'));
|
||||
|
||||
u3_utty* uty_u = _term_ef_get(1);
|
||||
_term_it_refresh_line(uty_u);
|
||||
}
|
||||
|
||||
/* u3_term_ef_verb(): initial effects for verbose events
|
||||
|
Loading…
Reference in New Issue
Block a user