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