()
| 118 | } |
| 119 | |
| 120 | func (lk *LogKeyboard) PrintKeyboardInfo() { |
| 121 | if lk.logLevel == INFO { |
| 122 | lk.printNavigationMenu() |
| 123 | } |
| 124 | } |
| 125 | |
| 126 | // Creates space to print error and menu string |
| 127 | func (lk *LogKeyboard) createBuffer(lines int) { |
nothing calls this directly
no test coverage detected