Change simulation stepping key to ctrl+f
Add playing/paused distinction, remap step to ctrl+space
Add grid ruler snapping when resizing grid
Change resize to use grid ruler increments
Remove ctrl+d and ctrl+g as quit shortcuts
Add input mode display in tui hud
Cleanup params naming in oper phases
Rename `orca` target to `cli`, rename `tui` target to `orca`
Fix build warning on impossible switch case
Change piano input mode to forward slash, add cursor display
Restrict cursor drawing in tui to visible area
Fix incorrectly overlapping storage for V var names
Add explicit margins option to tui
Update README with more build notes
Updated examples and README / Added LICENSE
Add basic terminal margins (with option to disable)
Add unknown key stderr debug (ifdefd out)
Clean up resizing logic, make it work with undo history
Fix '+' not highlighted red in tui
Add partial support for resizing grids (WIP)
Cleanup movement operator declarations
Remove unnecessary macro indirection
Fix buffer bounds check off-by-one
Update valid glyph char range for field file load
Cleanup field.h/.c, move some stuff to gbuffer.h/.c
Remove unused fns from field.h/.c
Remove field_copy_subrect, move to gbuffer, add gbuffer.c
Clean up field copying, add wrapper
Remove specialized '+' cursor behavior
Add predictive remarking for tui visualization
Add field_resize_raw_if_necessary
Fix ctrl+h move left on certain terminals
Clean up tick number presentation
Add ability to start tui with no input file
Change to show '+' when cursor over major grid separator
Add showing of glyph underneath cursor
Change quit combination to ctrl+q/d/g
Change tui styling of locking inputs
Remove unnecessary use of libncursesw on Linux
Change logic when gating ports on locked operators
Add beginnings of better terminal display of field
Add basic display of locked cells
Add passing of term size in debug field draw
Fix clearing bottom ui bar empty rows
Fixed issue with delay
Added missing port to delay operator
Updated the delay operator
Add detection of homebrew ncurses on mac