Re: [Jprogramming] J Console background

2023-03-25 Thread Martin Kreuzer

Have you tried Windows Terminal (WT) yet?
e.g. 
https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701?hl=en-us=us

It's more customisable than regular cmd (and plain jcon).
I'm using version 1.16.10261.0 on a W10 machine, to run different 
version of Jconsole (and PowerShell, WSL Debian etc).

-M

At 2023-03-25 00:29, you wrote:


Hi Everyone
I'm a very new user of J Language. The development environment seems
terrific et i 've heard nothing but good things about its users :)
To begin with, is it possible to change the background color of the
console? I've tried that for a while but i didn't find a way to do it
Thanks
--
For information about J forums see http://www.jsoftware.com/forums.htm


--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jprogramming] J Console background

2023-03-25 Thread Jan-Pieter Jacobs
Hi Gilles,

Welcome to the very deep rabbit hole that is J.
In case you're referring to the JQt console/terminal, you can change colors
as you see fit in the file config/styles.cfg

open '~config/style.cfg'


opens it in the editor for you.

For JHS I have no clue since I barely use it.


Jan-Pieter

Op za 25 mrt 2023 om 03:30 schreef bill lam :

> The background color is controlled by the terminal emulator (xterm , screen
> etc). Jconsole can do nothing about it. You may consider other frontend
> such as Qt ide or JHS which has more features.
>
> On Sat, 25 Mar 2023 at 8:29 AM Gilles Kuate  wrote:
>
> > Hi Everyone
> > I'm a very new user of J Language. The development environment seems
> > terrific et i 've heard nothing but good things about its users :)
> > To begin with, is it possible to change the background color of the
> > console? I've tried that for a while but i didn't find a way to do it
> > Thanks
> > --
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
>
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jprogramming] J Console background

2023-03-24 Thread bill lam
The background color is controlled by the terminal emulator (xterm , screen
etc). Jconsole can do nothing about it. You may consider other frontend
such as Qt ide or JHS which has more features.

On Sat, 25 Mar 2023 at 8:29 AM Gilles Kuate  wrote:

> Hi Everyone
> I'm a very new user of J Language. The development environment seems
> terrific et i 've heard nothing but good things about its users :)
> To begin with, is it possible to change the background color of the
> console? I've tried that for a while but i didn't find a way to do it
> Thanks
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
>
--
For information about J forums see http://www.jsoftware.com/forums.htm


[Jprogramming] J Console background

2023-03-24 Thread Gilles Kuate
Hi Everyone
I'm a very new user of J Language. The development environment seems
terrific et i 've heard nothing but good things about its users :)
To begin with, is it possible to change the background color of the
console? I've tried that for a while but i didn't find a way to do it
Thanks
--
For information about J forums see http://www.jsoftware.com/forums.htm