Brutzman, Bill skrev:
What terminal emulator is in use there... Dynamic Connect, AccuTerm...?

That _should_ not matter.  The @-function  picks the relevant code from the
terminfo database using you  TERMINAL.TYPE setting.

If  ( or rather when )  the emulated terminal doesn't quite agree with the
original terminal  as it  is stored there  you  have to  either
- change  the terminfo entry
- make up an terminfo entry of your own
- or live with the crippled functionality.

Making/changing terminfo is well documented in the docs.!
(  System administration appendix B  - at least when I last  needed it)

-- mats
Please advise.

--Bill

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Buffington,
Wyatt
Sent: Thursday, March 22, 2007 9:56 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] @VARIABLES


We define variables for the various @ statements

**    Screen clearing options
      CS       = @(-1)   ;**Clear Screen
      EOS      = @(-3)   ;**Clear to End Of Screen
      EOL      = @(-4)   ;**Clear to End Of Line

**    Define various ways to emphasize certain data/labels
      SBV      = @(-5)   ;**Start Blink Video
      EBV      = @(-6)   ;**End Blink Video
      SRV      = @(-13)  ;**Start Reverse Video
      ERV      = @(-14)  ;**End Reverse Video
      SUL      = @(-15)  ;**Start UnderLine video
      EUL      = @(-16)  ;**End UnderLine video

**    Useful for placing boxes around information
      SGM      = @(-27)  ;**Start Graphics Mode
      EGM      = @(-28)  ;**End Graphics Mode

**    Cursor movements
      CUB      = @(-9)   ;**CUrsor Backward
      CUU      = @(-10)  ;**CUrsor Up a line
      CUD      = @(-33)  ;**CUrsor Down a line
      CUF      = @(-34)  ;**CUrsor Foreward

**    Use the following to indicate text input fields
      SRT.BOLD = @(-81)  ;**Start BOLD font
END.BOLD = @(-82) ;**End BOLD font
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sanjeebkumar
Sarangi
Sent: Thursday, March 22, 2007 7:52 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] @VARIABLES

Hi

CRT @(2,15):@(-4):@(2,15):
Basically when we use @(-4) ,it should go to the end of line...but when
I tried the above statement I could not understand what it exactly
did...I also tried by giving different x and y coordinate values ..ie
CRT @(23,45):@(-4):@(23,45)..but the result seemed similar.....I could
not find the difference.Please help in this regard.
Thanks,
Sanjeeb
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to