From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8f06b189eb40e66a36e60fddc4ecae10@plan9.escet.urjc.es> To: rsc@plan9.bell-labs.com, 9fans@cse.psu.edu From: paurea@plan9.escet.urjc.es MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] disabling the cursor Date: Fri, 29 Nov 2002 18:08:49 +0100 Topicbox-Message-UUID: 2a403d8e-eacb-11e9-9e20-41e7f4b1d025 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