()
| 488 | } |
| 489 | |
| 490 | func explorerRotateFocus() { |
| 491 | currentFocus := app.GetFocus() |
| 492 | |
| 493 | switch currentFocus { |
| 494 | case treePanel: |
| 495 | app.SetFocus(explorerAttrsPanel) |
| 496 | case explorerAttrsPanel: |
| 497 | app.SetFocus(treePanel) |
| 498 | } |
| 499 | } |
| 500 | |
| 501 | func openPasswordChangeForm(node *tview.TreeNode) { |
| 502 | currentFocus := app.GetFocus() |
no outgoing calls
no test coverage detected