From 4ebc18aeec6929bd1396daef1289df9821422834 Mon Sep 17 00:00:00 2001 From: cracyc Date: Thu, 11 May 2017 17:28:14 -0500 Subject: linenoise: replace linenoise-ng with a different port that is simpler and uses a different UTF8 parser [Carl] plugins/console: better completions [Carl] --- scripts/src/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/src/main.lua') diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 3c7429b935e..55976110628 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -269,7 +269,7 @@ if (STANDALONE~=true) then } if (_OPTIONS["osd"] ~= "uwp") then links { - "linenoise-ng", + "linenoise", } end end -- cgit v1.2.3