![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Has anyone figured out how to extend the Terminal length of a screen using Dynamic Connect, from say 24 Lines to 45 line in Basic code . I'm looking specifically for the Escape sequence. ie "\e[?3h", is View132. Also does anyone know the Escape sequence for the Carriage Retun. If not where would I start to look for this info? Thanks |
#3
| |||
| |||
|
|
Has anyone figured out how to extend the Terminal length of a screen using Dynamic Connect, from say 24 Lines to 45 line in Basic code . I'm looking specifically for the Escape sequence. ie "\e[?3h", is View132. Also does anyone know the Escape sequence for the Carriage Retun. If not where would I start to look for this info? Thanks |
#4
| |||
| |||
|
|
If you are using Accuterm, try the following: * ACCUTERM.COL * CHANGE NUMBER OF COLUMNS ON THE FLY * FEB 2004 * EQU STX TO CHAR(02); * START OF TEXT EQU CR TO CHAR(13); * CARRIAGE RETURN EQU ESC TO CHAR(27); * ESCAPE * 10 * TOP * PRINT 'NUMBER OF COLUMNS' : * INPUT REPLY * IF REPLY EQ '' THEN STOP END * PRINT ESC : STX : 'P InitSession.NormCols=' : REPLY : CR : * PRINT 'Number of Columns changed to ' : REPLY PRINT STR('*', REPLY) * GOTO 10 * rgisi (AT) nortom (DOT) com wrote: Has anyone figured out how to extend the Terminal length of a screen using Dynamic Connect, from say 24 Lines to 45 line in Basic code . I'm looking specifically for the Escape sequence. ie "\e[?3h", is View132. Also does anyone know the Escape sequence for the Carriage Retun. If not where would I start to look for this info? Thanks |
#5
| |||
| |||
|
|
Mate, Without getting into a "pissing contest", this response would have to be the most useless attempt at help I've ever come across in this NG.... The OP mentions "Dynamic Connect" .. .you're off on a tangent to "Accuterm" (ESC:STX....), absolutely nothing to do with DC - where's your logic in that?, The OP wants "screen lines" ... you're on about "columns" - only 90deg out there! On Wed, 14 Sep 2005 13:39:44 -0800, "Kilo MicroAir" kilomike[at]gci.net> wrote: If you are using Accuterm, try the following: * ACCUTERM.COL * CHANGE NUMBER OF COLUMNS ON THE FLY * FEB 2004 * EQU STX TO CHAR(02); * START OF TEXT EQU CR TO CHAR(13); * CARRIAGE RETURN EQU ESC TO CHAR(27); * ESCAPE * 10 * TOP * PRINT 'NUMBER OF COLUMNS' : * INPUT REPLY * IF REPLY EQ '' THEN STOP END * PRINT ESC : STX : 'P InitSession.NormCols=' : REPLY : CR : * PRINT 'Number of Columns changed to ' : REPLY PRINT STR('*', REPLY) * GOTO 10 * rgisi (AT) nortom (DOT) com wrote: Has anyone figured out how to extend the Terminal length of a screen using Dynamic Connect, from say 24 Lines to 45 line in Basic code . I'm looking specifically for the Escape sequence. ie "\e[?3h", is View132. Also does anyone know the Escape sequence for the Carriage Retun. If not where would I start to look for this info? Thanks Regards, Bruce Nichol Talon Computer Services ALBURY NSW Australia http://www.taloncs.com.au If it ain't broke, fix it until it is.... |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Mate, Without getting into a "pissing contest", this response would have to be the most useless attempt at help I've ever come across in this NG.... The OP mentions "Dynamic Connect" .. .you're off on a tangent to "Accuterm" (ESC:STX....), absolutely nothing to do with DC - where's your logic in that?, The OP wants "screen lines" ... you're on about "columns" - only 90deg out there! On Wed, 14 Sep 2005 13:39:44 -0800, "Kilo MicroAir" kilomike[at]gci.net> wrote: If you are using Accuterm, try the following: * ACCUTERM.COL * CHANGE NUMBER OF COLUMNS ON THE FLY * FEB 2004 * EQU STX TO CHAR(02); * START OF TEXT EQU CR TO CHAR(13); * CARRIAGE RETURN EQU ESC TO CHAR(27); * ESCAPE * 10 * TOP * PRINT 'NUMBER OF COLUMNS' : * INPUT REPLY * IF REPLY EQ '' THEN STOP END * PRINT ESC : STX : 'P InitSession.NormCols=' : REPLY : CR : * PRINT 'Number of Columns changed to ' : REPLY PRINT STR('*', REPLY) * GOTO 10 * rgisi (AT) nortom (DOT) com wrote: Has anyone figured out how to extend the Terminal length of a screen using Dynamic Connect, from say 24 Lines to 45 line in Basic code . I'm looking specifically for the Escape sequence. ie "\e[?3h", is View132. Also does anyone know the Escape sequence for the Carriage Retun. If not where would I start to look for this info? Thanks Regards, Bruce Nichol Talon Computer Services ALBURY NSW Australia http://www.taloncs.com.au If it ain't broke, fix it until it is.... |
#8
| |||
| |||
|
|
Bruce, Be kind to Kilo. I was ....... Extremely kind, I thought |
#9
| |||
| |||
|
|
Thanks Burce, The emulation I'm working with is VT100. |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |