0 36 unknown-token | # $1, $2, ... - elements of the list 36 37 commandseparator | 37 121 unknown-token | # $NLIST_NONSELECTABLE_ELEMENTS - array of indexes (1-based) that cannot be selected 121 122 commandseparator | 122 204 unknown-token | # $REPLY is the output variable - contains index (1-based) or -1 when no selection 204 205 commandseparator | 205 302 unknown-token | # $reply (array) is the second part of the output - use the index (REPLY) to get selected element 302 303 commandseparator | 303 304 unknown-token | # 304 305 commandseparator | 305 357 unknown-token | # Copy this file into /usr/share/zsh/site-functions/ 357 358 commandseparator | 358 395 unknown-token | # and add 'autoload n-list` to .zshrc 395 396 commandseparator | 396 397 unknown-token | # 397 398 commandseparator | 398 452 unknown-token | # This function outputs a list of elements that can be 452 453 commandseparator | 453 499 unknown-token | # navigated with keyboard. Uses curses library 499 500 commandseparator | 500 501 unknown-token | 501 508 builtin | emulate 509 512 single-hyphen-option | -LR 513 516 default | zsh 516 517 commandseparator | 517 518 unknown-token | 518 524 builtin | setopt 525 538 default | typesetsilent 539 551 default | extendedglob 552 564 default | noshortloops 564 565 commandseparator | 565 566 unknown-token | 566 587 assign | _nlist_has_terminfo=0 587 588 commandseparator | 588 589 unknown-token | 589 597 builtin | zmodload 598 608 default | zsh/curses 608 609 commandseparator | 609 617 builtin | zmodload 618 630 default | zsh/terminfo 631 633 redirection | 2> 633 642 path | /dev/null 643 645 commandseparator | && 646 667 assign | _nlist_has_terminfo=1 667 668 commandseparator | 668 669 unknown-token | 669 691 alias | want_to_call_something 691 692 commandseparator | 692 693 unknown-token | 693 697 builtin | trap 698 726 double-quoted-argument | "REPLY=-2; reply=(); return" 727 731 default | TERM 732 735 default | INT 736 740 default | QUIT 740 741 commandseparator | 741 745 builtin | trap 746 759 double-quoted-argument | "_nlist_exit" 760 764 default | EXIT 764 765 commandseparator | 765 766 unknown-token | 766 785 unknown-token | # Drawing and input 785 786 commandseparator | 786 794 builtin | autoload 795 806 default | n-list-draw 807 819 default | n-list-input 819 820 commandseparator | 820 821 unknown-token | 821 846 unknown-token | # Cleanup before any exit 846 847 commandseparator | 847 858 unknown-token | _nlist_exit 858 860 default | () 861 862 default | { 862 863 commandseparator | 867 873 builtin | setopt 874 886 default | localoptions 886 887 commandseparator | 891 897 builtin | setopt 898 910 default | extendedglob 910 911 commandseparator | 911 912 unknown-token | 916 918 reserved-word | [[ 919 927 double-quoted-argument | "$REPLY" 920 926 dollar-double-quoted-argument | $REPLY 928 929 default | = 930 945 single-hyphen-option | -(#c0,1)[0-9]## 946 948 default | ]] 949 951 commandseparator | || 952 962 assign | REPLY="-1" 962 963 commandseparator | 967 974 unknown-token | zcurses 975 977 redirection | 2> 977 986 path | /dev/null 987 993 default | delwin 994 999 default | inner 999 1000 commandseparator | 1004 1011 unknown-token | zcurses 1012 1014 redirection | 2> 1014 1023 path | /dev/null 1024 1030 default | delwin 1031 1035 default | main 1035 1036 commandseparator | 1040 1047 unknown-token | zcurses 1048 1050 redirection | 2> 1050 1059 path | /dev/null 1060 1067 default | refresh 1067 1068 commandseparator | 1072 1079 unknown-token | zcurses 1080 1083 default | end 1083 1084 commandseparator | 1088 1111 unknown-token | _nlist_alternate_screen 1112 1113 default | 0 1113 1114 commandseparator | 1118 1142 unknown-token | _nlist_cursor_visibility 1143 1144 default | 1 1144 1145 commandseparator | 1149 1154 builtin | unset 1155 1174 default | _nlist_has_terminfo 1174 1175 commandseparator | 1175 1176 reserved-word | } 1176 1177 commandseparator | 1177 1178 unknown-token | 1178 1225 unknown-token | # Outputs a message in the bottom of the screen 1225 1226 commandseparator | 1226 1243 unknown-token | _nlist_status_msg 1243 1245 default | () 1246 1247 default | { 1247 1248 commandseparator | 1252 1292 unknown-token | # -1 for border, -1 for 0-based indexing 1292 1293 commandseparator | 1297 1304 unknown-token | zcurses 1305 1309 default | move 1310 1314 default | main 1315 1341 default | $(( term_height - 1 - 1 )) 1342 1343 default | 2 1343 1344 commandseparator | 1348 1355 unknown-token | zcurses 1356 1361 default | clear 1362 1366 default | main 1367 1370 default | eol 1370 1371 commandseparator | 1375 1382 unknown-token | zcurses 1383 1389 default | string 1390 1394 default | main 1395 1399 double-quoted-argument | "$1" 1396 1398 dollar-double-quoted-argument | $1 1399 1400 commandseparator | 1404 1445 unknown-token | #status_msg_strlen is localized in caller 1445 1446 commandseparator | 1450 1471 assign | status_msg_strlen=$#1 1471 1472 commandseparator | 1472 1473 reserved-word | } 1473 1474 commandseparator | 1474 1475 unknown-token | 1475 1510 unknown-token | # Prefer tput, then module terminfo 1510 1511 commandseparator | 1511 1535 unknown-token | _nlist_cursor_visibility 1535 1537 default | () 1538 1539 default | { 1539 1540 commandseparator | 1544 1546 reserved-word | if 1547 1551 builtin | type 1552 1556 default | tput 1557 1559 redirection | 2> 1559 1568 path | /dev/null 1569 1572 redirection | 1>& 1572 1573 default | 2 1573 1574 commandseparator | ; 1575 1579 reserved-word | then 1579 1580 unknown-token | 1588 1589 builtin | [ 1590 1594 double-quoted-argument | "$1" 1591 1593 dollar-double-quoted-argument | $1 1595 1596 default | = 1597 1600 double-quoted-argument | "1" 1601 1602 default | ] 1603 1605 commandseparator | && 1606 1607 reserved-word | { 1608 1612 command | tput 1613 1618 default | cvvis 1618 1619 commandseparator | ; 1620 1624 command | tput 1625 1630 default | cnorm 1631 1632 reserved-word | } 1632 1633 commandseparator | 1641 1642 builtin | [ 1643 1647 double-quoted-argument | "$1" 1644 1646 dollar-double-quoted-argument | $1 1648 1649 default | = 1650 1653 double-quoted-argument | "0" 1654 1655 default | ] 1656 1658 commandseparator | && 1659 1663 command | tput 1664 1669 default | civis 1669 1670 commandseparator | 1674 1678 reserved-word | elif 1679 1680 builtin | [ 1681 1703 double-quoted-argument | "$_nlist_has_terminfo" 1682 1702 dollar-double-quoted-argument | $_nlist_has_terminfo 1704 1705 default | = 1706 1709 double-quoted-argument | "1" 1710 1711 default | ] 1711 1712 commandseparator | ; 1713 1717 reserved-word | then 1717 1718 unknown-token | 1726 1727 builtin | [ 1728 1732 double-quoted-argument | "$1" 1729 1731 dollar-double-quoted-argument | $1 1733 1734 default | = 1735 1738 double-quoted-argument | "1" 1739 1740 default | ] 1741 1743 commandseparator | && 1744 1745 reserved-word | { 1746 1747 builtin | [ 1748 1750 single-hyphen-option | -n 1751 1767 default | $terminfo[cvvis] 1768 1769 default | ] 1770 1772 commandseparator | && 1773 1777 builtin | echo 1778 1780 single-hyphen-option | -n 1781 1797 default | $terminfo[cvvis] 1797 1798 commandseparator | ; 1798 1799 unknown-token | 1826 1827 builtin | [ 1828 1830 single-hyphen-option | -n 1831 1847 default | $terminfo[cnorm] 1848 1849 default | ] 1850 1852 commandseparator | && 1853 1857 builtin | echo 1858 1860 single-hyphen-option | -n 1861 1877 default | $terminfo[cnorm] 1878 1879 reserved-word | } 1879 1880 commandseparator | 1888 1889 builtin | [ 1890 1894 double-quoted-argument | "$1" 1891 1893 dollar-double-quoted-argument | $1 1895 1896 default | = 1897 1900 double-quoted-argument | "0" 1901 1902 default | ] 1903 1905 commandseparator | && 1906 1907 builtin | [ 1908 1910 single-hyphen-option | -n 1911 1927 default | $terminfo[civis] 1928 1929 default | ] 1930 1932 commandseparator | && 1933 1937 builtin | echo 1938 1940 single-hyphen-option | -n 1941 1957 default | $terminfo[civis] 1957 1958 commandseparator | 1962 1964 reserved-word | fi 1965 1966 commandseparator | 1966 1967 reserved-word | } 1967 1968 commandseparator | 1968 1969 unknown-token | 1969 2019 unknown-token | # Reason for this function is that on some systems 2019 2020 commandseparator | 2020 2068 unknown-token | # smcup and rmcup are not knowing why left empty 2068 2069 commandseparator | 2069 2092 unknown-token | _nlist_alternate_screen 2092 2094 default | () 2095 2096 default | { 2096 2097 commandseparator | 2101 2102 builtin | [ 2103 2125 double-quoted-argument | "$_nlist_has_terminfo" 2104 2124 dollar-double-quoted-argument | $_nlist_has_terminfo 2126 2129 single-hyphen-option | -ne 2130 2133 double-quoted-argument | "1" 2134 2135 default | ] 2136 2138 commandseparator | && 2139 2145 builtin | return 2145 2146 commandseparator | 2150 2152 reserved-word | [[ 2153 2157 double-quoted-argument | "$1" 2154 2156 dollar-double-quoted-argument | $1 2158 2159 default | = 2160 2163 double-quoted-argument | "1" 2164 2166 commandseparator | && 2167 2169 unknown-token | -n 2170 2188 double-quoted-argument | "$terminfo[smcup]" 2171 2180 dollar-double-quoted-argument | $terminfo 2189 2191 default | ]] 2192 2194 commandseparator | && 2195 2201 builtin | return 2201 2202 commandseparator | 2206 2208 reserved-word | [[ 2209 2213 double-quoted-argument | "$1" 2210 2212 dollar-double-quoted-argument | $1 2214 2215 default | = 2216 2219 double-quoted-argument | "0" 2220 2222 commandseparator | && 2223 2225 unknown-token | -n 2226 2244 double-quoted-argument | "$terminfo[rmcup]" 2227 2236 dollar-double-quoted-argument | $terminfo 2245 2247 default | ]] 2248 2250 commandseparator | && 2251 2257 builtin | return 2257 2258 commandseparator | 2258 2259 unknown-token | 2263 2267 reserved-word | case 2268 2275 double-quoted-argument | "$TERM" 2269 2274 dollar-double-quoted-argument | $TERM 2276 2278 default | in 2278 2279 commandseparator | 2287 2293 unknown-token | *rxvt* 2293 2294 reserved-word | ) 2294 2295 commandseparator | 2307 2308 builtin | [ 2309 2313 double-quoted-argument | "$1" 2310 2312 dollar-double-quoted-argument | $1 2314 2315 default | = 2316 2319 double-quoted-argument | "1" 2320 2321 default | ] 2322 2324 commandseparator | && 2325 2329 builtin | echo 2330 2332 single-hyphen-option | -n 2333 2350 dollar-quoted-argument | $'\x1b7\x1b[?47h' 2335 2339 back-dollar-quoted-argument | \x1b 2340 2344 back-dollar-quoted-argument | \x1b 2350 2351 commandseparator | 2363 2364 builtin | [ 2365 2369 double-quoted-argument | "$1" 2366 2368 dollar-double-quoted-argument | $1 2370 2371 default | = 2372 2375 double-quoted-argument | "0" 2376 2377 default | ] 2378 2380 commandseparator | && 2381 2385 builtin | echo 2386 2388 single-hyphen-option | -n 2389 2413 dollar-quoted-argument | $'\x1b[2J\x1b[?47l\x1b8' 2391 2395 back-dollar-quoted-argument | \x1b 2398 2402 back-dollar-quoted-argument | \x1b 2407 2411 back-dollar-quoted-argument | \x1b 2413 2414 commandseparator | 2426 2428 unknown-token | ;; 2428 2429 commandseparator | 2437 2438 unknown-token | * 2438 2439 reserved-word | ) 2439 2440 commandseparator | 2452 2453 builtin | [ 2454 2458 double-quoted-argument | "$1" 2455 2457 dollar-double-quoted-argument | $1 2459 2460 default | = 2461 2464 double-quoted-argument | "1" 2465 2466 default | ] 2467 2469 commandseparator | && 2470 2474 builtin | echo 2475 2477 single-hyphen-option | -n 2478 2492 dollar-quoted-argument | $'\x1b[?1049h' 2480 2484 back-dollar-quoted-argument | \x1b 2492 2493 commandseparator | 2505 2506 builtin | [ 2507 2511 double-quoted-argument | "$1" 2508 2510 dollar-double-quoted-argument | $1 2512 2513 default | = 2514 2517 double-quoted-argument | "0" 2518 2519 default | ] 2520 2522 commandseparator | && 2523 2527 builtin | echo 2528 2530 single-hyphen-option | -n 2531 2545 dollar-quoted-argument | $'\x1b[?1049l' 2533 2537 back-dollar-quoted-argument | \x1b 2545 2546 commandseparator | 2558 2640 unknown-token | # just to remember two other that work: $'\x1b7\x1b[r\x1b[?47h', $'\x1b[?47l\x1b8' 2640 2641 commandseparator | 2653 2655 unknown-token | ;; 2655 2656 commandseparator | 2660 2664 reserved-word | esac 2664 2665 commandseparator | 2665 2666 reserved-word | } 2666 2667 commandseparator | 2667 2668 unknown-token | 2668 2703 unknown-token | _nlist_compute_user_vars_difference 2703 2705 default | () 2706 2707 default | { 2707 2708 commandseparator | 2716 2718 reserved-word | if 2719 2721 reserved-word | [[ 2722 2758 double-quoted-argument | "${(t)NLIST_NONSELECTABLE_ELEMENTS}" 2759 2761 history-expansion | != 2762 2769 double-quoted-argument | "array" 2770 2772 commandseparator | && 2772 2773 unknown-token | 2789 2825 unknown-token | "${(t)NLIST_NONSELECTABLE_ELEMENTS}" 2826 2828 history-expansion | != 2829 2842 double-quoted-argument | "array-local" 2843 2845 default | ]] 2845 2846 commandseparator | 2854 2858 reserved-word | then 2858 2859 unknown-token | 2871 2896 assign | last_element_difference=0 2896 2897 commandseparator | 2909 2929 assign | current_difference=0 2929 2930 commandseparator | 2938 2942 reserved-word | else 2942 2943 unknown-token | 2955 3009 assign | last_element_difference=$#NLIST_NONSELECTABLE_ELEMENTS 3009 3010 commandseparator | 3022 3042 assign | current_difference=0 3042 3043 commandseparator | 3055 3060 builtin | local 3061 3064 default | idx 3064 3065 commandseparator | 3077 3080 reserved-word | for 3081 3084 default | idx 3085 3087 default | in 3088 3127 double-quoted-argument | "${(n)NLIST_NONSELECTABLE_ELEMENTS[@]}" 3127 3128 commandseparator | ; 3129 3131 reserved-word | do 3131 3132 unknown-token | 3148 3149 builtin | [ 3150 3156 double-quoted-argument | "$idx" 3151 3155 dollar-double-quoted-argument | $idx 3157 3160 single-hyphen-option | -le 3161 3181 double-quoted-argument | "$NLIST_CURRENT_IDX" 3162 3180 dollar-double-quoted-argument | $NLIST_CURRENT_IDX 3182 3183 default | ] 3184 3186 commandseparator | && 3187 3208 assign | current_difference+=1 3209 3211 commandseparator | || 3212 3217 builtin | break 3217 3218 commandseparator | 3230 3234 reserved-word | done 3234 3235 commandseparator | 3243 3245 reserved-word | fi 3245 3246 commandseparator | 3246 3247 reserved-word | } 3247 3248 commandseparator | 3248 3249 unknown-token | 3249 3306 unknown-token | # List was processed, check if variables aren't off range 3306 3307 commandseparator | 3307 3325 unknown-token | _nlist_verify_vars 3325 3327 default | () 3328 3329 default | { 3329 3330 commandseparator | 3334 3335 builtin | [ 3336 3356 double-quoted-argument | "$NLIST_CURRENT_IDX" 3337 3355 dollar-double-quoted-argument | $NLIST_CURRENT_IDX 3357 3360 single-hyphen-option | -gt 3361 3376 double-quoted-argument | "$last_element" 3362 3375 dollar-double-quoted-argument | $last_element 3377 3378 default | ] 3379 3381 commandseparator | && 3382 3415 assign | NLIST_CURRENT_IDX="$last_element" 3415 3416 commandseparator | 3420 3422 reserved-word | [[ 3423 3443 double-quoted-argument | "$NLIST_CURRENT_IDX" 3424 3442 dollar-double-quoted-argument | $NLIST_CURRENT_IDX 3444 3447 single-hyphen-option | -eq 3448 3449 default | 0 3450 3452 commandseparator | && 3453 3468 unknown-token | "$last_element" 3469 3472 single-hyphen-option | -ne 3473 3474 default | 0 3475 3477 default | ]] 3478 3480 commandseparator | && 3481 3500 assign | NLIST_CURRENT_IDX=1 3500 3501 commandseparator | 3505 3507 reserved-word | (( 3594 3596 reserved-word | )) 3596 3597 commandseparator | 3597 3598 reserved-word | } 3598 3599 commandseparator | 3599 3600 unknown-token | 3600 3651 unknown-token | # Compute the variables which are shown to the user 3651 3652 commandseparator | 3652 3674 unknown-token | _nlist_setup_user_vars 3674 3676 default | () 3677 3678 default | { 3678 3679 commandseparator | 3683 3685 reserved-word | if 3686 3687 builtin | [ 3688 3692 double-quoted-argument | "$1" 3689 3691 dollar-double-quoted-argument | $1 3693 3694 default | = 3695 3698 double-quoted-argument | "1" 3699 3700 default | ] 3700 3701 commandseparator | ; 3702 3706 reserved-word | then 3706 3707 unknown-token | 3715 3763 unknown-token | # Basic values when there are no non-selectables 3763 3764 commandseparator | 3772 3815 assign | NLIST_USER_CURRENT_IDX="$NLIST_CURRENT_IDX" 3815 3816 commandseparator | 3824 3863 assign | NLIST_USER_LAST_ELEMENT="$last_element" 3863 3864 commandseparator | 3868 3872 reserved-word | else 3872 3873 unknown-token | 3881 3916 unknown-token | _nlist_compute_user_vars_difference 3916 3917 commandseparator | 3925 3993 assign | NLIST_USER_CURRENT_IDX=$(( NLIST_CURRENT_IDX - current_difference )) 3993 3994 commandseparator | 4002 4071 assign | NLIST_USER_LAST_ELEMENT=$(( last_element - last_element_difference )) 4071 4072 commandseparator | 4076 4078 reserved-word | fi 4078 4079 commandseparator | 4079 4080 reserved-word | } 4080 4081 commandseparator | 4081 4082 unknown-token | 4082 4107 unknown-token | _nlist_colorify_disp_list 4107 4109 default | () 4110 4111 default | { 4111 4112 commandseparator | 4116 4121 builtin | local 4122 4140 default | col=$'\x1b[00;34m' 4141 4157 default | reset=$'\x1b[0m' 4157 4158 commandseparator | 4162 4163 builtin | [ 4164 4166 single-hyphen-option | -n 4167 4190 double-quoted-argument | "$NLIST_COLORING_COLOR" 4168 4189 dollar-double-quoted-argument | $NLIST_COLORING_COLOR 4191 4192 default | ] 4193 4195 commandseparator | && 4196 4223 assign | col="$NLIST_COLORING_COLOR" 4223 4224 commandseparator | 4228 4229 builtin | [ 4230 4232 single-hyphen-option | -n 4233 4260 double-quoted-argument | "$NLIST_COLORING_END_COLOR" 4234 4259 dollar-double-quoted-argument | $NLIST_COLORING_END_COLOR 4261 4262 default | ] 4263 4265 commandseparator | && 4266 4299 assign | reset="$NLIST_COLORING_END_COLOR" 4299 4300 commandseparator | 4300 4301 unknown-token | 4305 4307 reserved-word | if 4308 4309 builtin | [ 4310 4342 double-quoted-argument | "$NLIST_COLORING_MATCH_MULTIPLE" 4311 4341 dollar-double-quoted-argument | $NLIST_COLORING_MATCH_MULTIPLE 4343 4346 single-hyphen-option | -eq 4347 4348 default | 1 4349 4350 default | ] 4350 4351 commandseparator | ; 4352 4356 reserved-word | then 4356 4357 unknown-token | 4365 4376 assign | disp_list=( 4377 4444 double-quoted-argument | "${(@)disp_list//(#mi)$~NLIST_COLORING_PATTERN/$col${MATCH}$reset}" 4424 4428 dollar-double-quoted-argument | $col 4428 4436 dollar-double-quoted-argument | ${MATCH} 4436 4442 dollar-double-quoted-argument | $reset 4445 4446 assign | ) 4446 4447 commandseparator | 4451 4455 reserved-word | else 4455 4456 unknown-token | 4464 4475 assign | disp_list=( 4476 4542 double-quoted-argument | "${(@)disp_list/(#mi)$~NLIST_COLORING_PATTERN/$col${MATCH}$reset}" 4522 4526 dollar-double-quoted-argument | $col 4526 4534 dollar-double-quoted-argument | ${MATCH} 4534 4540 dollar-double-quoted-argument | $reset 4543 4544 assign | ) 4544 4545 commandseparator | 4549 4551 reserved-word | fi 4551 4552 commandseparator | 4552 4553 reserved-word | } 4553 4554 commandseparator | 4554 4555 unknown-token | 4555 4556 unknown-token | # 4556 4557 commandseparator | 4557 4568 unknown-token | # Main code 4568 4569 commandseparator | 4569 4570 unknown-token | # 4570 4571 commandseparator | 4571 4572 unknown-token | 4572 4604 unknown-token | # Check if there is proper input 4604 4605 commandseparator | 4605 4607 reserved-word | if 4608 4609 builtin | [ 4610 4614 double-quoted-argument | "$#" 4615 4618 single-hyphen-option | -lt 4619 4620 default | 1 4621 4622 default | ] 4622 4623 commandseparator | ; 4624 4628 reserved-word | then 4628 4629 unknown-token | 4633 4637 builtin | echo 4638 4667 double-quoted-argument | "Usage: n-list element_1 ..." 4667 4668 commandseparator | 4672 4678 builtin | return 4679 4680 default | 1 4680 4681 commandseparator | 4681 4683 reserved-word | fi 4683 4684 commandseparator | 4684 4685 unknown-token | 4685 4695 assign | REPLY="-1" 4695 4696 commandseparator | 4696 4703 builtin | typeset 4704 4707 single-hyphen-option | -ga 4708 4713 default | reply 4713 4714 commandseparator | 4714 4721 assign | reply=( 4721 4722 assign | ) 4722 4723 commandseparator | 4723 4724 unknown-token | 4724 4731 builtin | integer 4732 4752 default | term_height="$LINES" 4752 4753 commandseparator | 4753 4760 builtin | integer 4761 4782 default | term_width="$COLUMNS" 4782 4783 commandseparator | 4783 4785 reserved-word | if 4786 4788 reserved-word | [[ 4789 4803 double-quoted-argument | "$term_height" 4790 4802 dollar-double-quoted-argument | $term_height 4804 4807 single-hyphen-option | -lt 4808 4809 default | 1 4810 4812 commandseparator | || 4813 4826 unknown-token | "$term_width" 4827 4830 single-hyphen-option | -lt 4831 4832 default | 1 4833 4835 default | ]] 4835 4836 commandseparator | ; 4837 4841 reserved-word | then 4841 4842 unknown-token | 4846 4851 builtin | local 4852 4875 default | stty_out=$( stty size ) 4875 4876 commandseparator | 4880 4908 assign | term_height="${stty_out% *}" 4908 4909 commandseparator | 4913 4940 assign | term_width="${stty_out#* }" 4940 4941 commandseparator | 4941 4943 reserved-word | fi 4943 4944 commandseparator | 4944 4951 builtin | integer 4952 4978 default | inner_height=term_height-3 4978 4979 commandseparator | 4979 4986 builtin | integer 4987 5011 default | inner_width=term_width-3 5011 5012 commandseparator | 5012 5019 builtin | integer 5020 5044 default | page_height=inner_height 5044 5045 commandseparator | 5045 5052 builtin | integer 5053 5075 default | page_width=inner_width 5075 5076 commandseparator | 5076 5077 unknown-token | 5077 5084 builtin | typeset 5085 5087 single-hyphen-option | -a 5088 5092 default | list 5093 5102 default | disp_list 5102 5103 commandseparator | 5103 5110 builtin | integer 5111 5126 default | last_element=$# 5126 5127 commandseparator | 5127 5132 builtin | local 5133 5139 default | action 5139 5140 commandseparator | 5140 5145 builtin | local 5146 5155 default | final_key 5155 5156 commandseparator | 5156 5163 builtin | integer 5164 5173 default | selection 5173 5174 commandseparator | 5174 5181 builtin | integer 5182 5207 default | last_element_difference=0 5207 5208 commandseparator | 5208 5215 builtin | integer 5216 5236 default | current_difference=0 5236 5237 commandseparator | 5237 5242 builtin | local 5243 5264 default | prev_search_buffer="" 5264 5265 commandseparator | 5265 5272 builtin | integer 5273 5289 default | prev_uniq_mode=0 5289 5290 commandseparator | 5290 5297 builtin | integer 5298 5315 default | prev_start_idx=-1 5315 5316 commandseparator | 5316 5321 builtin | local 5322 5328 default | MBEGIN 5329 5333 default | MEND 5334 5339 default | MATCH 5340 5346 default | mbegin 5347 5351 default | mend 5352 5357 default | match 5357 5358 commandseparator | 5358 5359 unknown-token | 5359 5403 unknown-token | # Ability to remember the list between calls 5403 5404 commandseparator | 5404 5406 reserved-word | if 5407 5409 reserved-word | [[ 5410 5412 single-hyphen-option | -z 5413 5436 double-quoted-argument | "$NLIST_REMEMBER_STATE" 5414 5435 dollar-double-quoted-argument | $NLIST_REMEMBER_STATE 5437 5439 commandseparator | || 5440 5463 unknown-token | "$NLIST_REMEMBER_STATE" 5464 5467 single-hyphen-option | -eq 5468 5469 default | 0 5470 5472 commandseparator | || 5473 5496 unknown-token | "$NLIST_REMEMBER_STATE" 5497 5500 single-hyphen-option | -eq 5501 5502 default | 2 5503 5505 default | ]] 5505 5506 commandseparator | ; 5507 5511 reserved-word | then 5511 5512 unknown-token | 5516 5551 assign | NLIST_FROM_WHAT_IDX_LIST_IS_SHOWN=1 5551 5552 commandseparator | 5556 5575 assign | NLIST_CURRENT_IDX=1 5575 5576 commandseparator | 5580 5602 assign | NLIST_IS_SEARCH_MODE=0 5602 5603 commandseparator | 5607 5629 assign | NLIST_SEARCH_BUFFER="" 5629 5630 commandseparator | 5634 5653 assign | NLIST_TEXT_OFFSET=0 5653 5654 commandseparator | 5658 5678 assign | NLIST_IS_UNIQ_MODE=0 5678 5679 commandseparator | 5679 5680 unknown-token | 5684 5726 unknown-token | # Zero - because it isn't known, unless we 5726 5727 commandseparator | 5731 5773 unknown-token | # confirm that first element is selectable 5773 5774 commandseparator | 5778 5802 assign | NLIST_USER_CURRENT_IDX=0 5802 5803 commandseparator | 5807 5809 reserved-word | [[ 5810 5847 default | ${NLIST_NONSELECTABLE_ELEMENTS[(r)1]} 5848 5850 history-expansion | != 5851 5852 default | 1 5853 5855 default | ]] 5856 5858 commandseparator | && 5859 5883 assign | NLIST_USER_CURRENT_IDX=1 5883 5884 commandseparator | 5888 5964 assign | NLIST_USER_LAST_ELEMENT=$(( last_element - $#NLIST_NONSELECTABLE_ELEMENTS )) 5964 5965 commandseparator | 5965 5966 unknown-token | 5970 6001 unknown-token | # 2 is init once, then remember 6001 6002 commandseparator | 6006 6007 builtin | [ 6008 6031 double-quoted-argument | "$NLIST_REMEMBER_STATE" 6009 6030 dollar-double-quoted-argument | $NLIST_REMEMBER_STATE 6032 6035 single-hyphen-option | -eq 6036 6037 default | 2 6038 6039 default | ] 6040 6042 commandseparator | && 6043 6065 assign | NLIST_REMEMBER_STATE=1 6065 6066 commandseparator | 6066 6068 reserved-word | fi 6068 6069 commandseparator | 6069 6070 unknown-token | 6070 6072 reserved-word | if 6073 6074 builtin | [ 6075 6104 double-quoted-argument | "$NLIST_START_IN_SEARCH_MODE" 6076 6103 dollar-double-quoted-argument | $NLIST_START_IN_SEARCH_MODE 6105 6108 single-hyphen-option | -eq 6109 6110 default | 1 6111 6112 default | ] 6112 6113 commandseparator | ; 6114 6118 reserved-word | then 6118 6119 unknown-token | 6123 6151 assign | NLIST_START_IN_SEARCH_MODE=0 6151 6152 commandseparator | 6156 6178 assign | NLIST_IS_SEARCH_MODE=1 6178 6179 commandseparator | 6179 6181 reserved-word | fi 6181 6182 commandseparator | 6182 6183 unknown-token | 6183 6185 reserved-word | if 6186 6187 builtin | [ 6188 6190 single-hyphen-option | -n 6191 6213 double-quoted-argument | "$NLIST_SET_SEARCH_TO" 6192 6212 dollar-double-quoted-argument | $NLIST_SET_SEARCH_TO 6214 6215 default | ] 6215 6216 commandseparator | ; 6217 6221 reserved-word | then 6221 6222 unknown-token | 6226 6268 assign | NLIST_SEARCH_BUFFER="$NLIST_SET_SEARCH_TO" 6268 6269 commandseparator | 6273 6295 assign | NLIST_SET_SEARCH_TO="" 6295 6296 commandseparator | 6296 6298 reserved-word | fi 6298 6299 commandseparator | 6299 6300 unknown-token | 6300 6302 reserved-word | if 6303 6304 builtin | [ 6305 6332 double-quoted-argument | "$NLIST_START_IN_UNIQ_MODE" 6306 6331 dollar-double-quoted-argument | $NLIST_START_IN_UNIQ_MODE 6333 6336 single-hyphen-option | -eq 6337 6338 default | 1 6339 6340 default | ] 6340 6341 commandseparator | ; 6342 6346 reserved-word | then 6346 6347 unknown-token | 6351 6377 assign | NLIST_START_IN_UNIQ_MODE=0 6377 6378 commandseparator | 6382 6402 assign | NLIST_IS_UNIQ_MODE=1 6402 6403 commandseparator | 6403 6405 reserved-word | fi 6405 6406 commandseparator | 6406 6407 unknown-token | 6407 6430 unknown-token | _nlist_alternate_screen 6431 6432 default | 1 6432 6433 commandseparator | 6433 6440 unknown-token | zcurses 6441 6445 default | init 6445 6446 commandseparator | 6446 6453 unknown-token | zcurses 6454 6460 default | delwin 6461 6465 default | main 6466 6468 redirection | 2> 6468 6477 path | /dev/null 6477 6478 commandseparator | 6478 6485 unknown-token | zcurses 6486 6492 default | delwin 6493 6498 default | inner 6499 6501 redirection | 2> 6501 6510 path | /dev/null 6510 6511 commandseparator | 6511 6518 unknown-token | zcurses 6519 6525 default | addwin 6526 6530 default | main 6531 6545 double-quoted-argument | "$term_height" 6532 6544 dollar-double-quoted-argument | $term_height 6546 6559 double-quoted-argument | "$term_width" 6547 6558 dollar-double-quoted-argument | $term_width 6560 6561 default | 0 6562 6563 default | 0 6563 6564 commandseparator | 6564 6571 unknown-token | zcurses 6572 6578 default | addwin 6579 6584 default | inner 6585 6600 double-quoted-argument | "$inner_height" 6586 6599 dollar-double-quoted-argument | $inner_height 6601 6615 double-quoted-argument | "$inner_width" 6602 6614 dollar-double-quoted-argument | $inner_width 6616 6617 default | 1 6618 6619 default | 2 6619 6620 commandseparator | 6620 6627 unknown-token | zcurses 6628 6630 default | bg 6631 6635 default | main 6636 6647 default | white/black 6647 6648 commandseparator | 6648 6655 unknown-token | zcurses 6656 6658 default | bg 6659 6664 default | inner 6665 6676 default | white/black 6676 6677 commandseparator | 6677 6679 reserved-word | if 6680 6681 builtin | [ 6682 6705 double-quoted-argument | "$NLIST_IS_SEARCH_MODE" 6683 6704 dollar-double-quoted-argument | $NLIST_IS_SEARCH_MODE 6706 6709 single-hyphen-option | -ne 6710 6711 default | 1 6712 6713 default | ] 6713 6714 commandseparator | ; 6715 6719 reserved-word | then 6719 6720 unknown-token | 6724 6748 unknown-token | _nlist_cursor_visibility 6749 6750 default | 0 6750 6751 commandseparator | 6751 6753 reserved-word | fi 6753 6754 commandseparator | 6754 6755 unknown-token | 6755 6756 unknown-token | # 6756 6757 commandseparator | 6757 6778 unknown-token | # Listening for input 6778 6779 commandseparator | 6779 6780 unknown-token | # 6780 6781 commandseparator | 6781 6782 unknown-token | 6782 6787 builtin | local 6788 6791 default | key 6792 6798 default | keypad 6798 6799 commandseparator | 6799 6800 unknown-token | 6800 6820 unknown-token | # Clear input buffer 6820 6821 commandseparator | 6821 6828 unknown-token | zcurses 6829 6836 default | timeout 6837 6841 default | main 6842 6843 default | 0 6843 6844 commandseparator | 6844 6851 unknown-token | zcurses 6852 6857 default | input 6858 6862 default | main 6863 6866 default | key 6867 6873 default | keypad 6873 6874 commandseparator | 6874 6881 unknown-token | zcurses 6882 6889 default | timeout 6890 6894 default | main 6895 6897 single-hyphen-option | -1 6897 6898 commandseparator | 6898 6904 assign | key="" 6904 6905 commandseparator | 6905 6914 assign | keypad="" 6914 6915 commandseparator | 6915 6916 unknown-token | 6916 6974 unknown-token | # This loop makes script faster on some Zsh's (e.g. 5.0.8) 6974 6975 commandseparator | 6975 6981 reserved-word | repeat 6982 6983 default | 1 6983 6984 unknown-token | ; 6985 6987 reserved-word | do 6987 6988 unknown-token | 6992 6998 assign | list=( 6999 7003 double-quoted-argument | "$@" 7004 7005 assign | ) 7005 7006 commandseparator | 7006 7010 reserved-word | done 7010 7011 commandseparator | 7011 7012 unknown-token | 7012 7033 assign | last_element="$#list" 7033 7034 commandseparator | 7034 7035 unknown-token | 7035 7040 reserved-word | while 7041 7043 reserved-word | (( 7046 7048 reserved-word | )) 7048 7049 commandseparator | ; 7050 7052 reserved-word | do 7052 7053 unknown-token | 7057 7095 unknown-token | # Do searching (filtering with string) 7095 7096 commandseparator | 7100 7102 reserved-word | if 7103 7104 builtin | [ 7105 7107 single-hyphen-option | -n 7108 7130 double-quoted-argument | "$NLIST_SEARCH_BUFFER" 7109 7129 dollar-double-quoted-argument | $NLIST_SEARCH_BUFFER 7131 7132 default | ] 7132 7133 commandseparator | ; 7134 7138 reserved-word | then 7138 7139 unknown-token | 7147 7166 unknown-token | # Compute new list? 7166 7167 commandseparator | 7175 7177 reserved-word | if 7178 7180 reserved-word | [[ 7181 7203 double-quoted-argument | "$NLIST_SEARCH_BUFFER" 7182 7202 dollar-double-quoted-argument | $NLIST_SEARCH_BUFFER 7204 7206 history-expansion | != 7207 7228 double-quoted-argument | "$prev_search_buffer" 7208 7227 dollar-double-quoted-argument | $prev_search_buffer 7229 7231 commandseparator | || 7232 7253 unknown-token | "$NLIST_IS_UNIQ_MODE" 7254 7257 single-hyphen-option | -ne 7258 7275 double-quoted-argument | "$prev_uniq_mode" 7259 7274 dollar-double-quoted-argument | $prev_uniq_mode 7276 7278 default | ]] 7278 7279 commandseparator | ; 7280 7284 reserved-word | then 7284 7285 unknown-token | 7297 7338 assign | prev_search_buffer="$NLIST_SEARCH_BUFFER" 7338 7339 commandseparator | 7351 7387 assign | prev_uniq_mode="$NLIST_IS_UNIQ_MODE" 7387 7388 commandseparator | 7400 7445 unknown-token | # regenerating list -> regenerating disp_list 7445 7446 commandseparator | 7458 7475 assign | prev_start_idx=-1 7475 7476 commandseparator | 7476 7477 unknown-token | 7489 7550 unknown-token | # Take all elements, including duplicates and non-selectables 7550 7551 commandseparator | 7563 7570 builtin | typeset 7571 7573 default | +U 7574 7578 default | list 7578 7579 commandseparator | 7591 7597 reserved-word | repeat 7598 7599 default | 1 7599 7600 unknown-token | ; 7601 7603 reserved-word | do 7603 7604 unknown-token | 7620 7626 assign | list=( 7627 7631 double-quoted-argument | "$@" 7632 7633 assign | ) 7633 7634 commandseparator | 7646 7650 reserved-word | done 7650 7651 commandseparator | 7651 7652 unknown-token | 7664 7696 unknown-token | # Remove non-selectable elements 7696 7697 commandseparator | 7709 7710 builtin | [ 7711 7743 double-quoted-argument | "$#NLIST_NONSELECTABLE_ELEMENTS" 7744 7747 single-hyphen-option | -gt 7748 7749 default | 0 7750 7751 default | ] 7752 7754 commandseparator | && 7755 7758 reserved-word | for 7759 7760 default | i 7761 7763 default | in 7764 7804 double-quoted-argument | "${(nO)NLIST_NONSELECTABLE_ELEMENTS[@]}" 7804 7805 commandseparator | ; 7806 7808 reserved-word | do 7808 7809 unknown-token | 7825 7835 assign | list[$i]=( 7835 7836 assign | ) 7836 7837 commandseparator | 7849 7853 reserved-word | done 7853 7854 commandseparator | 7854 7855 unknown-token | 7867 7886 unknown-token | # Remove duplicates 7886 7887 commandseparator | 7899 7900 builtin | [ 7901 7922 double-quoted-argument | "$NLIST_IS_UNIQ_MODE" 7902 7921 dollar-double-quoted-argument | $NLIST_IS_UNIQ_MODE 7923 7926 single-hyphen-option | -eq 7927 7928 default | 1 7929 7930 default | ] 7931 7933 commandseparator | && 7934 7941 builtin | typeset 7942 7944 single-hyphen-option | -U 7945 7949 default | list 7949 7950 commandseparator | 7950 7951 unknown-token | 7963 7984 assign | last_element="$#list" 7984 7985 commandseparator | 7985 7986 unknown-token | 7998 8021 unknown-token | # Next do the filtering 8021 8022 commandseparator | 8034 8039 builtin | local 8040 8083 default | search_buffer="${NLIST_SEARCH_BUFFER%% ##}" 8083 8084 commandseparator | 8096 8133 assign | search_buffer="${search_buffer## ##}" 8133 8134 commandseparator | 8146 8209 assign | search_buffer="${search_buffer//(#m)[][*?|#~^()><\\]/\\$MATCH}" 8209 8210 commandseparator | 8222 8227 builtin | local 8228 8245 default | search_pattern="" 8245 8246 commandseparator | 8258 8263 builtin | local 8264 8284 default | colsearch_pattern="" 8284 8285 commandseparator | 8297 8299 reserved-word | if 8300 8301 builtin | [ 8302 8304 single-hyphen-option | -n 8305 8321 double-quoted-argument | "$search_buffer" 8306 8320 dollar-double-quoted-argument | $search_buffer 8322 8323 default | ] 8323 8324 commandseparator | ; 8325 8329 reserved-word | then 8329 8330 unknown-token | 8346 8391 unknown-token | # Patterns will be *foo*~^*bar* and (foo|bar) 8391 8392 commandseparator | 8408 8451 assign | search_pattern="${search_buffer// ##/*~^*}" 8451 8452 commandseparator | 8468 8511 assign | colsearch_pattern="${search_buffer// ##/|}" 8511 8512 commandseparator | 8512 8513 unknown-token | 8529 8585 unknown-token | # The repeat will make the matching work on a fresh heap 8585 8586 commandseparator | 8602 8608 reserved-word | repeat 8609 8610 default | 1 8610 8611 unknown-token | ; 8612 8614 reserved-word | do 8614 8615 unknown-token | 8635 8641 assign | list=( 8642 8679 double-quoted-argument | "${(@M)list:#(#i)*$~search_pattern*}" 8680 8681 assign | ) 8681 8682 commandseparator | 8698 8702 reserved-word | done 8702 8703 commandseparator | 8703 8704 unknown-token | 8720 8741 assign | last_element="$#list" 8741 8742 commandseparator | 8754 8756 reserved-word | fi 8756 8757 commandseparator | 8757 8758 unknown-token | 8770 8800 unknown-token | # Called after processing list 8800 8801 commandseparator | 8813 8831 unknown-token | _nlist_verify_vars 8831 8832 commandseparator | 8840 8842 reserved-word | fi 8842 8843 commandseparator | 8843 8844 unknown-token | 8852 8874 unknown-token | _nlist_setup_user_vars 8875 8876 default | 1 8876 8877 commandseparator | 8877 8878 unknown-token | 8886 8893 builtin | integer 8894 8960 default | end_idx=$(( NLIST_FROM_WHAT_IDX_LIST_IS_SHOWN + page_height - 1 )) 8960 8961 commandseparator | 8969 8970 builtin | [ 8971 8981 double-quoted-argument | "$end_idx" 8972 8980 dollar-double-quoted-argument | $end_idx 8982 8985 single-hyphen-option | -gt 8986 9001 double-quoted-argument | "$last_element" 8987 9000 dollar-double-quoted-argument | $last_element 9002 9003 default | ] 9004 9006 commandseparator | && 9007 9027 assign | end_idx=last_element 9027 9028 commandseparator | 9028 9029 unknown-token | 9037 9039 reserved-word | if 9040 9041 builtin | [ 9042 9059 double-quoted-argument | "$prev_start_idx" 9043 9058 dollar-double-quoted-argument | $prev_start_idx 9060 9063 single-hyphen-option | -ne 9064 9100 double-quoted-argument | "$NLIST_FROM_WHAT_IDX_LIST_IS_SHOWN" 9065 9099 dollar-double-quoted-argument | $NLIST_FROM_WHAT_IDX_LIST_IS_SHOWN 9101 9102 default | ] 9102 9103 commandseparator | ; 9104 9108 reserved-word | then 9108 9109 unknown-token | 9121 9172 assign | prev_start_idx="$NLIST_FROM_WHAT_IDX_LIST_IS_SHOWN" 9172 9173 commandseparator | 9185 9196 assign | disp_list=( 9197 9253 double-quoted-argument | "${(@)list[NLIST_FROM_WHAT_IDX_LIST_IS_SHOWN, end_idx]}" 9254 9255 assign | ) 9255 9256 commandseparator | 9256 9257 unknown-token | 9269 9271 reserved-word | if 9272 9273 builtin | [ 9274 9276 single-hyphen-option | -n 9277 9297 double-quoted-argument | "$colsearch_pattern" 9278 9296 dollar-double-quoted-argument | $colsearch_pattern 9298 9299 default | ] 9299 9300 commandseparator | ; 9301 9305 reserved-word | then 9305 9306 unknown-token | 9322 9327 builtin | local 9328 9346 default | red=$'\x1b[00;31m' 9347 9367 default | reset=$'\x1b[00;00m' 9367 9368 commandseparator | 9384 9440 unknown-token | # The repeat will make the matching work on a fresh heap 9440 9441 commandseparator | 9457 9463 reserved-word | repeat 9464 9465 default | 1 9465 9466 unknown-token | ; 9467 9469 reserved-word | do 9469 9470 unknown-token | 9490 9501 assign | disp_list=( 9502 9566 double-quoted-argument | "${(@)disp_list//(#mi)($~colsearch_pattern)/$red${MATCH}$reset}" 9546 9550 dollar-double-quoted-argument | $red 9550 9558 dollar-double-quoted-argument | ${MATCH} 9558 9564 dollar-double-quoted-argument | $reset 9567 9568 assign | ) 9568 9569 commandseparator | 9585 9589 reserved-word | done 9589 9590 commandseparator | 9602 9604 reserved-word | fi 9604 9605 commandseparator | 9605 9606 unknown-token | 9618 9691 unknown-token | # We have display list, lets replace newlines with "\n" when needed (1/2) 9691 9692 commandseparator | 9704 9705 builtin | [ 9706 9731 double-quoted-argument | "$NLIST_REPLACE_NEWLINES" 9707 9730 dollar-double-quoted-argument | $NLIST_REPLACE_NEWLINES 9732 9735 single-hyphen-option | -eq 9736 9737 default | 1 9738 9739 default | ] 9740 9742 commandseparator | && 9743 9754 assign | disp_list=( 9755 9783 double-quoted-argument | "${(@)disp_list//$'\n'/\\n}" 9778 9780 back-double-quoted-argument | \\ 9784 9785 assign | ) 9785 9786 commandseparator | 9794 9796 reserved-word | fi 9796 9797 commandseparator | 9797 9798 unknown-token | 9806 9827 unknown-token | # Output colored list 9827 9828 commandseparator | 9836 9847 unknown-token | n-list-draw 9848 9896 double-quoted-argument | "$(( (NLIST_CURRENT_IDX-1) % page_height + 1 ))" 9911 9925 double-quoted-argument | "$page_height" 9912 9924 dollar-double-quoted-argument | $page_height 9926 9939 double-quoted-argument | "$page_width" 9927 9938 dollar-double-quoted-argument | $page_width 9940 9941 default | 0 9942 9943 default | 0 9944 9964 double-quoted-argument | "$NLIST_TEXT_OFFSET" 9945 9963 dollar-double-quoted-argument | $NLIST_TEXT_OFFSET 9965 9970 default | inner 9985 10000 double-quoted-argument | "$disp_list[@]" 9986 9996 dollar-double-quoted-argument | $disp_list 10000 10001 commandseparator | 10005 10009 reserved-word | else 10009 10010 unknown-token | 10018 10070 unknown-token | # There is no search, but there was in previous loop 10070 10071 commandseparator | 10079 10083 unknown-token | # OR 10083 10084 commandseparator | 10092 10127 unknown-token | # Uniq mode was entered or left out 10127 10128 commandseparator | 10136 10157 unknown-token | # -> compute new list 10157 10158 commandseparator | 10166 10168 reserved-word | if 10169 10171 reserved-word | [[ 10172 10174 single-hyphen-option | -n 10175 10196 double-quoted-argument | "$prev_search_buffer" 10176 10195 dollar-double-quoted-argument | $prev_search_buffer 10197 10199 commandseparator | || 10200 10221 unknown-token | "$NLIST_IS_UNIQ_MODE" 10222 10225 single-hyphen-option | -ne 10226 10243 double-quoted-argument | "$prev_uniq_mode" 10227 10242 dollar-double-quoted-argument | $prev_uniq_mode 10244 10246 default | ]] 10246 10247 commandseparator | ; 10248 10252 reserved-word | then 10252 10253 unknown-token | 10265 10286 assign | prev_search_buffer="" 10286 10287 commandseparator | 10299 10335 assign | prev_uniq_mode="$NLIST_IS_UNIQ_MODE" 10335 10336 commandseparator | 10348 10393 unknown-token | # regenerating list -> regenerating disp_list 10393 10394 commandseparator | 10406 10423 assign | prev_start_idx=-1 10423 10424 commandseparator | 10424 10425 unknown-token | 10437 10498 unknown-token | # Take all elements, including duplicates and non-selectables 10498 10499 commandseparator | 10511 10518 builtin | typeset 10519 10521 default | +U 10522 10526 default | list 10526 10527 commandseparator | 10539 10545 reserved-word | repeat 10546 10547 default | 1 10547 10548 unknown-token | ; 10549 10551 reserved-word | do 10551 10552 unknown-token | 10568 10574 assign | list=( 10575 10579 double-quoted-argument | "$@" 10580 10581 assign | ) 10581 10582 commandseparator | 10594 10598 reserved-word | done 10598 10599 commandseparator | 10599 10600 unknown-token | 10612 10667 unknown-token | # Remove non-selectable elements only when in uniq mode 10667 10668 commandseparator | 10680 10681 builtin | [ 10682 10703 double-quoted-argument | "$NLIST_IS_UNIQ_MODE" 10683 10702 dollar-double-quoted-argument | $NLIST_IS_UNIQ_MODE 10704 10707 single-hyphen-option | -eq 10708 10709 default | 1 10710 10711 default | ] 10712 10714 commandseparator | && 10715 10716 builtin | [ 10717 10749 double-quoted-argument | "$#NLIST_NONSELECTABLE_ELEMENTS" 10750 10753 single-hyphen-option | -gt 10754 10755 default | 0 10756 10757 default | ] 10758 10760 commandseparator | && 10760 10761 unknown-token | 10773 10776 reserved-word | for 10777 10778 default | i 10779 10781 default | in 10782 10822 double-quoted-argument | "${(nO)NLIST_NONSELECTABLE_ELEMENTS[@]}" 10822 10823 commandseparator | ; 10824 10826 reserved-word | do 10826 10827 unknown-token | 10843 10853 assign | list[$i]=( 10853 10854 assign | ) 10854 10855 commandseparator | 10867 10871 reserved-word | done 10871 10872 commandseparator | 10872 10873 unknown-token | 10885 10922 unknown-token | # Remove duplicates when in uniq mode 10922 10923 commandseparator | 10935 10936 builtin | [ 10937 10958 double-quoted-argument | "$NLIST_IS_UNIQ_MODE" 10938 10957 dollar-double-quoted-argument | $NLIST_IS_UNIQ_MODE 10959 10962 single-hyphen-option | -eq 10963 10964 default | 1 10965 10966 default | ] 10967 10969 commandseparator | && 10970 10977 builtin | typeset 10978 10980 single-hyphen-option | -U 10981 10985 default | list 10985 10986 commandseparator | 10986 10987 unknown-token | 10999 11020 assign | last_element="$#list" 11020 11021 commandseparator | 11033 11063 unknown-token | # Called after processing list 11063 11064 commandseparator | 11076 11094 unknown-token | _nlist_verify_vars 11094 11095 commandseparator | 11103 11105 reserved-word | fi 11105 11106 commandseparator | 11106 11107 unknown-token | 11115 11160 unknown-token | # "1" - shouldn't bother with non-selectables 11160 11161 commandseparator | 11169 11191 unknown-token | _nlist_setup_user_vars 11192 11213 double-quoted-argument | "$NLIST_IS_UNIQ_MODE" 11193 11212 dollar-double-quoted-argument | $NLIST_IS_UNIQ_MODE 11213 11214 commandseparator | 11214 11215 unknown-token | 11223 11230 builtin | integer 11231 11297 default | end_idx=$(( NLIST_FROM_WHAT_IDX_LIST_IS_SHOWN + page_height - 1 )) 11297 11298 commandseparator | 11306 11307 builtin | [ 11308 11318 double-quoted-argument | "$end_idx" 11309 11317 dollar-double-quoted-argument | $end_idx 11319 11322 single-hyphen-option | -gt 11323 11338 double-quoted-argument | "$last_element" 11324 11337 dollar-double-quoted-argument | $last_element 11339 11340 default | ] 11341 11343 commandseparator | && 11344 11364 assign | end_idx=last_element 11364 11365 commandseparator | 11365 11366 unknown-token | 11374 11376 reserved-word | if 11377 11378 builtin | [ 11379 11396 double-quoted-argument | "$prev_start_idx" 11380 11395 dollar-double-quoted-argument | $prev_start_idx 11397 11400 single-hyphen-option | -ne 11401 11437 double-quoted-argument | "$NLIST_FROM_WHAT_IDX_LIST_IS_SHOWN" 11402 11436 dollar-double-quoted-argument | $NLIST_FROM_WHAT_IDX_LIST_IS_SHOWN 11438 11439 default | ] 11439 11440 commandseparator | ; 11441 11445 reserved-word | then 11445 11446 unknown-token | 11458 11509 assign | prev_start_idx="$NLIST_FROM_WHAT_IDX_LIST_IS_SHOWN" 11509 11510 commandseparator | 11522 11533 assign | disp_list=( 11534 11590 double-quoted-argument | "${(@)list[NLIST_FROM_WHAT_IDX_LIST_IS_SHOWN, end_idx]}" 11591 11592 assign | ) 11592 11593 commandseparator | 11593 11594 unknown-token | 11606 11607 builtin | [ 11608 11610 single-hyphen-option | -n 11611 11636 double-quoted-argument | "$NLIST_COLORING_PATTERN" 11612 11635 dollar-double-quoted-argument | $NLIST_COLORING_PATTERN 11637 11638 default | ] 11639 11641 commandseparator | && 11642 11667 unknown-token | _nlist_colorify_disp_list 11667 11668 commandseparator | 11668 11669 unknown-token | 11681 11754 unknown-token | # We have display list, lets replace newlines with "\n" when needed (2/2) 11754 11755 commandseparator | 11767 11768 builtin | [ 11769 11794 double-quoted-argument | "$NLIST_REPLACE_NEWLINES" 11770 11793 dollar-double-quoted-argument | $NLIST_REPLACE_NEWLINES 11795 11798 single-hyphen-option | -eq 11799 11800 default | 1 11801 11802 default | ] 11803 11805 commandseparator | && 11806 11817 assign | disp_list=( 11818 11846 double-quoted-argument | "${(@)disp_list//$'\n'/\\n}" 11841 11843 back-double-quoted-argument | \\ 11847 11848 assign | ) 11848 11849 commandseparator | 11857 11859 reserved-word | fi 11859 11860 commandseparator | 11860 11861 unknown-token | 11869 11886 unknown-token | # Output the list 11886 11887 commandseparator | 11895 11906 unknown-token | n-list-draw 11907 11955 double-quoted-argument | "$(( (NLIST_CURRENT_IDX-1) % page_height + 1 ))" 11970 11984 double-quoted-argument | "$page_height" 11971 11983 dollar-double-quoted-argument | $page_height 11985 11998 double-quoted-argument | "$page_width" 11986 11997 dollar-double-quoted-argument | $page_width 11999 12000 default | 0 12001 12002 default | 0 12003 12023 double-quoted-argument | "$NLIST_TEXT_OFFSET" 12004 12022 dollar-double-quoted-argument | $NLIST_TEXT_OFFSET 12024 12029 default | inner 12044 12059 double-quoted-argument | "$disp_list[@]" 12045 12055 dollar-double-quoted-argument | $disp_list 12059 12060 commandseparator | 12064 12066 reserved-word | fi 12066 12067 commandseparator | 12067 12068 unknown-token | 12072 12077 builtin | local 12078 12095 default | status_msg_strlen 12095 12096 commandseparator | 12100 12102 reserved-word | if 12103 12104 builtin | [ 12105 12128 double-quoted-argument | "$NLIST_IS_SEARCH_MODE" 12106 12127 dollar-double-quoted-argument | $NLIST_IS_SEARCH_MODE 12129 12130 default | = 12131 12134 double-quoted-argument | "1" 12135 12136 default | ] 12136 12137 commandseparator | ; 12138 12142 reserved-word | then 12142 12143 unknown-token | 12151 12156 builtin | local 12157 12165 default | _txt2="" 12165 12166 commandseparator | 12174 12175 builtin | [ 12176 12197 double-quoted-argument | "$NLIST_IS_UNIQ_MODE" 12177 12196 dollar-double-quoted-argument | $NLIST_IS_UNIQ_MODE 12198 12201 single-hyphen-option | -eq 12202 12203 default | 1 12204 12205 default | ] 12206 12208 commandseparator | && 12209 12226 assign | _txt2="[-UNIQ-] " 12226 12227 commandseparator | 12235 12252 unknown-token | _nlist_status_msg 12253 12306 double-quoted-argument | "${_txt2}Filtering with: ${NLIST_SEARCH_BUFFER// /+}" 12254 12262 dollar-double-quoted-argument | ${_txt2} 12306 12307 commandseparator | 12311 12315 reserved-word | elif 12316 12318 reserved-word | [[ 12319 12373 default | ${NLIST_NONSELECTABLE_ELEMENTS[(r)$NLIST_CURRENT_IDX]} 12374 12376 history-expansion | != 12377 12395 default | $NLIST_CURRENT_IDX 12396 12398 commandseparator | || 12398 12399 unknown-token | 12411 12413 unknown-token | -n 12414 12436 double-quoted-argument | "$NLIST_SEARCH_BUFFER" 12415 12435 dollar-double-quoted-argument | $NLIST_SEARCH_BUFFER 12437 12439 commandseparator | || 12440 12461 unknown-token | "$NLIST_IS_UNIQ_MODE" 12462 12465 single-hyphen-option | -eq 12466 12467 default | 1 12468 12470 default | ]] 12470 12471 commandseparator | ; 12472 12476 reserved-word | then 12476 12477 unknown-token | 12485 12490 builtin | local 12491 12498 default | _txt="" 12499 12507 default | _txt2="" 12507 12508 commandseparator | 12516 12517 builtin | [ 12518 12520 single-hyphen-option | -n 12521 12541 double-quoted-argument | "$NLIST_GREP_STRING" 12522 12540 dollar-double-quoted-argument | $NLIST_GREP_STRING 12542 12543 default | ] 12544 12546 commandseparator | && 12547 12575 assign | _txt=" [$NLIST_GREP_STRING]" 12575 12576 commandseparator | 12584 12585 builtin | [ 12586 12607 double-quoted-argument | "$NLIST_IS_UNIQ_MODE" 12587 12606 dollar-double-quoted-argument | $NLIST_IS_UNIQ_MODE 12608 12611 single-hyphen-option | -eq 12612 12613 default | 1 12614 12615 default | ] 12616 12618 commandseparator | && 12619 12636 assign | _txt2="[-UNIQ-] " 12636 12637 commandseparator | 12645 12662 unknown-token | _nlist_status_msg 12663 12749 double-quoted-argument | "${_txt2}Current #$NLIST_USER_CURRENT_IDX (of #$NLIST_USER_LAST_ELEMENT entries)$_txt" 12664 12672 dollar-double-quoted-argument | ${_txt2} 12681 12704 dollar-double-quoted-argument | $NLIST_USER_CURRENT_IDX 12710 12734 dollar-double-quoted-argument | $NLIST_USER_LAST_ELEMENT 12743 12748 dollar-double-quoted-argument | $_txt 12749 12750 commandseparator | 12754 12758 reserved-word | else 12758 12759 unknown-token | 12767 12784 unknown-token | _nlist_status_msg 12785 12787 double-quoted-argument | "" 12787 12788 commandseparator | 12792 12794 reserved-word | fi 12794 12795 commandseparator | 12795 12796 unknown-token | 12800 12807 unknown-token | zcurses 12808 12814 default | border 12815 12819 default | main 12819 12820 commandseparator | 12820 12821 unknown-token | 12825 12830 builtin | local 12831 12895 default | top_msg="${(C)ZSH_NAME} $ZSH_VERSION, shell level $SHLVL, $USER" 12895 12896 commandseparator | 12900 12907 unknown-token | zcurses 12908 12912 default | move 12913 12917 default | main 12918 12919 default | 0 12920 12957 default | $(( term_width / 2 - $#top_msg / 2 )) 12957 12958 commandseparator | 12962 12969 unknown-token | zcurses 12970 12976 default | string 12977 12981 default | main 12982 12990 default | $top_msg 12990 12991 commandseparator | 12991 12992 unknown-token | 12996 13003 unknown-token | zcurses 13004 13011 default | refresh 13012 13016 default | main 13017 13022 default | inner 13022 13023 commandseparator | 13027 13034 unknown-token | zcurses 13035 13039 default | move 13040 13044 default | main 13045 13071 default | $(( term_height - 1 - 1 )) 13072 13100 default | $(( status_msg_strlen + 2 )) 13100 13101 commandseparator | 13101 13102 unknown-token | 13106 13122 unknown-token | # Wait for input 13122 13123 commandseparator | 13127 13134 unknown-token | zcurses 13135 13140 default | input 13141 13145 default | main 13146 13149 default | key 13150 13156 default | keypad 13156 13157 commandseparator | 13157 13158 unknown-token | 13162 13214 unknown-token | # Get the special (i.e. "keypad") key or regular key 13214 13215 commandseparator | 13219 13221 reserved-word | if 13222 13223 builtin | [ 13224 13226 single-hyphen-option | -n 13227 13233 double-quoted-argument | "$key" 13228 13232 dollar-double-quoted-argument | $key 13234 13235 default | ] 13235 13236 commandseparator | ; 13237 13241 reserved-word | then 13241 13242 unknown-token | 13250 13266 assign | final_key="$key" 13266 13267 commandseparator | 13271 13275 reserved-word | elif 13276 13277 builtin | [ 13278 13280 single-hyphen-option | -n 13281 13290 double-quoted-argument | "$keypad" 13282 13289 dollar-double-quoted-argument | $keypad 13291 13292 default | ] 13292 13293 commandseparator | ; 13294 13298 reserved-word | then 13298 13299 unknown-token | 13307 13326 assign | final_key="$keypad" 13326 13327 commandseparator | 13331 13335 reserved-word | else 13335 13336 unknown-token | 13344 13361 unknown-token | _nlist_status_msg 13362 13387 double-quoted-argument | "Inproper input detected" 13387 13388 commandseparator | 13396 13403 unknown-token | zcurses 13404 13411 default | refresh 13412 13416 default | main 13417 13422 default | inner 13422 13423 commandseparator | 13427 13429 reserved-word | fi 13429 13430 commandseparator | 13430 13431 unknown-token | 13435 13447 unknown-token | n-list-input 13448 13468 double-quoted-argument | "$NLIST_CURRENT_IDX" 13449 13467 dollar-double-quoted-argument | $NLIST_CURRENT_IDX 13469 13505 double-quoted-argument | "$NLIST_FROM_WHAT_IDX_LIST_IS_SHOWN" 13470 13504 dollar-double-quoted-argument | $NLIST_FROM_WHAT_IDX_LIST_IS_SHOWN 13528 13542 double-quoted-argument | "$page_height" 13529 13541 dollar-double-quoted-argument | $page_height 13543 13556 double-quoted-argument | "$page_width" 13544 13555 dollar-double-quoted-argument | $page_width 13557 13572 double-quoted-argument | "$last_element" 13558 13571 dollar-double-quoted-argument | $last_element 13573 13593 double-quoted-argument | "$NLIST_TEXT_OFFSET" 13574 13592 dollar-double-quoted-argument | $NLIST_TEXT_OFFSET 13616 13628 double-quoted-argument | "$final_key" 13617 13627 dollar-double-quoted-argument | $final_key 13629 13652 double-quoted-argument | "$NLIST_IS_SEARCH_MODE" 13630 13651 dollar-double-quoted-argument | $NLIST_IS_SEARCH_MODE 13653 13675 double-quoted-argument | "$NLIST_SEARCH_BUFFER" 13654 13674 dollar-double-quoted-argument | $NLIST_SEARCH_BUFFER 13698 13719 double-quoted-argument | "$NLIST_IS_UNIQ_MODE" 13699 13718 dollar-double-quoted-argument | $NLIST_IS_UNIQ_MODE 13719 13720 commandseparator | 13720 13721 unknown-token | 13725 13746 assign | selection="$reply[1]" 13746 13747 commandseparator | 13751 13769 assign | action="$reply[2]" 13769 13770 commandseparator | 13774 13803 assign | NLIST_CURRENT_IDX="$reply[3]" 13803 13804 commandseparator | 13808 13853 assign | NLIST_FROM_WHAT_IDX_LIST_IS_SHOWN="$reply[4]" 13853 13854 commandseparator | 13858 13887 assign | NLIST_TEXT_OFFSET="$reply[5]" 13887 13888 commandseparator | 13892 13924 assign | NLIST_IS_SEARCH_MODE="$reply[6]" 13924 13925 commandseparator | 13929 13960 assign | NLIST_SEARCH_BUFFER="$reply[7]" 13960 13961 commandseparator | 13965 13995 assign | NLIST_IS_UNIQ_MODE="$reply[8]" 13995 13996 commandseparator | 13996 13997 unknown-token | 14001 14003 reserved-word | if 14004 14005 builtin | [ 14006 14015 double-quoted-argument | "$action" 14007 14014 dollar-double-quoted-argument | $action 14016 14017 default | = 14018 14026 double-quoted-argument | "SELECT" 14027 14028 default | ] 14028 14029 commandseparator | ; 14030 14034 reserved-word | then 14034 14035 unknown-token | 14043 14061 assign | REPLY="$selection" 14061 14062 commandseparator | 14070 14077 assign | reply=( 14078 14088 double-quoted-argument | "$list[@]" 14079 14084 dollar-double-quoted-argument | $list 14089 14090 assign | ) 14090 14091 commandseparator | 14099 14104 builtin | break 14104 14105 commandseparator | 14109 14113 reserved-word | elif 14114 14115 builtin | [ 14116 14125 double-quoted-argument | "$action" 14117 14124 dollar-double-quoted-argument | $action 14126 14127 default | = 14128 14134 double-quoted-argument | "QUIT" 14135 14136 default | ] 14136 14137 commandseparator | ; 14138 14142 reserved-word | then 14142 14143 unknown-token | 14151 14159 assign | REPLY=-1 14159 14160 commandseparator | 14168 14175 assign | reply=( 14176 14186 double-quoted-argument | "$list[@]" 14177 14182 dollar-double-quoted-argument | $list 14187 14188 assign | ) 14188 14189 commandseparator | 14197 14202 builtin | break 14202 14203 commandseparator | 14207 14211 reserved-word | elif 14212 14213 builtin | [ 14214 14223 double-quoted-argument | "$action" 14215 14222 dollar-double-quoted-argument | $action 14224 14225 default | = 14226 14234 double-quoted-argument | "REDRAW" 14235 14236 default | ] 14236 14237 commandseparator | ; 14238 14242 reserved-word | then 14242 14243 unknown-token | 14251 14258 unknown-token | zcurses 14259 14264 default | clear 14265 14269 default | main 14270 14276 default | redraw 14276 14277 commandseparator | 14285 14292 unknown-token | zcurses 14293 14298 default | clear 14299 14304 default | inner 14305 14311 default | redraw 14311 14312 commandseparator | 14316 14318 reserved-word | fi 14318 14319 commandseparator | 14319 14323 reserved-word | done 14323 14324 commandseparator | 14324 14325 unknown-token | 14325 14349 unknown-token | # vim: set filetype=zsh: