Tagged Questions

Curses is a library for unix-ish computers that you can use to have better and more interactive consoles, including colors. It is used in some console games, like the original Rogue.

learn more… | top users | synonyms

19
votes
4answers
5k views

How do I use (n)curses in Ruby?

I'd like to create a progress bar to indicate the status of an a batch job in Ruby. I've read some tutorials / libraries on using ncurses, none of which were particularly helpful in explaining how ...
9
votes
3answers
236 views

Is there a way to interactively program a Python curses application?

Is there a way to create a second terminal so that all calls to curses functions operate on that, rather than in the existing terminal? I work much faster when I can try things out interactively, so ...
7
votes
6answers
1k views

How can I screen-scrape output from telnet in Perl?

I can setup a telnet connection in Perl no problems, and have just discovered Curses, and am wondering if I can use the two together to scrape the output from the telnet session. I can view on a row, ...
6
votes
1answer
3k views

Canonical vs. non-canonical terminal input

I am studying for an exam and I am confused as to how canonical vs. non-canonical input/output works in Unix (e.g., curses). I understand that there is a buffer to which "line disciplines" are ...
5
votes
2answers
458 views

Python Console UI Suggestions

I'm currently rewriting a perl console application that was using curses, and planning to implement it in Python. So far I've narrowed my library options to straight curses, urwid, and dialog. The ...
5
votes
1answer
385 views

How do you get the last arrow key pressed using curses?

I'm writing a Python snake game using curses, but am having some trouble controlling the snake, my current code for controlling the snake is placed inside the main loop and looks like this: while ...
5
votes
1answer
761 views

Where do stdout and stderr go when in curses mode?

Where do stdout and stderr go when curses is active? import curses, sys def test_streams(): print "stdout" print >>sys.stderr, "stderr" def curses_mode(stdscr): test_streams() ...
5
votes
4answers
553 views

Outputting unicode characters in windows terminal

Over the past week I've been working on a roguelike game in C++ along with a friend. Mostly too learn the language. I'm using: pdcurses Windows 7 Visual studio C++ To output wchar_t's wherever I ...
5
votes
2answers
3k views

Python library for (n)curses widgets

While Python's standard library has a module for curses, that seems to require a lot of fairly low-level handling. Is there a simpler way to get started with writing a basic curses UI which includes ...
4
votes
1answer
26 views

Python function reference being passed into constructor turns into c_void_p datatype

To make a long story short, I'm trying to pass a list of dictionaries into a container class, with the intention that each dictionary will be used to instantiate another class. The problem is that ...
4
votes
2answers
96 views

Python ncurses, CDK, urwid difference

What's the difference between these 3? As far as I understand it they both provide binding to curses which is the C library for terminal text-based UI. I currently have no knowledge of any of the 3 ...
4
votes
2answers
215 views

Keys not being interpreted by ncurses

I have a curses based application (WordGrinder). I've just had a bug report from a user saying that some keys aren't working properly on his keyboard. On investigation, he's right. The keys in ...
4
votes
2answers
4k views

C++ wrappers for ncurses?

Can anyone recommend a C++ wrapper for ncurses?
4
votes
1answer
1k views

Why doesn't my Perl curses window work?

This might be a problem with my understanding with Curses more than with Perl, but please help me out. I'm using Curses.pm which works quite well except when I try to create a curses "window". Example ...
3
votes
1answer
187 views

Ruby curses colors

How can I get colors with Ruby's default Curses library? So something like: puts "\e[0m\e[30;47mtest\e[0m" works great. Gives a nice black on light gray background. But this: #!/usr/bin/env ruby ...
3
votes
2answers
130 views

printing to right side or bottom side of terminal using (n)curses

What's the standard way to print to the right side and/or bottom side of the terminal window using n/curses? Here's a little sketch: Terminal window: ...
3
votes
2answers
136 views

Is there a way to create a separate display and input on the same terminal using curse?

I'd like to code a command line program that result in this UI: ------------ | | | A | |__________| |_____B____| A is a separate process that loops and displays a list of real time ...
3
votes
1answer
299 views

How can I specify a transparent background using Perl and Curses?

I am trying to get the background the standard terminal color instead of black but I can't seem to figure it out. When I use use_default_colors() the standards is just like not using colors but I ...
3
votes
2answers
288 views

Where can I find a good book on writing curses applications with perl?

I have been in search of a good way to write curses apps. So far I have found Curses::UI and Curses::Toolkit, but none of them are as maleable as I want them to be. Now I'm looking to write my app ...
3
votes
2answers
261 views

How to disable shell interception of control characters?

I'm writing a curses application in Python under UNIX. I want to enable the user to use C-Y to yank from a kill ring a la Emacs. The trouble is, of course, that C-Y is caught by my shell which then ...
3
votes
3answers
2k views

Python on AIX: What are my options?

I need to make some Python applications for a work project. The target platform is AIX 5.3. My question is: What version of Python should I be using? My requirements are: The Python version must ...
3
votes
3answers
4k views

Console interface tutorials and tips (pdcurses)

I'm looking for tutorials on using PDCurses library. Unfortunately there is text only documentation, which is more like function reference. Are pdcurses similar enough to ncurses to use ncurses ...
3
votes
1answer
2k views

How to intercept special (alt / ctrl) key pressed in Python Curses?

how can i catch key combinations like ALT+K or CTRL+ALT+H in python curses? Thanks in advance.
3
votes
1answer
572 views

Attribute BOLD doesn't seem to work in my curses

I use something like this: screen.addstr(text, color_pair(1) | A_BOLD), but it doesn't seem to work.. However, A_REVERSE and all others attribute does work! In fact, I'm trying to print something ...
2
votes
0answers
179 views

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 work but for ...
2
votes
1answer
71 views

