FocusMsg represents a terminal focus message. This occurs when the terminal gains focus.
| 3 | // FocusMsg represents a terminal focus message. |
| 4 | // This occurs when the terminal gains focus. |
| 5 | type FocusMsg struct{} |
| 6 | |
| 7 | // BlurMsg represents a terminal blur message. |
| 8 | // This occurs when the terminal loses focus. |