Index: uspace/lib/console/include/io/cons_event.h
===================================================================
--- uspace/lib/console/include/io/cons_event.h	(revision a635535739c9e7901c0b9b5b1890f38965383f17)
+++ uspace/lib/console/include/io/cons_event.h	(revision 89e5c0c74547ac080d125e5482bd7736822f26de)
@@ -44,5 +44,7 @@
 	CEV_KEY,
 	/** Position event */
-	CEV_POS
+	CEV_POS,
+	/** Resize event */
+	CEV_RESIZE,
 } cons_event_type_t;
 
