9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: paurea@plan9.escet.urjc.es
To: rsc@plan9.bell-labs.com, 9fans@cse.psu.edu
Subject: [9fans] disabling the cursor
Date: Fri, 29 Nov 2002 18:08:49 +0100	[thread overview]
Message-ID: <8f06b189eb40e66a36e60fddc4ecae10@plan9.escet.urjc.es> (raw)

I have noticed that some vgas like SuperSavage and Mach64 vga cards don't disable
the cursor when they turn off. The fix is simple, adding
if(blank)
	curdisable(scr)
else
	curenable(scr)

in sisblank. This will stop showing the cursor while the screen is off.
HTH

										Saludos,
												Gorka



             reply	other threads:[~2002-11-29 17:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-29 17:08 paurea [this message]
2002-12-02 11:28 ` paurea
2002-12-02 13:16 Russ Cox

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=8f06b189eb40e66a36e60fddc4ecae10@plan9.escet.urjc.es \
    --to=paurea@plan9.escet.urjc.es \
    --cc=9fans@cse.psu.edu \
    --cc=rsc@plan9.bell-labs.com \
    /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).