new key handling and keybinding

This commit is contained in:
cqc
2021-08-13 02:09:35 -05:00
parent 2e1c66f7b6
commit 15efe3efdd
2 changed files with 342 additions and 145 deletions

5
dune
View File

@ -13,6 +13,7 @@
tgls.tgles2
wall
zed
lambda-term
irmin-unix
ocaml-compiler-libs.common
ocaml-compiler-libs.bytecomp
@ -24,6 +25,7 @@
(modules boot)
(link_flags (-linkall))
(libraries
lambda-term
topinf))
(library
@ -31,11 +33,12 @@
(modes byte)
(modules topinf)
(libraries
fmt
fmt
tsdl
tgls.tgles2
wall
zed
lambda-term
irmin-unix
ocaml-compiler-libs.common
ocaml-compiler-libs.bytecomp