[Minishell] 터미널 제어
·
42Seoul/Minishell
https://hyeonski.tistory.com/5?category=471028 [C/UNIX] 개행 없이 한 글자씩 입력받는 getch() 만들기 (터미널 제어) 프롬프트 또는 콘솔 환경을 만들기 위해서 키보드 입력을 한 자씩 받아야할 때가 있다. unistd.h의 read함수를 STDIN에서 1바이트만큼 받으면 되지 않을까? 해서 다음과 같은 코드를 실행해보았다. #in hyeonski.tistory.com https://man7.org/linux/man-pages/man3/termios.3.html termios(3) - Linux manual page termios(3) — Linux manual page TERMIOS(3) Linux Programmer's Manual TERMIOS(3) N..