diff options
author | 2017-05-11 17:28:14 -0500 | |
---|---|---|
committer | 2017-05-13 16:57:47 -0500 | |
commit | 4ebc18aeec6929bd1396daef1289df9821422834 (patch) | |
tree | 759538020e787b21eb45113acb485c628185871b /scripts/src/main.lua | |
parent | 3553a7bf422d50d331c2cf59c9405f190be41f28 (diff) |
linenoise: replace linenoise-ng with a different port that is simpler and uses a different UTF8 parser [Carl]
plugins/console: better completions [Carl]
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |