Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix column padding calculation to prevent wrapping (chzyer#83)
The calculation to determine how many spaces to use when padding columns wasn't taking into account the length of the 'same' portion of the completions and was only using the length of the completion itself. This frequently caused the printed completions to wrap, making the completion list much harder to read.
- Loading branch information