about summary refs log tree commit diff stats
path: root/074console.mu
diff options
context:
space:
mode:
Diffstat (limited to '074console.mu')
-rw-r--r--074console.mu6
1 files changed, 6 insertions, 0 deletions
diff --git a/074console.mu b/074console.mu
index b60e17cc..b6d4b4d7 100644
--- a/074console.mu
+++ b/074console.mu
@@ -5,6 +5,7 @@ exclusive-container event [
   text:character
   keycode:number  # keys on keyboard without a unicode representation
   touch:touch-event  # mouse, track ball, etc.
+  resize:resize-event
   # update the assume-console handler if you add more variants
 ]
 
@@ -14,6 +15,11 @@ container touch-event [
   column:number
 ]
 
+container resize-event [
+  width:number
+  height:number
+]
+
 container console [
   index:number
   data:address:array:event