gbasys

diff src/term.c @ 2:e3dc7705ad9c

communications stuff
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 07 Mar 2012 06:11:51 +0200
parents 875ef6085efc
children 06726f0b8cd3
line diff
     1.1 --- a/src/term.c	Sun Mar 04 07:06:41 2012 +0200
     1.2 +++ b/src/term.c	Wed Mar 07 06:11:51 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5 -Copyright 2004 John Tsiombikas <nuclear@siggraph.org>
     1.6 +Copyright 2004-2012 John Tsiombikas <nuclear@member.fsf.org>
     1.7  
     1.8 -This file is part of libgba, a library for GameBoy Advance development.
     1.9 +This file is part of gbasys, a library for GameBoy Advance development.
    1.10  
    1.11  This program is free software; you can redistribute it and/or modify
    1.12  it under the terms of the GNU General Public License as published by
    1.13 @@ -45,7 +45,7 @@
    1.14  	int c;
    1.15  
    1.16  	if(fp != stdin) panic("getc: only stdin valid");
    1.17 -	
    1.18 +
    1.19  	save_signal(SIGIO);
    1.20  	signal(SIGIO, noop);
    1.21  	while(!key_queue->next) pause();