(form *Form)
| 360 | } |
| 361 | |
| 362 | func formPressShiftTab(form *Form) { |
| 363 | *form = updateForm(*form, keyPressMsg("shift+tab")) |
| 364 | } |
| 365 | |
| 366 | func formPressEnter(form *Form) { |
| 367 | *form = updateForm(*form, keyPressMsg("enter")) |
no test coverage detected
searching dependent graphs…