Re: NSTask pseudo-TTY troubles

2015-03-01 Thread SevenBits
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/25/2015 04:15 PM, Kyle Sluder wrote: On Wed, Feb 25, 2015, at 01:15 PM, SevenBits wrote: Here’s an example of the session when output is printed (notice the echoing): Insane BF Interactive Console 1.0 (Dec 18 2014, 16:22:05) Current

NSTask pseudo-TTY troubles

2015-02-26 Thread SevenBits
Hi all, I’ve having a bit of trouble with setting up a pseudo-TTY to communicate with another process. What I’m doing is setting up an incredibly basic terminal (NSTextView + delegate) which will be used to give commands to another process. It pretty much works, except that the input is echoed

NSTask pseudo-TTY troubles

2015-02-25 Thread SevenBits
Hi all, I’ve having a bit of trouble with setting up a pseudo-TTY to communicate with another process. What I’m doing is setting up an incredibly basic terminal (NSTextView + delegate) which will be used to give commands to another process. It pretty much works, except that the input is echoed

Re: NSTask pseudo-TTY troubles

2015-02-25 Thread Kyle Sluder
On Wed, Feb 25, 2015, at 01:15 PM, SevenBits wrote: Here’s an example of the session when output is printed (notice the echoing): Insane BF Interactive Console 1.0 (Dec 18 2014, 16:22:05) Current memory size: 3 cells, each 4 bytes : , , A A : : . . A : And here’s what it