Skip to content

TextView: fix cols when appending to a buffer#37

Merged
rockorager merged 2 commits into
rockorager:mainfrom
Cloudef:textview-fix
Jun 4, 2024
Merged

TextView: fix cols when appending to a buffer#37
rockorager merged 2 commits into
rockorager:mainfrom
Cloudef:textview-fix

Conversation

@Cloudef
Copy link
Copy Markdown
Contributor

@Cloudef Cloudef commented Jun 4, 2024

If appending to a buffer through writer for example, the cols may not be correct if the writes don't end up in a newline (\n). Fix this by keeping track of the cols of previous append.

Cloudef added 2 commits June 4, 2024 14:15
If appending to a buffer through writer for example, the cols may not be
correct if the writes don't end up in a newline (\n). Fix this by
keeping track of the cols of previous append.
Typed error sets are nice to have.
@rockorager rockorager merged commit 54def84 into rockorager:main Jun 4, 2024
@rockorager
Copy link
Copy Markdown
Owner

Thanks!

@Cloudef Cloudef deleted the textview-fix branch June 5, 2024 01:51
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.

2 participants