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.
是否可以使用 c++ 在 ncurses 窗口中读取有关特定坐标处颜色的当前信息?
我的目标是在一些彩色背景上“绘制”类似 ASCII 样式的线条,而不重置原始背景颜色。
提前致谢。