Lines Matching +full:- +full:a +full:- +full:z0 +full:- +full:9
2 #------------------------------------------------------------------------------
6 # URL: https://invisible-island.net/ncurses/man/term.5.html
7 # URL: https://invisible-island.net/ncurses/man/scr_dump.5.html
17 >>12 regex \^[a-zA-Z0-9][a-zA-Z0-9.][^|]* Compiled terminfo entry "%-s"
18 !:mime application/x-terminfo
22 #------------------------------------------------------------------------------
24 #------------------------------------------------------------------------------
27 # imitate the legacy compiled-format, to get the entry-name printed
30 >>12 regex \^[a-zA-Z0-9][a-zA-Z0-9.][^|]* Compiled 32-bit terminfo entry "%-s"
31 !:mime application/x-terminfo2
33 # While the compiled terminfo uses little-endian format regardless of
37 # AIX and HPUX use the SVr4 big-endian format
38 # Solaris uses the SVr3 formats (sparc and x86 differ endian-ness)
39 0 beshort 0433 SVr2 curses screen image, big-endian
41 0 beshort 0434 SVr3 curses screen image, big-endian
42 0 beshort 0435 SVr4 curses screen image, big-endian
44 0 leshort 0433 SVr2 curses screen image, little-endian
45 0 leshort 0434 SVr3 curses screen image, little-endian
46 0 leshort 0435 SVr4 curses screen image, little-endian
49 0 regex \^MAX=[0-9]+,[0-9]+$
50 >1 regex \^BEG=[0-9]+,[0-9]+$
51 >>2 regex \^SCROLL=[0-9]+,[0-9]+$
52 >>>3 regex \^VMIN=[0-9]+$
53 >>>>4 regex \^VTIME=[0-9]+$
55 >>>>>>6 regex \^FG=[0-9],[0-9]+$
56 >>>>>>>7 regex \^BG=[0-9]+,[0-9]+, Solaris xcurses screen image
58 # ncurses5 (and before) did not use a magic number, making screen dumps "data".
59 # ncurses6 (2015) uses this format, ignoring byte-order