-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the range to csiParamStart/csiParamEnd
Change the parameter that was judged only by FinalyByte to a range judgment of start and end. Which one to judge is implementation-dependent (terminal emulator specifies the start range, and `less` specifies only FinalByte). The parameter will be changed to judge the start range so that the display will not be corrupted. Clarify Escape Sequence-> CSI -> SGR by splitting the function. UnderLine parameters are now functions, and empty parameters have been fixed.
- Loading branch information
Showing
3 changed files
with
115 additions
and
45 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