-/* $Id: term_ascii.c,v 1.2 2010/06/08 15:06:01 kristaps Exp $ */
+/* $Id: term_ascii.c,v 1.3 2010/06/09 08:07:13 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
ascii_letter(struct termp *p, char c)
{
- /* Just push onto the screen. */
putchar(c);
}