PowerShell/impl/terminal.h

12 lines
122 B
C
Raw Normal View History

#pragma once
#include "pal.h"
PAL_BEGIN_EXTERNC
INT32 GetTerminalWidth();
INT32 GetTerminalHeight();
PAL_END_EXTERNC