Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
即,如何让击键直接发送到我的程序,而无需等待用户按下回车键。基本上我正在尝试获得类似诅咒的cbreak()电话。(但是由于一些我无法解决的错误/错误功能,我不能使用诅咒。)这似乎应该只是一个琐碎的转义序列,但我什么也没找到。
cbreak()
查找termios和tcsetattr功能。
termios
tcsetattr
这不是叫“原始模式”吗?如果是这样,这可能会对您有所帮助。