Minor comment edits, reindentation and other code formating changes

darcs-hash:20060615103646-ac50b-d7cde4cfca0c776127e9e161daefb74ee6d027ba.gz
This commit is contained in:
axel 2006-06-15 20:36:46 +10:00
parent f673b06dd2
commit 36ae253a29

View file

@ -131,12 +131,6 @@ int fgetws2( wchar_t **b, int *len, FILE *f )
wchar_t *buff = *b;
/*
This is a kludge: We block SIGCHLD while reading, since I can't
get getwc to perform reliably when signals are flying. Even when
watching for EINTR errors, bytes are lost.
*/
while( 1 )
{
/* Reallocate the buffer if necessary */
@ -660,7 +654,9 @@ void write_screen( const wchar_t *msg, string_buffer_t *buff )
Break on end of string
*/
if( !*pos )
{
break;
}
start=pos;
}