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 84cc1907260042bd9b85e62f172e310c812e6fc7)
@@ -44,5 +44,7 @@
 	CEV_KEY,
 	/** Position event */
-	CEV_POS
+	CEV_POS,
+	/** Resize event */
+	CEV_RESIZE,
 } cons_event_type_t;
 
