ncurses
How to clear a specific line with NCurses?
How to clear a specific line with NCurs开发者_如何学Goes? I need to wipe a line on the screen without redrawing the whole thing. How do I do that?You can position on the line you want to clear and t[详细]
2023-02-12 05:52 分类:问答Help needed in Segmentation Error in my C code
I have been trying to identify where my program generates segmentation all to no avail. I need help in pin-pointing which of the strings operations or char pointers is causing the segmentation fault d[详细]
2023-02-11 16:10 分类:问答How do I use getch from curses without clearing the screen?
I\'m learning to program in C and want to be able to type characters into the terminal 开发者_如何学Cwhile my code is running without pressing return. My program works, however when I call initscr(),[详细]
2023-02-06 10:09 分类:问答Resize terminal and scrolling problem with ncurses
I\'m programming in C using ncurses libraries (it\'s the first time) and I\'ve two problems. I\'m on ubuntu with the default terminal (gnome terminal).[详细]
2023-02-05 07:38 分类:问答CMake can't find Curses
I am trying to compile the openlase library from www.marcansoft.com and have been running into problems with CMake. CMake is returning an error stating that it cannot find Curses, and after a lot of l[详细]
2023-02-04 23:58 分类:问答Adding Unicode/UTF8 chars to a ncurses display in C
I\'m attempting to add wchar_t Unicode characters to an ncurses d开发者_开发技巧isplay in C. I have an array:[详细]
2023-02-04 05:44 分类:问答ANSI colors in C and ncurses
I know I can do the attron and attroff with the color I choose to, however, I would like to know if it\'s possible to do it with the ANSI colour escape codes within ncurses:[详细]
2023-01-29 19:00 分类:问答Line Drawing in ncurses
I\'ve been trying to do simple line drawing (e.g. boxes) in ncurses all day, but I can\'t get it to work. I\'m trying to print extended ASCII characters like the ones found here: http://www.theasciico[详细]
2023-01-29 14:46 分类:问答ncurses-like bindings in interpreted languages
Are there any bindings for 开发者_Go百科ncurses or a similar menuing framework in interpreted languages that make the process of creating console menus and interacting with options absurdly simple?[详细]
2023-01-29 08:43 分类:问答Are arrow keys detected by FFI-NCurses in Ruby 1.9.2 on Windows?
I am writing a tiny text editor using FFI-NCurses in Ruby 1.9.2 on Windows 7 (64-bit). After setting t开发者_运维知识库he keypad mode, I am able to handle the function keys. However, NCurses does not[详细]
2023-01-29 04:50 分类:问答