X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fwindows.h;h=7e666acbca025631716521f41ec5de6f3045114b;hb=619a5a1fd97d9fb458c6a93ff50c657c198aa113;hp=6dd7615759454fa3313de50d339c75b7aa5f2475;hpb=a539f3ee61714f59e3164ec0e87c237c965615c3;p=plomrogue diff --git a/src/windows.h b/src/windows.h index 6dd7615..7e666ac 100644 --- a/src/windows.h +++ b/src/windows.h @@ -143,7 +143,7 @@ extern uint8_t resize_active_win(struct WinMeta * wmeta, struct yx_uint16 size); -/* Cycle active window selection forwards (set "dir"="n") or backwards (any +/* Cycle active window selection forwards ("dir" == "f") or backwards (any * other "dir"). Wrap around in the windows chain if start / end of it is met. * Does nothing if no window is active. */ @@ -151,9 +151,9 @@ extern void cycle_active_win(struct WinMeta * wmeta, char dir); -/* Move active window forwards (set dir="f") or backwards (set dir="b"). Wrap - * around in the window chain if start / end of it is met. Does nothing if no - * window is active. +/* Move active window forwards ("dir" == "f") or backwards ("dir" == "b"). + * Wrap around in the window chain if start / end of it is met. Does nothing if + * no window is active. */ extern uint8_t shift_active_win(struct WinMeta * wmeta, char dir);