Lines Matching +full:- +full:a +full:- +full:z0 +full:- +full:9
6 # Permission is hereby granted, free of charge, to any person obtaining a #
19 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL #
31 #------------------------------------------------------------------------------
35 # URL: https://invisible-island.net/ncurses/man/term.5.html
36 # URL: https://invisible-island.net/ncurses/man/scr_dump.5.html
46 >>12 regex \^[a-zA-Z0-9][a-zA-Z0-9.][^|]* Compiled terminfo entry "%-s"
47 !:mime application/x-terminfo
51 #------------------------------------------------------------------------------
53 #------------------------------------------------------------------------------
56 # imitate the legacy compiled-format, to get the entry-name printed
59 >>12 regex \^[a-zA-Z0-9][a-zA-Z0-9.][^|]* Compiled 32-bit terminfo entry "%-s"
60 !:mime application/x-terminfo2
62 # While the compiled terminfo uses little-endian format irregardless of
66 # AIX and HPUX use the SVr4 big-endian format
67 # Solaris uses the SVr3 formats (sparc and x86 differ endian-ness)
68 0 beshort 0433 SVr2 curses screen image, big-endian
69 0 beshort 0434 SVr3 curses screen image, big-endian
70 0 beshort 0435 SVr4 curses screen image, big-endian
72 0 leshort 0433 SVr2 curses screen image, little-endian
73 0 leshort 0434 SVr3 curses screen image, little-endian
74 0 leshort 0435 SVr4 curses screen image, little-endian
77 0 regex \^MAX=[0-9]+,[0-9]+$
78 >1 regex \^BEG=[0-9]+,[0-9]+$
79 >2 regex \^SCROLL=[0-9]+,[0-9]+$
80 >3 regex \^VMIN=[0-9]+$
81 >4 regex \^VTIME=[0-9]+$
83 >6 regex \^FG=[0-9],[0-9]+$
84 >7 regex \^BG=[0-9]+,[0-9]+, Solaris xcurses screen image
86 # ncurses5 (and before) did not use a magic number, making screen dumps "data".
87 # ncurses6 (2015) uses this format, ignoring byte-order