Created a UIStack component that handles multiple screens.
This commit is contained in:
parent
d393cf91ab
commit
543928eb36
7 changed files with 121 additions and 18 deletions
2
Makefile
2
Makefile
|
|
@ -65,7 +65,7 @@ debug: build
|
|||
gdb --nx -x .gdbinit --ex run --args builddir/runtests
|
||||
|
||||
debug_run: build
|
||||
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args builddir/under_the_dome
|
||||
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args builddir/multiscreen
|
||||
|
||||
debug_walk: build test
|
||||
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args builddir/under_the_dome t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue