Annotation of researchv10no/ncurses/screen/strvals, revision 1.1

1.1     ! root        1:        strs.back_tab,          /* Back tab (P) */
        !             2:        strs.bell,                      /* Audible signal (bell) (P) */
        !             3:        strs.carriage_return,   /* Carriage return (P*) */
        !             4:        strs.change_scroll_region,      /* change to lines #1 thru #2 (vt100) (PG) */
        !             5:        strs.clear_all_tabs,            /* Clear all tab stops. (P) */
        !             6:        strs.clear_screen,              /* Clear screen (P*) */
        !             7:        strs.clr_eol,           /* Clear to end of line (P) */
        !             8:        strs.clr_eos,           /* Clear to end of display (P*) */
        !             9:        strs.column_address,            /* Set cursor column (PG) */
        !            10:        strs.command_character, /* Term. settable cmd char in prototype */
        !            11:        strs.cursor_address,            /* Cursor motion to row #1 col #2 (PG) */
        !            12:        strs.cursor_down,               /* Down one line */
        !            13:        strs.cursor_home,               /* Home cursor (if no cup) */
        !            14:        strs.cursor_invisible,  /* Make cursor invisible */
        !            15:        strs.cursor_left,               /* Move cursor left one space. */
        !            16:        strs.cursor_mem_address,        /* Memory relative cursor addressing. */
        !            17:        strs.cursor_normal,             /* Make cursor appear normal (undo vs/vi) */
        !            18:        strs.cursor_right,              /* Non-destructive space (cursor right) */
        !            19:        strs.cursor_to_ll,              /* Last line, first column (if no cup) */
        !            20:        strs.cursor_up,         /* Upline (cursor up) */
        !            21:        strs.cursor_visible,            /* Make cursor very visible */
        !            22:        strs.delete_character,  /* Delete character (P*) */
        !            23:        strs.delete_line,               /* Delete line (P*) */
        !            24:        strs.dis_status_line,   /* Disable status line */
        !            25:        strs.down_half_line,            /* Half-line down (forward 1/2 linefeed) */
        !            26:        strs.enter_alt_charset_mode,    /* Start alternate character set (P) */
        !            27:        strs.enter_blink_mode,  /* Turn on blinking */
        !            28:        strs.enter_bold_mode,   /* Turn on bold (extra bright) mode */
        !            29:        strs.enter_ca_mode,             /* String to begin programs that use cup */
        !            30:        strs.enter_delete_mode, /* Delete mode (enter) */
        !            31:        strs.enter_dim_mode,            /* Turn on half-bright mode */
        !            32:        strs.enter_insert_mode, /* Insert mode (enter); */
        !            33:        strs.enter_secure_mode, /* Turn on blank mode (chars invisible) */
        !            34:        strs.enter_protected_mode,      /* Turn on protected mode */
        !            35:        strs.enter_reverse_mode,        /* Turn on reverse video mode */
        !            36:        strs.enter_standout_mode,       /* Begin stand out mode */
        !            37:        strs.enter_underline_mode,      /* Start underscore mode */
        !            38:        strs.erase_chars,               /* Erase #1 characters (PG) */
        !            39:        strs.exit_alt_charset_mode,     /* End alternate character set (P) */
        !            40:        strs.exit_attribute_mode,       /* Turn off all attributes */
        !            41:        strs.exit_ca_mode,              /* String to end programs that use cup */
        !            42:        strs.exit_delete_mode,  /* End delete mode */
        !            43:        strs.exit_insert_mode,  /* End insert mode; */
        !            44:        strs.exit_standout_mode,        /* End stand out mode */
        !            45:        strs.exit_underline_mode,       /* End underscore mode */
        !            46:        strs.flash_screen,              /* Visible bell (may not move cursor) */
        !            47:        strs.form_feed,         /* Hardcopy terminal page eject (P*) */
        !            48:        strs.from_status_line,  /* Return from status line */
        !            49:        strs.init_1string,              /* Terminal initialization string */
        !            50:        strs.init_2string,              /* Terminal initialization string */
        !            51:        strs.init_3string,              /* Terminal initialization string */
        !            52:        strs.init_file,         /* Name of file containing is */
        !            53:        strs.insert_character,  /* Insert character (P) */
        !            54:        strs.insert_line,               /* Add new blank line (P*) */
        !            55:        strs.insert_padding,            /* Insert pad after character inserted (P*) */
        !            56:        strs.key_backspace,             /* Sent by backspace key */
        !            57:        strs.key_catab,         /* Sent by clear-all-tabs key. */
        !            58:        strs.key_clear,         /* Sent by clear screen or erase key. */
        !            59:        strs.key_ctab,          /* Sent by clear-tab key */
        !            60:        strs.key_dc,                    /* Sent by delete character key. */
        !            61:        strs.key_dl,                    /* Sent by delete line key. */
        !            62:        strs.key_down,          /* Sent by terminal down arrow key */
        !            63:        strs.key_eic,           /* Sent by rmir or smir in insert mode. */
        !            64:        strs.key_eol,           /* Sent by clear-to-end-of-line key. */
        !            65:        strs.key_eos,           /* Sent by clear-to-end-of-screen key. */
        !            66:        strs.key_f0,                    /* Sent by function key f0. */
        !            67:        strs.key_f1,                    /* Sent by function key f1. */
        !            68:        strs.key_f10,           /* Sent by function key f10. */
        !            69:        strs.key_f2,                    /* Sent by function key f2. */
        !            70:        strs.key_f3,                    /* Sent by function key f3. */
        !            71:        strs.key_f4,                    /* Sent by function key f4. */
        !            72:        strs.key_f5,                    /* Sent by function key f5. */
        !            73:        strs.key_f6,                    /* Sent by function key f6. */
        !            74:        strs.key_f7,                    /* Sent by function key f7. */
        !            75:        strs.key_f8,                    /* Sent by function key f8. */
        !            76:        strs.key_f9,                    /* Sent by function key f9. */
        !            77:        strs.key_home,          /* Sent by home key. */
        !            78:        strs.key_ic,                    /* Sent by ins char/enter ins mode key. */
        !            79:        strs.key_il,                    /* Sent by insert line. */
        !            80:        strs.key_left,          /* Sent by terminal left arrow key */
        !            81:        strs.key_ll,                    /* Sent by home-down key */
        !            82:        strs.key_npage,         /* Sent by next-page key */
        !            83:        strs.key_ppage,         /* Sent by previous-page key */
        !            84:        strs.key_right,         /* Sent by terminal right arrow key */
        !            85:        strs.key_sf,                    /* Sent by scroll-forward/down key */
        !            86:        strs.key_sr,                    /* Sent by scroll-backward/up key */
        !            87:        strs.key_stab,          /* Sent by set-tab key */
        !            88:        strs.key_up,                    /* Sent by terminal up arrow key */
        !            89:        strs.keypad_local,              /* Out of "keypad transmit" mode */
        !            90:        strs.keypad_xmit,               /* Put terminal in "keypad transmit" mode */
        !            91:        strs.lab_f0,                    /* Labels on function key f0 if not f0 */
        !            92:        strs.lab_f1,                    /* Labels on function key f1 if not f1 */
        !            93:        strs.lab_f10,           /* Labels on function key f10 if not f10 */
        !            94:        strs.lab_f2,                    /* Labels on function key f2 if not f2 */
        !            95:        strs.lab_f3,                    /* Labels on function key f3 if not f3 */
        !            96:        strs.lab_f4,                    /* Labels on function key f4 if not f4 */
        !            97:        strs.lab_f5,                    /* Labels on function key f5 if not f5 */
        !            98:        strs.lab_f6,                    /* Labels on function key f6 if not f6 */
        !            99:        strs.lab_f7,                    /* Labels on function key f7 if not f7 */
        !           100:        strs.lab_f8,                    /* Labels on function key f8 if not f8 */
        !           101:        strs.lab_f9,                    /* Labels on function key f9 if not f9 */
        !           102:        strs.meta_off,          /* Turn off "meta mode" */
        !           103:        strs.meta_on,           /* Turn on "meta mode" (8th bit) */
        !           104:        strs.newline,           /* Newline (behaves like cr followed by lf) */
        !           105:        strs.pad_char,          /* Pad character (rather than null) */
        !           106:        strs.parm_dch,          /* Delete #1 chars (PG*) */
        !           107:        strs.parm_delete_line,  /* Delete #1 lines (PG*) */
        !           108:        strs.parm_down_cursor,  /* Move cursor down #1 lines. (PG*) */
        !           109:        strs.parm_ich,          /* Insert #1 blank chars (PG*) */
        !           110:        strs.parm_index,                /* Scroll forward #1 lines. (PG) */
        !           111:        strs.parm_insert_line,  /* Add #1 new blank lines (PG*) */
        !           112:        strs.parm_left_cursor,  /* Move cursor left #1 spaces (PG) */
        !           113:        strs.parm_right_cursor, /* Move cursor right #1 spaces. (PG*) */
        !           114:        strs.parm_rindex,               /* Scroll backward #1 lines. (PG) */
        !           115:        strs.parm_up_cursor,            /* Move cursor up #1 lines. (PG*) */
        !           116:        strs.pkey_key,          /* Prog funct key #1 to type string #2 */
        !           117:        strs.pkey_local,                /* Prog funct key #1 to execute string #2 */
        !           118:        strs.pkey_xmit,         /* Prog funct key #1 to xmit string #2 */
        !           119:        strs.print_screen,              /* Print contents of the screen */
        !           120:        strs.prtr_off,          /* Turn off the printer */
        !           121:        strs.prtr_on,           /* Turn on the printer */
        !           122:        strs.repeat_char,               /* Repeat char #1 #2 times.  (PG*) */
        !           123:        strs.reset_1string,             /* Reset terminal completely to sane modes. */
        !           124:        strs.reset_2string,             /* Reset terminal completely to sane modes. */
        !           125:        strs.reset_3string,             /* Reset terminal completely to sane modes. */
        !           126:        strs.reset_file,                /* Name of file containing reset string. */
        !           127:        strs.restore_cursor,            /* Restore cursor to position of last sc. */
        !           128:        strs.row_address,               /* Like hpa but sets row. (PG) */
        !           129:        strs.save_cursor,               /* Save cursor position. (P) */
        !           130:        strs.scroll_forward,            /* Scroll text up (P) */
        !           131:        strs.scroll_reverse,            /* Scroll text down (P) */
        !           132:        strs.set_attributes,            /* Define the video attributes (PG9) */
        !           133:        strs.set_tab,           /* Set a tab in all rows, current column. */
        !           134:        strs.set_window,                /* Current window is lines #1-#2 cols #3-#4 */
        !           135:        strs.tab,                       /* Tab to next 8 space hardware tab stop. */
        !           136:        strs.to_status_line,            /* Go to status line */
        !           137:        strs.underline_char,            /* Underscore one char and move past it */
        !           138:        strs.up_half_line,              /* Half-line up (reverse 1/2 linefeed) */
        !           139:        strs.init_prog,         /* Path name of program for init. */
        !           140:        strs.key_a1,                    /* Upper left of keypad */
        !           141:        strs.key_a3,                    /* Upper right of keypad */
        !           142:        strs.key_b2,                    /* Center of keypad */
        !           143:        strs.key_c1,                    /* Lower left of keypad */
        !           144:        strs.key_c3,                    /* Lower right of keypad */
        !           145:        strs.prtr_non,          /* Turn on the printer for #1 bytes. */
        !           146:        laststr;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.