clipetty icon indicating copy to clipboard operation
clipetty copied to clipboard

Fix: NOT append to tty

Open shka opened this issue 4 years ago • 0 comments

Issue: spudlyo/clipetty#20

I noticed that append to tty causes the "Permission denied" as below - It occurred in Termux (not tmux), and the same issue occurred in emacs 26.3 on Termux. Therefore, I changed a parameter in write-region function at the clipetty--emit. I hope that this PR solves your issues also!

$ echo test > `tty`
test
$ echo test >> `tty`
Permission denied

This PR will close spudlyo/clipetty#20 .

shka avatar May 21 '20 22:05 shka