Add additional protection against bad menu cycling
Add better display of portmidi menu items
Add freeing of owned strings in qmenu items
Clean up more user id handling logic in Qmenu items
Change Qmenu items allocation to be dynamic
Change ordering of args for qmenu_add_choice()
Cleanup term util qmenu choice ID handling
Add commented-out time dbg for portmidi init
Add live setting of MIDI device from menu
Add better error message for old opts usage in tool
Clean up file save name changing logic
Add smarter layout logic for Qnav items
Change references to name 'PortMIDI' to 'PortMidi'
Add start of PortMidi device choosing (WIP)
Add avoidance of 0-item ncurses menus being created
Add global guard on portmidi init
Add confirmation dialog to create new file
Update message in debug+portmidi builds
Add closing of main menu after using New file item
Update readme description/synopsis
Clean up some more stuff in readme
Update readme and tool script for new usage
Update and simplify build tool script
Add slide selection modal to commands help
Add ` and ~ to toggle slide input mode
Add setting of sel rect from gui cboard paste
Add setting of selection rect from internal paste
Add bracketed paste setting selection area
Remove escape as way to set sel size to clipboard
Change cboard_pase() to use fread instead of fgetc
Change to use fwrite for cboard pipe write
Cleanup cursor handling logic for bracketed paste
Clean up bracketed paste control flow
Add start of bracketed paste support
Add hack to avoid extra allocation at startup for auto grid size
Fix bias in grid/hud spacing during margins collapse
Add smart auto-size-grid at startup with blank file
Add nxn for margins option, add hard-margins option
Add incremental margin collapse for grid<->HUD
Fix potential set-but-unused warning
Fix undo not updating internal editor geometry
Add start of overhaul of margin handling.
Fix potentially non-updating window when 0-margin
Change orca_run() to not clear input buffers
Add dimming of inactive/non-foreground menu contents
Move mbuffer_* functions out of mark.h to gbuffer.h
Change output activity indicator to be a visual counter
Fix incorrect index variable in debug print loop
Cleanup some uses of wprintx non-formatted strings
Add fancy corner/side drawing for grid rulers
Disable operators guide items that aren't yet implemented
Revert "Add auto-display of operators guide at startup"
Add auto-display of operators guide at startup
Add opers guide message on ctrl+g
Add basic operators guide menu item and msg
Add output b->a casing rules for A, B, L and M
Add alt+arrow to slide selected area in editor
Add -Wshadow to tool build flags.
Backspace character deletion (#51)