Update README.md

This commit is contained in:
skyper
2024-09-18 20:24:28 +01:00
committed by GitHub
parent b46b5eaec6
commit b0ce1f6967
+1
View File
@@ -161,6 +161,7 @@ alias screen="screen -ln"
reset -I
resize &>/dev/null || stty -echo;printf "\033[18t";read -t5 -rdt R;stty sane $(echo "${R:-8;80;25}"|awk -F";" '{ printf "rows "$3" cols "$2; }')
# stty sane rows 60 cols 160
```
Bonus tip: