Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Toggle between xterm window and standard terminal window Post 302981043 by rhgscty on Tuesday 6th of September 2016 06:04:09 PM
Old 09-06-2016
Toggle between xterm window and standard terminal window

Is it possible to toggle back and forth between an xterm invoked from one tty, and a shell invoked from a different tty?

I am running Centos 7 with KDE and booting in non-graphic mode. After logging in on the default window (/dev/tty1) , I can then use ALT-F2 to access a new window (/dev/tty2), log in and invoke xterm. I now have graphical window available to me but apparently have lost the original window, unless I close/logout of the xterm window.

My question is, I would like to get back to the non-graphic shell running on /dev/tty1 without closing the xterm window invoked from /dev/tty2, essentially having both available running and the ability to flip back and forth?

I there a way to do this?

Thanks,

rhgscty
 

10 More Discussions You Might Find Interesting

1. Programming

How to toggle BACKSPACE/DEL function for backArrow key for terminal other than xterm?

Hi all, I've got the problem which I can't resolve with my knowledge :) For xterm terminal we have resource class XTerm*backarrowKey. If we set it to true, backspace code (ASCII 0x8) will be sent to program. We can get it using e.g. getc() function. If it is disabled getc() returns DEL(0x7F). ... (0 Replies)
Discussion started by: dmitryb
0 Replies

2. Shell Programming and Scripting

Maximizing an xterm or aixterm window?

Is there a way to maximize an xterm window in a ksh script? I've tried a number of approaches, but none seem to have the desired affect. All I want to accomplish is to have the window maximized upon being called in the script...i.e: xterm -T MyNewXterm -e programToOpen & | maximized --or... (1 Reply)
Discussion started by: spieterman
1 Replies

3. Windows & DOS: Issues & Discussions

window 2000 professional not pinging my window 98 system.

Hello, We someone help me resolve this problem. I have window 2000 professional, windows 98 and Unixware 7.0.1 on the network. I was able to establish connection with all. However, l was unable to ping window 98 from window 2000 professional. I was able to ping the window 2000 from the window... (10 Replies)
Discussion started by: kayode
10 Replies

4. UNIX for Dummies Questions & Answers

how to disable color text in xterm window

Hello, Anyone knows how to disable color text displayed on xterm window screen? I hate that color making me hard to read when front and background color are similar. Thanks, M. (1 Reply)
Discussion started by: modemer
1 Replies

5. UNIX for Dummies Questions & Answers

Equivalent unix command to minimize/maximize xterm window

To all experts, I need some advice on how I can enter a unix command which is equivalent to the action of minimizing/maximizing an active xterm window. How can I do this (i) when control is in the active xterm window to be minimized/maximized , & (ii) when control is in a xterm window which runs... (0 Replies)
Discussion started by: icemocha75
0 Replies

6. UNIX for Dummies Questions & Answers

Bringing an Xterm window to top

Hi, Is there a way to configure a Linux machine so that I can click on any where on the Xterm window to bring it to the front/top. By default, I have to click on the title bar but often the entire title bar is underneath another window. Thanks in advance! PS. GNU/Linux (4 Replies)
Discussion started by: pidge66
4 Replies

7. Shell Programming and Scripting

How do I Get the Title of My Putty Window (Emulating an XTerm)

I have a Perl script that changes the terminal window title and I would like to reset it to the original value when I am done. We are using Putty which emulates xterm. We are not running X-Windows so I can't use something like xprop (can I?). I'm using XTerm control codes to change the title and I... (2 Replies)
Discussion started by: NateTut
2 Replies

8. Homework & Coursework Questions

help with linux terminal window

Hello! I need to create a file and provide access to two users of the file under the same command in linuxs terminal window. The question is how can I do it? (3 Replies)
Discussion started by: Messe
3 Replies

9. Red Hat

How to set xterm for Window Titls for PuTTy

Hi, I still cant find step by step manual how to make my putty display let say PWD in its title, read about some xterm, but where it is? Can anybody help me with this. Thx M (4 Replies)
Discussion started by: trento17
4 Replies

10. Shell Programming and Scripting

Xterm window,should not prompt for a password?

Hi all, I have a script that opens a xterm window and will prompt for a password. My intention is, instead of waiting for a password it should get the password from a file. How can I make this happen.?:confused: Any help much appreciated. (1 Reply)
Discussion started by: dnam9917
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)
All times are GMT -4. The time now is 11:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy