diff options
Diffstat (limited to 'edit.mu')
-rw-r--r-- | edit.mu | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/edit.mu b/edit.mu index 51788c0b..b67331c5 100644 --- a/edit.mu +++ b/edit.mu @@ -86,6 +86,10 @@ container editor-data [ # helps organize editors in a 'chain'. next-editor:address:editor-data in-focus?:boolean # set for the one editor in this chain currently being edited + + # functions to run + render:recipe-ordinal # how to render this container + respond:recipe-ordinal # how it reacts to events from the console ] # editor:address, screen:address <- new-editor s:address:array:character, screen:address, top:number, left:number, bottom:number |