kern
diff src/term.c @ 41:928b0ebfff4d
merged the timer/rtc/etc from the misc branch
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 14 Jun 2011 01:19:07 +0300 |
parents | 0489a34ab348 |
children | fa65b4f45366 |
line diff
1.1 --- a/src/term.c Sat May 28 08:06:47 2011 +0300 1.2 +++ b/src/term.c Tue Jun 14 01:19:07 2011 +0300 1.3 @@ -29,7 +29,6 @@ 1.4 1.5 /* output a single character, handles formatting, cursor advancement 1.6 * and scrolling the screen when we reach the bottom. 1.7 - * TODO make visible cursor actually move. 1.8 */ 1.9 int putchar(int c) 1.10 {