Skip to content

Commit

Permalink
Rewrite the code for reading and writing files. Now, if the client is
Browse files Browse the repository at this point in the history
not attached, the server process asks it to open the file, similar to
how works for stdin, stdout, stderr. This makes special files like
/dev/fd/X work (used by some shells). stdin, stdout and stderr and
control mode are now just special cases of the same mechanism. This will
also make it easier to use for other commands that read files such as
source-file.
  • Loading branch information
nicm committed Dec 12, 2019
1 parent 64fb7e4 commit c284ebe
Show file tree
Hide file tree
Showing 13 changed files with 949 additions and 495 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ SRCS= alerts.c \
control-notify.c \
control.c \
environ.c \
file.c \
format.c \
format-draw.c \
grid-view.c \
Expand Down
Loading

0 comments on commit c284ebe

Please sign in to comment.