Re: namespace pollution by curses

2019-03-11 Thread Brett Lymn
(sorry for the top post...) I am happy with either the rename of the static definition or including the state variable in _cursesi_screen which already holds the tty information anyway.  Mind you, if you put the state variable into _cursesi_screen then you may get the situation that someone swtiche

Re: namespace pollution by curses

2019-03-11 Thread Rin Okuyama
On 2019/03/11 22:08, Roy Marples wrote: On 11/03/2019 06:21, Martin Husemann wrote: On Mon, Mar 11, 2019 at 02:01:44PM +0900, Rin Okuyama wrote: (3) Put "state" struct __window (suggested by uwe) Not __window _cursesi_screen which is __screen. Oops, yes. I prefer this one too. I pr

Re: namespace pollution by curses

2019-03-11 Thread Roy Marples
On 11/03/2019 06:21, Martin Husemann wrote: On Mon, Mar 11, 2019 at 02:01:44PM +0900, Rin Okuyama wrote: (3) Put "state" struct __window (suggested by uwe) Not __window _cursesi_screen which is __screen. I prefer this one too. I prefer this also. Roy