1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 12:03:00 +02:00

Print entire changelog since we can scroll

This commit is contained in:
aclist 2022-06-12 16:17:23 +09:00 committed by GitHub
parent 10de829874
commit 748ce0a05f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ changelog(){
prefix="This window can be scrolled." prefix="This window can be scrolled."
echo $prefix echo $prefix
echo "" echo ""
curl -Ls "$md" | awk -v upstream=$upstream -v version=$version '$0 ~ upstream {flag=1}$0 ~ version {flag=0}flag' curl -Ls "$md" | awk '/Unreleased/ {flag=1}flag'
} }
depcheck(){ depcheck(){