sandy

text editor
git clone git://git.suckless.org/sandy
Log | Files | Refs | README | LICENSE

commit 64a32ce687def5bd7dc4d5ac3a4e398daa5e4bf6
parent afe1c3c2c2998599f189bf6240cbac0c283c8dfa
Author: Rafael Garcia <rafael.garcia.gallego@gmail.com>
Date:   Thu,  7 Apr 2011 02:16:29 +0200

Changed curses.h for ncurses.h, as we seem to use some pretty ncurses-specific code
Diffstat:
sandy.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandy.c b/sandy.c @@ -12,7 +12,7 @@ #include <stdlib.h> #include <locale.h> #include <string.h> -#include <curses.h> +#include <ncurses.h> /* Defines */ #ifndef PIPESIZ /* This is POSIX magic */