From 691f46d6f50034d59b0880bd56b5c91ec8abce98 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 10 Jun 2022 18:30:03 +0200 Subject: [PATCH 1/3] Minor clarification. --- application.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application.go b/application.go index 2bc0646..e2f4e2d 100644 --- a/application.go +++ b/application.go @@ -696,9 +696,9 @@ func (a *Application) ResizeToFullScreen(p Primitive) *Application { return a } -// SetFocus sets the focus on a new primitive. All key events will be redirected -// to that primitive. Callers must ensure that the primitive will handle key -// events. +// SetFocus sets the focus to a new primitive. All key events will be directed +// down the hierarchy (starting at the root) until a primitive handles them, +// which per default goes towards the focused primitive. // // Blur() will be called on the previously focused primitive. Focus() will be // called on the new primitive. From 112783a97cf9450ec04a27b35c9fec3387fa581e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 3 Jul 2022 20:22:45 +0200 Subject: [PATCH 2/3] Added a funding button to the repo. --- .github/FUNDING.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..6847d21 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: rivo +custom: "https://paypal.me/oliverrivo" From a13d901d33867f425fa4c6da5f6fb16ed0f959bf Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 3 Jul 2022 20:23:58 +0200 Subject: [PATCH 3/3] Simplified funding button. --- .github/FUNDING.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 6847d21..a40760f 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1 @@ github: rivo -custom: "https://paypal.me/oliverrivo"