home · contact · privacy
Simplified clearing of terminal by using clear() instead of homebrew code.
[plomrogue] / windows.h
index 6ffcb96b37bc2b868adb8795add3e06add04e952..e3f4eb684fb21f4d5659fe816bfd7dc441df10ac 100644 (file)
--- a/windows.h
+++ b/windows.h
@@ -2,8 +2,7 @@ struct WinMeta {
   struct Win * chain_start;
   struct Win * chain_end;
   struct Win * active;
-  int height;
-  int width; };
+  int height; };
 
 struct Win {
   struct Win * prev;