From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <44559137aff5d4eb017a4760b09119a2@plan9.ucalgary.ca> To: 9fans@cse.psu.edu Subject: Re: [9fans] links bugfix Date: Sun, 13 Jun 2004 21:43:11 -0600 From: andrey mirtchovski In-Reply-To: <36a665624cf5daceae8863202c979c43@granite.cias.osakafu-u.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 9c996c5a-eacd-11e9-9e20-41e7f4b1d025 >> note that this is the fixed font version. the varfont one is just too >> messy to fix. >=20 > Does this mean it cannot be compiled in the new sources environment? > I haven't checked this yet, but I was able to compile it on a older sou= rce > trees of Fossil server, but failed on a newer en's file server source. = I haven't > checked what is the difference between two, because I had been having F= ossil > server for a long time not used heavily...=E2=98=BA >=20 > Kenji it should be as simple as changing: case 0x80: *k =3D KBD_DOWN; break; /* within Unicode private-use space */ into:=20 /* within Unicode private-use space */ case 0xf800: *k =3D KBD_DOWN; break; in 'plan9_translate_key()' in plan9.c... andrey