Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add more text buffers for CLEO texts #80

Closed
VitalRus95 opened this issue Jul 14, 2023 · 0 comments · Fixed by #81
Closed

Add more text buffers for CLEO texts #80

VitalRus95 opened this issue Jul 14, 2023 · 0 comments · Fixed by #81

Comments

@VitalRus95
Copy link

Currently, there's only one shared text buffer for all the types of text where CLEO can output a custom string:
https://github.com/cleolibrary/CLEO4/blob/master/source/CTextManager.cpp#L23
char message_buf[0x80];

In practice, sometimes different types can be used at the same time, either in one script or in different ones. When this occurs, every text is replaced by the last one, which can be frustrating and limiting.

What I propose is introducing individual buffers for all types of text, i.e. print, print big, print help, etc. Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
1 participant