Cygwin: pty: Use system NLS function instead of PTY's own one.
- Since calling system __loadlocale() caused execution error, PTY used its own NLS function. The cause of the error has been found, the corresponding code has been rewritten using system function.
This commit is contained in:
@ -104,7 +104,7 @@ private:
|
||||
bool mask_switch_to_pcon_in;
|
||||
pid_t pcon_pid;
|
||||
int num_pcon_attached_slaves;
|
||||
UINT TermCodePage;
|
||||
UINT term_code_page;
|
||||
bool need_clear_screen;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user