Re: scrolling through history in cygwin terminal window line gets garbled

2018-08-18 Thread Steven Penny
On Sat, 18 Aug 2018 20:47:31, cyg Simple wrote: You should give that a try. You can start with conhost and get a cmd session. it appears we have reached the bounds of your knowledge. trying to launch conhost.exe on its own is a noop. if you double click the EXE, or you call it from the run box

Re: scrolling through history in cygwin terminal window line gets garbled

2018-08-18 Thread cyg Simple
On 8/18/2018 6:20 PM, Steven Penny wrote: > On Sat, 18 Aug 2018 16:17:49, cyg Simple wrote: >> I'm using Win10 and typically the icon created by setup which starts >> mintty directly as: >> >> C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico - >> >> I started conhost from that session and then ex

Opinie w Google - Google Maps.

2018-08-18 Thread Pomoc Google
Dzień dobry, Możemy podnieść średnia ocenę Twojej firmy w Google (Google Maps). Jeśli chciałbyś otrzymać ofertę dot. takiej usługi odpowiedz "TAK". -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/do

Re: scrolling through history in cygwin terminal window line gets garbled

2018-08-18 Thread Steven Penny
On Sat, 18 Aug 2018 16:17:49, cyg Simple wrote: I'm using Win10 and typically the icon created by setup which starts mintty directly as: C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico - I started conhost from that session and then executed `bash -il' within conhost. i said from the beginn

Re: scrolling through history in cygwin terminal window line gets garbled

2018-08-18 Thread cyg Simple
On 8/18/2018 11:23 AM, Steven Penny wrote: > On Fri, 17 Aug 2018 23:47:33, cyg Simple wrote: >> Sorry, I can't duplicate this.  I even tried with conhost and bash -il >> in the window and just don't see an issue. My TERM value is xterm and >> the data comes from the file /usr/share/terminfo/78/xter

Re: stdbuf does not work

2018-08-18 Thread Eliot Moss
Donald emailed me directly that this: xgraph ... | strbuf -oL -eL tr -d '\015' | ... does not fix the problem. While I don't recall his ever having described "the problem" that he is trying to use strbuf to solve, I now gather that it has to do with xgraph doing more buffering of output than he

Re: stdbuf does not work

2018-08-18 Thread Marco Atzeri
Am 18.08.2018 um 16:28 schrieb Eliot Moss: On 8/18/2018 10:17 AM, Donald Krieger via cygwin wrote: Dear Eliot, Thanks for getting back so quickly.Program1 is a windows routine, xgraph.  http://www.xgraph.org/ms/index.htmlThis is a general purpose plotting program which writes out text whenever

Re: scrolling through history in cygwin terminal window line gets garbled

2018-08-18 Thread Steven Penny
On Fri, 17 Aug 2018 23:47:33, cyg Simple wrote: Sorry, I can't duplicate this. I even tried with conhost and bash -il in the window and just don't see an issue. My TERM value is xterm and the data comes from the file /usr/share/terminfo/78/xterm. You comment concerned me - so i just tested thi

Re: stdbuf does not work

2018-08-18 Thread Eliot Moss
On 8/18/2018 10:17 AM, Donald Krieger via cygwin wrote: Dear Eliot, Thanks for getting back so quickly.Program1 is a windows routine, xgraph.   http://www.xgraph.org/ms/index.htmlThis is a general purpose plotting program which writes out text whenever an operation is performed in its graphic wi

Re: stdbuf does not work

2018-08-18 Thread Donald Krieger via cygwin
Dear Eliot, Thanks for getting back so quickly.Program1 is a windows routine, xgraph.   http://www.xgraph.org/ms/index.htmlThis is a general purpose plotting program which writes out text whenever an operation is performed in its graphic window. That text output is piped into Program2, a home-grow

Re: stdbuf does not work

2018-08-18 Thread Eliot Moss
On 8/18/2018 8:36 AM, Donald Krieger via cygwin wrote: Dear list, I require line buffered output from program1 and line buffered input to program2.The following works under Linux but not under Cygwin.   stdbuf -oL -eL program 1 |& program2 I've searched the archive without success.I have tried

stdbuf does not work

2018-08-18 Thread Donald Krieger via cygwin
Dear list, I require line buffered output from program1 and line buffered input to program2.The following works under Linux but not under Cygwin.   stdbuf -oL -eL program 1 |& program2 I've searched the archive without success.I have tried -o0 -e0 -i0 and have also tried   stdbuf -oL -eL progra