![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I know we are a dying breed, but are there any still out there? I've just had to have my d3-Linux system re-installed & upgraded, and in spit of copying my terminal definition from the old dm to the new one, I *cannot* get the screen colours working properly. Alan Pritchard Please reply to: alan.pritchard (AT) gmail (DOT) com |
#3
| |||
| |||
|
|
*From:* "Mark Brown" <mbrown (AT) drexelmgt (DOT) com *Date:* Sun, 14 May 2006 05:15:03 GMT What term type are you using? Check devs file and see if it has definition for @(-33) thru @(-48). For example, ANSI doesn't know colors, but ANSI.C does. Mark Brown "Alan Pritchard" <alan.pritchard (AT) gmail (DOT) com> wrote in message news:memo.20060513215732.12560A (AT) aovq45 (DOT) cix.co.uk... I know we are a dying breed, but are there any still out there? I've just had to have my d3-Linux system re-installed & upgraded, and in spit of copying my terminal definition from the old dm to the new one, I *cannot* get the screen colours working properly. Alan Pritchard Please reply to: alan.pritchard (AT) gmail (DOT) com |
#4
| |||
| |||
|
|
In article <r1z9g.2477$G95.1028 (AT) tornado (DOT) socal.rr.com>, mbrown (AT) drexelmgt (DOT) com (Mark Brown) wrote: *From:* "Mark Brown" <mbrown (AT) drexelmgt (DOT) com *Date:* Sun, 14 May 2006 05:15:03 GMT What term type are you using? Check devs file and see if it has definition for @(-33) thru @(-48). For example, ANSI doesn't know colors, but ANSI.C does. Mark Brown "Alan Pritchard" <alan.pritchard (AT) gmail (DOT) com> wrote in message news:memo.20060513215732.12560A (AT) aovq45 (DOT) cix.co.uk... I know we are a dying breed, but are there any still out there? I've just had to have my d3-Linux system re-installed & upgraded, and in spit of copying my terminal definition from the old dm to the new one, I *cannot* get the screen colours working properly. Alan Pritchard Please reply to: alan.pritchard (AT) gmail (DOT) com I'm using a copy of ANSI.C. I am puzzled, though, that this does not now include Yellow as a colour. Previously I had yellow on my screen for data in fields. Alan Pritchard Please reply to: alan.pritchard (AT) gmail (DOT) com |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
I'm using a copy of ANSI.C. I am puzzled, though, that this does not now include Yellow as a colour. Previously I had yellow on my screen for data in fields. |
#7
| |||
| |||
|
|
*From:* "Oggy" <o_g_g_y (AT) hotmail (DOT) com *Date:* 17 May 2006 03:45:32 -0700 Hi Alan, Though I'm not actively using Creator anymore, I still have a system with it installed - version 3.x IIRC. As I recall, Creator uses it's own routines to print escape sequences direct to the screen, i.e. it doesn't use the @(-x) cursor codes straight out the box. I THINK these subroutines are found in the file TERM.DEF or similar - possibly a subroutine called ENHANCEMENTS ?? Having said all that, I'm sure I modified our ANSI version to use @(-x) codes - how I specified the colours we needed (of which Yellow was one) I can't recall. I'll have a look at the old system for you. Paul Stanley. |
#8
| |||
| |||
|
|
*From:* "Paul Stanley" <o_g_g_y (AT) hotmail (DOT) com *Date:* 17 May 2006 14:12:57 -0700 I'm using a copy of ANSI.C. I am puzzled, though, that this does not now include Yellow as a colour. Previously I had yellow on my screen for data in fields. Alan Are you saying you can't use Yellow at all? How about trying the following on an ANSI terminal EQU ESC TO CHAR(27) PRINT ESC:"[0;1;33;40m" Any text printed following this should be bold yellow on black. Paul Hi Paul, |
#9
| |||
| |||
|
|
*From:* "Paul Stanley" <o_g_g_y (AT) hotmail (DOT) com *Date:* 17 May 2006 14:12:57 -0700 I'm using a copy of ANSI.C. I am puzzled, though, that this does not now include Yellow as a colour. Previously I had yellow on my screen for data in fields. Alan Are you saying you can't use Yellow at all? How about trying the following on an ANSI terminal EQU ESC TO CHAR(27) PRINT ESC:"[0;1;33;40m" Any text printed following this should be bold yellow on black. Paul |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |