ncurses
Change Terminal Font Size with C++
I\'m doing a small project for fun in C++ (in Ubuntu 11.04) and the program is text-based (all in the Gnome terminal). I\'m using the ncurses library to change the font color, but I also want to print[详细]
2023-03-28 18:13 分类:问答Last character of a window in python + curses
The following program raises an error: import curses def test(scr): top = curses.newwin(1, 10, 0, 0) top.addstr(0, 9, \"X\")[详细]
2023-03-28 16:35 分类:问答an analogue of ncurses for JRuby running in browser?
I want to run in the browsera ruby application using ncurses. To do that, I can use JRuby; but what do I replace ncurses with ?[详细]
2023-03-28 05:32 分类:问答get char on screen
I\'ve looked through the NCurses function list, and I can\'t seem to find a function that returns the characters already printed on the screen. Is there an accessible value for the char stored in each[详细]
2023-03-28 03:05 分类:问答What is the recommended way to implement text scrolling in ncurses?
I am trying to implement an ncurses app with text scrolling like less. What is the recommended way to do this?[详细]
2023-03-24 21:21 分类:问答Fill an ncurses window with a color
I only have a basic knowledge of ncurses,开发者_如何转开发 and I was unable to find an answer to this question in the man pages.[详细]
2023-03-23 06:33 分类:问答Ncurses: Detecting if F1 key pressed and using signals
i am trying to learn ncurses library and i came up with code below: #include <ncurses.h> #include <stdlib.h>[详细]
2023-03-22 21:50 分类:问答Window positioning in ncurses
I\'m attempting to write a simple chat application in C using ncurses, both of which I am new to with a background in PHP. (Yes, I know.Thanks.I\'ll take that advice to heart. Please put down the guns[详细]
2023-03-22 20:10 分类:问答using ncurses in a virtual terminal
I\'m new to Linux and virtual terminals as well as to Curses, so please forgive me if this description isn\'t clear as it could be. I\'m trying to use Curses on Fedora 12 to output status information[详细]
2023-03-22 15:36 分类:问答Compiling Ncurses on Solaris - "Compiler or options invalid for pre-UNIX 03 X/Open applications and pre-2001 POSIX applications"?
I\'m trying to compile a GNU stack on Solaris 10 (x86). I\'ve managed to get the following up so far: GMP[详细]
2023-03-22 11:44 分类:问答