diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 03:05:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 03:05:37 -0600 |
| commit | 063c40accd0c866567c2a580a4fa5243f4ad82b3 (patch) | |
| tree | 4911e0503b2155d5eee410cdd6428333809591fc /click.go | |
| parent | 2ee37e5c209f64a09d4088b8895880deb084d0ee (diff) | |
function rename
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'click.go')
| -rw-r--r-- | click.go | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -223,11 +223,5 @@ func ctrlDown(g *gocui.Gui, v *gocui.View) error { tk.gocuiSize.h0 = newR.h0 tk.gocuiSize.w1 = newR.w1 tk.gocuiSize.h1 = newR.h1 - if tk.Visible() { - // me.ctrlDown.hideView() - } else { - // me.ctrlDown.showView() - } - // me.ctrlDown.showWidgetPlacement("ctrlDown:") return nil } |
