mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-24 02:24:18 +03:00
Merge branch 'dillbo' into talk
This commit is contained in:
commit
ac22b5a107
2
v/reck.c
2
v/reck.c
@ -104,7 +104,7 @@ _reck_kick_term(u3_noun pox, c3_l tid_l, u3_noun fav)
|
||||
|
||||
u3_unix_ef_init(u3k(p_fav));
|
||||
|
||||
uL(fprintf(uH, "kick: init: %d\n", p_fav));
|
||||
// uL(fprintf(uH, "kick: init: %d\n", p_fav));
|
||||
u3z(pox); u3z(fav); return c3y;
|
||||
} break;
|
||||
}
|
||||
|
6
v/term.c
6
v/term.c
@ -673,10 +673,10 @@ _term_it_save(u3_noun pax, u3_noun pad)
|
||||
static void
|
||||
_term_io_flow(u3_utty* uty_u)
|
||||
{
|
||||
// u3_noun tid = u3dc("scot", c3__ud, uty_u->tid_l);
|
||||
// u3_noun pax = u3nq(u3_blip, c3__term, tid, u3_nul);
|
||||
u3_noun tid = u3dc("scot", c3__ud, uty_u->tid_l);
|
||||
u3_noun pax = u3nq(u3_blip, c3__term, tid, u3_nul);
|
||||
|
||||
// u3v_plan(pax, u3nq(c3__flow, c3__seat, c3__talk, u3_nul));
|
||||
u3v_plan(pax, u3nq(c3__flow, c3__seat, c3__talk, u3_nul));
|
||||
// u3v_plan(pax, u3nt(c3__flow, c3__seat, u3_nul));
|
||||
// u3v_plan(pax, u3nq(c3__flow, c3__seat, c3__dojo, u3_nul));
|
||||
// u3v_plan(pax, u3nq(c3__flow, c3__seat, c3__helm, u3_nul));
|
||||
|
Loading…
Reference in New Issue
Block a user