Browse Source

Add file to the list of deps

master
Arun Prakash Jana 6 years ago
parent
commit
48c14230a6
No known key found for this signature in database GPG Key ID: A75979F35C080412
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      README.md
  2. +1
    -1
      src/nnn.c

+ 1
- 0
README.md View File

@@ -316,6 +316,7 @@ The following indicators are used in the detail view:
| External dependency | Operation |
| --- | --- |
| xdg-open (Linux), open(1) (OS X), cygstart (Cygwin) | desktop opener |
| file | determine file type |
| cp, mv, rm | copy, move and remove files |
| mediainfo, exiftool | multimedia file details |
| atool, patool ([integration](#integrate-patool)) | create, list and extract archives |


+ 1
- 1
src/nnn.c View File

@@ -175,7 +175,7 @@ disabledbg()
#define ENTRY_INCR 64 /* Number of dir 'entry' structures to allocate per shot */
#define NAMEBUF_INCR 0x1000 /* 64 dir entries at a time, avg. 64 chars per filename = 64*64B = 4KB */
#define DESCRIPTOR_LEN 32
#define _ALIGNMENT 0x10
#define _ALIGNMENT 0x10 /* 16-byte alignment */
#define _ALIGNMENT_MASK 0xF
#define SYMLINK_TO_DIR 0x1
#define MAX_HOME_LEN 64


||||||
x
 
000:0
Loading…
Cancel
Save