| 51 | } |
| 52 | |
| 53 | type TerminfoScreenOption interface { |
| 54 | apply(*tScreen) |
| 55 | } |
| 56 | |
| 57 | // OptColors forces the number of colors, overriding the value |
| 58 | // of the color count that would be detected by the environment. |
no outgoing calls
no test coverage detected
searching dependent graphs…