bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can you use getch() without all the other stuff?


From: Thomas Dickey
Subject: Re: Can you use getch() without all the other stuff?
Date: Mon, 24 Dec 2007 17:33:30 -0500 (EST)

On Mon, 24 Dec 2007, Steve Litt wrote:

Hi all,

Is there a way to use ncurse's getch() without loading up all the other
ncurses stuff? I'd like to read raw (I'd really like to be able to read
scancodes but I don't think getch() does that), but without the memory leaks
and overhead of screen manipulation.

no - I've thought about disentangling it, but there's the problem of
what to do with the refresh functionality that's called as a side-effect.

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]