X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/git-logo.png?a=blobdiff_plain;f=src%2Fwindows.h;h=2828e0739421a038aad28885fc3215067a1cf88e;hb=6e5be9a78c42a8ddfbdfba29c4df306a73bffe3c;hp=38bb72949d8cacd392570b84d483a34fdf518810;hpb=f4ced5cf0092cc3a945d73a8950baecb23374d23;p=plomrogue diff --git a/src/windows.h b/src/windows.h index 38bb729..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. */