forked from martanne/vis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow lua to change line number styles
Export the new function win:style_lineno(style, lineno) to lua. Line number styles are stored in a sorted doubly linked list in the corresponding UiTermWin struct. Setting a line number's style to win.STYLE_DEFAULT resets the style and frees the style descriptor. This is useful to present information to the user without cluttering or changing the interface to much. initial commit adding styles to line numbers
- Loading branch information
1 parent
eaf6b72
commit 8e2ded3
Showing
3 changed files
with
135 additions
and
11 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