wayclip

Wayland clipboard utility
git clone git://git.nihaljere.xyz/wayclip
Log | Files | Refs | README | LICENSE

commit 0005420941843f8d13df25de3b37d1b774cfb3d3
parent c0fe580be69d5d66585576cea46654f7b50a5518
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Tue, 19 Apr 2022 13:02:30 -0500

Revert "waycopy: close stdout immediately, since it is unused"

This reverts commit 096366bc8dc4a0218422fee3ed7716e406bf5697.

This was to bypass what I now consider to be a bug in vis.

Diffstat:
Mwaycopy.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/waycopy.c b/waycopy.c @@ -44,7 +44,6 @@ const char *const tempname = "/waycopy-buffer-XXXXXX"; int main(int argc, char *argv[]) { - close(STDOUT_FILENO); argv0 = argv[0]; parseopts("fs:t:", argc, argv);