Dash

Results 374 comments of Dash

The first one, since I figured I want to avoid the second one as it does additional clearing. _EDIT_: trying out the second invocation doesn't seem to make any change.

I think I just isolated the problem - it seems to manifest itself only when I use xft in URxvt. Using this causes glitches: ``` URxvt.font: xft:Symbola:pixelsize=16,xft:Unifont ``` whereas this...

I already tried to disable buffering, it doesn't change anything.

It's `rxvt-unicode-256color`. Also things stay the same if I try to run vifm inside `tmux`, for which `TERM=screen-256color`.

Yes, it behaves the same. Looks like the behavior is caused by a call to `XClearArea` that is invoked when urxvt redraws the text with xft enabled: https://github.com/exg/rxvt-unicode/blob/master/src/rxvtfont.C#L238 Removing the...

Hm, looks like ranger people [have the same problem with urxvt](https://github.com/hut/ranger/issues/86)...

@xaizek that'd be fine but why ranger does seem to work? (It's probably a lucky coincidence but I wonder what happens sequentially, line by line) Unfortunately I can vouch for...

It happens with a few thousands of small (< 1 MB) files as well as with a few big files (> 1 GB). _But_ now I noticed it seems to...

>The UI might become more responsive That's the important part :)