neovim/clint-files.txt
Thiago de Arruda 001d05541b Extract reading boilerplate into rstream.c module
The `RStream` class hides the differences between files and other types of
streams with a simpler, general-purpose API for performing non-blocking reads
with libuv. Most of the code was adapted from input.c.
2014-04-16 09:56:45 -03:00

23 lines
334 B
Plaintext

src/indent.c
src/indent.h
src/os/env.c
src/os/event.c
src/os/event_defs.h
src/os/event.h
src/os/input.c
src/os/input.h
src/os/rstream.c
src/os/rstream_defs.h
src/os/rstream.h
src/os/job.c
src/os/job_defs.h
src/os/job.h
src/os/mem.c
src/os/os.h
src/os/shell.c
src/os/shell.h
src/os/signal.c
src/os/signal.h
src/os/time.c
src/os/time.h