1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 21:16:34 +01:00
Files
toxic/src/groupchat.h
jfreegman 7560bc9547 modularize string arrays for line completion
Instead of using various different forms of string arrays and having to handle them
differently for string completion, we now always use char pointer arrays. This allows
us to remove some large stack allocations, remove a bunch of confusing defines that
keep track of global array sizes, and generally unclutters the code so it's easier
to read.
2020-11-01 11:29:51 -05:00

1.9 KiB