From 072ef17db19d2233ef80d8ac3272253f3b1558ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20NOBILI?= Date: Fri, 19 Apr 2024 13:21:58 +0200 Subject: [PATCH] doc: add missing display_name argument (#570) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien NOBILI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d88453d8..3fb62697 100644 --- a/README.md +++ b/README.md @@ -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