mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-24 10:33:22 +03:00
Reverse i search
This commit is contained in:
parent
045f862a84
commit
2c80dd5297
@ -412,6 +412,7 @@
|
||||
# define c3__gab c3_s3('g','a','b')
|
||||
# define c3__galb c3_s4('g','a','l','b')
|
||||
# define c3__gald c3_s4('g','a','l','d')
|
||||
# define c3__galk c3_s4('g','a','l','k')
|
||||
# define c3__game c3_s4('g','a','m','e')
|
||||
# define c3__gamp c3_s4('g','a','m','p')
|
||||
# define c3__gant c3_s4('g','a','n','t')
|
||||
|
2
v/term.c
2
v/term.c
@ -306,7 +306,7 @@ _term_listen_cb(uv_stream_t *wax_u, int sas_i)
|
||||
u3_noun pax = u3nq(u3_blip, c3__term, tid, u3_nul);
|
||||
u3v_plan(u3k(pax), u3nc(c3__blew, u3nc(80, 25)));
|
||||
u3v_plan(u3k(pax), u3nc(c3__hail, u3_nul));
|
||||
u3v_plan(u3k(pax), u3nq(c3__flow, c3__seat, c3__talk, u3_nul));
|
||||
u3v_plan(u3k(pax), u3nq(c3__flow, c3__seat, c3__galk, u3_nul));
|
||||
u3z(pax);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user