Richard Nguyen

Results 3 comments of Richard Nguyen

I'd also like to see this happen -- if this isn't a priority right now, do you have a suggested workaround for the time being @HonzaKral ? Perhaps even with...

```diff diff --git a/runtime/ui/view/layer.go b/runtime/ui/view/layer.go index c1f9d0c..b3ffc91 100644 --- a/runtime/ui/view/layer.go +++ b/runtime/ui/view/layer.go @@ -2,6 +2,7 @@ package view import ( "fmt" + "strings" "github.com/awesome-gocui/gocui" "github.com/sirupsen/logrus" "github.com/spf13/viper" @@ -324,6 +325,9 @@...

Would also love to see this. I haven't dug deep into the internals for `CliRunner.isolation()` here, so I'm probably not doing this in the most correct way, but here's my...