[Issue 10464] New: Please add forkpty() to std.process

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 24 12:21:49 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10464

           Summary: Please add forkpty() to std.process
           Product: D
           Version: D2
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: kevin.lamonte at gmail.com


--- Comment #0 from Kevin L <kevin.lamonte at gmail.com> 2013-06-24 12:21:48 PDT ---
None of the shell primitives in std.process allocate a TTY, making it sometimes
difficult to automate some applications or to implement a terminal emulator.

Potential API solutions:

1.  Add Redirect.TTY: when set, use forkpty() instead of fork() in the existing
pipeProcess()/pipeShell().
2.  Add pipeTTY().

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list