Pavel Stehule

Results 73 comments of Pavel Stehule

pá 22. 4. 2022 v 12:56 odesílatel Lars Kruse ***@***.***> napsal: > @okbob : where you able to test my proposal? > I am not able to test it. I'll...

pá 16. 12. 2022 v 15:55 odesílatel Simon Sobisch ***@***.***> napsal: > A that part was missing in your question: you did define PDC_NCMOUSE, > didn't you? > I did...

I don't understand to implementation part. Just if pdcurses provides an compatibility with PDC_NCMOUSE, then it is surprising so this doesn't work by default. Maybe you can in compatibility mode...

čt 29. 12. 2022 v 20:30 odesílatel Bill Gray ***@***.***> napsal: > Um. I see your point; if you've #defined PDC_NCMOUSE, you would > reasonably expect full compatibility with ncurses,...

Hi čt 1. 2. 2024 v 15:39 odesílatel Sasha Aliashkevich < ***@***.***> napsal: > Hi Pavel, > I'm observing a weird issue with files containing more than 1000 records. >...

čt 1. 2. 2024 v 19:00 odesílatel Sasha Aliashkevich < ***@***.***> napsal: > Yeah, it's MacOS. > > $pspg --info > pspg-5.8.1 > with readline (version: 0x0802) > with integrated...

pá 2. 2. 2024 v 11:37 odesílatel Sasha Aliashkevich < ***@***.***> napsal: > This line > > log_row("sleep 10ms per 1000 rows"); > usleep(1000 * 10); > > For some...

pá 2. 2. 2024 v 12:53 odesílatel Pavel Stehule ***@***.***> napsal: > > > pá 2. 2. 2024 v 11:37 odesílatel Sasha Aliashkevich < > ***@***.***> napsal: > >> This...

if you can, try to debug _getline function, you can compare it with linux.

so 3. 2. 2024 v 10:52 odesílatel Sasha Aliashkevich < ***@***.***> napsal: > I added the following log straight after the _getline: > > read = _getline(&line, &len, f_data, f_data_opts...