Ian O'Neill

Results 15 comments of Ian O'Neill

So this and #13942 are somewhat related. Of the tab related context menu items "Duplicate Tab", "Split Tab", "Export Text" and "Find", the only one that does what you expect...

Hmm doesn't look like it's that straight forward - `_SetFocusedTab()` is async. As @JerBast suggests - `_DuplicateTab()` and `_SplitTab()` delegate to `_MakePane()`, which won't necessarily get the focused tab due...

I'd come to the same conclusions. There's no point 3 people working on it though, so I'll leave it to you 🙂

I think bug 1 may be a dupe of #13495 - the history size input does exactly the same thing.

I've added a commit to this on my fork of the terminal that no longer extends from `std::map` - https://github.com/ianjoneill/terminal/tree/dev/miniksa/env. Should I open another MR or is there some way...