fix osc52

This commit is contained in:
2023-11-18 01:01:29 -05:00
parent 6e232cd648
commit 7b64052109
+1 -1
View File
@@ -9,7 +9,7 @@ function osc52() {
} }
function osc52_file() { function osc52_file() {
echo -en "\033]52;c;$(base64 $1)\a" echo -en "\033]52;c;$(base64 $1 | tr -d '\n')\a"
} }
function pubkey() { function pubkey() {