MCPcopy Create free account
hub / github.com/5ocworkshop/bgraph / wave_char

Method wave_char

src/classes/cls_graph.rs:96–99  ·  view source on GitHub ↗

Set the character used for Block mode rendering

(mut self, c: char)

Source from the content-addressed store, hash-verified

94
95 /// Set the character used for Block mode rendering
96 pub fn wave_char(mut self, c: char) -> Self {
97 self.wave_char = c;
98 self
99 }
100
101 /// Enable or disable the zero-line
102 pub fn show_zero_line(mut self, show: bool) -> Self {

Callers 2

test_block_render_modeFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_block_render_modeFunction · 0.64