例如less、man、Vim、Free Pascal在终端下的IDE(fp),打开它们的时候会隐藏滚动条,根据需要隐藏光标,并覆盖整个屏幕。而且从它们中退出的时候,依然会回到原来的命令提示符的状态,就像它们没执行过一样。
好像是用ANSI escape code就可以达成这些。如果是,那么怎么做到隐藏滚动条,并且退出时会恢复原状?
闭关修行中......
To write terminal applications, you need to use the ncurses library to control the interface. http://zh.wikipedia.org/wiki/Ncurses
To write terminal applications, you need to use the ncurses library to control the interface.
http://zh.wikipedia.org/wiki/Ncurses