[][src]Function pir_8_emu::binutils::pir_8_emu::display::colours_for_rw

pub fn colours_for_rw(read: bool, written: bool) -> (Color, Color)

Get the colours for the specified R/W state

Background contains, if read, green, if written, red.

Foreground is white by default and black if read.