summaryrefslogtreecommitdiffstats
path: root/layout
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-23 08:13:43 -0600
committerSean E. Russell <ser@ser1.net>2020-02-23 08:13:43 -0600
commit8d767a448ea768f3fbad911f8fe38131a5044951 (patch)
treeb700f8a25486fd8f93b8578fd809efc7c935e41c /layout
parentaf40172604692131386a04d7d9f59435e6974983 (diff)
Documentation clean-up.
Diffstat (limited to 'layout')
-rw-r--r--layout/layout.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/layout.go b/layout/layout.go
index 0ab6b54..dabae82 100644
--- a/layout/layout.go
+++ b/layout/layout.go
@@ -258,6 +258,7 @@ func countMaxHeight(rs [][]widgetRule) int {
// deepFindProc looks in the UI widget tree for the ProcWidget,
// and returns it if found or nil if not.
func deepFindProc(gs interface{}) *widgets.ProcWidget {
+ // FIXME: `procs` layout isn't passing down keystrokes
// Recursive function #1. Recursion is OK here because the number
// of UI elements, even in a very complex UI, is going to be
// relatively small.