Fix unbound env variable error in tool script
Add protection against $CC=*mingw32*.exe on cygwin
Fix GCC -Wconversion warning in newer GCC versions
Shrink definition of brackpaste sequence getch/ungetch
Add tilde expansion for the open file dialog
Update README.md
Add protection against successfully loading a 0x0 file
Fix conf error messages to not have orca in their name
Cleanup conf naming prefix requirement
Factor out hard-coded conf file name
Cleanup opt/arg handling and error reporting
Remove old 'margins' cmdline arg opt
Fix auto-play causing 'new file' message to disappear
Add missing '?' for valid glyph check
Change to use LUT for glyph->number in VM
Move midi_mode storage out of Tui and into Ged
Fix incorrect conf loading value for MIDI clock
Change default conf for MIDI beat clock to disabled
Add MIDI beat clock output, with conf and menu toggles
Remove source text redundancy for deadline timer comparisons
Clean up control flow for grid initialization
Cleanup initial grid sizing logic
Add static/noinline attributes to tui_main.c functions
Remove unnecessary 'Prefs' loading struct
Change main event loop to use label/goto
Factor out TUI menu driving logic from main()
Fix OSC address input not accept empty line
Move OSC configuration to menus and conf file
Change to use oso strings for osc hostname/port
Fix potential MIDI notes stuck on due to PortMidi latency