Searched refs:softcursor (Results 1 – 1 of 1) sorted by relevance
536 let softcursor = SOFTCURSOR_ORIGINAL.upgradeable_read_irqsave(); in hide_softcursor() localVariable537 if softcursor.is_some() { in hide_softcursor()538 self.screen_buf[self.pos] = softcursor.unwrap().bits as u16; in hide_softcursor()541 softcursor.unwrap().bits as u16, in hide_softcursor()546 *softcursor.upgrade() = None; in hide_softcursor()