[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Forms and catching keys
From: |
Dulek |
Subject: |
Forms and catching keys |
Date: |
Sun, 24 Oct 2010 10:22:15 -0700 (PDT) |
I have two problems with writing app under ncurses.
First one is with fields in ncurses forms. I want to create a field, where
user can enter path to open. Unfortunately when I create it and enter some
characters, I'm getting empty buffer with field_buffer function. This is my
function: http://pastebin.com/UAY4DU1U http://pastebin.com/UAY4DU1U .
What's wrong with it?
Another problem is with catching Ctrl+Home and Ctrl+End keys. Keycodes for
Home and for Ctrl+Home are the same. I have no idea how to make a workaround
for this issue.
I'm looking forward to getting any help!
--
View this message in context:
http://old.nabble.com/Forms-and-catching-keys-tp30042202p30042202.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.