Skip to content

Commit

Permalink
Fix: Permission denied, /dev/pts/*
Browse files Browse the repository at this point in the history
Issue: spudlyo#20
  • Loading branch information
shka committed May 21, 2020
1 parent 01b3904 commit bfa5708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clipetty.el
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Optionally base64 encode it first if you specify non-nil for ENCODE."
(clipetty--dcs-wrap string tmux term ssh-tty)
nil
(clipetty--tty ssh-tty tmux)
t
nil
0)
(message "Selection too long to send to terminal %d" (length string))
(sit-for 1))))
Expand Down

0 comments on commit bfa5708

Please sign in to comment.