mirror of
https://github.com/urbit/shrub.git
synced 2024-12-23 10:52:12 +03:00
Merge remote-tracking branches 'ohaitch/fix-spur-print', 'ohaitch/gall-mass-and-kiln-mv', 'ohaitch/wt-nonnoun-mark', 'ohaitch/write-in-kiln', 'dhaffey/prompt-refresh' and 'ohaitch/no-mdy'
Fix dojo backwards path bug Fix |mass on moons, |mv on everyone (fixes #634) Print marks in dojo unless they're %noun write as hood facility rather than own app Refreshing of prompt line Down with .mdy, whatever that is
This commit is contained in:
commit
7a4651bac5
@ -591,9 +591,11 @@ static void
|
||||
_term_it_refresh_line(u3_utty* uty_u)
|
||||
{
|
||||
c3_w len_w = uty_u->tat_u.mir.len_w;
|
||||
c3_w cus_w = uty_u->tat_u.mir.cus_w;
|
||||
|
||||
_term_it_show_clear(uty_u);
|
||||
_term_it_show_wide(uty_u, len_w, uty_u->tat_u.mir.lin_w);
|
||||
_term_it_show_line(uty_u, uty_u->tat_u.mir.lin_w, len_w);
|
||||
_term_it_show_cursor(uty_u, cus_w);
|
||||
}
|
||||
|
||||
/* _term_it_show_more(): new current line.
|
||||
|
Loading…
Reference in New Issue
Block a user