Johannes Altmanninger
Johannes Altmanninger
Yeah sounds good; FWIW the (completion) pager shows on Tab and the pager search field shows on Shift+Tab, Control+S or Control+R which move the cursor to that search field. Ideally...
I think this is good as-is, let's just add the backward variant and make them also move the cursor if `self.pager.is_search_field_shown()`. Would be nice to be able to use something...
> Is it possible to have is_navigating_pager_contents() but not have is_search_field_shown() be true? Yes. In that case we should probably do nothing (moving the cursor might break some invariants that...
I haven't been able to reproduce and this log doesn't have information to fix the problem with `-1` versus u32 -- either `dart` or `lsp-types` is wrong. A full log...
If `lsp_debug` is true, there should be a log line with `From server` that shows the invalid(?) request that contains `-1` somewhere.
the debug level logs are missing which makes this difficult. One would need to look into dart code to see what it might be sending. Better to get debug logs
might be good to root-cause it - I'm not sure what the minimal repro contains, maybe fish-async-prompt and starship
I can reproduce on WezTerm with this script (without `fish-async-prompt`) ```shell #!/bin/sh home=/tmp/tmphome mkdir -p $home/.config cat >$home/.config/starship.toml
I'm thinking we should maybe turn on repainting on SIGWINCH again for Konsole and WezTerm, because unlike GNOMME Terminal and alacritty, those are not affected by the [right prompt issue](https://github.com/fish-shell/fish-shell/issues/7491#issuecomment-731261320)...
> Similar issue with `ssh -O`. For example, `ssh -O exit example.com`. fish does not autocomplete the list of hosts right, we should make it use argparse, like in share/completions/git.fish