Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tab-complete: figure out the size before copying
we already need to know the string length since `cursor` needs to be adjusted. so just calculate the length beforehand and use `memcpy` to copy exactly as much as needed (as opposed to `strncpy` which always writes `n` bytes).
- Loading branch information