Lost your password?

Blogs about: Ncurses

Featured Blog

Learn C on the Train

jmancine wrote 1 month ago: As the title says, I learned C on the train. 'Curse the Matrix' is the product of having a 30minute … more →

Tags: C#, Matrix

Progress on SplitPane and ScrollPane

totalrecall wrote 1 month ago: Great progress on rbcurse’s Scrollpanes and Splitpanes. Scrollpanes contain a viewport which h … more →

Tags: rbcurse, Ruby

ncurses ruby gem

totalrecall wrote 2 months ago: I had in the installation of rbcurse, asked for the gem of ncurses-ruby to be installed. Appa, there … more →

My first app : A command line client for twitter2 comments

ankursworld wrote 7 months ago: I’ve been coding in C for sometime. Been working on a command line app for twitter (I couldn … more →

Tags: Programming, command line client, twitter, C#, libxml2, curl-devel

Sample: SQL Client in ruby ncurses1 comment

totalrecall wrote 10 months ago: I am putting up a small SQL Client made in about 3 hours using rbcurse. The idea of course was to se … more →

Tags: Ruby, rbcurse

First real app with Ruby-Curses (rbcurse)

totalrecall wrote 11 months ago: I decided to start doing a small app to test out the widgets (VIDEO). More real life than the eye-ca … more →

Tags: Ruby, rbcurse

Editable Multi-column tables

totalrecall wrote 11 months ago: Quite excited to share that I’ve just got editable tables coded and running. String, numeric, … more →

Tags: Ruby, rbcurse

Video grabs of ruby curses

totalrecall wrote 11 months ago: NOTE: updated demo 1 on Dec 29 with textarea bug fixes, para wrapping, and a quick-dirty file choose … more →

Tags: Ruby, rbcurse

xterm-color key issues fixed

totalrecall wrote 12 months ago: xterm-color blows as a TERM. Even vt100/200, xterm (and xterm-256color) send proper values for F1..F … more →

Tags: rbcurse

Hotkeys with Labels (and other buttons)

totalrecall wrote 12 months ago: We may associate a label with any field/widget with the label_for method. If a mnemonic has been def … more →

Tags: Ruby, rbcurse

Comboboxes (editable)

totalrecall wrote 1 year ago: If a ComboBox is declared as editable, the edit box inserts the entered values as per insert_policy: … more →

Tags: Ruby, rbcurse

Comboboxes (non-editable)

totalrecall wrote 1 year ago: I have fixed on some specs for combo-boxes. Non-editable combo boxes just implemented as follows: Al … more →

Tags: Ruby, rbcurse

More on key-trapping in ncurses

totalrecall wrote 1 year ago: The getch() method of ncurses window catches function keys and control keys, but not alt/meta keys w … more →

Tags: Ruby, rbcurse

Tabbedpanes, hotkeys and 3 states

totalrecall wrote 1 year ago: The underline property (taken from Tk) when set for a button, registers the meta(alt) key for that c … more →

Tags: Ruby, rbcurse

TabbedPanes in ruby-curses1 comment

totalrecall wrote 1 year ago: Tabbedpanes (multiple overlapping forms as you see in preference panes) may now be made quite simply … more →

Tags: Ruby, rbcurse

class PopupList

totalrecall wrote 1 year ago: Just added a popuplist. This widget pops up a window with a scrollable list of options. This is like … more →

Tags: Ruby, rbcurse

Messageboxes: List and customized

totalrecall wrote 1 year ago: Now it is possible to pass a list of items to a messagebox. It will allow scrollable selection from … more →

Tags: Ruby, rbcurse

256 colors with ruby-ncurses7 comments

totalrecall wrote 1 year ago: My ruby-ncurses says that I have 256 colors, (the constant Ncurses.COLORS). Using some ruby scripts … more →

Tags: Ruby

ncurses: friendly colors

totalrecall wrote 1 year ago: It was a lot easier than I thought. English color names such as green and red can be converted to th … more →

Tags: Ruby, rbcurse


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS