]> Pileus Git - lackey/commit - src/view.h
Fix some resize issues
authorAndy Spencer <andy753421@gmail.com>
Sat, 8 Jun 2013 08:43:24 +0000 (08:43 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 10 Jun 2013 04:54:02 +0000 (04:54 +0000)
commit95a4a1492b982e64458a2b0ed0260cf853c728a4
tree6c9f9c042315cd957900eeef30e6677efeb368a6
parentad3e3885a9c00768653a3a80d5cbd3d4f61de512
Fix some resize issues

This adds a few curses like functions to view which can be used to
resize windows that are at the bottom of the screen. It also removes the
(useless) header window form the day and week views.
src/main.c
src/view.c
src/view.h
views/day.c
views/week.c