Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This patch should be reverted if it is applied upstream.
|
|
|
|
|
|
|
|
|
|
Also have libtermkey take care of saving and restoring termios.
|
|
|
|
Requires Scintillua changeset 441.
|
|
|
|
|
|
Requires lspawn r21. Thanks to Chris Emerson for proof-of-concept code.
Spawning still does not work for Win32 terminal version, though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also temporarily include my upstream patch for autocompletion into multiple
selections. When 3.4.3 comes out, the patch may be removed.
This commit negates the requirement for Scintilla post 3.4.2, mentioned in
1736:12256c79f24b.
|
|
|
|
Requires Scintillua r423.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fixed some curses errors introduced by the last commit.
|
|
The `textadept.run` module now uses `spawn()` instead of `io.popen()`.
This module replaces the dependency on winapi. Removed experimental
`io.popen()` and `os.execute()` hooks. They may be re-implemented later using
`spawn()`.
|
|
|
|
|
|
This requires gtdialog r68 (changeset 1426c89d2874).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|