Re: Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-30 Thread Rabbe Fogelholm
On 2020-07-29 22:03, Rabbe Fogelholm wrote: On 2020-07-29 01:30, Thomas Wolff wrote: Am 28.07.2020 um 21:51 schrieb Rabbe Fogelholm: On 2020-07-28 18:56, Thomas Wolff wrote: Am 28.07.2020 um 18:38 schrieb Takashi Yano via Cygwin: On Tue, 28 Jul 2020 15:56:54 +0200 Rabbe Fogelholm wrote:

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-29 Thread Rabbe Fogelholm
On 2020-07-29 01:30, Thomas Wolff wrote: Am 28.07.2020 um 21:51 schrieb Rabbe Fogelholm: On 2020-07-28 18:56, Thomas Wolff wrote: Am 28.07.2020 um 18:38 schrieb Takashi Yano via Cygwin: On Tue, 28 Jul 2020 15:56:54 +0200 Rabbe Fogelholm wrote: Rabbe Fogelholm wrote: Takashi Yano wrote:

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-28 Thread Takashi Yano via Cygwin
On Tue, 28 Jul 2020 21:51:33 +0200 Rabbe Fogelholm wrote: > On 2020-07-28 18:56, Thomas Wolff wrote: > > Am 28.07.2020 um 18:38 schrieb Takashi Yano via Cygwin: > >> On Tue, 28 Jul 2020 15:56:54 +0200 > >> Rabbe Fogelholm wrote: > >>> Rabbe Fogelholm wrote: > Takashi Yano wrote: > > On Mon

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-28 Thread Thomas Wolff
Am 28.07.2020 um 21:51 schrieb Rabbe Fogelholm: On 2020-07-28 18:56, Thomas Wolff wrote: Am 28.07.2020 um 18:38 schrieb Takashi Yano via Cygwin: On Tue, 28 Jul 2020 15:56:54 +0200 Rabbe Fogelholm wrote: Rabbe Fogelholm wrote: Takashi Yano wrote: On Mon, 13 Jan 2020 11:52:43 +0100 Rabbe F

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-28 Thread Rabbe Fogelholm
On 2020-07-28 18:56, Thomas Wolff wrote: Am 28.07.2020 um 18:38 schrieb Takashi Yano via Cygwin: On Tue, 28 Jul 2020 15:56:54 +0200 Rabbe Fogelholm wrote: Rabbe Fogelholm wrote: Takashi Yano wrote: On Mon, 13 Jan 2020 11:52:43 +0100 Rabbe Fogelholm wrote: I am running a console Java program

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-28 Thread Takashi Yano via Cygwin
On Tue, 28 Jul 2020 18:56:06 +0200 Thomas Wolff wrote: > Am 28.07.2020 um 18:38 schrieb Takashi Yano via Cygwin: > > On Tue, 28 Jul 2020 15:56:54 +0200 > > Rabbe Fogelholm wrote: > >> Rabbe Fogelholm wrote: > >>> Takashi Yano wrote: > On Mon, 13 Jan 2020 11:52:43 +0100 > Rabbe Fogelholm w

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-28 Thread Thomas Wolff
Am 28.07.2020 um 18:38 schrieb Takashi Yano via Cygwin: On Tue, 28 Jul 2020 15:56:54 +0200 Rabbe Fogelholm wrote: Rabbe Fogelholm wrote: Takashi Yano wrote: On Mon, 13 Jan 2020 11:52:43 +0100 Rabbe Fogelholm wrote: I am running a console Java program that is started from a shellscript wrap

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-28 Thread Takashi Yano via Cygwin
On Tue, 28 Jul 2020 15:56:54 +0200 Rabbe Fogelholm wrote: > Rabbe Fogelholm wrote: > > Takashi Yano wrote: > >> On Mon, 13 Jan 2020 11:52:43 +0100 > >> Rabbe Fogelholm wrote: > >>> I am running a console Java program that is started from a shellscript > >>> wrapper. Before invoking Java the wrapper

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-28 Thread Rabbe Fogelholm
Rabbe Fogelholm wrote: Takashi Yano wrote: On Mon, 13 Jan 2020 11:52:43 +0100 Rabbe Fogelholm wrote: I am running a console Java program that is started from a shellscript wrapper. Before invoking Java the wrapper calls `stty -cooked'. The Java program polls the keyboard using System.in.availab

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-01-13 Thread Rabbe Fogelholm
Takashi Yano wrote: On Mon, 13 Jan 2020 11:52:43 +0100 Rabbe Fogelholm wrote: I am running a console Java program that is started from a shellscript wrapper. Before invoking Java the wrapper calls `stty -cooked'. The Java program polls the keyboard using System.in.available() and reads character

Re: stty -cooked not usable since cygwin-3.1.1-1

2020-01-13 Thread Takashi Yano
On Mon, 13 Jan 2020 11:52:43 +0100 Rabbe Fogelholm wrote: > I am running a console Java program that is started from a shellscript > wrapper. Before invoking Java the wrapper calls `stty -cooked'. The Java > program polls the keyboard using System.in.available() and reads > characters immediately u