Fix glitch of DBCS character when first byte and second byte are separated at the end of line

This commit is contained in:
maron2000
2025-02-28 23:44:03 +09:00
parent 8bf2057929
commit b4fe202038

View File

@@ -106,7 +106,7 @@ public:
bool EraseEnv(void);
virtual void WriteOut(const char *format, const char * arguments);
void WriteOut(const char * format,...); //! Write to standard output
virtual int WriteOut_NoParsing(const char * format, bool dbcs = false); //! Write to standard output, no parsing
virtual int WriteOut_NoParsing(const char * format, bool dbcs = true); //! Write to standard output, no parsing
void ChangeToLongCmd(); //! Get command line from shell instead of PSP
void DebugDumpEnv(); //! Dump environment block to log
void WriteExitStatus(); //! Write exit status to CPU register AL for return to MS-DOS