(rows, columns, msg, config)
| 276 | |
| 277 | |
| 278 | def paint_statusbar(rows, columns, msg, config): |
| 279 | func = func_for_letter(config.color_scheme["main"]) |
| 280 | return fsarray([func(msg.ljust(columns))[:columns]]) |
nothing calls this directly
no test coverage detected