Skip to content

Commit

Permalink
docs(readme): escape asterisk
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Sep 2, 2023
1 parent 5c0a57f commit 8481476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ which function to call when a symbol is clicked.
| `dropbar_t:new(opts: dropbar_opts_t): dropbar_t` | constructor of `dropbar_t` |
| `dropbar_t:del()` | destructor of `dropbar_t` |
| `dropbar_t:displaywidth(): integer` | returns the display width of the dropbar |
| `dropbar_t:truncate()` | truncates the dropbar if it exceeds the display width <br> *side effect: changes dropbar components<sub>[`dropbar_symbol_t[]`](#dropbar_symbol_t) |
| `dropbar_t:truncate()` | truncates the dropbar if it exceeds the display width <br> \*side effect: changes dropbar components<sub>[`dropbar_symbol_t[]`](#dropbar_symbol_t) |
| `dropbar_t:cat(plain: boolean?): string` | concatenates the dropbar components into a string with substrings for highlights and click support if `plain` is not set; else returns a plain string without substrings for highlights and click support |
| `dropbar_t:redraw()` | redraws the dropbar |
| `dropbar_t:update()` | update dropbar components<sub>[`dropbar_symbol_t[]`](#dropbar_symbol_t)</sub> and redraw the dropbar afterwards |
Expand Down

0 comments on commit 8481476

Please sign in to comment.