EnableStyling enables the default PTerm styling. This also calls EnableColor.
()
| 51 | // EnableStyling enables the default PTerm styling. |
| 52 | // This also calls EnableColor. |
| 53 | func EnableStyling() { |
| 54 | RawOutput = false |
| 55 | EnableColor() |
| 56 | } |
| 57 | |
| 58 | // DisableStyling sets PTerm to RawOutput mode and disables all of PTerms styling. |
| 59 | // You can use this to print to text files etc. |
searching dependent graphs…