fix: bin/pass* use clipboard instead of type

This commit is contained in:
ange 2024-03-06 16:54:18 +01:00
parent ec5a258e15
commit 346a498e7d
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
15 changed files with 38 additions and 35 deletions

2
bin/am
View file

@ -8,7 +8,7 @@
function get_row() {
local row _col
IFS=';' read -sdR -p $'\e[6n' row _col
IFS=';' read -rsdR -p $'\e[6n' row _col
echo "${row#??}"
}