浏览代码

Disable du on detail mode switch

master
Arun Prakash Jana 6 年前
父节点
当前提交
5936d3f110
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/nnn.c

+ 1
- 0
src/nnn.c 查看文件

@@ -3917,6 +3917,7 @@ nochange:
case SEL_DETAIL:
cfg.showdetail ^= 1;
cfg.showdetail ? (printptr = &printent_long) : (printptr = &printent);
cfg.blkorder = 0;
continue;
case SEL_FSIZE:
cfg.sizeorder ^= 1;


正在加载...
取消
保存