Re: [Jprogramming] initial version of tangentstorm/j-kvm

2021-07-30 Thread Raul Miller
Some redundancy is a good thing, I think -- over time, messages get lost or become difficult to find, and people tend to rely on redundancy to help cope with that issue. Too much, of course, would be annoying, and drown out other content. But that just requires some good judgement. And, that hasn'

Re: [Jprogramming] initial version of tangentstorm/j-kvm

2021-07-30 Thread esal
Thank you Raul. Sorry about extraneous message. I didn't check for new messages in this thread. I should have known better. The forum response time beats many commercial help desks! Esa On Fri, Jul 30, 2021 at 2:13 AM 'Michael Day' via Programming < programm...@jsoftware.com> wrote: > Raul - Ma

Re: [Jprogramming] initial version of tangentstorm/j-kvm

2021-07-30 Thread esal
for Windows Terminal and making a profile > for jconsole there and setting it as default. You can even set a J icon of > your choice. > > > > Best Regards, > > > > Esa > > > > -Original Message- > > From: Programming On Behalf > Of '

Re: [Jprogramming] initial version of tangentstorm/j-kvm

2021-07-29 Thread 'Michael Day' via Programming
Raul - Many thanks for the insight;  this gives me an idea what the gurus are talking about! It works. Cheers, Mike On 29/07/2021 22:50, Raul Miller wrote: To make a profile for the current version of windows terminal: (1) Start Windows Terminal (2) In the title bar, to the immediate right of

Re: [Jprogramming] initial version of tangentstorm/j-kvm

2021-07-29 Thread Raul Miller
for > > jconsole there and setting it as default. You can even set a J icon of > > your choice. > > > > Best Regards, > > > > Esa > > > > -Original Message- > > From: Programming On Behalf Of > > 'Michael Day' via Programmin

Re: [Jprogramming] initial version of tangentstorm/j-kvm

2021-07-29 Thread 'Michael Day' via Programming
fault. You can even set a J icon of your choice. Best Regards, Esa -Original Message- From: Programming On Behalf Of 'Michael Day' via Programming Sent: torstai 29. heinäkuuta 2021 0.54 To: programm...@jsoftware.com Subject: Re: [Jprogramming] initial version of tangentstorm/j

Re: [Jprogramming] initial version of tangentstorm/j-kvm

2021-07-28 Thread esa.lippu
torstai 29. heinäkuuta 2021 0.54 To: programm...@jsoftware.com Subject: Re: [Jprogramming] initial version of tangentstorm/j-kvm Thanks. I had a look - downloading and installing the "App" Normally, as you know, we invoke J-console in Windows by running the standard terminal from

Re: [Jprogramming] initial version of tangentstorm/j-kvm

2021-07-28 Thread 'Michael Day' via Programming
Thanks.  I had a look - downloading and installing the "App" Normally, as you know,  we invoke J-console in Windows by running the standard terminal from the shortcut on the Windows desktop. I don't yet see how to make a shortcut in Windows' desktop to run j-console in "WindowsTerminal" : I'v

Re: [Jprogramming] initial version of tangentstorm/j-kvm

2021-07-26 Thread Michal Wallace
Microsoft's console has traditionally been limited to 16 colors. Some time ago they decided to support a wider range of features that make it work more like xterm on Linux. It also gives you 24 bit color and multiple console tabs on the same window. You can get it for free from the Microsoft store

Re: [Jprogramming] initial version of tangentstorm/j-kvm

2021-07-26 Thread 'Michael Day' via Programming
Thanks. Your "readme" file says: *    Note:*on windows, you need the stock|jconsole.exe|that comes with J,/and/you need to run it through the"new" Windows terminal . The ' "new" Windows terminal ' is indeed news to me.  I realise you provide a link to "

[Jprogramming] initial version of tangentstorm/j-kvm

2021-07-26 Thread Michal Wallace
The initial version of the 'j-kvm' terminal driver is here: https://github.com/tangentstorm/j-kvm It provides keyboard, video, and mouse support for console mode applications on windows and linux, (and maybe OSX, if anyone with a mac cares to test it...) It kind of does what ncurses does (le