pngwen / xboing

A resurrection of the blockout style game for the x windows system.
Other
1 stars 6 forks source link

Readibility / Const issue, `void redrawCurrentInput` in `dialogue.c` #38

Open jdoesche opened 1 month ago

jdoesche commented 1 month ago

The function void redrawCurrentInput in dialogue.c is a bit wonkily-formatted, and uses a number of const int values. As such, the function should be re-formatted to be more readable, and to use appropriately-named const variables