home · contact · privacy
Consistent use of "pickup" instead of "pickup" as command name.
[plomrogue] / client / window_management.py
index b1f68c24f44b5fa805bbeba32928f58f04850a96..9a50b296d22c7165ee9d757008801462e9d64090 100644 (file)
@@ -1,3 +1,8 @@
+# This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
+# or any later version. For details on its copyright, license, and warranties,
+# see the file NOTICE in the root directory of the PlomRogue source package.
+
+
 import curses
 import types
 
@@ -19,7 +24,7 @@ class Window:
         self.size = size
 
 
-def set_window_geometries():
+def set_windows():
 
     def size_window(config):
         size = [0, 0]