Ian McDowell
Ian McDowell
I agree that vi/vim would be an awesome addition to the app. There is additional work required until we will be able to support it. OpenTerm has only until recently...
I think NSAttributedString & CoreText is probably the best approach for this app. I'd like to not have to deal with WKWebView and its own sandboxing & file I/O issues...
More work on this in #85. We can support `curl` progress bars now!
I have this working for typing into `stdin` while commands are running (PR #85). It should be simple to apply it to input while no commands are running as well....
Turns out the `PanelManager` was missing a panel in the `panels` array. A better error should be thrown if a panel is presented that is not part of the `panels`...
Thanks for looking into this, @iosdevzone. I'll take a look into this as well. If you have a working solution, feel free to open a PR.
I've opened PR #2, which fixes this issue locally for me. Can you confirm?
This seems related: https://github.com/rust-lang/cc-rs/issues/948