Results 500 comments of xaizek

@hpjansson, just in case you already know, do I get it right that new API doesn't provide a way to set background color pair with value >= 256? I don't...

I don't think that such an implementation detail should be used in client code, however you pointing it out explained why there is `setcchar()` function which looked weird until now....

> as a result, ncurses makes no sense, since over 20 years. If you were right, output of `infocmp` between two random `$TERM` values would be empty. And it's not.

Based on comment in `imgcat` script, this seems to pass the image through tmux: ```bash printf "\033Ptmux;\033\033]"; img2sixel test.png | sed 's/\x1b/\x1b\x1b/g'; printf "\a\033\\" ``` Given that there is a...

My version of the binding, which doesn't produce that extra output and seems to work fine: ```bash if [[ $- =~ .*i.* ]]; then function _run_hh() { # clear $READLINE_LINE...

@matt1003, same bash version here. That code works for me fine except for the case when I leave HSTR by pressing Tab, then I get original input prepended to the...

> we can scroll the files and directories list You must be scrolling terminal buffer, Vifm doesn't handle mouse in any way. There were multiple tries to enable mouse in...

It's a bug in v0.10.1 See https://github.com/vifm/vifm/issues/557#issuecomment-642801973 for a workaround or upgrade to a newer version if possible.

Hm, please post output of `:highlight OtherWin` when the issue is visible.

`onedark` is taken from https://github.com/vifm/vifm-colors/blob/master/onedark.vifm, right? Please attach `$VIFM/colors/Default.vifm` and possibly `onedark.vifm` if it differs from the link above. Are you switching colorschemes with `:colorscheme name` command? Interactively or in...