Redraw the details view on row changes
This cures some update problems that can be observed when setting e.g. date modified as sort column and some script changes various files in the background. Example script: while true; do for f in l m n o a b c d e f g h i j k; do touch "$f" sleep 0.5 done done
Loading
Please register or sign in to comment