mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-19 10:26:56 +01:00
modify size of search box a bit; clarify 'inst:' is for string searches
This commit is contained in:
parent
406d173ced
commit
e2d3eef879
1 changed files with 2 additions and 2 deletions
|
@ -2804,8 +2804,8 @@ main_search() {
|
||||||
dialog --title "Search" --ok-label "PKG" \
|
dialog --title "Search" --ok-label "PKG" \
|
||||||
--extra-button --extra-label "String" \
|
--extra-button --extra-label "String" \
|
||||||
--help-button --inputbox \
|
--help-button --inputbox \
|
||||||
"Enter your search term (prefix your search with 'inst:' \
|
"Enter your search term (prefix your string search with 'inst:' \
|
||||||
to narrow search to installed packages)..." 10 39 \
|
to narrow search to installed packages)..." 11 41 \
|
||||||
2> $TERM_FILE
|
2> $TERM_FILE
|
||||||
case $? in # 0=PKG 3=String 1=Cancel 2=Help
|
case $? in # 0=PKG 3=String 1=Cancel 2=Help
|
||||||
3) STRING=yes ;;
|
3) STRING=yes ;;
|
||||||
|
|
Loading…
Reference in a new issue