1
0
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:
2022-03-17 23:49:25 -05:00
parent 6f60c7a5b7
commit 7e9597902f
3 changed files with 43 additions and 10 deletions

View File

@@ -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 */