From: "G.B." <bauhaus@notmyhomepage.invalid>
Subject: Re: get_immediate echoe character--compiled error?
Date: Tue, 3 Oct 2023 23:00:40 +0200 [thread overview]
Message-ID: <ufhvdo$3o1a5$1@dont-email.me> (raw)
In-Reply-To: <ufdamv$2nn4h$1@dont-email.me>
On 02.10.23 04:42, richardthiebaud wrote:
> When I build and run the following program using Gnat 11 in Linux Mint 21.2, the keys I press are echoed on the console.
Which console?
Can you try to run a C program in the same console
that tests for it to be y TTY? See Simon Wright's link
to GNAT's implementation. The C program would be
calling isatty(0) or isatty(fileno(your_stream));
Some IDEs have a console window that is not
a TTY in the sense of termios(4)/tcsetattr(3).
Echoing is different, then.
next prev parent reply other threads:[~2023-10-03 21:00 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-02 2:42 get_immediate echoe character--compiled error? richardthiebaud
2023-10-02 5:48 ` Keith Thompson
2023-10-02 20:07 ` richardthiebaud
2023-10-02 22:27 ` Keith Thompson
2023-10-02 22:41 ` richardthiebaud
2023-10-02 22:47 ` richardthiebaud
2023-10-03 8:41 ` Niklas Holsti
2023-10-03 10:20 ` Simon Wright
2023-10-04 0:13 ` Keith Thompson
2023-10-04 8:22 ` Simon Wright
2023-10-04 10:48 ` Jeffrey R.Carter
2023-10-04 11:38 ` Simon Wright
2023-10-04 13:05 ` Jeffrey R.Carter
2023-10-05 0:43 ` Randy Brukardt
2023-10-04 16:55 ` Niklas Holsti
2023-10-04 19:39 ` Keith Thompson
2023-10-04 21:20 ` Niklas Holsti
2023-10-03 21:00 ` G.B. [this message]
2023-10-04 21:14 ` Jeffrey R.Carter
2023-10-04 22:12 ` Keith Thompson
2023-10-05 9:51 ` Jeffrey R.Carter
replies disabled
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox