Date: Sun, 26 Sep 1999 01:30:04 +0200 From: "Jose M. Alcaide" <jose@we.lc.ehu.es> To: jmz@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: [PATCH] XFree86 3.3.5's xterm.termcap has two lines ending with whitespace Message-ID: <37ED5AFC.54580412@we.lc.ehu.es>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------06FA43F58C9731B008021D54 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hello. Attached you will find a copy of the bug report I just sent to the XFree86 support team. I think that this is a serious bug because many users merge xterm.termcap with /usr/share/misc/termcap. -- JMA ----------------------------------------------------------------------- José Mª Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@FreeBSD.ORG Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-946013071 ----------------------------------------------------------------------- "Keyboard not present -- Press F1 to resume" --------------06FA43F58C9731B008021D54 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Received: from public.xfree86.org (xf86.isc.org [204.152.184.37]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id BAA06779 for <jose@we.lc.ehu.es>; Sun, 26 Sep 1999 01:06:01 +0200 (MET DST) Received: (from nobody@localhost) by public.xfree86.org (8.9.1/8.9.1) id QAA10739; Sat, 25 Sep 1999 16:02:12 -0700 (PDT) Date: Sat, 25 Sep 1999 16:02:12 -0700 (PDT) Message-Id: <199909252302.QAA10739@public.xfree86.org> From: jose@we.lc.ehu.es (Jose M. Alcaide) To: XFree86@XFree86.Org Cc: jose@we.lc.ehu.es Reply-To: jose@we.lc.ehu.es (Jose M. Alcaide) Subject: [XFree86(TM) Bug Report] [PATCH] xterm.termcap has two lines with illegal trailing white spaces Regarding: [PATCH] xterm.termcap has two lines with illegal trailing white spaces Email: jose@we.lc.ehu.es ------------------------------------------------------------ XFree86 Version: 3.3.5 OS: freebsd-3.x Area: xterm.termcap Server: Other, specify below Server: N/A Video Card: N/A Description: xterm.termcap has two lines with illegal trailing white spaces (just after the '\'). This renders the main entries inusable. Repeat By: vi xterm.termcap :set list :-) Apply this patch to solve the problem: ---------------- BEGIN ------------------ --- xterm.termcap.orig Thu Sep 23 23:49:20 1999 +++ xterm.termcap Sun Sep 26 00:53:18 1999 @@ -32,7 +32,7 @@ :k;=\E[21~:F1=\E[23~:F2=\E[24~:\ :kn#12:\ :kH=\E[4~::@7=\E[4~:kh=\E[1~:\ - :@0=\E[1~:kI=\E[2~:kD=^?:\ + :@0=\E[1~:kI=\E[2~:kD=^?:\ :*6=\E[4~:kP=\E[5~:kN=\E[6~:\ :km:\ :kb=^H:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\ @@ -125,6 +125,6 @@ # This is the only entry which you should have to customize, since "xterm" # is widely used for a variety of incompatible terminal emulations including # color_xterm and rxvt. -v0|xterm|X11 terminal emulator:\ +v0|xterm|X11 terminal emulator:\ :tc=xterm-xfree86: # :tc=xterm-r6: ----------------- END ------------------- --------------06FA43F58C9731B008021D54-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37ED5AFC.54580412>