Re: [Bug-apl] ANSI Colors and the system preferences file

2014-12-02 Thread David Lamkins
Thank you. One thing that's interesting about this "default color" is that you can use it to create a color scheme that'll work on either a black or a white background. For example: RESET-SEQUENCE 1b 5b 30 3b 33 39 3b 34 39 6d CIN-SEQUENCE 1b 5b 30 3b 33 30 3b 34 36 6d // black on cyan COUT-SEQUE

Re: [Bug-apl] ANSI Colors and the system preferences file

2014-12-02 Thread Juergen Sauermann
Hi David, thanks, fixed in SVN 515. /// Jürgen On 12/02/2014 05:30 AM, David Lamkins wrote: I believe that some of the example ANSI escape sequences encoded in gnu-apl.d/preferences are partially incor

[Bug-apl] ANSI Colors and the system preferences file

2014-12-01 Thread David Lamkins
I believe that some of the example ANSI escape sequences encoded in gnu-apl.d/preferences are partially incorrect. In particular, any sequence containing ESC [ ... 38 ... m or ESC [ ... 48 ... m is not valid as written in gnu-apl.d/preferences . Referring to http://invisible-island.net/xterm/ctls