X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fwindows.h;h=2828e0739421a038aad28885fc3215067a1cf88e;hb=6e5be9a78c42a8ddfbdfba29c4df306a73bffe3c;hp=7e666acbca025631716521f41ec5de6f3045114b;hpb=619a5a1fd97d9fb458c6a93ff50c657c198aa113;p=plomrogue diff --git a/src/windows.h b/src/windows.h index 7e666ac..2828e07 100644 --- a/src/windows.h +++ b/src/windows.h @@ -24,6 +24,8 @@ * 1 - memory allocation error (of ncurses' pads/windows, or scroll hint texts) * 2 - activity forces virtual screen to grow beyond width of 2^16 cells * + * TODO: Expose less internals to the API. + * * TODO: Think up a more intuitive window positioning algorithm or at least make * the chain that windows are positioned by visible. */ @@ -151,7 +153,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. */