Per Bothner
Per Bothner
I expressed my recommendation in issue #6787. Having a "default config.nu" is a bug (an "anti-pattern"). Very few applications do this - for good reason. Nothing should be in the...
_"No matter what the hook is, it collects the whole pipeline here:"_ To clarify: If there is *no* display hook set, does it still wait for the whole pipeline? That...
> I think `run_hook_block` might need to be rewritten to return a `PipelineData` instead of a `Value`. I don't think that would help in the use-case of displaying a table...
[DomTerm](https://domterm.org) also [supports moving the cursor with a mouse click](http://domterm.org/Tips.html#move-cursor-with-mouse), by sending arrow key sequences. You can always do Alt-click. With an appropriate escape sequence in your prompt, it also...
Oops my apologies. I've been trying out both zsh and fish, and got confused about all my tabs :-) I'll look for a suitable prompt for fish.
This seems to work for Fish: function fish_prompt --description 'Write out the prompt' # generic prompt used for non-DomTerm terminals and as base for DomTerm set -l suffix '$ '...
_That executes sh (which is probably a different shell) and asks it about its parent pid - which is of course zsh's._ Right - which is what I wanted. Is...
I don't see any reason ssh should be a problem with mouse support. Both traditional xterm mouse support (as used by emacs), as well as how DomTerm translates a mouse-click...
@mcarans "I'm looking for a terminal emulator with this feature" Please try [DomTerm](https://domterm.org) and follow [these instructions](http://domterm.org/Shell-prompts.html). Let me know if you have any problems. A recent version of fish...
I've only tested using what I believe is the default `brew` installation directory. It looks like you would need to do: `--with-qt=/opt/homebrew/opt/qt6/share/qt/libexec`. Could you try that?