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:
@@ -5,6 +5,10 @@
|
||||
|
||||
#include <stdlib.h> /* for NULL definition */
|
||||
|
||||
#ifndef _WONX_
|
||||
#define _WONX_
|
||||
#endif
|
||||
|
||||
#ifdef TYPEDEF_USHORT
|
||||
typedef unsigned short int ushort;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user