Set the character used for Block mode rendering
(mut self, c: char)
| 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 { |
no outgoing calls