Add cursor changing for field input
Change to use 'strict' void style fn decls
Add forward-compatible min version test for mouse scroll
Change build tool to only specify no-pie for clang >= 6.0.0
Merge pull request #2 from npisanti/master
fixes for ncurses mouse versions
Change to use acs bullets for grid instead of .
Add simplistic output event meter drawing
Add -finput-charset=UTF-8 to cc flags
Add dynamic homebrew prefix on mac
Fix flicker when opening/closing submenus
Change to use bold for active menu item
Change to use malloc/free for Qmenu
Add active/inactive indicator for qnav blocks
Improve controls dialog formatting
Cleanup, add start of controls dialog
Change saving system to use new msg box
Add start of new menu/nav-stack system
Rename App_/app_ stuff to Ged_/ged_ ('g'rid 'ed'itor)
Fix tool script for gcc build in cygwin
Add hacky save "feature" (until I make a real one)
Change to use bitfield for bool flags in app state
Add automatic centering and scrolling on resize
Add start of basic auto-scrolling
Add another alias for backspace (127/DEL in terminal.app)
Add workaround for linux virtual console colors init error
Change to only save undos for playback when starting playback
Add filling with character when rect is selected
Add escape key going to normal mode if not in normal mode
Add quote to toggle selection resize mode
Add shift-arrow keys (probably only xterm) to adjust sel size
Add alternate use of esc to change sel size to clipboard size
Fix incorrect var being used for octave in :
Remove unnecessary macro indirection
Add rejection of invalid glyphs for tui input
Add workaround for mouse position reporting problems
Add smarter mouse tracking enable/disable
Add grid scrolling and drawing cursor selection
Add smarter clipping of drawn grid region