home · contact · privacy
-s takes optional argument: number of turn from which to start replay.
[plomrogue] / windows.h
2013-05-25 Christian HellerUse stdint.h typedefs for ints.
2013-05-23 Christian Hellerinit_window() now initializes Win.data and Win.draw...
2013-05-17 Christian HellerRenamed shift_window() to shift_active_window() for...
2013-05-17 Christian HellerRestructured window resizing. windows.c now only contai...
2013-05-17 Christian HellerScrolling pad now also has its own function with its...
2013-05-12 Christian HellerMinor code restyling. Important: Renamed win->curses_wi...
2013-05-02 Christian HellerTest for minimal window size no longer necessary since...
2013-05-01 Christian HellerRestructured windows into pads that are horizontally...
2013-04-30 Christian HellerSimplified clearing of terminal by using clear() instea...
2013-04-30 Christian HellerRemoved unused Win properties.
2013-04-30 Christian HellerRely on ncurses windows' _begyx properties instead...
2013-04-30 Christian HellerCompletely rebuilt how window borders are realized...
2013-04-22 Christian HellerUploading current state of work.