![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing my Screen Resolution (Not in X) | jjinno | UNIX for Dummies Questions & Answers | 3 | 07-18-2007 03:53 PM |
| screen display help | zilla30066 | Shell Programming and Scripting | 2 | 01-30-2007 07:49 PM |
| Screen windows changing colours | scpaterson | UNIX for Dummies Questions & Answers | 2 | 11-18-2005 04:20 AM |
| Changing Screen Resolution | Aco | SUN Solaris | 1 | 07-18-2005 05:55 PM |
| controlling screen display | jrdnoland1 | Shell Programming and Scripting | 6 | 02-08-2002 05:09 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
In a console, yes. Use ANSI escape sequences to move the cursor. The terminal has to emaulate vt102 or a similar terminal type.
ASCII Table - ANSI Escape sequences Edit: use the printf statement to create escape sequences. |
|
|||||
|
The terminal emulation is ANSI for telnet sessions (which is what I use), and IBM3151 for real terminal sessions. I am assuming since they are called ANSI escape sequences that it should work for a telnet session? I looked at man printf and did not find any mention of ascii in it. Sorry for being such a noob, but could you give an example command?
|
|
|||||
|
I found this
Bash Prompt HOWTO: ANSI Escape Sequences: Colours and Cursor Movement to be quite useful. Thanks for the tip on ANSI escape sequences ![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|