issues
search
oyvindberg
/
tui-scala
Beautiful Text-based User Interfaces for Scala
MIT License
207
stars
11
forks
source link
Refactor JNI interface
#17
Closed
oyvindberg
closed
1 year ago
oyvindberg
commented
1 year ago
replace all
enqueue*
methods with
enqueue
and
execute
which takes a list of commands, making us cross the native barrier far fewer times
make sure we don't panic when ints do not fit in u16 (which is mostly used by crossterm) (see #10)
make backends
hide_cursor
with friends
execute
instead of
enqueue
(they were that way originally)
enqueue*
methods withenqueue
andexecute
which takes a list of commands, making us cross the native barrier far fewer timeshide_cursor
with friendsexecute
instead ofenqueue
(they were that way originally)