unix에서 more구현하는 함수를 구현하는중인데
스페이스바를 누르고 엔터를 눌러야 구현이 되는데 이걸 엔터 누루는거없이 스페이스바만 눌러서 입력을하고싶은데 어떻게 해야할까요?
도움되시길.https://github.com/karelzak/util-linux/blob/master/text-utils/more.c
세벌 https://sebuls.blogspot.kr/
감사합니다!
terminal을 noncanonical input processing mode로 설정해야 합니다.
https://www.gnu.org/software/libc/manual/html_node/Canonical-or-Not.html
감사합니닷!!!!
linux more source code
도움되시길.
https://github.com/karelzak/util-linux/blob/master/text-utils/more.c
세벌 https://sebuls.blogspot.kr/
감사합니다
감사합니다!
terminal을 noncanonical input
terminal을 noncanonical input processing mode로 설정해야 합니다.
https://www.gnu.org/software/libc/manual/html_node/Canonical-or-Not.html
감사합니다
감사합니닷!!!!