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