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

Dynamically resize line string length #16

Open
zachwhaley opened this issue Mar 22, 2017 · 0 comments
Open

Dynamically resize line string length #16

zachwhaley opened this issue Mar 22, 2017 · 0 comments

Comments

@zachwhaley
Copy link
Owner

Currently, eli's line is using a char array set to a static size of BUFSIZ

It would be a cool to change that to a char pointer that is allocated to the actual size of its line (plus maybe some default), and is resized dynamically as the line grows in length.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant