home · contact · privacy
Reorganized Win and WinMeta structs to use a common struct to organize curses window...
[plomrogue] / draw_wins.c
2013-06-14 Christian HellerReorganized Win and WinMeta structs to use a common...
2013-06-12 Christian HellerUse yx_uint16 struct for WinMeta and Win struct size...
2013-06-06 Christian HellerMade vertical scroll hint more informative.
2013-06-06 Christian HellerKeybindings window now shows scrolling information.
2013-05-25 Christian HellerUse stdint.h typedefs for ints.
2013-05-23 Christian HellerMoved keybindings manipulation stuff into its own library.
2013-05-23 Christian HellerMoved draw_*_win() into its own library. Removed some...