From 7b5d5db142adfa20438ed8eedbc97d229ea738ea Mon Sep 17 00:00:00 2001 From: makeworld Date: Wed, 17 Feb 2021 12:18:16 -0500 Subject: [PATCH] Add issues to NOTES.md --- NOTES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NOTES.md b/NOTES.md index 5af1b1e..7eaf9a0 100644 --- a/NOTES.md +++ b/NOTES.md @@ -6,5 +6,7 @@ ## Upstream Bugs - Bookmark keys aren't deleted, just set to `""` - Waiting on [this viper PR](https://github.com/spf13/viper/pull/519) to be merged -- Help table cells aren't dynamically wrapped - - Filed [issue 29](https://gitlab.com/tslocum/cview/-/issues/29) +- [cview.Styles not being used](https://gitlab.com/tslocum/cview/-/issues/47) - issue is circumvented in Amfora +- [ANSI conversion is messed up](https://gitlab.com/tslocum/cview/-/issues/48) +- [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