| 78 | } |
| 79 | |
| 80 | void SysMsgPlugin::inactive() |
| 81 | { |
| 82 | /* User selected next slot. Skip showing current information further. */ |
| 83 | disable(); |
| 84 | |
| 85 | /* Clear information to avoid that old information is later shown again, |
| 86 | * caused by scrolling feature of the underlying text widget or by the |
| 87 | * queued system messages. |
| 88 | */ |
| 89 | m_view.clear(); |
| 90 | m_rdIndex = m_wrIndex; |
| 91 | } |
| 92 | |
| 93 | void SysMsgPlugin::update(YAGfx& gfx) |
| 94 | { |