-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(handlers): Fix label position (#107)
Fixes #106 While fixing the bug I've also extended the handler to print not just where label starts but also where label ends. Also implements #97, but for narratabble handler only. This adds dependency on `unicode-width`, but it was already in the dependency chain (`textwidth` depends on it). Although, previously it was only for `"fancy"` feature, now it always required since narratable handler is supported without `"fancy"`.
- Loading branch information
Showing
3 changed files
with
117 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters