mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
parent
1bd69867d1
commit
4f66d7f2dd
7 changed files with 72 additions and 2 deletions
|
@ -106,6 +106,11 @@ bool32 SetConsoleCursorInfo(
|
|||
int64_t hConsoleOutput,
|
||||
const struct NtConsoleCursorInfo *lpConsoleCursorInfo);
|
||||
|
||||
long CreatePseudoConsole(struct NtCoord size, int64_t hInput, int64_t hOutput,
|
||||
uint32_t dwFlags, int64_t *out_phPC);
|
||||
long ResizePseudoConsole(int64_t hPC, struct NtCoord size);
|
||||
void ClosePseudoConsole(int64_t hPC);
|
||||
|
||||
#if ShouldUseMsabiAttribute()
|
||||
#include "libc/nt/thunk/console.inc"
|
||||
#endif /* ShouldUseMsabiAttribute() */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue