doc: add missing display_name argument (#570)

Co-authored-by: Sébastien NOBILI <code@pipoprods.org>
This commit is contained in:
Sébastien NOBILI 2024-04-19 13:21:58 +02:00 committed by GitHub
parent d3fff44252
commit 072ef17db1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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