ctpv/src
Nikita Ivanov 46a00e4d4e
Ignore 141 error code
Apparently it means process was terminated with SIGPIPE
and we want to ignore this error because lf sends this
signal when enough lines of input are read
2022-06-10 11:42:57 +05:00
..
config.c Add support for comments in config 2022-06-09 12:34:21 +05:00
config.h Move .c and .h to src/ 2022-06-08 15:41:30 +05:00
ctpv.c Minor 2022-06-09 10:02:30 +05:00
ctpv.h Move .c and .h to src/ 2022-06-08 15:41:30 +05:00
error.c Move .c and .h to src/ 2022-06-08 15:41:30 +05:00
error.h Move .c and .h to src/ 2022-06-08 15:41:30 +05:00
lexer.c Add support for comments in config 2022-06-09 12:34:21 +05:00
lexer.h Move .c and .h to src/ 2022-06-08 15:41:30 +05:00
preview.c Ignore 141 error code 2022-06-10 11:42:57 +05:00
preview.h Add ability to change previews priority in config 2022-06-09 10:54:37 +05:00
server.c Minor 2022-06-09 10:02:30 +05:00
server.h Move .c and .h to src/ 2022-06-08 15:41:30 +05:00
shell.c Minor 2022-06-09 10:02:30 +05:00
shell.h Move .c and .h to src/ 2022-06-08 15:41:30 +05:00
utils.c Move .c and .h to src/ 2022-06-08 15:41:30 +05:00
utils.h Move .c and .h to src/ 2022-06-08 15:41:30 +05:00
vector.c Move .c and .h to src/ 2022-06-08 15:41:30 +05:00
vector.h Move .c and .h to src/ 2022-06-08 15:41:30 +05:00