catgirl: Customizable macros

catgirl: Customizable macros

From: Alcor
To: list
Cc: june
Hi all,

The attached patch implements an option that allows loading \backslash
macros from a user-defined file.

A macro file is defined as a two-column text file which maps macro names
to their values. Any whitespace is interpreted as a column delimiter. An
example is attached alongside the patch.

Cheers,
-Alcor

Re: catgirl: Customizable macros

From: Alcor
To: list
Cc: june
Alcor <alcor@tilde.club> writes:

> The attached patch implements an option that allows loading \backslash
> macros from a user-defined file.

Attached is a revised of the patch that fixes an issue with macros that
have a common prefix. It also fixes a bug in fgetws().

Cheers,