Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ncurses

Which $term To Use To Have Both 256 Colors And Mouse Move Events In Python Curses?

Currently if I set the TERM environment variable to 'xterm-1003' I can get mouse move event… Read more Which $term To Use To Have Both 256 Colors And Mouse Move Events In Python Curses?

Using Python Subprocess.call() To Launch An Ncurses Process

I'm trying to call ct-ng (http://crosstool-ng.org/) from a SCons SConstruct script, so basicall… Read more Using Python Subprocess.call() To Launch An Ncurses Process

Make Curses Program Output Persist In Terminal Scrollback History After Program Exits

I'm quite new to curses, so I'm trying out some different things in python. I've initia… Read more Make Curses Program Output Persist In Terminal Scrollback History After Program Exits

Python Ncurses: Doesn't Show Screen Until First Key-press, Even Though Refresh Is First

The code below lets you walk around a small grid on the screen using the arrow keys putting '.&… Read more Python Ncurses: Doesn't Show Screen Until First Key-press, Even Though Refresh Is First

Using Python Subprocess.call() To Launch An Ncurses Process

I'm trying to call ct-ng (http://crosstool-ng.org/) from a SCons SConstruct script, so basicall… Read more Using Python Subprocess.call() To Launch An Ncurses Process

Curses Print Characters As Typed

Using python I am wanting to have the characters printed out as i type, this is easy in java scrip… Read more Curses Print Characters As Typed