In serial communication, input \n from standard input is converted to \r and passed

Fix comm_input() in comm.c. (See the e-mail of [WitchFan 00462])

Instead of error termination when displaying text characters outside the screen,
Fix WWText_PutCharacter() to proceed with issuing a warning.
(Correspondence to one person)

Add #define _WONX_ to wonx_include/types.h. (The part you want to depend on WONX
For when you want to enclose in source)

Version 0.5 beta - from wonx-b05.tar.gz
This commit is contained in:
Hiroaki Sakai
2000-11-23 12:00:00 +09:00
committed by Godzil
parent 96b108c909
commit 7630141b26
6 changed files with 146 additions and 8 deletions

View File

@@ -5,6 +5,10 @@
#include <stdlib.h> /* for NULL definition */
#ifndef _WONX_
#define _WONX_
#endif
#ifdef TYPEDEF_USHORT
typedef unsigned short int ushort;
#endif