Re: text layout in sysinst

2021-02-13 Thread Roland Illig
On 06.02.2021 20:58, Roland Illig wrote: On 05.02.2021 21:12, Roland Illig wrote: Hi, when I run sysinst from a boot CD, after pressing Enter 3 times in a row, I get the screen "You have chosen".  This screen presents a menu. The items of the menu are indented with 16 characters (probably 2 tab

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 i

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 in

Re: text layout in sysinst

2021-02-06 Thread Valery Ushakov
On Sat, Feb 06, 2021 at 20:58:49 +0100, Roland Illig wrote: > On 05.02.2021 21:12, Roland Illig wrote: > > > when I run sysinst from a boot CD, after pressing Enter 3 times in a > > row, I get the screen "You have chosen". This screen presents a menu. > > The items of the menu are indented with 1

Re: text layout in sysinst

2021-02-06 Thread Roland Illig
On 05.02.2021 21:12, Roland Illig wrote: Hi, when I run sysinst from a boot CD, after pressing Enter 3 times in a row, I get the screen "You have chosen".  This screen presents a menu. The items of the menu are indented with 16 characters (probably 2 tabs) relative to the surrounding text. What

Re: text layout in sysinst

2021-02-06 Thread Martin Husemann
On Fri, Feb 05, 2021 at 09:12:32PM +0100, Roland Illig wrote: > When I start sysinst from an installed system though, the language > selection is skipped completely (which I didn't understand from reading > the code) This means the message catalog files have not been found - I thought I fixed that

text layout in sysinst

2021-02-05 Thread Roland Illig
Hi, when I run sysinst from a boot CD, after pressing Enter 3 times in a row, I get the screen "You have chosen". This screen presents a menu. The items of the menu are indented with 16 characters (probably 2 tabs) relative to the surrounding text. When I start sysinst from an installed system