ncurses
Curses::UI::Dialog does not respond to enter key
I 开发者_高级运维am trying to create a Curses::UI application. So far everything is working but my dialog does not seem want to respond to the enter key for closing. I have tried the samples and they[详细]
2023-04-13 05:41 分类:问答Disabling Windows Alt-Codes in PDCurses
I was using PDCurses, and noticed that the library specifically defines the Alt-Numpad buttons. When implementing these buttons, however, I found that while using getch(), once you release the Alt-key[详细]
2023-04-12 18:14 分类:问答convert and display image in C
I\'m going to put a background on my embedded console application. The question is simple: I just don\'t know how to do that :)[详细]
2023-04-12 07:47 分类:问答ncurses trapping extended keys (Control-left, Shift-Function etc)
I am trying to trap Control-Left, Shift-F10 etc in my ruby programs. Normally, using just getch I get a list of ints such as 27,91,50,50,126 which works. However I fear these may be system or terminal[详细]
2023-04-07 15:28 分类:问答wprintw: In ncurses, when writing a newline-terminated line of exactly the same width as the window, two newlines are printed
I\'ve just finished working through the code of a CLI program, converting it into a TUI program using ncurses.[详细]
2023-04-07 12:19 分类:问答How Do ncurses et. al. Work?
There are several libraries like ncurses that assist in making command-line GUIs. Simply put, how do they work?[详细]
2023-04-07 10:50 分类:问答How to keep the terminal from scrolling
I am writing a simple program in C++ to be run in a terminal window. I would like the output text to be locked in position on the screen. Instead of each new line appearing at the bottom of the screen[详细]
2023-04-06 03:09 分类:问答How to make an interactive promp with arrow key functionality?
I am making an interpreted language. I use an interactive prompt where I enter expressions to be evaluated (a REPL). I was wondering, how do I implemen开发者_开发百科t standard prompt behavior? Like p[详细]
2023-04-01 02:34 分类:问答ncurses escape sequence detection
what is the best way to detect escape sequences in ncurses raw mode. The thing that come to my mind is do getch and then add it to some kind of buffer and then when[详细]
2023-03-29 03:43 分类:问答Eclipse, CDT, (N)Curses and debugin/profiling
Hi! Is it possible to debug/profile a ncurses based application written in Eclipse\\CDT? By using eclipse IDE of course.[详细]
2023-03-28 22:10 分类:问答