home · contact · privacy
Don't update more windows than necessary in resize_active_win().
[plomrogue] / src / windows.h
index 7e666acbca025631716521f41ec5de6f3045114b..38bb72949d8cacd392570b84d483a34fdf518810 100644 (file)
@@ -151,7 +151,7 @@ extern void cycle_active_win(struct WinMeta * wmeta, char dir);
 
 
 
-/* Move active window forwards ("dir" == "f") or backwards ("dir" == "b").
+/* Move active window forwards ("dir" == "f") or backwards (any other "dir").
  * Wrap around in the window chain if start / end of it is met. Does nothing if
  * no window is active.
  */