aboutsummaryrefslogtreecommitdiffhomepage
path: root/goto.h
AgeCommit message (Collapse)AuthorFilesLines
2012-11-08added commentsRobin Haberkorn1-0/+4
2012-11-08support line termination ($$) as immediate editing command + some fixesRobin Haberkorn1-0/+2
* 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
2012-11-08added missing transition table initialization for label stateRobin Haberkorn1-0/+3
2012-11-08added support for labels, including the goto label tableRobin Haberkorn1-0/+14
* uses BSD tree macros, might later be abstracted to a C++ table class