[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wgetch
From: |
Thomas Dickey |
Subject: |
Re: wgetch |
Date: |
Sat, 19 May 2018 09:32:09 -0400 (EDT) |
----- Original Message -----
| From: "folkert" <address@hidden>
| To: address@hidden
| Sent: Saturday, May 19, 2018 7:52:20 AM
| Subject: wgetch
|
| Hi,
|
| Can I safely use wgetch() in a seperate thread from other ncurses
| functions? Or should I use getch()?
There's no difference: probably neither unless you're using the compile-time
variation which provides some mutex's.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://ftp.invisible-island.net
- wgetch, folkert, 2018/05/19
- Re: wgetch,
Thomas Dickey <=