1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 13:22:36 +01:00

Fix alignment of code

This commit is contained in:
Pavel Odintsov 2015-01-26 11:07:21 +03:00
parent 0e7a013089
commit 3be86ac823

@ -13,6 +13,7 @@ int main() {
// disable any character output
noecho();
// hide cursor
curs_set(0);