Code

screen: moved code to ncu.c
authorMax Kellermann <max@duempel.org>
Mon, 22 Sep 2008 08:04:39 +0000 (10:04 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 22 Sep 2008 08:04:39 +0000 (10:04 +0200)
commit07632841df4ff1d8fcfac33bd93e06ee43a4498e
treecadb859c1ae63041fbc774528974283a2b1635bf
parentd28a7d463b62412e2d075b834db20baf93dcaeba
screen: moved code to ncu.c

Moved basic libncurses initialization to ncu.c and ncu.h.  Keep
generic code out of screen.c.
src/Makefile.am
src/main.c
src/ncu.c [new file with mode: 0644]
src/ncu.h [new file with mode: 0644]
src/screen.c
src/screen.h