diff options
author | 2018-10-01 18:51:15 -0400 | |
---|---|---|
committer | 2018-10-01 18:51:15 -0400 | |
commit | 924fccd52a797aa816c841d13115c2defee6c38c (patch) | |
tree | f3b006cc5f94594db5d117eb489dc16f7be4f80f | |
parent | 4b1dcd9dbc0f29fb40132703c712759bf75d7561 (diff) | |
download | textadept-924fccd52a797aa816c841d13115c2defee6c38c.tar.gz textadept-924fccd52a797aa816c841d13115c2defee6c38c.zip |
Updated to latest lspawn for proper '\r\n' line handling during line reads.
This is for the curses version.
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 1afef5c3..5d7bf447 100644 --- a/src/Makefile +++ b/src/Makefile @@ -371,7 +371,7 @@ scintilla_zip = cfad7e56cac1.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip -lspawn_zip = 8064e629d12b.zip +lspawn_zip = 80f2aa6ab11b.zip gtdialog_zip = 6435a42450c7.zip cdk_tgz = cdk-5.0-20150928.tgz termkey_tgz = libtermkey-0.20.tar.gz |