screen-users
[Top][All Lists]
Advanced

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

Re: Two little features (and a bounty?)


From: Micah Cowan
Subject: Re: Two little features (and a bounty?)
Date: Thu, 24 Jul 2008 17:15:17 -0700
User-agent: Thunderbird 2.0.0.14 (X11/20080421)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thomas Adam wrote:
> On Thu, 24 Jul 2008 16:43:24 -0700
> Micah Cowan <address@hidden> wrote:
>> I have been successfully using both Emacs and Vim under screen with
>> mouse support. Both required configuration adjustments to make it
>> happen.
> 
> Can you share this information, please?  Sounds interesting.  :)

FWIW, I submitted a patch against Vim at one point to enable it
automatically. Bram said it looked good, but hasn't applied it yet
AFAIK. However, it has been applied against Vim in recent Ubuntu releases.

https://bugs.launchpad.net/debian/+source/screen/+bug/113227

In my .vimrc for other Vims, I have:

if &term == 'screen'
    set mouse=nic
    set ttymouse=xterm2
endif

(you might want "set mouse=a", or some other setting, above).

In my .emacs, I have:

(require 'xt-mouse)
(xterm-mouse-mode t)
(mouse-wheel-mode t)

- --
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer,
and GNU Wget Project Maintainer.
http://micah.cowan.name/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIiRsV7M8hyUobTrERAjhWAJ9t8YFIOZ1a0lOsWAeW5olXggze4ACfWF0G
BblvtH+gpIHHy+oEcylDDCY=
=4sv2
-----END PGP SIGNATURE-----




reply via email to

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