Skip to content

Commit 9c40849

Browse files
committed
Add missing headings
1 parent 0d09ef0 commit 9c40849

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
* [Ascii Art Item](#ascii-art-item)
4545
* [Sub Menu Item](#sub-menu-item)
4646
* [Disabling Items & Sub Menus](#disabling-items--sub-menus)
47+
* [Item Markers](#item-markers)
48+
* [Menu Title](#menu-title)
4749
* [Redrawing the Menu](#redrawing-the-menu)
4850
* [Getting, Removing and Adding items](#getting-removing-and-adding-items)
4951
* [Custom Control Mapping](#custom-control-mapping)
@@ -369,6 +371,8 @@ $menu = (new CliMenuBuilder)
369371
->build();
370372
```
371373

374+
##### Item Markers
375+
372376
The marker displayed by the side of the currently active item can be modified, UTF-8 characters are supported.
373377
The marker for un-selected items can also be modified. If you want to disable it, just set it to a space character.
374378

@@ -382,6 +386,8 @@ $menu = (new CliMenuBuilder)
382386
->build();
383387
```
384388

389+
##### Menu Title
390+
385391
You can give your menu a title and you can customise the separator, a line which displays under the title.
386392
Whatever string you pass to `setTitleSeparator` will be repeated for the width of the Menu.
387393

0 commit comments

Comments
 (0)