Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Support overriding SB_MAX at compile-time with -D defines #718

Merged

Conversation

jahkeup
Copy link
Contributor

@jahkeup jahkeup commented Apr 28, 2024

This allows the user to select the scrollback buffer size via compiler preprocessor defines (instead of having to edit the source file) and falls back to the statically configured SB_MAX if there is no -DSB_MAX=$VALUE given.

This allows the user to select the scrollback buffer size via compiler
preprocessor defines (instead of having to edit the source file) and
falls back to the statically configured SB_MAX if the is no
-DSB_MAX=$VALUE given.

Signed-off-by: Jacob Vallejo <jake@jahkeup.com>
@Sbozzolo
Copy link
Collaborator

Thank you!

@Sbozzolo Sbozzolo merged commit df057b1 into akermu:master May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants