Age | Commit message (Collapse) | Author |
|
|
|
It will construct "KEY=VALUE" list.
|
|
Added tests for `os.spawn()`.
|
|
There should be no confusion that it's a command line string, not a table of
strings.
|
|
This allows for a superficial separation of buffer- and view-specific Scintilla
functionality. buffers and views can now be used interchangeably for the most
part, and the APIs are guidance, not hard requirements. User scripts do not
require any modification and will continue to function normally.
|
|
Since `waitpid()` cannot be used by both GLib (via `os.spawn()`) and
`spawn_proc:wait()`, use only one or the other. Then clean up after process
exit.
|
|
|
|
|
|
|