bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] stdin still echoed to stdout even with --noCIN


From: Peter Teeson
Subject: [Bug-apl] stdin still echoed to stdout even with --noCIN
Date: Thu, 22 May 2014 15:35:24 -0400

In Xcode I pass TERM=xterm-256color as an env var. This is the value Terminal uses.
Also --noCIN as an option at launch time to turn off echoing stdin.

Set breakpoint here in UserPreferences.cc:
         else if (!strcmp(opt, "--noCIN"))
            {
              do_not_echo = true;
            }
and we did break and it got set.
(lldb) po do_not_echo
true

But APL is still echoing stdin as well as stdout to the Xcode console pane.
How best to track this down in Input/Output?

respect….

Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]