mirror of
https://github.com/ada-dmitry/tmp_project.git
synced 2026-09-24 01:10:31 +00:00
update 1.3
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <math.h>
|
||||
#include <termios.h>
|
||||
@@ -41,10 +40,10 @@ void choose_path()
|
||||
tcgetattr(0, &term);
|
||||
|
||||
// Отключение символа ECHO
|
||||
// term.c_lflag &= ~ECHO;
|
||||
term.c_lflag &= ~ECHO;
|
||||
|
||||
// Применение новых настроек терминала
|
||||
// tcsetattr(0, TCSANOW, &term);
|
||||
tcsetattr(0, TCSANOW, &term);
|
||||
|
||||
printf("\nПродолжить поиск корня?\n");
|
||||
__fpurge(stdin);
|
||||
|
||||
Reference in New Issue
Block a user