From owner-freebsd-current Wed Jun 26 23:37:51 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA05187 for current-outgoing; Wed, 26 Jun 1996 23:37:51 -0700 (PDT) Received: from ra.dkuug.dk (ra.dkuug.dk [193.88.44.193]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA05181; Wed, 26 Jun 1996 23:37:42 -0700 (PDT) Received: (from sos@localhost) by ra.dkuug.dk (8.6.12/8.6.12) id IAA04861; Thu, 27 Jun 1996 08:36:53 +0200 Message-Id: <199606270636.IAA04861@ra.dkuug.dk> Subject: Re: Syscons 8bit chars mouse paste fix To: ache@nagual.ru (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=) Date: Thu, 27 Jun 1996 08:36:53 +0200 (MET DST) Cc: sos@FreeBSD.ORG, andreas@klemm.gtn.com, current@FreeBSD.ORG In-Reply-To: <199606262332.DAA00284@nagual.ru> from "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" at Jun 27, 96 03:32:22 am From: sos@FreeBSD.ORG Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In reply to =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= who wrote: > > > Any other gripes at the moment ?? > > Yes, it start to paste 8bit chars, but it pust ANOTHER 8bit chars! > The reason is simple: screen map not counted for C&P operation. So, your patch didn't work proberly ?? :) :) Ok, I'll put in the scrmap call :) > Destructive cursor works now, but I notice that characters > AA, B6, B7, BA becomes broken: they contains moving cursor image. > They are frame pseudo-graphics in KOI8-R, many programs > use them for frames (as my editor f.e.), effect is very strange. Yes this is an artifact of how the mousepointer works, its the chars D0-D3 actually, what you see must be because of your scrmap. There is no fix for this, other than changeing the involved chrs, just tomove the problem to another place. I chose D0-D3 as they seemed to conflict the least in the charsets that I use. Also the chars must be in the range that gets bit 7 copied into bit 8 on 9 bit wide resolutions, which further limits the available range. > X incompatibility and rc incompatibility still exists. Whats the griefs with X if both use /dev/cuaa? ?? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team So much code to hack -- so little time.