[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: getch always returns -1 after shell
From: |
Thomas Dickey |
Subject: |
Re: getch always returns -1 after shell |
Date: |
Tue, 28 Jan 2003 19:44:03 -0500 |
User-agent: |
Mutt/1.3.27i |
On Tue, Jan 28, 2003 at 07:25:20PM -0500, jon wackley wrote:
>
> Hi All,
>
> Thank you everyone for your help. Having no debugger I was forced to
> instrument the executable piece by piece. This was painfull. Though the
> practice was banished some time ago, I tracked down a piece of code that was
> executing scripts asynchronous *SIGH*. Executed the scripts synchronously
> and everything worked.
;-)
> BTW - did not need def_prog_mode after all. Just to let you know I found
> the def_prog_mode in a shell example somewhere in the documentation, if it
> really isn't required then references to it should be removed.
hmm - not the first error in ncurses-intro (will fix that). I tend to read
the code more than the documentation...
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
- Re: getch always returns -1 after shell, (continued)
- Re: getch always returns -1 after shell, jon wackley, 2003/01/27
- Re: getch always returns -1 after shell, jon wackley, 2003/01/27
- Re: getch always returns -1 after shell, Thomas Dickey, 2003/01/27
- Re: getch always returns -1 after shell, jon wackley, 2003/01/27
- Re: getch always returns -1 after shell, Thomas Dickey, 2003/01/28
Re: getch always returns -1 after shell, Tim Mooney, 2003/01/27