mirror of
https://github.com/urbit/shrub.git
synced 2024-12-17 15:23:58 +03:00
Basic dialog workings.
This commit is contained in:
parent
21e3a0aee8
commit
a3a2ec2260
2
Makefile
2
Makefile
@ -64,7 +64,7 @@ INCLUDE=i
|
||||
MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN) -D U3_LIB=\"$(LIB)\"
|
||||
|
||||
# NOTFORCHECKIN - restore -O3
|
||||
CFLAGS= $(COSFLAGS) -O3 -msse3 -ffast-math -DGHETTO \
|
||||
CFLAGS= $(COSFLAGS) -O3 -msse3 -ffast-math \
|
||||
-funsigned-char \
|
||||
-I/usr/local/include \
|
||||
-I/opt/local/include \
|
||||
|
4
v/term.c
4
v/term.c
@ -678,8 +678,8 @@ _term_io_flow(u3_utty* uty_u)
|
||||
|
||||
// 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));
|
||||
// u3v_plan(pax, u3nq(c3__flow, c3__seat, c3__dojo, u3_nul));
|
||||
u3v_plan(pax, u3nq(c3__flow, c3__seat, c3__helm, u3_nul));
|
||||
}
|
||||
|
||||
/* _term_io_belt(): send belt.
|
||||
|
Loading…
Reference in New Issue
Block a user