ncurses
Coloured texted in console/terminal
Using ncurses in C++, how would I colour my text in a console/terminal without breaking MinGW support? Are there any other libraries that can do this? I know that you can do it with ASCII characters,[详细]
2023-02-27 03:43 分类:问答How can we dump the output of ncurses based programs to a file in Linux?
I tried using tee command, it does not work. I need to get the output of some ncurses bases program (iftop) dumped to a file. Do you know how to do开发者_如何学C it ?You could try ttyrec or termrec. T[详细]
2023-02-24 00:10 分类:问答Specify arch in GHC?
I\'m writing a multiplatform ncurses text adventure game. The required C library, ncursesw, is configured for x86, but my OS is Mac OS X 10.6.6 x86_64.[详细]
2023-02-22 09:02 分类:问答Writing a command line shell with C; trying to use ncurses/C for the first time
I\'m working on a class project in which I must write a command line shell with the following requirements:[详细]
2023-02-22 05:19 分类:问答Configuration-driven, Text Based Configuration Wizard for Linux
Is there a curses based system for building a configuration-file driven setup wizard?I\'d like something that a开发者_运维知识库llows me to simply input a configuration file (debconf-style or XML-base[详细]
2023-02-21 07:57 分类:问答What do i need to create a CLI game? Any useful resources?
So have spent some time, and have decided to make a small game as a sideproject while I\'m in school.[详细]
2023-02-14 01:11 分类:问答Ncurses static libraries to include with a C++ project
I have installed the latest ncurses library which my project is using. Now, I want to check in the ncurses static libr开发者_JAVA百科aries into svn so that I can checkout the project on a different ma[详细]
2023-02-13 23:29 分类:问答Output a nice "block" character with ncurses and C++?
I\'m writing a console 开发者_JAVA百科app in c++ using ncurses and I\'d like to output a solid ascii block. It\'d basically tape up all of the area that would normally be reserved for white space of a[详细]
2023-02-13 15:27 分类:问答NCurses getstr() with a movable cursor?
I want to read use input us开发者_如何学运维ing getstr() in NCurses. However, when I use the arrow keys, it prints keycodes instead of actually moving the cursor. How can I make it move left of right[详细]
2023-02-13 02:06 分类:问答Can someone please explain line-by-line what this short, simple C program does and how I can run it?
#include<curses.h> //includes the curses library so it can be used in the function main() { //opening main method[详细]
2023-02-12 19:25 分类:问答