diff options
author | Connor Lane Smith <cls@lubutu.com> | 2015-05-06 17:46:10 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-05-09 20:03:08 +0200 |
commit | d60069a3e7a9e382f3221f8e405ad8c05abeea20 (patch) | |
tree | 457490ce70458e79e7adeb3ec019a2bf74cd93dc /tabbed.1 | |
parent | 0728caee306423cd1dc139e000828329c9285ab7 (diff) |
add xembed wrapper utility
xembed will cause a command to attempt to XEmbed into the window given
by the environment variable XEMBED, so long as it is in the foreground
of its controlling terminal. This causes a process to effectively take
the place of the terminal window, unless it is backgrounded.
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'tabbed.1')
-rw-r--r-- | tabbed.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -156,7 +156,7 @@ See the LICENSE file for the authors. .SH LICENSE See the LICENSE file for the terms of redistribution. .SH SEE ALSO -.BR st (1) +.BR st (1), +.BR xembed (1) .SH BUGS Please report them. - |