Function libnotcurses_sys::ncchannels_set_fg_default[][src]

pub fn ncchannels_set_fg_default(channels: &mut NcChannels) -> NcChannels
Expand description

Marks the foreground of an NcChannels as using its “default color”, which also marks it opaque, and returns the new NcChannels.

Method: NcChannels.set_fg_default()