linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Andrew Morton <akpm@zip.com.au>,
	kernel list <linux-kernel@vger.kernel.org>
Subject: Must-fix cursor bugs
Date: Tue, 8 Jul 2003 12:43:24 +0200	[thread overview]
Message-ID: <20030708104319.GA134@elf.ucw.cz> (raw)

Hi!

There are few must-fix bugs in cursor handling:

echo -e '\33[?8c'

...should turn block cursor on on current console. It does so, but if
you switch to another console, block cursor appears there too, and/or
it reverts to line cursor on original console.

echo -e "\33[?18;0;136c" 

...should turn on softcursor (see
Documentation/VGA-softcursor.txt). It does turn it on, but it fails to
erase it once cursor moves! [Type foo in bash, then press backspace
three times].

Play with gpm selection for a while and your cursor gets corrupted
with random dots. Ouch.
								Pavel
-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]

                 reply	other threads:[~2003-07-08 10:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030708104319.GA134@elf.ucw.cz \
    --to=pavel@ucw.cz \
    --cc=akpm@zip.com.au \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).