How to use the urxvt like VTE (Terminator)
Marc Lehmann
schmorp at schmorp.de
Mon Apr 26 13:48:15 CEST 2010
On Mon, Apr 26, 2010 at 01:41:45PM +0200, Jiri Polcar <polcar at physics.muni.cz> wrote:
> What did come to my mind is to implement Python VTE-like api to urxvt. A
> least methods that is used in the Terminator. It looks like a lot of
> work. My question is if someone can see a easier way how to connect the
> Terminator feature with urxvt.
rxvt-unicode has multiple features to help with this:
1. you can embed it using xembed (see doc/embed*)
2. you can pass fd's to urxvt and/or programs running inside
(e.g. urxvt -hold -e sh -c 'cat <&5' 5</etc/passwd)
3. you can extend it with perl, which is embedded (man urxvtperl).
all those should allow you to communicate with anything inside urxvt from
outside, using a standard urxvt binary.
--
The choice of a Deliantra, the free code+content MORPG
-----==- _GNU_ http://www.deliantra.net
----==-- _ generation
---==---(_)__ __ ____ __ Marc Lehmann
--==---/ / _ \/ // /\ \/ / schmorp at schmorp.de
-=====/_/_//_/\_,_/ /_/\_\
More information about the rxvt-unicode
mailing list