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.
所以我正在设计一个类似于 bash 的应用程序,当用户按下向上和向下键时,应该打印先前传递的输入(或命令)。我知道 Java 有关键的听众,但我不知道如何在 C 中做到这一点。
我会用GNU readline. 它实际上是 Bash 使用的。
GNU readline