On Sun, Mar 24, 2024 at 21:21:39 +0200, Andrius V wrote:
> Can you a bit clarify the meaning of "8 space tabs"
This is what VT set up screen called "Set 8 Column Tabs", i.e. "set
one tab every eight columns, starting at column 9" which was the
default setting.
https://vt100.net/docs/tp83/chapter
Hi,
Can you a bit clarify the meaning of "8 space tabs", since file is not
exactly following any completely defined pattern. Should I use tabs
before multiline comment text (*^I^I) and align
text between routine name and description, also remove all unnecessary
whitespace characters? Attached refo
On Sat, Mar 23, 2024 at 21:10:45 +, Andrius Varanavicius wrote:
> Modified Files:
> src/games/larn: io.c
>
> Log Message:
> Attempt to fix descriptions of the routines in the initial comment block.
Please, can you fix this to use 8 space tabs as the rest of the file
does, as can be ver
On Sat, Apr 24, 2010 at 03:49:17PM +, Christos Zoulas wrote:
>> Log Message:
>> Handle the "diedtime" field of the player log (which is not the high
>> scores file, the append-only log of all games) as int32_t instead of
>> time_t. Log files from before the 64-bit time_t change can now be r
In article <20100424005615.10d1117...@cvs.netbsd.org>,
David A. Holland wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: dholland
>Date: Sat Apr 24 00:56:14 UTC 2010
>
>Modified Files:
> src/games/larn: scores.c
>
>Log Message:
>Handle the "diedtime" field of the player log