Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
has several advantages
* better to read
* namespace can be "extended" from everywhere allowing the declaration of states in the files that implement them
* include file mess could be cleaned up a bit
|
|
|
|
* separate function for immediate editing command processing
* undo.clear() to remove and free all undo tokens without executing them
* goto_table_clear() to remove and free all goto table entries
|
|
|
|
* uses BSD tree macros, might later be abstracted to a C++ table class
|