mirror of
https://github.com/CPunch/Laika.git
synced 2025-09-25 11:20:17 +00:00
Added line-conversions for shells
This commit is contained in:
@@ -13,11 +13,6 @@ struct sLaika_shell {
|
||||
PROCESS_INFORMATION procInfo;
|
||||
STARTUPINFOEX startupInfo;
|
||||
HPCON pseudoCon;
|
||||
/* HANDLE watcherMutex;
|
||||
char *outBuf;
|
||||
int outCount, outCap;
|
||||
char *inBuf;
|
||||
int inCount, inCap; */
|
||||
};
|
||||
|
||||
/* edited from https://github.com/microsoft/terminal/blob/main/samples/ConPTY/EchoCon/EchoCon/EchoCon.cpp */
|
||||
|
Reference in New Issue
Block a user