Skip to content
Snippets Groups Projects
Commit 70f7adec authored by yorhel's avatar yorhel
Browse files

Fixed version in ncdu.1, and filenames ending with a tilde are now also hidden with the 'h'-key

git-svn-id: svn://blicky.net/ncdu/trunk@24 ce56bc8d-f834-0410-b703-f827bd498a76
parent 2533cb19
No related branches found
No related tags found
No related merge requests found
." Text automatically generated by txt2man
.TH NCDU 1 "July 21, 2007" "ncdu-1.2" "ncdu manual"
.TH NCDU 1 "July 21, 2007" "ncdu-svn" "ncdu manual"
.SH NAME
\fBncdu \fP- NCurses Disk Usage
.SH SYNOPSIS
......
......@@ -145,7 +145,7 @@ char *graph(off_t max, off_t size) {
#define exlhid(x) if(bflags & BF_HIDE && (\
(!(x->flags & FF_PAR) && x->name[0] == '.')\
(!(x->flags & FF_PAR) && (x->name[0] == '.' || x->name[strlen(x->name)-1] == '~'))\
|| x->flags & FF_EXL)\
) { i--; continue; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment