kern

diff src/term.c @ 4:0489a34ab348

- reverted the trunk back to hardware scrolling - added a missing include (ctype.h in term.c) - added a comment explaining what memset16 does - beefed up the README file
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 10 Dec 2010 03:44:34 +0200
parents 86781ef20689
children 06172322fb76
line diff
     1.1 --- a/src/term.c	Sat Dec 04 10:12:39 2010 +0200
     1.2 +++ b/src/term.c	Fri Dec 10 03:44:34 2010 +0200
     1.3 @@ -1,3 +1,4 @@
     1.4 +#include <ctype.h>
     1.5  #include "term.h"
     1.6  #include "vid.h"
     1.7