emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/3] Improved rxvt support


From: dxld
Subject: [PATCH v2 0/3] Improved rxvt support
Date: Wed, 4 Mar 2020 01:46:11 +0100

From: Daniel Gröber <address@hidden>

Hi Stefan,

On Tue, Mar 03, 2020 at 03:22:24PM -0500, Stefan Monnier wrote:
> I don't have rxvt to test, but the patch looks good.  What I wonder if
> whether it would make sense to use even more of `terminal-init-xterm` in
> rxvt.el.
> E.g. focus-tracking, frame-title?

urxvt doesn't have native focus tracking support, there are perl extensions
to do it but I don't see a good way to feature detect it. Either way the
control sequence would be different since perl extension cannot catch
arbitary seqs but just one specific CSI sequence.

I think it's best to leave that to users if they want support for
that. I added a terminal-init-rxvt-hook like in xtermel for that.

> I also see that terminal-init-xterm tries to detect when it's been
> accidentally called in rxvt, and in that case it still keeps most of
> terminal-init-xterm intact.  Apparently, this is right for
> bracketed-paste, but what about the rest?

As for {get,set}-selection there doesn't seem to be an equivalent upstream
and I also can't find any extension for that.

xterm-set-window-title looks to be compatible with rxvt though, I
copied that over.

--Daniel

Daniel Gröber (3):
  term/rxvt: Enable bracketed paste mode
  term/rxvt: Add window title support
  term/rxvt: Add terminal-init hook

 lisp/term/rxvt.el | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

--
2.20.1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]