Re: Using Terminal.app instead of the "pseudo" terminal?
Re: Using Terminal.app instead of the "pseudo" terminal?
- Subject: Re: Using Terminal.app instead of the "pseudo" terminal?
- From: Chaz McGarvey <email@hidden>
- Date: Mon, 16 May 2005 11:47:16 -0600
On May 16, 2005, at 9:15 AM, Justin Walker wrote:
On May 16, 2005, at 0:22, Chaz McGarvey wrote:
Hello:
I need to use ncurses for a project, but the pseudo terminal that
Xcode provides isn't compatible. Is there a way to get Xcode to
launch the program in Terminal.app (or any external term) for
running and debugging?
If not, has anyone ever tried to do this and what would be the
easiest approach?
Look for mail from Jim Ingham on this list within the last 6-8
weeks (something about splitting output).
Regards,
Justin
Thanks Justin. I hadn't seen this, but unfortunately it doesn't
solve the problem because ncurses can't work through a pipe. In
order for ncurses to work, it needs certain information about the
terminal, including its width, height, and complete contests. None
of that information can be retrieved by a pipe. I can see that
getting the debugger to work is going to be very tricky indeed, but
hopefully there's something I can do now to at least get Xcode to
execute the program in an external terminal. Perhaps some
Applescript trickery or something? Any help?
Thanks very much,
chaz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden