Skip to content

Commit

Permalink
Add label for table (PID and Status).
Browse files Browse the repository at this point in the history
  • Loading branch information
michi84o committed Jun 1, 2020
1 parent b5296a7 commit 3cbe195
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pprio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ int main(int argc, char* argv[])
std::cout << "Monitoring '"<< processName << "'" << std::endl << std::endl;
std::cout << "Target priority: " << prio << std::endl << std::endl;

std::cout << "PID Status" << std::endl;

HANDLE stdHandle = GetStdHandle(STD_OUTPUT_HANDLE);
CONSOLE_SCREEN_BUFFER_INFO screenBuffInfo;
GetConsoleScreenBufferInfo(stdHandle, &screenBuffInfo);
Expand Down

0 comments on commit 3cbe195

Please sign in to comment.