]> Sergey Matveev's repositories - nnn.git/commit
Detach process with F_NOWAIT (#450)
authorKlzXS <azszwymmvqdi@yahoo.com>
Fri, 24 Jan 2020 13:28:43 +0000 (14:28 +0100)
committerMischievous Meerkat <engineerarun@gmail.com>
Fri, 24 Jan 2020 13:28:43 +0000 (18:58 +0530)
commit27617c0446455ed416c5348080a1a3dbde9338c6
treed20747892a75d5217baaa02ad11aef580c0fa6eb
parent827875c3ef4c314220edfc842a96c8e3baf5211f
Detach process with F_NOWAIT (#450)

* Experimental PCRE library support

To compile with PCRE install libpcre-dev(el) and run:

cc  -Wall -Wextra -O3 -DPCRE -D_GNU_SOURCE -D_DEFAULT_SOURCE -I/usr/include/ncursesw -I/usr/include -o nnn src/nnn.c -lreadline -lncursesw -ltinfo -lpcre

* Detach process with F_NOWAIT

Co-authored-by: Mischievous Meerkat <engineerarun@gmail.com>
src/nnn.c