Terminal version updates: timeout()
and os.spawn()
.
#548
orbitalquark
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've pushed changes to the terminal version that should show up in the next nightly build:
timeout()
is now implemented for all platformsos.spawn()
is now implemented for Windows(These features were already available for the GUI versions on all platforms.)
In order to support
os.spawn()
on Windows, the terminal version of Textadept now uses the cross-platform reproc library for process I/O on all platforms.cmake --build
should pick up the changes, pull in the dependency, and then build it into the terminal version. (The GUI version remains unaffected and uses Qt/Gtk's builtin process I/O capabilities.)Please let me know if you run into issues and I'll see what I can do.
Beta Was this translation helpful? Give feedback.
All reactions