1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-27 08:25:47 +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 // disable any character output
noecho(); noecho();
// hide cursor // hide cursor
curs_set(0); curs_set(0);