dfports/x11/xterm 196_3 -> 197

Emil Mikulic emikulic at dmr.ath.cx
Wed Dec 29 18:56:39 PST 2004


On Wed, Dec 29, 2004 at 08:53:24PM +0100, Jeroen Ruigrok/asmodai wrote:
>     set t_Sf=<ESC>3%p1%dm
>     set t_Sb=<ESC>4%p1%dm
[...]
> 
> Where it says <ESC> create an escape character, either with the escape key
> or CTRL-[

Horrible but copy-and-paste clean:

    let &t_Sf=nr2char(27).'[3%p1%dm'
    let &t_Sb=nr2char(27).'[4%p1%dm'

(I think you missed the [s above)

	--Emil
Attachment:
pgp00029.pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00029.pgp
Type: application/octet-stream
Size: 187 bytes
Desc: "Description: PGP signature"
URL: <http://lists.dragonflybsd.org/pipermail/submit/attachments/20041229/2591dbef/attachment-0013.obj>


More information about the Submit mailing list