Will

Results 7 comments of Will

> Please attach the bug report zip from the Report Bug dialog forgot, sorry. here it is: [mgba_bug_report.zip](https://github.com/mgba-emu/mgba/files/8084783/mgba_bug_report.zip)

addendum: this only happens on *unbounded* fast-forwarding

On a fresh build of Bizhawk, upon opening the Lua editor, bizhawk crashes with terminal output ``` warning: File "/usr/bin/mono-sgen-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to...

> When you do `:` then hit `Ctrl-v` then do your keybind `Alt-)`, what is being displayed ? (aka what is being recognized by neovim) `` is displayed. I can...

> Sure its possible, run > > kitty +kitten key_demo -m kitty > > press alt+0 and alt+shift+0 you will see different events being sent. You do need to use...

Update: I fixed the `#include ` error by installing `ncurses5-compat-libs`, but another issue persists. Here's the output for `stack build`: ``` ncurses > configure ncurses > Configuring ncurses-0.2.16... ncurses >...

quick update: looked into it a bit. The best, actively maintained tui library is [brick](https://github.com/jtdaugherty/brick/). But brick runs on top of [vty](https://github.com/jtdaugherty/vty), which (to my knowledge) currently [doesn't have windows...