Reverse i search

This commit is contained in:
C. Guy Yarvin 2015-02-11 18:57:33 -08:00
parent 045f862a84
commit 2c80dd5297
2 changed files with 2 additions and 1 deletions

View File

@ -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')

View File

@ -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);
}