Skip to content

Commit

Permalink
doc: add missing display_name argument (#570)
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien NOBILI <code@pipoprods.org>
  • Loading branch information
pipoprods and pipoprods committed Apr 19, 2024
1 parent d3fff44 commit 072ef17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ Each terminal can take the following arguments:
```lua
Terminal:new {
cmd = string -- command to execute when creating the terminal e.g. 'top'
display_name = string -- the name of the terminal
direction = string -- the layout for the terminal, same as the main config options
dir = string -- the directory for the terminal
close_on_exit = bool -- close the terminal window when the process exits
Expand Down

0 comments on commit 072ef17

Please # to comment.