Sponsored Content
Full Discussion: Redirect Xterm
Top Forums UNIX for Dummies Questions & Answers Redirect Xterm Post 24855 by RTM on Thursday 18th of July 2002 01:33:36 PM
Old 07-18-2002
Check out the man page for xterm. You may have to add it to your MANPATH to get the page (should be /usr/openwin/man)

If the process is already running and the xterm is started by a program - you may not be able to change it.

The default lines in buffer is 64. You can change that with the -sl option.

/usr/openwin/bin/xterm -sl 100 would give you a xterm with 100 lines saved in the scroll buffer.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Xterm

Guys: Anyone have ideas on where can I get information or references if I want to learn on how to program with UNIX GUIs? If you do have ideas please let me know. Its a big help. (2 Replies)
Discussion started by: jfsuminist
2 Replies

2. UNIX for Dummies Questions & Answers

xterm

Would someone tell me how to save changes in xterm once I've made them using the program options? For example, I type: xterm -bg red and my console window changes color. But how can I now make this attribute save, so that it becomes the default when I relaunch xterm? Any help you can offer... (1 Reply)
Discussion started by: af6
1 Replies

3. UNIX for Dummies Questions & Answers

xterm?

Hello all, This is a lame question because I have been working with unix for some years now, but anyway here it is; What is an xterm? ivo (1 Reply)
Discussion started by: Ivo
1 Replies

4. UNIX for Dummies Questions & Answers

how do I start an xTerm on my pc?

Hi all, I am using a wizard from Hummingbird to create an Xterm on my pc, but I was wondering if I can create one without the help of Hummingbird. Could someone please help? thanks Ivo (13 Replies)
Discussion started by: Ivo
13 Replies

5. Shell Programming and Scripting

xterm help?

I want to add a title to this xterm window but cannot figure out how. Can anybody assist with this? xterm +sb -geom 80x25 -ls -tn xterms -tm "intr ^q" -name unikix -e $UNIKIX/bin/unikixl (1 Reply)
Discussion started by: douknownam
1 Replies

6. UNIX for Dummies Questions & Answers

xterm

hi I'm trying to launch admintool via an export DISPLAY. that is i am doing a rlogin to serverB from serverA. i did the command export DISPLAY=serverA:0 but it prompted me the error DISPLAY=serverA:0: is not an identifier i have searched the forum but there is not much things on this error... (3 Replies)
Discussion started by: legato
3 Replies

7. Solaris

xterm quesion

Can we throw a window from solaris to Linux redhat? (1 Reply)
Discussion started by: mokkan
1 Replies

8. Shell Programming and Scripting

xterm programming

How do I use xterm to print a message in the window , not just in the title? Right now I have: xterm -rv -sb -title "The RMAN Backup was Successful!!!" How do I print a big bold message is the box? I am using this in a Korn Shell script on Solaris 10. thanks. (2 Replies)
Discussion started by: djehresmann
2 Replies

9. Shell Programming and Scripting

Ambiguous output redirect in xterm

Hi all, I've been working on a bash script to help with backups that I have to do at work. One of the lines in the script is supposed to launch an xterm, log into a specific server node and launch a tar backup to tape. This part works ok, but I've been trying to get stdout and stderr to... (2 Replies)
Discussion started by: Exitalterego
2 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)
All times are GMT -4. The time now is 11:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy