找出是否已在ncurses.h中设置了光标
我正在为菜单创建一个包装器
curs_set(0);
。设置...
tldr :是否有任何方法可以找出CURS_SET的当前设置?
I'm creating a wrapper for menu.h and want to ensure that when a menu is displayed, the cursor is turned off, however I don't want to just do a
curs_set(0);
and potentially screw up some other ui that depends on a certain cursor setting...
TLDR: is there any way to find out the current setting of curs_set?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它在
It's in the manual page: