snailed
/
taolf
Archived
2
0
Fork 0
This commit is contained in:
halting 2022-09-01 12:42:30 -03:00
parent 68e67ccbb3
commit 278a0fd633
No known key found for this signature in database
GPG Key ID: F5F645938E2AC444
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ function Lf:__on_open(term)
command = "lf", command = "lf",
args = { args = {
"-remote", "-remote",
("send %d select %s"):format(tonumber(data), base) ("send %s select %s"):format(data, base)
}, },
interactive = false, interactive = false,
detached = true, detached = true,