Python curses reading a single character from stdin affects output from print statement

I'm trying to do a non-blocking read of a single character from stdin. I have found a solution with the curses library, but I'm doing something wrong when trying to write output back to stdout. ...
2
votes
3answers
230 views

Python curses question

I wrote a small program in python and outputted some screen display using the curses library. For my simple output this seems to work. I run my python program from the command line. My problem is ...
2
votes
1answer
215 views

Very specific problem with python and curses

I was writing a little program that takes a list and generates a menu out of it in curses (straight up, standard library or whatever, batteries included python's curses) when I noticed the strangest ...
2
votes
0answers
154 views

Curses - endwin is resetting to original terminal size after the terminal has been resized

I have a Curses application that is running ok. It handles resizing the term well and everything draws ok. The only problem is that when endwin() is called it resets the terminal to the original size. ...
2
votes
2answers
580 views

mintty terminal, python, curses, and utf8 : incorrect display

I've asked here but I'm pretty sure I won't get an answer. copy - paste this python code : execute it in a classical utf8 shell it work properly and displays "Coordonnées" but in my mintty terminal ...
2
votes
2answers
2k views

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 ...
2
votes
0answers
158 views

Is there a C library for rendering HTML into text mode? (curses or otherwise)

I need to render some HTML into a terminal using escape codes (ANSI colors etc.). I'm looking for a C library to do that, preferably with few dependencies. I know that there are several web browsers ...
2
votes
3answers
345 views

Python stdout doesn't flush correctly after calling curses

I have a program that uses curses, and then returns to the main script for further processing. After it returns, my subsequent output to stdout does not appear until there's a large amount of it (e.g. ...
2
votes
2answers
369 views

Detect Caps Lock in Python curses

For such a basic question, I'm surprised I couldn't find anything by searching... Anyways, I made a curses app in Python that assists in solving puzzles of a certain DSiWare game. With it, you can ...
2
votes
2answers
281 views

ncurses and white-on-black

I can't seem to get white-on-black to work in curses when in color mode. If I don't call start_color, I get white-on-black. As soon as I call start_color, things start outputting in grey-on-black. If ...
2
votes
2answers
415 views

python curses.newwin not working

I'm learning curses for the first time, and I decided to do it in python because it would be easier than constantly recompiling. However, I've hit a hitch. When I try to update a seccond window, I get ...
2
votes
1answer
105 views

Can't convert from 'int' to 'int *'

So I have these lines of code: int maxY, maxX; getmaxyx(stdscr, &maxY, &maxX); It gives me the following error: error C2440: '=' : cannot convert from 'int' to 'int *' Conversion ...
2
votes
2answers
266 views

are there any tree libraries/widgets for (n)curses

I wondered if there were any tree libraries available for (n)curses. I'm trying to write a component that shows a tree of folders & was curious if there was a prebuilt curses component that ...
2
votes
2answers
239 views

Using a debugger and curses at the same time?

I'm calling python -m pdb myapp.py, when an exception fires, and I'd normally be thrown back to the pdb interpreter to investigate the problem. However this exception is being thrown after I've called ...
2
votes
1answer
239 views

Why is curses on linux giving me following error?

Trying to get getch() working to capture key press. #include <curses.h> ... ... WINDOW *w; char f; w = initscr(); timeout(3000); f = getch(); endwin(); is ...
1
vote
1answer
52 views

Perl Curses::UI window doesn't draw all widgets

I'm using perl's Curses::UI to build a ui for a fairly simple script. However, not everything I add to a window is being drawn. Only two things get drawn, the first widget added, and whatever the ...
1
vote
3answers
64 views

How to make interactive Python script with keyboard arrows navigation in menu

I would like to create interactive Python script (probably using curses?) with menu where user can navigate over menu using keyboard arrows. What is the easiest way to implement such functionality? ...
1
vote
1answer
21 views

Scrolling back in the history with pdCurses

Hello and have a nice day.. So i wrote this simple app with curses that scrolls down or up , when you are pressing the page-down or page-up button. #include <curses.h> #include ...
1
vote
1answer
28 views

mvaddch does not overwrites a character on the screen

I write a client for a console game, 1vs1. In the game one player have to catch the other, and every player is rappresented with a char, printed on the console. I use the mvaddch() to delete the old ...
1
vote
1answer
26 views

error with curses tigetstr in Python 2.6.6

After I upgraded Ubuntu my Python was changed to 2.6.6 and my app.py stopped working when calling sys.stdout.write(curses.tigetstr('civis')) it writes: Traceback (most recent call last): File ...
1
vote
0answers
51 views

Re-writing a line using python + curses

When I try to print, for example: Queue Messages Size ---------- Postfix 10 1024 I need to re-print this line with another values, so if the value is 0, for example, the result is: ...
1
vote
2answers
83 views

Formatting output of a list in Python

I have a Python script that prints a set of nodes from a list on a unix console by category like so node_name: 1) node_mgt 2) node103 3) node106 4) node107 5) node109 6) node110 7) ...
1
vote
1answer
193 views

Python Curses: Retuning to the Previous Menu

I have a menu system in ncurses. Choosing one of the options takes you to another menu. But how do I get back? import curses def Main(): x = 0 while x!= ord('2'): x = screen.getch() ...
1
vote
2answers
120 views

How to limit framerate in a curses program?

I've been trying to make a game using ncurses. However, I am stumped with how to make the timing part of my main loop work. Would someone be able to add some insight into how I could add framerate ...
1
vote
1answer
83 views

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 allows me to simply input a configuration file (debconf-style or XML-based) and output a ...

1 2 3