-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cellbuf): optimize for backspace characters in cursor movements
This adds a new option to the Screen struct, Backspace, which when enabled will use backspace characters to move the cursor instead of using escape sequences since it can be more efficient in some cases.
- Loading branch information
1 parent
b9846c8
commit 1f1a6c2
Showing
1 changed file
with
30 additions
and
30 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