https://github.com/maximus5/test-dirtybuffer
https://github.com/maximus5/test-dirtybuffer
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximus5/test-dirtybuffer
- Owner: Maximus5
- Created: 2015-09-08T14:58:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T15:07:13.000Z (over 10 years ago)
- Last Synced: 2025-01-31T11:50:16.831Z (12 months ago)
- Language: C++
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Test-DirtyBuffer
This sample application writes to the console
* by simple `printf` from stdio
* by WriteConsoleOutputCharacter from Windows console API
So, you will not see the line written by Windows API
in terminals which do not care about it, like mintty
or ConsoleZ.
~~~
**** This is dirty line ****
~~~