diff --git a/NOTES.md b/NOTES.md index c176421..a1e2e1a 100644 --- a/NOTES.md +++ b/NOTES.md @@ -11,3 +11,8 @@ - [WordWrap is broken in some cases](https://gitlab.com/tslocum/cview/-/issues/27#note_475438483) - close #156 if this is fixed - [Prevent panic when reformatting](https://gitlab.com/tslocum/cview/-/issues/50) - can't reliably reproduce or debug - [Unicode bullet symbol mask causes issues with PasswordInput](https://gitlab.com/tslocum/cview/-/issues/55) + + +## Upstream PRs +- [Add TextDimensions](https://gitlab.com/tslocum/cview/-/merge_requests/14) + - For #197 diff --git a/structs/structs.go b/structs/structs.go index c2d36d9..1f07aa9 100644 --- a/structs/structs.go +++ b/structs/structs.go @@ -1,3 +1,4 @@ +//nolint:lll package structs import "time"