Mouse handling is way better but still want to refine it more if I can.
This commit is contained in:
parent
e41651aa38
commit
190748af3c
10 changed files with 47 additions and 22 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/multiscreen
|
||||
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args builddir/under_the_dome
|
||||
|
||||
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