Re: text layout in sysinst

2021-02-07 Thread Valery Ushakov
On Sun, Feb 07, 2021 at 14:26:47 +0100, Roland Illig wrote: > On 07.02.2021 05:25, Valery Ushakov wrote: > > What's wrong is that for addstr we call _cursesi_addwchar with a > > pointer to a dummy variable, but for addch we call it with a pointer > > to win->curx, so we first increment win->curx

Re: text layout in sysinst

2021-02-07 Thread Roland Illig
On 07.02.2021 05:25, Valery Ushakov wrote: What's wrong is that for addstr we call _cursesi_addwchar with a pointer to a dummy variable, but for addch we call it with a pointer to win->curx, so we first increment win->curx in the nested _cursesi_addwchar calls (for the spaces) and then we also