[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Why does string.format() limit width to two digits?
- From: Andreas Falkenhahn <andreas@...>
- Date: Thu, 19 Jan 2023 18:09:19 +0100
On 19.01.2023 at 08:05 bil til wrote:
> Am Mi., 18. Jan. 2023 um 22:27 Uhr schrieb Andreas Falkenhahn
> <andreas@falkenhahn.com>:
>> Personally not but I think for reasons of portability it would be
>> nice if Lua's string.format() behaved the same as the C specification
>> (where possible). As I said, I noticed this because some code I was
>> porting from C used more than two digits and I was surprised that it
>> failed with Lua.
> Can you give a C code example?
See here:
https://github.com/wmcbrine/PDCurses/blob/master/demos/tui.c#L75
In that code, "length" is often >= 100, resulting in a three digit width.
--
Best regards,
Andreas Falkenhahn mailto:andreas@falkenhahn.com