mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
update command comments
This commit is contained in:
@ -8,6 +8,12 @@
|
|||||||
//! so if we want to replatform onto std.ChildProcess I'd love to do that.
|
//! so if we want to replatform onto std.ChildProcess I'd love to do that.
|
||||||
//! This was just the fastest way to get something built.
|
//! This was just the fastest way to get something built.
|
||||||
//!
|
//!
|
||||||
|
//! Issues with std.ChildProcess:
|
||||||
|
//!
|
||||||
|
//! * No pre_exec callback for logic after fork but before exec.
|
||||||
|
//! * posix_spawn is used for Mac, but doesn't support the necessary
|
||||||
|
//! features for tty setup.
|
||||||
|
//!
|
||||||
//! TODO:
|
//! TODO:
|
||||||
//!
|
//!
|
||||||
//! * Windows
|
//! * Windows
|
||||||
|
Reference in New Issue
Block a user