- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- escape characters
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 09:02 PM
02-23-2005 09:02 PM
escape characters
For many years ago, when I worked with VMS, I had a paper with usefull escape characters. These could be useful if you want to configure scroll bars, double size, hight, cursor position etc on a vt-terminal.
It would be great if someone could help me to find the escape characters. If you have some examples it would be great.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 09:12 PM
02-23-2005 09:12 PM
Re: escape characters
mfg Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 09:19 PM
02-23-2005 09:19 PM
Re: escape characters
As well as the link Karl suggested (an excellent
site) you may want to look at the SMG routines
available. The advantage of these is that they
offer some degree of device independence.
There is a manual available at
http://h71000.www7.hp.com/doc/73final/5935/5935PRO.HTML
This of course assumes use of a language capable
of calling SMG. Using DCL will require knowledge
of the escape sequences.
Regards
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 09:32 PM
02-23-2005 09:32 PM
Re: escape characters
for VT escape sequence look at here
http://vt100.net/docs/
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 10:37 PM
02-23-2005 10:37 PM
Re: escape characters
Attached document constains escape secuences for VT100 and VT500 terminals.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 01:06 AM
02-24-2005 01:06 AM
Re: escape characters
thanks for the asnwers.
Look at the following links:
http://www.vt100.net/docs/vt100-ug/chapter3.html#S3.3.2
The answer is:
ESC [ Pn; Pn r
The first parameter is the line number of the first line in the scrolling region; the second parameter is the line number of the bottom line in the scrolling region
But it still does not work. I don't know why.
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 01:14 AM
02-24-2005 01:14 AM
Re: escape characters
Thanks for the answers. The problem is solved.
regards geir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 06:38 PM
02-24-2005 06:38 PM
Re: escape characters
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 09:14 PM
02-24-2005 09:14 PM
Re: escape characters
According to the manual it's correct. But I have noe problem to use the escape characters. But thanks anayway
Regards Geir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2005 08:45 PM
02-26-2005 08:45 PM
Re: escape characters
You can also find this data inside the VMS itself.
Take a look at the file sys$system:SMGTERMS.TXT
Alon.