home · contact · privacy
Improved formatting and include comments in windows.c
[plomrogue] / src / windows.c
2013-08-21 Christian HellerImproved formatting and include comments in windows.c
2013-08-06 Christian Hellerinit_win() now takes arguments for the designated windo...
2013-07-30 Christian HellerMade the hierarchy between terminal screen, virtual...
2013-07-30 Christian HellerCopied to draw_win_borderlines() and draw_wins_borderli...
2013-07-30 Christian HellerRadically simplified drawing of window border corners.
2013-07-30 Christian HellerRenamed borders to borderlines in function names where...
2013-07-30 Christian HellerMinor formatting change.
2013-07-30 Christian HellerIn shift_active_win() slightly improved formatting...
2013-07-30 Christian HellerSlightly re-structured and re-styled a for-loop for...
2013-07-25 Christian HellerMinor stylistic consistency correction.
2013-07-25 Christian HellerEnforced new indentation rules.
2013-07-25 Christian HellerEnforced three empty lines between functions / large...
2013-07-25 Christian HellerEnforced width limit on a comment.
2013-07-25 Christian HellerApplied new style and documentation rules to the "windo...
2013-06-28 Christian HellerIf pad ends leftwards of current right screen border...
2013-06-27 Christian HellerMake resize_active_win use yx_uint16 for coordinates...
2013-06-27 Christian HellerSorted out library dependencies / includes. Include...
2013-06-19 Christian HellerRestructured source tree. Code moves to src/, object...