10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
I am using Terminal on an OSX system to access and edit crontab files on a 'headless' Solaris 11 server. Crontab -e on OSX invokes vi as the editor, which is fine, but I am getting unexpected characters on keystrokes and have to abort the edit. If this is an emulation issue, would someone please... (1 Reply)
Discussion started by: SmokeyJoe
1 Replies
2. UNIX for Dummies Questions & Answers
I use a program called TinyTerm to access our AIX machine. It works fine except for when I rlogin into our SCO unix server. Backspace doesn't delete, ctrl-c doesn't work (delete key does same thing), and the most annoying thing is vi acts very wierd. I have to press the down arrow like 3 times to... (11 Replies)
Discussion started by: herot
11 Replies
3. Programming
have the following lines in .bash_profile. "ln-s /dev/ttyp0 /dev/lpw10" and ln -s /dev/ttyp0 /dev/lpc10"
this allows a terminal emulation running on xp to print locally.
I would like to capture the print file and store the output in a directory.
Any ideas as to how to capture the print output?... (2 Replies)
Discussion started by: petercp
2 Replies
4. Solaris
I am having issues with installation of Sterling-Gentran:Server for UNIX 6.1. The issue within the secadmin setup. I can get into the Security Admin Setup Screens and can navigate within but cannot reply to a popup screen (the software is asking me to confirm "YES" or "NO" and none of the keys on... (6 Replies)
Discussion started by: oakbob817
6 Replies
5. UNIX for Dummies Questions & Answers
HI , I am little confused about differences between Telnet and Terminal Emulation? (1 Reply)
Discussion started by: nixhead
1 Replies
6. UNIX for Dummies Questions & Answers
I entered the command cat 401328 in an attempt to see a file. Now, my screen is displaying machine language. The properties of the file say that it is a postgres application. Is there a command I can enter so everything gets back to normal?
Thanks, (2 Replies)
Discussion started by: Debbie
2 Replies
7. SCO
Question from a newbie:
We are running SCO Unix, and are using Century Software Windows Terminal Emulation “Term for Windows” for Win95 v6.3.9b.
It used to work fine when we had Win98 on our machines, but now we are updating them with Win2000/XP.
This WinTerm works fine on some machines, which... (9 Replies)
Discussion started by: fasal
9 Replies
8. BSD
Hi !
As everyone, i installed my system and started "personalizing" it. One of the adjustments was creating an alias in /etc/profile fo ls, so when I type ls it is running ls -G so i can see a colored output. Everything is ok, but after I configured my system to start in X by default (kdm as... (2 Replies)
Discussion started by: Sergiu-IT
2 Replies
9. UNIX for Dummies Questions & Answers
Hello all,
Am new to the forum and hope this post meets the requirements.
This post will be rather lengtly but needs to be to explain the problem.
I have two computers running Windows 2000 Pro. I travel for a living and use a terminal emulation program called STEP to connect to our Unix... (2 Replies)
Discussion started by: skids
2 Replies
10. Programming
Hi , I am working on SCO Unix who needs to know some basics concepts about how to write a program that will capture the input , output of one terminal to another ie whatever is being typed as input or echoed as output to terminal say tty02 shall be automatically be falshed to another terminal say... (1 Reply)
Discussion started by: S.P.Prasad
1 Replies
vte(1) User Commands vte(1)
NAME
vte - virtual terminal emulator
SYNOPSIS
vte [-2] [-A] [-a] [-B image] [-b] [-C] [-c command] [-D] [-d] [-f font] [-g] [-h] [-i] [-k] [-n] [-r] [-S] [-s] [-T] [-t terminal-type]
DESCRIPTION
vte is simply a window wrapped around the vte embeddable terminal emulation control, which does most of the work for gnome-terminal. vte is
used mainly to test the control. Most users do not need to use vte directly, but use gnome-terminal instead.
OPTIONS
The following options are supported:
-2 Toggle double buffering. Enabled by default.
-A Toggle antialiasing. The default is that of the current GTK+ default.
-a Toggle audible bell on/off. If audible bell is enabled, visible bell is disabled. If audible bell is disabled, visible bell
is enabled. Audible bell enabled by default.
-B image Use image as background.
-b Toggle cursor blinking. Enabled by default.
-C Open a "console" connection.
-c command Fork the specified command.
-D Use dingus clicking: as the cursor moves over text matching a certain pattern, the matched text is highlighted and the cur-
sor changes shape. Disabled by default.
-d Toggle update debugging. Disabled by default.
-f font Specify the font to use. Default font is "Sans 12".
-g Toggle whether to set geometry hints if font is changed. Enabled by default.
-h Toggle highlighting. Disabled by default.
-i Toggle whether to obey attempts to set the icon name, if applications running in the terminal request this.
-k Toggle whether to keep program running after GTK main loop. Disabled by default.
-n Specify the number of scrollback lines. Minumum number of scrollback lines is 100. Default number of scrollback lines is
100.
-r Toggle whether to set cursor color to pale red. Disabled by default.
-S Toggle launching a shell. Enabled by default.
-s Toggle whether to scroll background image along with text. This option is only useful when combined with the -B option.
Disabled by default.
-T Use transparent background. Overrides the -B option.
-t terminal-typeSpecify the terminal type to emulate.
EXTENDED DESCRIPTION
vte is designed to emulate the xterm program provided by the X Consortium. In turn, xterm is an almost complete emulation of the DEC VT102
terminal. vte supports the same extensions to VT102 as those provided by xterm, through special escape sequences.
xterm is an evolving program. Recent changes to xterm have been been incorporated into vte. This includes emulation of the newer DEC VT220
escape sequences.
EXAMPLES
Example 1: Launching the Virtual Terminal Emulator
example% vte
ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables:
VTE_PROFILE_MEMORY Virtualize memory allocation for debugging purposes.
EXIT STATUS
The following exit values are returned:
0 Application exited successfully
>0 Application exited with failure
FILES
The following files are used by this application:
/usr/bin/vte Executable for virtual terminal emulator
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWvte |
+-----------------------------+-----------------------------+
|Interface stability |External |
+-----------------------------+-----------------------------+
SEE ALSO
gnome-terminal(1), xterm(1), libvte(3)
NOTES
Written by Johan Steyn, Sun Microsystems Inc., 2004.
SunOS 5.10 6 Sep 2004 vte(1)