From 6ab0b311d9cd2caba1a4e28be3200db52dd009f0 Mon Sep 17 00:00:00 2001 From: Apoorv Date: Wed, 31 Oct 2018 22:22:41 +0530 Subject: [PATCH 1/6] scrollbar --- app.js | 14 +- t | 34921 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 34932 insertions(+), 3 deletions(-) create mode 100644 t diff --git a/app.js b/app.js index d39ed08..ce765f3 100644 --- a/app.js +++ b/app.js @@ -25,6 +25,7 @@ const App = ((() => { cli .option('-t, --theme [name]', `set the vtop theme [${themes}]`, 'parallax') .option('--no-mouse', 'Disables mouse interactivity') + .option('--no-upgrade', 'Disables upgradeNotice, usefull when logging') .option('--quit-after [seconds]', 'Quits vtop after interval', '0') .option('--update-interval [milliseconds]', 'Interval between updates', '300') .version(VERSION) @@ -424,12 +425,14 @@ const App = ((() => { doCheck() // Check for updates every 5 minutes - // setInterval(doCheck, 300000); + if (cli.upgrade == true) { + setInterval(doCheck, 300000); + } let lastKey = '' screen.on('keypress', (ch, key) => { - if (key === 'up' || key === 'down' || key === 'k' || key === 'j') { + if (key.full === 'up' || key.full === 'down' || key.full === 'k' || key.full === 'j') { // Disable table updates for half a second disableTableUpdate = true clearTimeout(disableTableUpdateTimeout) @@ -564,7 +567,12 @@ const App = ((() => { // jump('string of thing to jump to'); }, style: loadedTheme.table.items, - mouse: cli.mouse + mouse: cli.mouse, + scrollable: true, + scrollbar: { + style: { + bg: 'yellow' + }} }) processList.append(processListSelection) processListSelection.focus() diff --git a/t b/t new file mode 100644 index 0000000..ccb191e --- /dev/null +++ b/t @@ -0,0 +1,34921 @@ +[?1049h[?1h=[?25l728[?1002h[?1003h[?1006h7 8728Screen { + index: 0, + program: + Program { + index: 1, + domain: null, + _events: + { resize: [Function], + focus: [Function], + blur: [Function], + warning: [Function], + keypress: [Function], + data: [Function], + mouse: [Function] }, + _eventsCount: 7, + _maxListeners: undefined, + options: + { input: undefined, + output: undefined, + log: undefined, + debug: undefined, + dump: undefined, + terminal: undefined, + resizeTimeout: undefined, + forceUnicode: undefined, + tput: true, + buffer: true, + zero: true }, + input: + ReadStream { + connecting: false, + _hadError: false, + _handle: [Object], + _parent: null, + _host: null, + _readableState: [Object], + readable: true, + domain: null, + _events: [Object], + _eventsCount: 6, + _maxListeners: undefined, + _writableState: [Object], + writable: false, + allowHalfOpen: false, + _bytesDispatched: 0, + _sockname: null, + _writev: null, + _pendingData: null, + _pendingEncoding: '', + server: null, + _server: null, + isRaw: true, + isTTY: true, + fd: 0, + _blessedInput: 2, + _keypressHandler: [Function], + _dataHandler: [Function], + _keypressDecoder: [Object], + read: [Function], + _consuming: true, + [Symbol(asyncId)]: 5, + [Symbol(bytesRead)]: 0 }, + output: + SyncWriteStream { + _writableState: [Object], + writable: true, + domain: null, + _events: [Object], + _eventsCount: 2, + _maxListeners: undefined, + fd: 1, + readable: false, + autoClose: false, + _type: 'fs', + _isStdio: true, + destroySoon: [Function], + _destroy: [Function], + _blessedOutput: 2, + _resizeHandler: [Function] }, + zero: true, + useBuffer: true, + x: 0, + y: 0, + savedX: 0, + savedY: 0, + cols: 1, + rows: 1, + scrollTop: 0, + scrollBottom: 0, + _terminal: 'xterm-256color', + isOSXTerm: false, + isiTerm2: false, + isXFCE: false, + isTerminator: false, + isLXDE: false, + isVTE: true, + isRxvt: false, + isXterm: false, + tmux: false, + tmuxVersion: 2, + _buf: '', + _flush: [Function: bound ], + _tputSetup: true, + tput: + Tput { + options: [Object], + terminal: 'xterm-256color', + debug: undefined, + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + error: null, + terminfoPrefix: undefined, + terminfoFile: undefined, + termcapFile: undefined, + auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function], + bell: [Function], + carriage_return: [Function], + change_scroll_region: [Function], + clear_all_tabs: [Function], + clear_screen: [Function], + clr_eol: [Function], + clr_eos: [Function], + column_address: [Function], + cursor_address: [Function], + cursor_down: [Function], + cursor_home: [Function], + cursor_invisible: [Function], + cursor_left: [Function], + cursor_normal: [Function], + cursor_right: [Function], + cursor_up: [Function], + cursor_visible: [Function], + delete_character: [Function], + delete_line: [Function], + enter_alt_charset_mode: [Function], + enter_blink_mode: [Function], + enter_bold_mode: [Function], + enter_ca_mode: [Function], + enter_dim_mode: [Function], + enter_insert_mode: [Function], + enter_secure_mode: [Function], + enter_reverse_mode: [Function], + enter_standout_mode: [Function], + enter_underline_mode: [Function], + erase_chars: [Function], + exit_alt_charset_mode: [Function], + exit_attribute_mode: [Function], + exit_ca_mode: [Function], + exit_insert_mode: [Function], + exit_standout_mode: [Function], + exit_underline_mode: [Function], + flash_screen: [Function], + init_2string: [Function], + insert_line: [Function], + key_backspace: [Function], + key_dc: [Function], + key_down: [Function], + key_f1: [Function], + key_f10: [Function], + key_f2: [Function], + key_f3: [Function], + key_f4: [Function], + key_f5: [Function], + key_f6: [Function], + key_f7: [Function], + key_f8: [Function], + key_f9: [Function], + key_home: [Function], + key_ic: [Function], + key_left: [Function], + key_npage: [Function], + key_ppage: [Function], + key_right: [Function], + key_sf: [Function], + key_sr: [Function], + key_up: [Function], + keypad_local: [Function], + keypad_xmit: [Function], + meta_off: [Function], + meta_on: [Function], + parm_dch: [Function], + parm_delete_line: [Function], + parm_down_cursor: [Function], + parm_ich: [Function], + parm_index: [Function], + parm_insert_line: [Function], + parm_left_cursor: [Function], + parm_right_cursor: [Function], + parm_rindex: [Function], + parm_up_cursor: [Function], + print_screen: [Function], + prtr_off: [Function], + prtr_on: [Function], + repeat_char: [Function], + reset_1string: [Function], + reset_2string: [Function], + restore_cursor: [Function], + row_address: [Function], + save_cursor: [Function], + scroll_forward: [Function], + scroll_reverse: [Function], + set_attributes: [Function], + set_tab: [Function], + tab: [Function], + key_b2: [Function], + acs_chars: [Function], + key_btab: [Function], + enter_am_mode: [Function], + exit_am_mode: [Function], + key_end: [Function], + key_enter: [Function], + key_sdc: [Function], + key_send: [Function], + key_shome: [Function], + key_sic: [Function], + key_sleft: [Function], + key_snext: [Function], + key_sprevious: [Function], + key_sright: [Function], + key_f11: [Function], + key_f12: [Function], + key_f13: [Function], + key_f14: [Function], + key_f15: [Function], + key_f16: [Function], + key_f17: [Function], + key_f18: [Function], + key_f19: [Function], + key_f20: [Function], + key_f21: [Function], + key_f22: [Function], + key_f23: [Function], + key_f24: [Function], + key_f25: [Function], + key_f26: [Function], + key_f27: [Function], + key_f28: [Function], + key_f29: [Function], + key_f30: [Function], + key_f31: [Function], + key_f32: [Function], + key_f33: [Function], + key_f34: [Function], + key_f35: [Function], + key_f36: [Function], + key_f37: [Function], + key_f38: [Function], + key_f39: [Function], + key_f40: [Function], + key_f41: [Function], + key_f42: [Function], + key_f43: [Function], + key_f44: [Function], + key_f45: [Function], + key_f46: [Function], + key_f47: [Function], + key_f48: [Function], + key_f49: [Function], + key_f50: [Function], + key_f51: [Function], + key_f52: [Function], + key_f53: [Function], + key_f54: [Function], + key_f55: [Function], + key_f56: [Function], + key_f57: [Function], + key_f58: [Function], + key_f59: [Function], + key_f60: [Function], + key_f61: [Function], + key_f62: [Function], + key_f63: [Function], + clr_bol: [Function], + user6: [Function], + user7: [Function], + user8: [Function], + user9: [Function], + orig_pair: [Function], + orig_colors: [Function], + initialize_color: [Function], + enter_italics_mode: [Function], + exit_italics_mode: [Function], + key_mouse: [Function], + set_a_foreground: [Function], + set_a_background: [Function], + memory_lock: [Function], + memory_unlock: [Function], + Cr: [Function], + Cs: [Function], + E3: [Function], + Ms: [Function], + Se: [Function], + Ss: [Function], + kDC3: [Function], + kDC4: [Function], + kDC5: [Function], + kDC6: [Function], + kDC7: [Function], + kDN: [Function], + kDN3: [Function], + kDN4: [Function], + kDN5: [Function], + kDN6: [Function], + kDN7: [Function], + kEND3: [Function], + kEND4: [Function], + kEND5: [Function], + kEND6: [Function], + kEND7: [Function], + kHOM3: [Function], + kHOM4: [Function], + kHOM5: [Function], + kHOM6: [Function], + kHOM7: [Function], + kIC3: [Function], + kIC4: [Function], + kIC5: [Function], + kIC6: [Function], + kIC7: [Function], + kLFT3: [Function], + kLFT4: [Function], + kLFT5: [Function], + kLFT6: [Function], + kLFT7: [Function], + kNXT3: [Function], + kNXT4: [Function], + kNXT5: [Function], + kNXT6: [Function], + kNXT7: [Function], + kPRV3: [Function], + kPRV4: [Function], + kPRV5: [Function], + kPRV6: [Function], + kPRV7: [Function], + kRIT3: [Function], + kRIT4: [Function], + kRIT5: [Function], + kRIT6: [Function], + kRIT7: [Function], + kUP: [Function], + kUP3: [Function], + kUP4: [Function], + kUP5: [Function], + kUP6: [Function], + kUP7: [Function], + ka2: [Function], + kb1: [Function], + kb3: [Function], + kc2: [Function], + rmxx: [Function], + smxx: [Function], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Function], + cursor_mem_address: [Function], + cursor_to_ll: [Function], + dis_status_line: [Function], + down_half_line: [Function], + enter_delete_mode: [Function], + enter_protected_mode: [Function], + exit_delete_mode: [Function], + form_feed: [Function], + from_status_line: [Function], + init_1string: [Function], + init_3string: [Function], + init_file: [Function], + insert_character: [Function], + insert_padding: [Function], + key_catab: [Function], + key_clear: [Function], + key_ctab: [Function], + key_dl: [Function], + key_eic: [Function], + key_eol: [Function], + key_eos: [Function], + key_f0: [Function], + key_il: [Function], + key_ll: [Function], + key_stab: [Function], + lab_f0: [Function], + lab_f1: [Function], + lab_f10: [Function], + lab_f2: [Function], + lab_f3: [Function], + lab_f4: [Function], + lab_f5: [Function], + lab_f6: [Function], + lab_f7: [Function], + lab_f8: [Function], + lab_f9: [Function], + newline: [Function], + pad_char: [Function], + pkey_key: [Function], + pkey_local: [Function], + pkey_xmit: [Function], + reset_3string: [Function], + reset_file: [Function], + set_window: [Function], + to_status_line: [Function], + underline_char: [Function], + up_half_line: [Function], + init_prog: [Function], + key_a1: [Function], + key_a3: [Function], + key_c1: [Function], + key_c3: [Function], + prtr_non: [Function], + char_padding: [Function], + plab_norm: [Function], + enter_xon_mode: [Function], + exit_xon_mode: [Function], + xon_character: [Function], + xoff_character: [Function], + ena_acs: [Function], + label_on: [Function], + label_off: [Function], + key_beg: [Function], + key_cancel: [Function], + key_close: [Function], + key_command: [Function], + key_copy: [Function], + key_create: [Function], + key_exit: [Function], + key_find: [Function], + key_help: [Function], + key_mark: [Function], + key_message: [Function], + key_move: [Function], + key_next: [Function], + key_open: [Function], + key_options: [Function], + key_previous: [Function], + key_print: [Function], + key_redo: [Function], + key_reference: [Function], + key_refresh: [Function], + key_replace: [Function], + key_restart: [Function], + key_resume: [Function], + key_save: [Function], + key_suspend: [Function], + key_undo: [Function], + key_sbeg: [Function], + key_scancel: [Function], + key_scommand: [Function], + key_scopy: [Function], + key_screate: [Function], + key_sdl: [Function], + key_select: [Function], + key_seol: [Function], + key_sexit: [Function], + key_sfind: [Function], + key_shelp: [Function], + key_smessage: [Function], + key_smove: [Function], + key_soptions: [Function], + key_sprint: [Function], + key_sredo: [Function], + key_sreplace: [Function], + key_srsume: [Function], + key_ssave: [Function], + key_ssuspend: [Function], + key_sundo: [Function], + req_for_input: [Function], + clear_margins: [Function], + set_left_margin: [Function], + set_right_margin: [Function], + label_format: [Function], + set_clock: [Function], + display_clock: [Function], + remove_clock: [Function], + create_window: [Function], + goto_window: [Function], + hangup: [Function], + dial_phone: [Function], + quick_dial: [Function], + tone: [Function], + pulse: [Function], + flash_hook: [Function], + fixed_pause: [Function], + wait_tone: [Function], + user0: [Function], + user1: [Function], + user2: [Function], + user3: [Function], + user4: [Function], + user5: [Function], + initialize_pair: [Function], + set_color_pair: [Function], + set_foreground: [Function], + set_background: [Function], + change_char_pitch: [Function], + change_line_pitch: [Function], + change_res_horz: [Function], + change_res_vert: [Function], + define_char: [Function], + enter_doublewide_mode: [Function], + enter_draft_quality: [Function], + enter_leftward_mode: [Function], + enter_micro_mode: [Function], + enter_near_letter_quality: [Function], + enter_normal_quality: [Function], + enter_shadow_mode: [Function], + enter_subscript_mode: [Function], + enter_superscript_mode: [Function], + enter_upward_mode: [Function], + exit_doublewide_mode: [Function], + exit_leftward_mode: [Function], + exit_micro_mode: [Function], + exit_shadow_mode: [Function], + exit_subscript_mode: [Function], + exit_superscript_mode: [Function], + exit_upward_mode: [Function], + micro_column_address: [Function], + micro_down: [Function], + micro_left: [Function], + micro_right: [Function], + micro_row_address: [Function], + micro_up: [Function], + order_of_pins: [Function], + parm_down_micro: [Function], + parm_left_micro: [Function], + parm_right_micro: [Function], + parm_up_micro: [Function], + select_char_set: [Function], + set_bottom_margin: [Function], + set_bottom_margin_parm: [Function], + set_left_margin_parm: [Function], + set_right_margin_parm: [Function], + set_top_margin: [Function], + set_top_margin_parm: [Function], + start_bit_image: [Function], + start_char_set_def: [Function], + stop_bit_image: [Function], + stop_char_set_def: [Function], + subscript_characters: [Function], + superscript_characters: [Function], + these_cause_cr: [Function], + zero_motion: [Function], + char_set_names: [Function], + mouse_info: [Function], + req_mouse_pos: [Function], + get_mouse: [Function], + pkey_plab: [Function], + device_type: [Function], + code_set_init: [Function], + set0_des_seq: [Function], + set1_des_seq: [Function], + set2_des_seq: [Function], + set3_des_seq: [Function], + set_lr_margin: [Function], + set_tb_margin: [Function], + bit_image_repeat: [Function], + bit_image_newline: [Function], + bit_image_carriage_return: [Function], + color_names: [Function], + define_bit_image_region: [Function], + end_bit_image_region: [Function], + set_color_band: [Function], + set_page_length: [Function], + display_pc_char: [Function], + enter_pc_charset_mode: [Function], + exit_pc_charset_mode: [Function], + enter_scancode_mode: [Function], + exit_scancode_mode: [Function], + pc_term_options: [Function], + scancode_escape: [Function], + alt_scancode_esc: [Function], + enter_horizontal_hl_mode: [Function], + enter_left_hl_mode: [Function], + enter_low_hl_mode: [Function], + enter_right_hl_mode: [Function], + enter_top_hl_mode: [Function], + enter_vertical_hl_mode: [Function], + set_a_attributes: [Function], + set_pglen_inch: [Function], + termcap_init2: [Function], + termcap_reset: [Function], + linefeed_if_not_lf: [Function], + backspace_if_not_bs: [Function], + other_non_function_keys: [Function], + arrow_key_map: [Function], + acs_ulcorner: [Function], + acs_llcorner: [Function], + acs_urcorner: [Function], + acs_lrcorner: [Function], + acs_ltee: [Function], + acs_rtee: [Function], + acs_btee: [Function], + acs_ttee: [Function], + acs_hline: [Function], + acs_vline: [Function], + acs_plus: [Function], + box_chars_1: [Function], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function], + bel: [Function], + cr: [Function], + csr: [Function], + tbc: [Function], + clear: [Function], + el: [Function], + ed: [Function], + hpa: [Function], + cup: [Function], + cud1: [Function], + home: [Function], + civis: [Function], + cub1: [Function], + cnorm: [Function], + cuf1: [Function], + cuu1: [Function], + cvvis: [Function], + dch1: [Function], + dl1: [Function], + smacs: [Function], + blink: [Function], + bold: [Function], + smcup: [Function], + dim: [Function], + smir: [Function], + invis: [Function], + rev: [Function], + smso: [Function], + smul: [Function], + ech: [Function], + rmacs: [Function], + sgr0: [Function], + rmcup: [Function], + rmir: [Function], + rmso: [Function], + rmul: [Function], + flash: [Function], + is2: [Function], + il1: [Function], + kbs: [Function], + kdch1: [Function], + kcud1: [Function], + kf1: [Function], + kf10: [Function], + kf2: [Function], + kf3: [Function], + kf4: [Function], + kf5: [Function], + kf6: [Function], + kf7: [Function], + kf8: [Function], + kf9: [Function], + khome: [Function], + kich1: [Function], + kcub1: [Function], + knp: [Function], + kpp: [Function], + kcuf1: [Function], + kind: [Function], + kri: [Function], + kcuu1: [Function], + rmkx: [Function], + smkx: [Function], + rmm: [Function], + smm: [Function], + dch: [Function], + dl: [Function], + cud: [Function], + ich: [Function], + indn: [Function], + il: [Function], + cub: [Function], + cuf: [Function], + rin: [Function], + cuu: [Function], + mc0: [Function], + mc4: [Function], + mc5: [Function], + rep: [Function], + rs1: [Function], + rs2: [Function], + rc: [Function], + vpa: [Function], + sc: [Function], + ind: [Function], + ri: [Function], + sgr: [Function], + hts: [Function], + ht: [Function], + kb2: [Function], + acsc: [Object], + kcbt: [Function], + smam: [Function], + rmam: [Function], + kend: [Function], + kent: [Function], + kDC: [Function], + kEND: [Function], + kHOM: [Function], + kIC: [Function], + kLFT: [Function], + kNXT: [Function], + kPRV: [Function], + kRIT: [Function], + kf11: [Function], + kf12: [Function], + kf13: [Function], + kf14: [Function], + kf15: [Function], + kf16: [Function], + kf17: [Function], + kf18: [Function], + kf19: [Function], + kf20: [Function], + kf21: [Function], + kf22: [Function], + kf23: [Function], + kf24: [Function], + kf25: [Function], + kf26: [Function], + kf27: [Function], + kf28: [Function], + kf29: [Function], + kf30: [Function], + kf31: [Function], + kf32: [Function], + kf33: [Function], + kf34: [Function], + kf35: [Function], + kf36: [Function], + kf37: [Function], + kf38: [Function], + kf39: [Function], + kf40: [Function], + kf41: [Function], + kf42: [Function], + kf43: [Function], + kf44: [Function], + kf45: [Function], + kf46: [Function], + kf47: [Function], + kf48: [Function], + kf49: [Function], + kf50: [Function], + kf51: [Function], + kf52: [Function], + kf53: [Function], + kf54: [Function], + kf55: [Function], + kf56: [Function], + kf57: [Function], + kf58: [Function], + kf59: [Function], + kf60: [Function], + kf61: [Function], + kf62: [Function], + kf63: [Function], + el1: [Function], + u6: [Function], + u7: [Function], + u8: [Function], + u9: [Function], + op: [Function], + oc: [Function], + initc: [Function], + sitm: [Function], + ritm: [Function], + kmous: [Function], + setaf: [Function], + setab: [Function], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Function], + mrcup: [Function], + ll: [Function], + dsl: [Function], + hd: [Function], + smdc: [Function], + prot: [Function], + rmdc: [Function], + ff: [Function], + fsl: [Function], + is1: [Function], + is3: [Function], + if: [Function], + ich1: [Function], + ip: [Function], + ktbc: [Function], + kclr: [Function], + kctab: [Function], + kdl1: [Function], + krmir: [Function], + kel: [Function], + ked: [Function], + kf0: [Function], + kil1: [Function], + kll: [Function], + khts: [Function], + lf0: [Function], + lf1: [Function], + lf10: [Function], + lf2: [Function], + lf3: [Function], + lf4: [Function], + lf5: [Function], + lf6: [Function], + lf7: [Function], + lf8: [Function], + lf9: [Function], + nel: [Function], + pad: [Function], + pfkey: [Function], + pfloc: [Function], + pfx: [Function], + rs3: [Function], + rf: [Function], + wind: [Function], + tsl: [Function], + uc: [Function], + hu: [Function], + iprog: [Function], + ka1: [Function], + ka3: [Function], + kc1: [Function], + kc3: [Function], + mc5p: [Function], + rmp: [Function], + pln: [Function], + smxon: [Function], + rmxon: [Function], + xonc: [Function], + xoffc: [Function], + enacs: [Function], + smln: [Function], + rmln: [Function], + kbeg: [Function], + kcan: [Function], + kclo: [Function], + kcmd: [Function], + kcpy: [Function], + kcrt: [Function], + kext: [Function], + kfnd: [Function], + khlp: [Function], + kmrk: [Function], + kmsg: [Function], + kmov: [Function], + knxt: [Function], + kopn: [Function], + kopt: [Function], + kprv: [Function], + kprt: [Function], + krdo: [Function], + kref: [Function], + krfr: [Function], + krpl: [Function], + krst: [Function], + kres: [Function], + ksav: [Function], + kspd: [Function], + kund: [Function], + kBEG: [Function], + kCAN: [Function], + kCMD: [Function], + kCPY: [Function], + kCRT: [Function], + kDL: [Function], + kslt: [Function], + kEOL: [Function], + kEXT: [Function], + kFND: [Function], + kHLP: [Function], + kMSG: [Function], + kMOV: [Function], + kOPT: [Function], + kPRT: [Function], + kRDO: [Function], + kRPL: [Function], + kRES: [Function], + kSAV: [Function], + kSPD: [Function], + kUND: [Function], + rfi: [Function], + mgc: [Function], + smgl: [Function], + smgr: [Function], + fln: [Function], + sclk: [Function], + dclk: [Function], + rmclk: [Function], + cwin: [Function], + wingo: [Function], + hup: [Function], + dial: [Function], + qdial: [Function], + hook: [Function], + pause: [Function], + wait: [Function], + u0: [Function], + u1: [Function], + u2: [Function], + u3: [Function], + u4: [Function], + u5: [Function], + initp: [Function], + scp: [Function], + setf: [Function], + setb: [Function], + cpi: [Function], + lpi: [Function], + chr: [Function], + cvr: [Function], + defc: [Function], + swidm: [Function], + sdrfq: [Function], + slm: [Function], + smicm: [Function], + snlq: [Function], + snrmq: [Function], + sshm: [Function], + ssubm: [Function], + ssupm: [Function], + sum: [Function], + rwidm: [Function], + rlm: [Function], + rmicm: [Function], + rshm: [Function], + rsubm: [Function], + rsupm: [Function], + rum: [Function], + mhpa: [Function], + mcud1: [Function], + mcub1: [Function], + mcuf1: [Function], + mvpa: [Function], + mcuu1: [Function], + porder: [Function], + mcud: [Function], + mcub: [Function], + mcuf: [Function], + mcuu: [Function], + scs: [Function], + smgb: [Function], + smgbp: [Function], + smglp: [Function], + smgrp: [Function], + smgt: [Function], + smgtp: [Function], + sbim: [Function], + scsd: [Function], + rbim: [Function], + rcsd: [Function], + subcs: [Function], + supcs: [Function], + docr: [Function], + zerom: [Function], + csnm: [Function], + minfo: [Function], + reqmp: [Function], + getm: [Function], + pfxl: [Function], + devt: [Function], + csin: [Function], + s0ds: [Function], + s1ds: [Function], + s2ds: [Function], + s3ds: [Function], + smglr: [Function], + smgtb: [Function], + birep: [Function], + binel: [Function], + bicr: [Function], + colornm: [Function], + defbi: [Function], + endbi: [Function], + setcolor: [Function], + slines: [Function], + dispc: [Function], + smpch: [Function], + rmpch: [Function], + smsc: [Function], + rmsc: [Function], + pctrm: [Function], + scesc: [Function], + scesa: [Function], + ehhlm: [Function], + elhlm: [Function], + elohlm: [Function], + erhlm: [Function], + ethlm: [Function], + evhlm: [Function], + sgr1: [Function], + slength: [Function], + info: [Object], + all: [Object], + methods: [Object], + bools: [Object], + numbers: [Object], + strings: [Object], + features: [Object], + unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + setbuf: true, + acscr: [Object] }, + put: + { [Function] + options: [Object], + terminal: 'xterm-256color', + debug: undefined, + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + error: null, + terminfoPrefix: undefined, + terminfoFile: undefined, + termcapFile: undefined, + auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function], + bell: [Function], + carriage_return: [Function], + change_scroll_region: [Function], + clear_all_tabs: [Function], + clear_screen: [Function], + clr_eol: [Function], + clr_eos: [Function], + column_address: [Function], + cursor_address: [Function], + cursor_down: [Function], + cursor_home: [Function], + cursor_invisible: [Function], + cursor_left: [Function], + cursor_normal: [Function], + cursor_right: [Function], + cursor_up: [Function], + cursor_visible: [Function], + delete_character: [Function], + delete_line: [Function], + enter_alt_charset_mode: [Function], + enter_blink_mode: [Function], + enter_bold_mode: [Function], + enter_ca_mode: [Function], + enter_dim_mode: [Function], + enter_insert_mode: [Function], + enter_secure_mode: [Function], + enter_reverse_mode: [Function], + enter_standout_mode: [Function], + enter_underline_mode: [Function], + erase_chars: [Function], + exit_alt_charset_mode: [Function], + exit_attribute_mode: [Function], + exit_ca_mode: [Function], + exit_insert_mode: [Function], + exit_standout_mode: [Function], + exit_underline_mode: [Function], + flash_screen: [Function], + init_2string: [Function], + insert_line: [Function], + key_backspace: [Function], + key_dc: [Function], + key_down: [Function], + key_f1: [Function], + key_f10: [Function], + key_f2: [Function], + key_f3: [Function], + key_f4: [Function], + key_f5: [Function], + key_f6: [Function], + key_f7: [Function], + key_f8: [Function], + key_f9: [Function], + key_home: [Function], + key_ic: [Function], + key_left: [Function], + key_npage: [Function], + key_ppage: [Function], + key_right: [Function], + key_sf: [Function], + key_sr: [Function], + key_up: [Function], + keypad_local: [Function], + keypad_xmit: [Function], + meta_off: [Function], + meta_on: [Function], + parm_dch: [Function], + parm_delete_line: [Function], + parm_down_cursor: [Function], + parm_ich: [Function], + parm_index: [Function], + parm_insert_line: [Function], + parm_left_cursor: [Function], + parm_right_cursor: [Function], + parm_rindex: [Function], + parm_up_cursor: [Function], + print_screen: [Function], + prtr_off: [Function], + prtr_on: [Function], + repeat_char: [Function], + reset_1string: [Function], + reset_2string: [Function], + restore_cursor: [Function], + row_address: [Function], + save_cursor: [Function], + scroll_forward: [Function], + scroll_reverse: [Function], + set_attributes: [Function], + set_tab: [Function], + tab: [Function], + key_b2: [Function], + acs_chars: [Function], + key_btab: [Function], + enter_am_mode: [Function], + exit_am_mode: [Function], + key_end: [Function], + key_enter: [Function], + key_sdc: [Function], + key_send: [Function], + key_shome: [Function], + key_sic: [Function], + key_sleft: [Function], + key_snext: [Function], + key_sprevious: [Function], + key_sright: [Function], + key_f11: [Function], + key_f12: [Function], + key_f13: [Function], + key_f14: [Function], + key_f15: [Function], + key_f16: [Function], + key_f17: [Function], + key_f18: [Function], + key_f19: [Function], + key_f20: [Function], + key_f21: [Function], + key_f22: [Function], + key_f23: [Function], + key_f24: [Function], + key_f25: [Function], + key_f26: [Function], + key_f27: [Function], + key_f28: [Function], + key_f29: [Function], + key_f30: [Function], + key_f31: [Function], + key_f32: [Function], + key_f33: [Function], + key_f34: [Function], + key_f35: [Function], + key_f36: [Function], + key_f37: [Function], + key_f38: [Function], + key_f39: [Function], + key_f40: [Function], + key_f41: [Function], + key_f42: [Function], + key_f43: [Function], + key_f44: [Function], + key_f45: [Function], + key_f46: [Function], + key_f47: [Function], + key_f48: [Function], + key_f49: [Function], + key_f50: [Function], + key_f51: [Function], + key_f52: [Function], + key_f53: [Function], + key_f54: [Function], + key_f55: [Function], + key_f56: [Function], + key_f57: [Function], + key_f58: [Function], + key_f59: [Function], + key_f60: [Function], + key_f61: [Function], + key_f62: [Function], + key_f63: [Function], + clr_bol: [Function], + user6: [Function], + user7: [Function], + user8: [Function], + user9: [Function], + orig_pair: [Function], + orig_colors: [Function], + initialize_color: [Function], + enter_italics_mode: [Function], + exit_italics_mode: [Function], + key_mouse: [Function], + set_a_foreground: [Function], + set_a_background: [Function], + memory_lock: [Function], + memory_unlock: [Function], + Cr: [Function], + Cs: [Function], + E3: [Function], + Ms: [Function], + Se: [Function], + Ss: [Function], + kDC3: [Function], + kDC4: [Function], + kDC5: [Function], + kDC6: [Function], + kDC7: [Function], + kDN: [Function], + kDN3: [Function], + kDN4: [Function], + kDN5: [Function], + kDN6: [Function], + kDN7: [Function], + kEND3: [Function], + kEND4: [Function], + kEND5: [Function], + kEND6: [Function], + kEND7: [Function], + kHOM3: [Function], + kHOM4: [Function], + kHOM5: [Function], + kHOM6: [Function], + kHOM7: [Function], + kIC3: [Function], + kIC4: [Function], + kIC5: [Function], + kIC6: [Function], + kIC7: [Function], + kLFT3: [Function], + kLFT4: [Function], + kLFT5: [Function], + kLFT6: [Function], + kLFT7: [Function], + kNXT3: [Function], + kNXT4: [Function], + kNXT5: [Function], + kNXT6: [Function], + kNXT7: [Function], + kPRV3: [Function], + kPRV4: [Function], + kPRV5: [Function], + kPRV6: [Function], + kPRV7: [Function], + kRIT3: [Function], + kRIT4: [Function], + kRIT5: [Function], + kRIT6: [Function], + kRIT7: [Function], + kUP: [Function], + kUP3: [Function], + kUP4: [Function], + kUP5: [Function], + kUP6: [Function], + kUP7: [Function], + ka2: [Function], + kb1: [Function], + kb3: [Function], + kc2: [Function], + rmxx: [Function], + smxx: [Function], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Function], + cursor_mem_address: [Function], + cursor_to_ll: [Function], + dis_status_line: [Function], + down_half_line: [Function], + enter_delete_mode: [Function], + enter_protected_mode: [Function], + exit_delete_mode: [Function], + form_feed: [Function], + from_status_line: [Function], + init_1string: [Function], + init_3string: [Function], + init_file: [Function], + insert_character: [Function], + insert_padding: [Function], + key_catab: [Function], + key_clear: [Function], + key_ctab: [Function], + key_dl: [Function], + key_eic: [Function], + key_eol: [Function], + key_eos: [Function], + key_f0: [Function], + key_il: [Function], + key_ll: [Function], + key_stab: [Function], + lab_f0: [Function], + lab_f1: [Function], + lab_f10: [Function], + lab_f2: [Function], + lab_f3: [Function], + lab_f4: [Function], + lab_f5: [Function], + lab_f6: [Function], + lab_f7: [Function], + lab_f8: [Function], + lab_f9: [Function], + newline: [Function], + pad_char: [Function], + pkey_key: [Function], + pkey_local: [Function], + pkey_xmit: [Function], + reset_3string: [Function], + reset_file: [Function], + set_window: [Function], + to_status_line: [Function], + underline_char: [Function], + up_half_line: [Function], + init_prog: [Function], + key_a1: [Function], + key_a3: [Function], + key_c1: [Function], + key_c3: [Function], + prtr_non: [Function], + char_padding: [Function], + plab_norm: [Function], + enter_xon_mode: [Function], + exit_xon_mode: [Function], + xon_character: [Function], + xoff_character: [Function], + ena_acs: [Function], + label_on: [Function], + label_off: [Function], + key_beg: [Function], + key_cancel: [Function], + key_close: [Function], + key_command: [Function], + key_copy: [Function], + key_create: [Function], + key_exit: [Function], + key_find: [Function], + key_help: [Function], + key_mark: [Function], + key_message: [Function], + key_move: [Function], + key_next: [Function], + key_open: [Function], + key_options: [Function], + key_previous: [Function], + key_print: [Function], + key_redo: [Function], + key_reference: [Function], + key_refresh: [Function], + key_replace: [Function], + key_restart: [Function], + key_resume: [Function], + key_save: [Function], + key_suspend: [Function], + key_undo: [Function], + key_sbeg: [Function], + key_scancel: [Function], + key_scommand: [Function], + key_scopy: [Function], + key_screate: [Function], + key_sdl: [Function], + key_select: [Function], + key_seol: [Function], + key_sexit: [Function], + key_sfind: [Function], + key_shelp: [Function], + key_smessage: [Function], + key_smove: [Function], + key_soptions: [Function], + key_sprint: [Function], + key_sredo: [Function], + key_sreplace: [Function], + key_srsume: [Function], + key_ssave: [Function], + key_ssuspend: [Function], + key_sundo: [Function], + req_for_input: [Function], + clear_margins: [Function], + set_left_margin: [Function], + set_right_margin: [Function], + label_format: [Function], + set_clock: [Function], + display_clock: [Function], + remove_clock: [Function], + create_window: [Function], + goto_window: [Function], + hangup: [Function], + dial_phone: [Function], + quick_dial: [Function], + tone: [Function], + pulse: [Function], + flash_hook: [Function], + fixed_pause: [Function], + wait_tone: [Function], + user0: [Function], + user1: [Function], + user2: [Function], + user3: [Function], + user4: [Function], + user5: [Function], + initialize_pair: [Function], + set_color_pair: [Function], + set_foreground: [Function], + set_background: [Function], + change_char_pitch: [Function], + change_line_pitch: [Function], + change_res_horz: [Function], + change_res_vert: [Function], + define_char: [Function], + enter_doublewide_mode: [Function], + enter_draft_quality: [Function], + enter_leftward_mode: [Function], + enter_micro_mode: [Function], + enter_near_letter_quality: [Function], + enter_normal_quality: [Function], + enter_shadow_mode: [Function], + enter_subscript_mode: [Function], + enter_superscript_mode: [Function], + enter_upward_mode: [Function], + exit_doublewide_mode: [Function], + exit_leftward_mode: [Function], + exit_micro_mode: [Function], + exit_shadow_mode: [Function], + exit_subscript_mode: [Function], + exit_superscript_mode: [Function], + exit_upward_mode: [Function], + micro_column_address: [Function], + micro_down: [Function], + micro_left: [Function], + micro_right: [Function], + micro_row_address: [Function], + micro_up: [Function], + order_of_pins: [Function], + parm_down_micro: [Function], + parm_left_micro: [Function], + parm_right_micro: [Function], + parm_up_micro: [Function], + select_char_set: [Function], + set_bottom_margin: [Function], + set_bottom_margin_parm: [Function], + set_left_margin_parm: [Function], + set_right_margin_parm: [Function], + set_top_margin: [Function], + set_top_margin_parm: [Function], + start_bit_image: [Function], + start_char_set_def: [Function], + stop_bit_image: [Function], + stop_char_set_def: [Function], + subscript_characters: [Function], + superscript_characters: [Function], + these_cause_cr: [Function], + zero_motion: [Function], + char_set_names: [Function], + mouse_info: [Function], + req_mouse_pos: [Function], + get_mouse: [Function], + pkey_plab: [Function], + device_type: [Function], + code_set_init: [Function], + set0_des_seq: [Function], + set1_des_seq: [Function], + set2_des_seq: [Function], + set3_des_seq: [Function], + set_lr_margin: [Function], + set_tb_margin: [Function], + bit_image_repeat: [Function], + bit_image_newline: [Function], + bit_image_carriage_return: [Function], + color_names: [Function], + define_bit_image_region: [Function], + end_bit_image_region: [Function], + set_color_band: [Function], + set_page_length: [Function], + display_pc_char: [Function], + enter_pc_charset_mode: [Function], + exit_pc_charset_mode: [Function], + enter_scancode_mode: [Function], + exit_scancode_mode: [Function], + pc_term_options: [Function], + scancode_escape: [Function], + alt_scancode_esc: [Function], + enter_horizontal_hl_mode: [Function], + enter_left_hl_mode: [Function], + enter_low_hl_mode: [Function], + enter_right_hl_mode: [Function], + enter_top_hl_mode: [Function], + enter_vertical_hl_mode: [Function], + set_a_attributes: [Function], + set_pglen_inch: [Function], + termcap_init2: [Function], + termcap_reset: [Function], + linefeed_if_not_lf: [Function], + backspace_if_not_bs: [Function], + other_non_function_keys: [Function], + arrow_key_map: [Function], + acs_ulcorner: [Function], + acs_llcorner: [Function], + acs_urcorner: [Function], + acs_lrcorner: [Function], + acs_ltee: [Function], + acs_rtee: [Function], + acs_btee: [Function], + acs_ttee: [Function], + acs_hline: [Function], + acs_vline: [Function], + acs_plus: [Function], + box_chars_1: [Function], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function], + bel: [Function], + cr: [Function], + csr: [Function], + tbc: [Function], + clear: [Function], + el: [Function], + ed: [Function], + hpa: [Function], + cup: [Function], + cud1: [Function], + home: [Function], + civis: [Function], + cub1: [Function], + cnorm: [Function], + cuf1: [Function], + cuu1: [Function], + cvvis: [Function], + dch1: [Function], + dl1: [Function], + smacs: [Function], + blink: [Function], + bold: [Function], + smcup: [Function], + dim: [Function], + smir: [Function], + invis: [Function], + rev: [Function], + smso: [Function], + smul: [Function], + ech: [Function], + rmacs: [Function], + sgr0: [Function], + rmcup: [Function], + rmir: [Function], + rmso: [Function], + rmul: [Function], + flash: [Function], + is2: [Function], + il1: [Function], + kbs: [Function], + kdch1: [Function], + kcud1: [Function], + kf1: [Function], + kf10: [Function], + kf2: [Function], + kf3: [Function], + kf4: [Function], + kf5: [Function], + kf6: [Function], + kf7: [Function], + kf8: [Function], + kf9: [Function], + khome: [Function], + kich1: [Function], + kcub1: [Function], + knp: [Function], + kpp: [Function], + kcuf1: [Function], + kind: [Function], + kri: [Function], + kcuu1: [Function], + rmkx: [Function], + smkx: [Function], + rmm: [Function], + smm: [Function], + dch: [Function], + dl: [Function], + cud: [Function], + ich: [Function], + indn: [Function], + il: [Function], + cub: [Function], + cuf: [Function], + rin: [Function], + cuu: [Function], + mc0: [Function], + mc4: [Function], + mc5: [Function], + rep: [Function], + rs1: [Function], + rs2: [Function], + rc: [Function], + vpa: [Function], + sc: [Function], + ind: [Function], + ri: [Function], + sgr: [Function], + hts: [Function], + ht: [Function], + kb2: [Function], + acsc: [Object], + kcbt: [Function], + smam: [Function], + rmam: [Function], + kend: [Function], + kent: [Function], + kDC: [Function], + kEND: [Function], + kHOM: [Function], + kIC: [Function], + kLFT: [Function], + kNXT: [Function], + kPRV: [Function], + kRIT: [Function], + kf11: [Function], + kf12: [Function], + kf13: [Function], + kf14: [Function], + kf15: [Function], + kf16: [Function], + kf17: [Function], + kf18: [Function], + kf19: [Function], + kf20: [Function], + kf21: [Function], + kf22: [Function], + kf23: [Function], + kf24: [Function], + kf25: [Function], + kf26: [Function], + kf27: [Function], + kf28: [Function], + kf29: [Function], + kf30: [Function], + kf31: [Function], + kf32: [Function], + kf33: [Function], + kf34: [Function], + kf35: [Function], + kf36: [Function], + kf37: [Function], + kf38: [Function], + kf39: [Function], + kf40: [Function], + kf41: [Function], + kf42: [Function], + kf43: [Function], + kf44: [Function], + kf45: [Function], + kf46: [Function], + kf47: [Function], + kf48: [Function], + kf49: [Function], + kf50: [Function], + kf51: [Function], + kf52: [Function], + kf53: [Function], + kf54: [Function], + kf55: [Function], + kf56: [Function], + kf57: [Function], + kf58: [Function], + kf59: [Function], + kf60: [Function], + kf61: [Function], + kf62: [Function], + kf63: [Function], + el1: [Function], + u6: [Function], + u7: [Function], + u8: [Function], + u9: [Function], + op: [Function], + oc: [Function], + initc: [Function], + sitm: [Function], + ritm: [Function], + kmous: [Function], + setaf: [Function], + setab: [Function], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Function], + mrcup: [Function], + ll: [Function], + dsl: [Function], + hd: [Function], + smdc: [Function], + prot: [Function], + rmdc: [Function], + ff: [Function], + fsl: [Function], + is1: [Function], + is3: [Function], + if: [Function], + ich1: [Function], + ip: [Function], + ktbc: [Function], + kclr: [Function], + kctab: [Function], + kdl1: [Function], + krmir: [Function], + kel: [Function], + ked: [Function], + kf0: [Function], + kil1: [Function], + kll: [Function], + khts: [Function], + lf0: [Function], + lf1: [Function], + lf10: [Function], + lf2: [Function], + lf3: [Function], + lf4: [Function], + lf5: [Function], + lf6: [Function], + lf7: [Function], + lf8: [Function], + lf9: [Function], + nel: [Function], + pad: [Function], + pfkey: [Function], + pfloc: [Function], + pfx: [Function], + rs3: [Function], + rf: [Function], + wind: [Function], + tsl: [Function], + uc: [Function], + hu: [Function], + iprog: [Function], + ka1: [Function], + ka3: [Function], + kc1: [Function], + kc3: [Function], + mc5p: [Function], + rmp: [Function], + pln: [Function], + smxon: [Function], + rmxon: [Function], + xonc: [Function], + xoffc: [Function], + enacs: [Function], + smln: [Function], + rmln: [Function], + kbeg: [Function], + kcan: [Function], + kclo: [Function], + kcmd: [Function], + kcpy: [Function], + kcrt: [Function], + kext: [Function], + kfnd: [Function], + khlp: [Function], + kmrk: [Function], + kmsg: [Function], + kmov: [Function], + knxt: [Function], + kopn: [Function], + kopt: [Function], + kprv: [Function], + kprt: [Function], + krdo: [Function], + kref: [Function], + krfr: [Function], + krpl: [Function], + krst: [Function], + kres: [Function], + ksav: [Function], + kspd: [Function], + kund: [Function], + kBEG: [Function], + kCAN: [Function], + kCMD: [Function], + kCPY: [Function], + kCRT: [Function], + kDL: [Function], + kslt: [Function], + kEOL: [Function], + kEXT: [Function], + kFND: [Function], + kHLP: [Function], + kMSG: [Function], + kMOV: [Function], + kOPT: [Function], + kPRT: [Function], + kRDO: [Function], + kRPL: [Function], + kRES: [Function], + kSAV: [Function], + kSPD: [Function], + kUND: [Function], + rfi: [Function], + mgc: [Function], + smgl: [Function], + smgr: [Function], + fln: [Function], + sclk: [Function], + dclk: [Function], + rmclk: [Function], + cwin: [Function], + wingo: [Function], + hup: [Function], + dial: [Function], + qdial: [Function], + hook: [Function], + pause: [Function], + wait: [Function], + u0: [Function], + u1: [Function], + u2: [Function], + u3: [Function], + u4: [Function], + u5: [Function], + initp: [Function], + scp: [Function], + setf: [Function], + setb: [Function], + cpi: [Function], + lpi: [Function], + chr: [Function], + cvr: [Function], + defc: [Function], + swidm: [Function], + sdrfq: [Function], + slm: [Function], + smicm: [Function], + snlq: [Function], + snrmq: [Function], + sshm: [Function], + ssubm: [Function], + ssupm: [Function], + sum: [Function], + rwidm: [Function], + rlm: [Function], + rmicm: [Function], + rshm: [Function], + rsubm: [Function], + rsupm: [Function], + rum: [Function], + mhpa: [Function], + mcud1: [Function], + mcub1: [Function], + mcuf1: [Function], + mvpa: [Function], + mcuu1: [Function], + porder: [Function], + mcud: [Function], + mcub: [Function], + mcuf: [Function], + mcuu: [Function], + scs: [Function], + smgb: [Function], + smgbp: [Function], + smglp: [Function], + smgrp: [Function], + smgt: [Function], + smgtp: [Function], + sbim: [Function], + scsd: [Function], + rbim: [Function], + rcsd: [Function], + subcs: [Function], + supcs: [Function], + docr: [Function], + zerom: [Function], + csnm: [Function], + minfo: [Function], + reqmp: [Function], + getm: [Function], + pfxl: [Function], + devt: [Function], + csin: [Function], + s0ds: [Function], + s1ds: [Function], + s2ds: [Function], + s3ds: [Function], + smglr: [Function], + smgtb: [Function], + birep: [Function], + binel: [Function], + bicr: [Function], + colornm: [Function], + defbi: [Function], + endbi: [Function], + setcolor: [Function], + slines: [Function], + dispc: [Function], + smpch: [Function], + rmpch: [Function], + smsc: [Function], + rmsc: [Function], + pctrm: [Function], + scesc: [Function], + scesa: [Function], + ehhlm: [Function], + elhlm: [Function], + elohlm: [Function], + erhlm: [Function], + ethlm: [Function], + evhlm: [Function], + sgr1: [Function], + slength: [Function], + info: [Object], + all: [Object], + methods: [Object], + bools: [Object], + numbers: [Object], + strings: [Object], + features: [Object], + unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + setbuf: true, + acscr: [Object] }, + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + error: null, + terminfoPrefix: undefined, + terminfoFile: undefined, + termcapFile: undefined, + auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function], + carriage_return: [Function], + change_scroll_region: [Function], + clear_all_tabs: [Function], + clear_screen: [Function], + clr_eol: [Function], + clr_eos: [Function], + column_address: [Function], + cursor_address: [Function], + cursor_down: [Function], + cursor_home: [Function], + cursor_left: [Function], + cursor_normal: [Function], + cursor_right: [Function], + cursor_up: [Function], + cursor_visible: [Function], + delete_character: [Function], + delete_line: [Function], + enter_blink_mode: [Function], + enter_bold_mode: [Function], + enter_ca_mode: [Function], + enter_dim_mode: [Function], + enter_insert_mode: [Function], + enter_secure_mode: [Function], + enter_reverse_mode: [Function], + enter_standout_mode: [Function], + enter_underline_mode: [Function], + erase_chars: [Function], + exit_attribute_mode: [Function], + exit_ca_mode: [Function], + exit_insert_mode: [Function], + exit_standout_mode: [Function], + exit_underline_mode: [Function], + flash_screen: [Function], + init_2string: [Function], + insert_line: [Function], + key_backspace: [Function], + key_dc: [Function], + key_down: [Function], + key_f1: [Function], + key_f10: [Function], + key_f2: [Function], + key_f3: [Function], + key_f4: [Function], + key_f5: [Function], + key_f6: [Function], + key_f7: [Function], + key_f8: [Function], + key_f9: [Function], + key_home: [Function], + key_ic: [Function], + key_left: [Function], + key_npage: [Function], + key_ppage: [Function], + key_right: [Function], + key_sf: [Function], + key_sr: [Function], + key_up: [Function], + keypad_local: [Function], + keypad_xmit: [Function], + meta_off: [Function], + meta_on: [Function], + parm_dch: [Function], + parm_delete_line: [Function], + parm_down_cursor: [Function], + parm_ich: [Function], + parm_index: [Function], + parm_insert_line: [Function], + parm_left_cursor: [Function], + parm_right_cursor: [Function], + parm_rindex: [Function], + parm_up_cursor: [Function], + repeat_char: [Function], + reset_1string: [Function], + reset_2string: [Function], + restore_cursor: [Function], + row_address: [Function], + save_cursor: [Function], + scroll_forward: [Function], + scroll_reverse: [Function], + set_attributes: [Function], + set_tab: [Function], + key_b2: [Function], + acs_chars: [Function], + key_btab: [Function], + enter_am_mode: [Function], + exit_am_mode: [Function], + key_end: [Function], + key_enter: [Function], + key_sdc: [Function], + key_send: [Function], + key_shome: [Function], + key_sic: [Function], + key_sleft: [Function], + key_snext: [Function], + key_sprevious: [Function], + key_sright: [Function], + key_f11: [Function], + key_f12: [Function], + key_f13: [Function], + key_f14: [Function], + key_f15: [Function], + key_f16: [Function], + key_f17: [Function], + key_f18: [Function], + key_f19: [Function], + key_f20: [Function], + key_f21: [Function], + key_f22: [Function], + key_f23: [Function], + key_f24: [Function], + key_f25: [Function], + key_f26: [Function], + key_f27: [Function], + key_f28: [Function], + key_f29: [Function], + key_f30: [Function], + key_f31: [Function], + key_f32: [Function], + key_f33: [Function], + key_f34: [Function], + key_f35: [Function], + key_f36: [Function], + key_f37: [Function], + key_f38: [Function], + key_f39: [Function], + key_f40: [Function], + key_f41: [Function], + key_f42: [Function], + key_f43: [Function], + key_f44: [Function], + key_f45: [Function], + key_f46: [Function], + key_f47: [Function], + key_f48: [Function], + key_f49: [Function], + key_f50: [Function], + key_f51: [Function], + key_f52: [Function], + key_f53: [Function], + key_f54: [Function], + key_f55: [Function], + key_f56: [Function], + key_f57: [Function], + key_f58: [Function], + key_f59: [Function], + key_f60: [Function], + key_f61: [Function], + key_f62: [Function], + key_f63: [Function], + clr_bol: [Function], + user6: [Function], + user7: [Function], + user8: [Function], + user9: [Function], + orig_pair: [Function], + orig_colors: [Function], + initialize_color: [Function], + enter_italics_mode: [Function], + exit_italics_mode: [Function], + key_mouse: [Function], + set_a_foreground: [Function], + set_a_background: [Function], + memory_lock: [Function], + memory_unlock: [Function], + Cr: [Function], + Cs: [Function], + E3: [Function], + Ms: [Function], + Se: [Function], + Ss: [Function], + kDC3: [Function], + kDC4: [Function], + kDC5: [Function], + kDC6: [Function], + kDC7: [Function], + kDN: [Function], + kDN3: [Function], + kDN4: [Function], + kDN5: [Function], + kDN6: [Function], + kDN7: [Function], + kEND3: [Function], + kEND4: [Function], + kEND5: [Function], + kEND6: [Function], + kEND7: [Function], + kHOM3: [Function], + kHOM4: [Function], + kHOM5: [Function], + kHOM6: [Function], + kHOM7: [Function], + kIC3: [Function], + kIC4: [Function], + kIC5: [Function], + kIC6: [Function], + kIC7: [Function], + kLFT3: [Function], + kLFT4: [Function], + kLFT5: [Function], + kLFT6: [Function], + kLFT7: [Function], + kNXT3: [Function], + kNXT4: [Function], + kNXT5: [Function], + kNXT6: [Function], + kNXT7: [Function], + kPRV3: [Function], + kPRV4: [Function], + kPRV5: [Function], + kPRV6: [Function], + kPRV7: [Function], + kRIT3: [Function], + kRIT4: [Function], + kRIT5: [Function], + kRIT6: [Function], + kRIT7: [Function], + kUP: [Function], + kUP3: [Function], + kUP4: [Function], + kUP5: [Function], + kUP6: [Function], + kUP7: [Function], + ka2: [Function], + kb1: [Function], + kb3: [Function], + kc2: [Function], + rmxx: [Function], + smxx: [Function], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Function], + cursor_mem_address: [Function], + cursor_to_ll: [Function], + dis_status_line: [Function], + down_half_line: [Function], + enter_delete_mode: [Function], + enter_protected_mode: [Function], + exit_delete_mode: [Function], + form_feed: [Function], + from_status_line: [Function], + init_1string: [Function], + init_3string: [Function], + init_file: [Function], + insert_character: [Function], + insert_padding: [Function], + key_catab: [Function], + key_clear: [Function], + key_ctab: [Function], + key_dl: [Function], + key_eic: [Function], + key_eol: [Function], + key_eos: [Function], + key_f0: [Function], + key_il: [Function], + key_ll: [Function], + key_stab: [Function], + lab_f0: [Function], + lab_f1: [Function], + lab_f10: [Function], + lab_f2: [Function], + lab_f3: [Function], + lab_f4: [Function], + lab_f5: [Function], + lab_f6: [Function], + lab_f7: [Function], + lab_f8: [Function], + lab_f9: [Function], + pad_char: [Function], + pkey_key: [Function], + pkey_local: [Function], + pkey_xmit: [Function], + reset_3string: [Function], + reset_file: [Function], + set_window: [Function], + to_status_line: [Function], + underline_char: [Function], + up_half_line: [Function], + init_prog: [Function], + key_a1: [Function], + key_a3: [Function], + key_c1: [Function], + key_c3: [Function], + char_padding: [Function], + plab_norm: [Function], + enter_xon_mode: [Function], + exit_xon_mode: [Function], + xon_character: [Function], + xoff_character: [Function], + ena_acs: [Function], + label_on: [Function], + label_off: [Function], + key_beg: [Function], + key_cancel: [Function], + key_close: [Function], + key_command: [Function], + key_copy: [Function], + key_create: [Function], + key_exit: [Function], + key_find: [Function], + key_help: [Function], + key_mark: [Function], + key_message: [Function], + key_move: [Function], + key_next: [Function], + key_open: [Function], + key_options: [Function], + key_previous: [Function], + key_print: [Function], + key_redo: [Function], + key_reference: [Function], + key_refresh: [Function], + key_replace: [Function], + key_restart: [Function], + key_resume: [Function], + key_save: [Function], + key_suspend: [Function], + key_undo: [Function], + key_sbeg: [Function], + key_scancel: [Function], + key_scommand: [Function], + key_scopy: [Function], + key_screate: [Function], + key_sdl: [Function], + key_select: [Function], + key_seol: [Function], + key_sexit: [Function], + key_sfind: [Function], + key_shelp: [Function], + key_smessage: [Function], + key_smove: [Function], + key_soptions: [Function], + key_sprint: [Function], + key_sredo: [Function], + key_sreplace: [Function], + key_srsume: [Function], + key_ssave: [Function], + key_ssuspend: [Function], + key_sundo: [Function], + req_for_input: [Function], + clear_margins: [Function], + set_left_margin: [Function], + set_right_margin: [Function], + label_format: [Function], + set_clock: [Function], + display_clock: [Function], + remove_clock: [Function], + create_window: [Function], + goto_window: [Function], + hangup: [Function], + dial_phone: [Function], + quick_dial: [Function], + tone: [Function], + pulse: [Function], + flash_hook: [Function], + fixed_pause: [Function], + wait_tone: [Function], + user0: [Function], + user1: [Function], + user2: [Function], + user3: [Function], + user4: [Function], + user5: [Function], + initialize_pair: [Function], + set_color_pair: [Function], + set_foreground: [Function], + set_background: [Function], + change_char_pitch: [Function], + change_line_pitch: [Function], + change_res_horz: [Function], + change_res_vert: [Function], + define_char: [Function], + enter_doublewide_mode: [Function], + enter_draft_quality: [Function], + enter_leftward_mode: [Function], + enter_micro_mode: [Function], + enter_near_letter_quality: [Function], + enter_normal_quality: [Function], + enter_shadow_mode: [Function], + enter_subscript_mode: [Function], + enter_superscript_mode: [Function], + enter_upward_mode: [Function], + exit_doublewide_mode: [Function], + exit_leftward_mode: [Function], + exit_micro_mode: [Function], + exit_shadow_mode: [Function], + exit_subscript_mode: [Function], + exit_superscript_mode: [Function], + exit_upward_mode: [Function], + micro_column_address: [Function], + micro_down: [Function], + micro_left: [Function], + micro_right: [Function], + micro_row_address: [Function], + micro_up: [Function], + order_of_pins: [Function], + parm_down_micro: [Function], + parm_left_micro: [Function], + parm_right_micro: [Function], + parm_up_micro: [Function], + select_char_set: [Function], + set_bottom_margin: [Function], + set_bottom_margin_parm: [Function], + set_left_margin_parm: [Function], + set_right_margin_parm: [Function], + set_top_margin: [Function], + set_top_margin_parm: [Function], + start_bit_image: [Function], + start_char_set_def: [Function], + stop_bit_image: [Function], + stop_char_set_def: [Function], + subscript_characters: [Function], + superscript_characters: [Function], + these_cause_cr: [Function], + zero_motion: [Function], + char_set_names: [Function], + mouse_info: [Function], + get_mouse: [Function], + pkey_plab: [Function], + device_type: [Function], + code_set_init: [Function], + set0_des_seq: [Function], + set1_des_seq: [Function], + set2_des_seq: [Function], + set3_des_seq: [Function], + set_lr_margin: [Function], + set_tb_margin: [Function], + bit_image_repeat: [Function], + bit_image_newline: [Function], + bit_image_carriage_return: [Function], + color_names: [Function], + define_bit_image_region: [Function], + end_bit_image_region: [Function], + set_color_band: [Function], + set_page_length: [Function], + display_pc_char: [Function], + enter_pc_charset_mode: [Function], + exit_pc_charset_mode: [Function], + enter_scancode_mode: [Function], + exit_scancode_mode: [Function], + pc_term_options: [Function], + scancode_escape: [Function], + alt_scancode_esc: [Function], + enter_horizontal_hl_mode: [Function], + enter_left_hl_mode: [Function], + enter_low_hl_mode: [Function], + enter_right_hl_mode: [Function], + enter_top_hl_mode: [Function], + enter_vertical_hl_mode: [Function], + set_a_attributes: [Function], + set_pglen_inch: [Function], + termcap_init2: [Function], + termcap_reset: [Function], + linefeed_if_not_lf: [Function], + backspace_if_not_bs: [Function], + other_non_function_keys: [Function], + arrow_key_map: [Function], + acs_ulcorner: [Function], + acs_llcorner: [Function], + acs_urcorner: [Function], + acs_lrcorner: [Function], + acs_ltee: [Function], + acs_rtee: [Function], + acs_btee: [Function], + acs_ttee: [Function], + acs_hline: [Function], + acs_vline: [Function], + acs_plus: [Function], + box_chars_1: [Function], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cud1: [Function], + home: [Function], + cub1: [Function], + cuf1: [Function], + cuu1: [Function], + dch1: [Function], + dl1: [Function], + blink: [Function], + bold: [Function], + dim: [Function], + smir: [Function], + invis: [Function], + rev: [Function], + smso: [Function], + smul: [Function], + sgr0: [Function], + rmir: [Function], + rmso: [Function], + rmul: [Function], + flash: [Function], + is2: [Function], + il1: [Function], + kdch1: [Function], + kcud1: [Function], + kf1: [Function], + kf10: [Function], + kf2: [Function], + kf3: [Function], + kf4: [Function], + kf5: [Function], + kf6: [Function], + kf7: [Function], + kf8: [Function], + kf9: [Function], + khome: [Function], + kich1: [Function], + kcub1: [Function], + knp: [Function], + kpp: [Function], + kcuf1: [Function], + kind: [Function], + kri: [Function], + kcuu1: [Function], + rmkx: [Function], + smkx: [Function], + rmm: [Function], + smm: [Function], + indn: [Function], + rin: [Function], + rs1: [Function], + hts: [Function], + kb2: [Function], + acsc: + { '`': '◆', + a: '▒', + f: '°', + g: '±', + i: '\u000b', + j: '┘', + k: '┐', + l: '┌', + m: '└', + n: '┼', + o: '⎺', + p: '⎻', + q: '─', + r: '⎼', + s: '⎽', + t: '├', + u: '┤', + v: '┴', + w: '┬', + x: '│', + y: '≤', + z: '≥', + '{': 'π', + '|': '≠', + '}': '£', + '~': '·' }, + kcbt: [Function], + smam: [Function], + rmam: [Function], + kend: [Function], + kent: [Function], + kDC: [Function], + kEND: [Function], + kHOM: [Function], + kIC: [Function], + kLFT: [Function], + kNXT: [Function], + kPRV: [Function], + kRIT: [Function], + kf11: [Function], + kf12: [Function], + kf13: [Function], + kf14: [Function], + kf15: [Function], + kf16: [Function], + kf17: [Function], + kf18: [Function], + kf19: [Function], + kf20: [Function], + kf21: [Function], + kf22: [Function], + kf23: [Function], + kf24: [Function], + kf25: [Function], + kf26: [Function], + kf27: [Function], + kf28: [Function], + kf29: [Function], + kf30: [Function], + kf31: [Function], + kf32: [Function], + kf33: [Function], + kf34: [Function], + kf35: [Function], + kf36: [Function], + kf37: [Function], + kf38: [Function], + kf39: [Function], + kf40: [Function], + kf41: [Function], + kf42: [Function], + kf43: [Function], + kf44: [Function], + kf45: [Function], + kf46: [Function], + kf47: [Function], + kf48: [Function], + kf49: [Function], + kf50: [Function], + kf51: [Function], + kf52: [Function], + kf53: [Function], + kf54: [Function], + kf55: [Function], + kf56: [Function], + kf57: [Function], + kf58: [Function], + kf59: [Function], + kf60: [Function], + kf61: [Function], + kf62: [Function], + kf63: [Function], + el1: [Function], + u6: [Function], + u7: [Function], + u8: [Function], + u9: [Function], + op: [Function], + oc: [Function], + initc: [Function], + sitm: [Function], + ritm: [Function], + kmous: [Function], + setaf: [Function], + setab: [Function], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Function], + mrcup: [Function], + ll: [Function], + dsl: [Function], + hd: [Function], + smdc: [Function], + prot: [Function], + rmdc: [Function], + fsl: [Function], + is1: [Function], + is3: [Function], + if: [Function], + ich1: [Function], + ip: [Function], + ktbc: [Function], + kclr: [Function], + kctab: [Function], + kdl1: [Function], + krmir: [Function], + kel: [Function], + ked: [Function], + kf0: [Function], + kil1: [Function], + kll: [Function], + khts: [Function], + lf0: [Function], + lf1: [Function], + lf10: [Function], + lf2: [Function], + lf3: [Function], + lf4: [Function], + lf5: [Function], + lf6: [Function], + lf7: [Function], + lf8: [Function], + lf9: [Function], + pad: [Function], + pfkey: [Function], + pfloc: [Function], + pfx: [Function], + rs3: [Function], + rf: [Function], + wind: [Function], + tsl: [Function], + uc: [Function], + hu: [Function], + iprog: [Function], + ka1: [Function], + ka3: [Function], + kc1: [Function], + kc3: [Function], + rmp: [Function], + pln: [Function], + smxon: [Function], + rmxon: [Function], + xonc: [Function], + xoffc: [Function], + enacs: [Function], + smln: [Function], + rmln: [Function], + kbeg: [Function], + kcan: [Function], + kclo: [Function], + kcmd: [Function], + kcpy: [Function], + kcrt: [Function], + kext: [Function], + kfnd: [Function], + khlp: [Function], + kmrk: [Function], + kmsg: [Function], + kmov: [Function], + knxt: [Function], + kopn: [Function], + kopt: [Function], + kprv: [Function], + kprt: [Function], + krdo: [Function], + kref: [Function], + krfr: [Function], + krpl: [Function], + krst: [Function], + kres: [Function], + ksav: [Function], + kspd: [Function], + kund: [Function], + kBEG: [Function], + kCAN: [Function], + kCMD: [Function], + kCPY: [Function], + kCRT: [Function], + kDL: [Function], + kslt: [Function], + kEOL: [Function], + kEXT: [Function], + kFND: [Function], + kHLP: [Function], + kMSG: [Function], + kMOV: [Function], + kOPT: [Function], + kPRT: [Function], + kRDO: [Function], + kRPL: [Function], + kRES: [Function], + kSAV: [Function], + kSPD: [Function], + kUND: [Function], + rfi: [Function], + mgc: [Function], + smgl: [Function], + smgr: [Function], + fln: [Function], + sclk: [Function], + dclk: [Function], + rmclk: [Function], + cwin: [Function], + wingo: [Function], + hup: [Function], + dial: [Function], + qdial: [Function], + hook: [Function], + wait: [Function], + u0: [Function], + u1: [Function], + u2: [Function], + u3: [Function], + u4: [Function], + u5: [Function], + initp: [Function], + scp: [Function], + setf: [Function], + setb: [Function], + cpi: [Function], + lpi: [Function], + chr: [Function], + cvr: [Function], + defc: [Function], + swidm: [Function], + sdrfq: [Function], + slm: [Function], + smicm: [Function], + snlq: [Function], + snrmq: [Function], + sshm: [Function], + ssubm: [Function], + ssupm: [Function], + sum: [Function], + rwidm: [Function], + rlm: [Function], + rmicm: [Function], + rshm: [Function], + rsubm: [Function], + rsupm: [Function], + rum: [Function], + mhpa: [Function], + mcud1: [Function], + mcub1: [Function], + mcuf1: [Function], + mvpa: [Function], + mcuu1: [Function], + porder: [Function], + mcud: [Function], + mcub: [Function], + mcuf: [Function], + mcuu: [Function], + scs: [Function], + smgb: [Function], + smgbp: [Function], + smglp: [Function], + smgrp: [Function], + smgt: [Function], + smgtp: [Function], + sbim: [Function], + scsd: [Function], + rbim: [Function], + rcsd: [Function], + subcs: [Function], + supcs: [Function], + docr: [Function], + zerom: [Function], + csnm: [Function], + minfo: [Function], + getm: [Function], + pfxl: [Function], + devt: [Function], + csin: [Function], + s0ds: [Function], + s1ds: [Function], + s2ds: [Function], + s3ds: [Function], + smglr: [Function], + smgtb: [Function], + birep: [Function], + binel: [Function], + bicr: [Function], + colornm: [Function], + defbi: [Function], + endbi: [Function], + setcolor: [Function], + slines: [Function], + dispc: [Function], + smpch: [Function], + rmpch: [Function], + smsc: [Function], + rmsc: [Function], + pctrm: [Function], + scesc: [Function], + scesa: [Function], + ehhlm: [Function], + elhlm: [Function], + elohlm: [Function], + erhlm: [Function], + ethlm: [Function], + evhlm: [Function], + sgr1: [Function], + slength: [Function], + info: + { header: [Object], + name: 'xterm-256color', + names: [Array], + desc: 'xterm with 256 colors', + dir: '/lib/terminfo', + file: '/lib/terminfo/x/xterm-256color', + bools: [Object], + numbers: [Object], + strings: [Object], + features: [Object], + all: [Object], + methods: [Object] }, + all: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: '\u001b[Z', + bell: '\u0007', + carriage_return: '\r', + change_scroll_region: '\u001b[%i%p1%d;%p2%dr', + clear_all_tabs: '\u001b[3g', + clear_screen: '\u001b[H\u001b[2J', + clr_eol: '\u001b[K', + clr_eos: '\u001b[J', + column_address: '\u001b[%i%p1%dG', + cursor_address: '\u001b[%i%p1%d;%p2%dH', + cursor_down: '\n', + cursor_home: '\u001b[H', + cursor_invisible: '\u001b[?25l', + cursor_left: '\b', + cursor_normal: '\u001b[?12l\u001b[?25h', + cursor_right: '\u001b[C', + cursor_up: '\u001b[A', + cursor_visible: '\u001b[?12;25h', + delete_character: '\u001b[P', + delete_line: '\u001b[M', + enter_alt_charset_mode: '\u001b(0', + enter_blink_mode: '\u001b[5m', + enter_bold_mode: '\u001b[1m', + enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', + enter_dim_mode: '\u001b[2m', + enter_insert_mode: '\u001b[4h', + enter_secure_mode: '\u001b[8m', + enter_reverse_mode: '\u001b[7m', + enter_standout_mode: '\u001b[7m', + enter_underline_mode: '\u001b[4m', + erase_chars: '\u001b[%p1%dX', + exit_alt_charset_mode: '\u001b(B', + exit_attribute_mode: '\u001b(B\u001b[m', + exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', + exit_insert_mode: '\u001b[4l', + exit_standout_mode: '\u001b[27m', + exit_underline_mode: '\u001b[24m', + flash_screen: '\u001b[?5h$<100/>\u001b[?5l', + init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + insert_line: '\u001b[L', + key_backspace: '', + key_dc: '\u001b[3~', + key_down: '\u001bOB', + key_f1: '\u001bOP', + key_f10: '\u001b[21~', + key_f2: '\u001bOQ', + key_f3: '\u001bOR', + key_f4: '\u001bOS', + key_f5: '\u001b[15~', + key_f6: '\u001b[17~', + key_f7: '\u001b[18~', + key_f8: '\u001b[19~', + key_f9: '\u001b[20~', + key_home: '\u001bOH', + key_ic: '\u001b[2~', + key_left: '\u001bOD', + key_npage: '\u001b[6~', + key_ppage: '\u001b[5~', + key_right: '\u001bOC', + key_sf: '\u001b[1;2B', + key_sr: '\u001b[1;2A', + key_up: '\u001bOA', + keypad_local: '\u001b[?1l\u001b>', + keypad_xmit: '\u001b[?1h\u001b=', + meta_off: '\u001b[?1034l', + meta_on: '\u001b[?1034h', + parm_dch: '\u001b[%p1%dP', + parm_delete_line: '\u001b[%p1%dM', + parm_down_cursor: '\u001b[%p1%dB', + parm_ich: '\u001b[%p1%d@', + parm_index: '\u001b[%p1%dS', + parm_insert_line: '\u001b[%p1%dL', + parm_left_cursor: '\u001b[%p1%dD', + parm_right_cursor: '\u001b[%p1%dC', + parm_rindex: '\u001b[%p1%dT', + parm_up_cursor: '\u001b[%p1%dA', + print_screen: '\u001b[i', + prtr_off: '\u001b[4i', + prtr_on: '\u001b[5i', + repeat_char: '%p1%c\u001b[%p2%{1}%-%db', + reset_1string: '\u001bc\u001b]104\u0007', + reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + restore_cursor: '\u001b8', + row_address: '\u001b[%i%p1%dd', + save_cursor: '\u001b7', + scroll_forward: '\n', + scroll_reverse: '\u001bM', + set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', + set_tab: '\u001bH', + tab: '\t', + key_b2: '\u001bOE', + acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', + key_btab: '\u001b[Z', + enter_am_mode: '\u001b[?7h', + exit_am_mode: '\u001b[?7l', + key_end: '\u001bOF', + key_enter: '\u001bOM', + key_sdc: '\u001b[3;2~', + key_send: '\u001b[1;2F', + key_shome: '\u001b[1;2H', + key_sic: '\u001b[2;2~', + key_sleft: '\u001b[1;2D', + key_snext: '\u001b[6;2~', + key_sprevious: '\u001b[5;2~', + key_sright: '\u001b[1;2C', + key_f11: '\u001b[23~', + key_f12: '\u001b[24~', + key_f13: '\u001b[1;2P', + key_f14: '\u001b[1;2Q', + key_f15: '\u001b[1;2R', + key_f16: '\u001b[1;2S', + key_f17: '\u001b[15;2~', + key_f18: '\u001b[17;2~', + key_f19: '\u001b[18;2~', + key_f20: '\u001b[19;2~', + key_f21: '\u001b[20;2~', + key_f22: '\u001b[21;2~', + key_f23: '\u001b[23;2~', + key_f24: '\u001b[24;2~', + key_f25: '\u001b[1;5P', + key_f26: '\u001b[1;5Q', + key_f27: '\u001b[1;5R', + key_f28: '\u001b[1;5S', + key_f29: '\u001b[15;5~', + key_f30: '\u001b[17;5~', + key_f31: '\u001b[18;5~', + key_f32: '\u001b[19;5~', + key_f33: '\u001b[20;5~', + key_f34: '\u001b[21;5~', + key_f35: '\u001b[23;5~', + key_f36: '\u001b[24;5~', + key_f37: '\u001b[1;6P', + key_f38: '\u001b[1;6Q', + key_f39: '\u001b[1;6R', + key_f40: '\u001b[1;6S', + key_f41: '\u001b[15;6~', + key_f42: '\u001b[17;6~', + key_f43: '\u001b[18;6~', + key_f44: '\u001b[19;6~', + key_f45: '\u001b[20;6~', + key_f46: '\u001b[21;6~', + key_f47: '\u001b[23;6~', + key_f48: '\u001b[24;6~', + key_f49: '\u001b[1;3P', + key_f50: '\u001b[1;3Q', + key_f51: '\u001b[1;3R', + key_f52: '\u001b[1;3S', + key_f53: '\u001b[15;3~', + key_f54: '\u001b[17;3~', + key_f55: '\u001b[18;3~', + key_f56: '\u001b[19;3~', + key_f57: '\u001b[20;3~', + key_f58: '\u001b[21;3~', + key_f59: '\u001b[23;3~', + key_f60: '\u001b[24;3~', + key_f61: '\u001b[1;4P', + key_f62: '\u001b[1;4Q', + key_f63: '\u001b[1;4R', + clr_bol: '\u001b[1K', + user6: '\u001b[%i%d;%dR', + user7: '\u001b[6n', + user8: '\u001b[?%[;0123456789]c', + user9: '\u001b[c', + orig_pair: '\u001b[39;49m', + orig_colors: '\u001b]104\u0007', + initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', + enter_italics_mode: '\u001b[3m', + exit_italics_mode: '\u001b[23m', + key_mouse: '\u001b[M', + set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', + set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', + memory_lock: '\u001bl', + memory_unlock: '\u001bm', + Cr: '\u001b]112\u0007', + Cs: '\u001b]12;%p1%s\u0007', + E3: '\u001b[3J', + Ms: '\u001b]52;%p1%s;%p2%s\u0007', + Se: '\u001b[2 q', + Ss: '\u001b[%p1%d q', + kDC3: '\u001b[3;3~', + kDC4: '\u001b[3;4~', + kDC5: '\u001b[3;5~', + kDC6: '\u001b[3;6~', + kDC7: '\u001b[3;7~', + kDN: '\u001b[1;2B', + kDN3: '\u001b[1;3B', + kDN4: '\u001b[1;4B', + kDN5: '\u001b[1;5B', + kDN6: '\u001b[1;6B', + kDN7: '\u001b[1;7B', + kEND3: '\u001b[1;3F', + kEND4: '\u001b[1;4F', + kEND5: '\u001b[1;5F', + kEND6: '\u001b[1;6F', + kEND7: '\u001b[1;7F', + kHOM3: '\u001b[1;3H', + kHOM4: '\u001b[1;4H', + kHOM5: '\u001b[1;5H', + kHOM6: '\u001b[1;6H', + kHOM7: '\u001b[1;7H', + kIC3: '\u001b[2;3~', + kIC4: '\u001b[2;4~', + kIC5: '\u001b[2;5~', + kIC6: '\u001b[2;6~', + kIC7: '\u001b[2;7~', + kLFT3: '\u001b[1;3D', + kLFT4: '\u001b[1;4D', + kLFT5: '\u001b[1;5D', + kLFT6: '\u001b[1;6D', + kLFT7: '\u001b[1;7D', + kNXT3: '\u001b[6;3~', + kNXT4: '\u001b[6;4~', + kNXT5: '\u001b[6;5~', + kNXT6: '\u001b[6;6~', + kNXT7: '\u001b[6;7~', + kPRV3: '\u001b[5;3~', + kPRV4: '\u001b[5;4~', + kPRV5: '\u001b[5;5~', + kPRV6: '\u001b[5;6~', + kPRV7: '\u001b[5;7~', + kRIT3: '\u001b[1;3C', + kRIT4: '\u001b[1;4C', + kRIT5: '\u001b[1;5C', + kRIT6: '\u001b[1;6C', + kRIT7: '\u001b[1;7C', + kUP: '\u001b[1;2A', + kUP3: '\u001b[1;3A', + kUP4: '\u001b[1;4A', + kUP5: '\u001b[1;5A', + kUP6: '\u001b[1;6A', + kUP7: '\u001b[1;7A', + ka2: '', + kb1: '', + kb3: '', + kc2: '', + rmxx: '\u001b[29m', + smxx: '\u001b[9m' }, + methods: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function: anonymous], + bell: [Function: anonymous], + carriage_return: [Function: anonymous], + change_scroll_region: [Function: anonymous], + clear_all_tabs: [Function: anonymous], + clear_screen: [Function: anonymous], + clr_eol: [Function: anonymous], + clr_eos: [Function: anonymous], + column_address: [Function: anonymous], + cursor_address: [Function: anonymous], + cursor_down: [Function: anonymous], + cursor_home: [Function: anonymous], + cursor_invisible: [Function: anonymous], + cursor_left: [Function: anonymous], + cursor_normal: [Function: anonymous], + cursor_right: [Function: anonymous], + cursor_up: [Function: anonymous], + cursor_visible: [Function: anonymous], + delete_character: [Function: anonymous], + delete_line: [Function: anonymous], + enter_alt_charset_mode: [Function: anonymous], + enter_blink_mode: [Function: anonymous], + enter_bold_mode: [Function: anonymous], + enter_ca_mode: [Function: anonymous], + enter_dim_mode: [Function: anonymous], + enter_insert_mode: [Function: anonymous], + enter_secure_mode: [Function: anonymous], + enter_reverse_mode: [Function: anonymous], + enter_standout_mode: [Function: anonymous], + enter_underline_mode: [Function: anonymous], + erase_chars: [Function: anonymous], + exit_alt_charset_mode: [Function: anonymous], + exit_attribute_mode: [Function: anonymous], + exit_ca_mode: [Function: anonymous], + exit_insert_mode: [Function: anonymous], + exit_standout_mode: [Function: anonymous], + exit_underline_mode: [Function: anonymous], + flash_screen: [Function: anonymous], + init_2string: [Function: anonymous], + insert_line: [Function: anonymous], + key_backspace: [Function: anonymous], + key_dc: [Function: anonymous], + key_down: [Function: anonymous], + key_f1: [Function: anonymous], + key_f10: [Function: anonymous], + key_f2: [Function: anonymous], + key_f3: [Function: anonymous], + key_f4: [Function: anonymous], + key_f5: [Function: anonymous], + key_f6: [Function: anonymous], + key_f7: [Function: anonymous], + key_f8: [Function: anonymous], + key_f9: [Function: anonymous], + key_home: [Function: anonymous], + key_ic: [Function: anonymous], + key_left: [Function: anonymous], + key_npage: [Function: anonymous], + key_ppage: [Function: anonymous], + key_right: [Function: anonymous], + key_sf: [Function: anonymous], + key_sr: [Function: anonymous], + key_up: [Function: anonymous], + keypad_local: [Function: anonymous], + keypad_xmit: [Function: anonymous], + meta_off: [Function: anonymous], + meta_on: [Function: anonymous], + parm_dch: [Function: anonymous], + parm_delete_line: [Function: anonymous], + parm_down_cursor: [Function: anonymous], + parm_ich: [Function: anonymous], + parm_index: [Function: anonymous], + parm_insert_line: [Function: anonymous], + parm_left_cursor: [Function: anonymous], + parm_right_cursor: [Function: anonymous], + parm_rindex: [Function: anonymous], + parm_up_cursor: [Function: anonymous], + print_screen: [Function: anonymous], + prtr_off: [Function: anonymous], + prtr_on: [Function: anonymous], + repeat_char: [Function: anonymous], + reset_1string: [Function: anonymous], + reset_2string: [Function: anonymous], + restore_cursor: [Function: anonymous], + row_address: [Function: anonymous], + save_cursor: [Function: anonymous], + scroll_forward: [Function: anonymous], + scroll_reverse: [Function: anonymous], + set_attributes: [Function: anonymous], + set_tab: [Function: anonymous], + tab: [Function: anonymous], + key_b2: [Function: anonymous], + acs_chars: [Function: anonymous], + key_btab: [Function: anonymous], + enter_am_mode: [Function: anonymous], + exit_am_mode: [Function: anonymous], + key_end: [Function: anonymous], + key_enter: [Function: anonymous], + key_sdc: [Function: anonymous], + key_send: [Function: anonymous], + key_shome: [Function: anonymous], + key_sic: [Function: anonymous], + key_sleft: [Function: anonymous], + key_snext: [Function: anonymous], + key_sprevious: [Function: anonymous], + key_sright: [Function: anonymous], + key_f11: [Function: anonymous], + key_f12: [Function: anonymous], + key_f13: [Function: anonymous], + key_f14: [Function: anonymous], + key_f15: [Function: anonymous], + key_f16: [Function: anonymous], + key_f17: [Function: anonymous], + key_f18: [Function: anonymous], + key_f19: [Function: anonymous], + key_f20: [Function: anonymous], + key_f21: [Function: anonymous], + key_f22: [Function: anonymous], + key_f23: [Function: anonymous], + key_f24: [Function: anonymous], + key_f25: [Function: anonymous], + key_f26: [Function: anonymous], + key_f27: [Function: anonymous], + key_f28: [Function: anonymous], + key_f29: [Function: anonymous], + key_f30: [Function: anonymous], + key_f31: [Function: anonymous], + key_f32: [Function: anonymous], + key_f33: [Function: anonymous], + key_f34: [Function: anonymous], + key_f35: [Function: anonymous], + key_f36: [Function: anonymous], + key_f37: [Function: anonymous], + key_f38: [Function: anonymous], + key_f39: [Function: anonymous], + key_f40: [Function: anonymous], + key_f41: [Function: anonymous], + key_f42: [Function: anonymous], + key_f43: [Function: anonymous], + key_f44: [Function: anonymous], + key_f45: [Function: anonymous], + key_f46: [Function: anonymous], + key_f47: [Function: anonymous], + key_f48: [Function: anonymous], + key_f49: [Function: anonymous], + key_f50: [Function: anonymous], + key_f51: [Function: anonymous], + key_f52: [Function: anonymous], + key_f53: [Function: anonymous], + key_f54: [Function: anonymous], + key_f55: [Function: anonymous], + key_f56: [Function: anonymous], + key_f57: [Function: anonymous], + key_f58: [Function: anonymous], + key_f59: [Function: anonymous], + key_f60: [Function: anonymous], + key_f61: [Function: anonymous], + key_f62: [Function: anonymous], + key_f63: [Function: anonymous], + clr_bol: [Function: anonymous], + user6: [Function: anonymous], + user7: [Function: anonymous], + user8: [Function: anonymous], + user9: [Function: anonymous], + orig_pair: [Function: anonymous], + orig_colors: [Function: anonymous], + initialize_color: [Function: bound anonymous], + enter_italics_mode: [Function: anonymous], + exit_italics_mode: [Function: anonymous], + key_mouse: [Function: anonymous], + set_a_foreground: [Function: anonymous], + set_a_background: [Function: anonymous], + memory_lock: [Function: anonymous], + memory_unlock: [Function: anonymous], + Cr: [Function: anonymous], + Cs: [Function: anonymous], + E3: [Function: anonymous], + Ms: [Function: anonymous], + Se: [Function: anonymous], + Ss: [Function: anonymous], + kDC3: [Function: anonymous], + kDC4: [Function: anonymous], + kDC5: [Function: anonymous], + kDC6: [Function: anonymous], + kDC7: [Function: anonymous], + kDN: [Function: anonymous], + kDN3: [Function: anonymous], + kDN4: [Function: anonymous], + kDN5: [Function: anonymous], + kDN6: [Function: anonymous], + kDN7: [Function: anonymous], + kEND3: [Function: anonymous], + kEND4: [Function: anonymous], + kEND5: [Function: anonymous], + kEND6: [Function: anonymous], + kEND7: [Function: anonymous], + kHOM3: [Function: anonymous], + kHOM4: [Function: anonymous], + kHOM5: [Function: anonymous], + kHOM6: [Function: anonymous], + kHOM7: [Function: anonymous], + kIC3: [Function: anonymous], + kIC4: [Function: anonymous], + kIC5: [Function: anonymous], + kIC6: [Function: anonymous], + kIC7: [Function: anonymous], + kLFT3: [Function: anonymous], + kLFT4: [Function: anonymous], + kLFT5: [Function: anonymous], + kLFT6: [Function: anonymous], + kLFT7: [Function: anonymous], + kNXT3: [Function: anonymous], + kNXT4: [Function: anonymous], + kNXT5: [Function: anonymous], + kNXT6: [Function: anonymous], + kNXT7: [Function: anonymous], + kPRV3: [Function: anonymous], + kPRV4: [Function: anonymous], + kPRV5: [Function: anonymous], + kPRV6: [Function: anonymous], + kPRV7: [Function: anonymous], + kRIT3: [Function: anonymous], + kRIT4: [Function: anonymous], + kRIT5: [Function: anonymous], + kRIT6: [Function: anonymous], + kRIT7: [Function: anonymous], + kUP: [Function: anonymous], + kUP3: [Function: anonymous], + kUP4: [Function: anonymous], + kUP5: [Function: anonymous], + kUP6: [Function: anonymous], + kUP7: [Function: anonymous], + ka2: [Object], + kb1: [Object], + kb3: [Object], + kc2: [Object], + rmxx: [Function: anonymous], + smxx: [Function: anonymous], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Object], + cursor_mem_address: [Object], + cursor_to_ll: [Object], + dis_status_line: [Object], + down_half_line: [Object], + enter_delete_mode: [Object], + enter_protected_mode: [Object], + exit_delete_mode: [Object], + form_feed: [Object], + from_status_line: [Object], + init_1string: [Object], + init_3string: [Object], + init_file: [Object], + insert_character: [Object], + insert_padding: [Object], + key_catab: [Object], + key_clear: [Object], + key_ctab: [Object], + key_dl: [Object], + key_eic: [Object], + key_eol: [Object], + key_eos: [Object], + key_f0: [Object], + key_il: [Object], + key_ll: [Object], + key_stab: [Object], + lab_f0: [Object], + lab_f1: [Object], + lab_f10: [Object], + lab_f2: [Object], + lab_f3: [Object], + lab_f4: [Object], + lab_f5: [Object], + lab_f6: [Object], + lab_f7: [Object], + lab_f8: [Object], + lab_f9: [Object], + newline: [Object], + pad_char: [Object], + pkey_key: [Object], + pkey_local: [Object], + pkey_xmit: [Object], + reset_3string: [Object], + reset_file: [Object], + set_window: [Object], + to_status_line: [Object], + underline_char: [Object], + up_half_line: [Object], + init_prog: [Object], + key_a1: [Object], + key_a3: [Object], + key_c1: [Object], + key_c3: [Object], + prtr_non: [Object], + char_padding: [Object], + plab_norm: [Object], + enter_xon_mode: [Object], + exit_xon_mode: [Object], + xon_character: [Object], + xoff_character: [Object], + ena_acs: [Object], + label_on: [Object], + label_off: [Object], + key_beg: [Object], + key_cancel: [Object], + key_close: [Object], + key_command: [Object], + key_copy: [Object], + key_create: [Object], + key_exit: [Object], + key_find: [Object], + key_help: [Object], + key_mark: [Object], + key_message: [Object], + key_move: [Object], + key_next: [Object], + key_open: [Object], + key_options: [Object], + key_previous: [Object], + key_print: [Object], + key_redo: [Object], + key_reference: [Object], + key_refresh: [Object], + key_replace: [Object], + key_restart: [Object], + key_resume: [Object], + key_save: [Object], + key_suspend: [Object], + key_undo: [Object], + key_sbeg: [Object], + key_scancel: [Object], + key_scommand: [Object], + key_scopy: [Object], + key_screate: [Object], + key_sdl: [Object], + key_select: [Object], + key_seol: [Object], + key_sexit: [Object], + key_sfind: [Object], + key_shelp: [Object], + key_smessage: [Object], + key_smove: [Object], + key_soptions: [Object], + key_sprint: [Object], + key_sredo: [Object], + key_sreplace: [Object], + key_srsume: [Object], + key_ssave: [Object], + key_ssuspend: [Object], + key_sundo: [Object], + req_for_input: [Object], + clear_margins: [Object], + set_left_margin: [Object], + set_right_margin: [Object], + label_format: [Object], + set_clock: [Object], + display_clock: [Object], + remove_clock: [Object], + create_window: [Object], + goto_window: [Object], + hangup: [Object], + dial_phone: [Object], + quick_dial: [Object], + tone: [Object], + pulse: [Object], + flash_hook: [Object], + fixed_pause: [Object], + wait_tone: [Object], + user0: [Object], + user1: [Object], + user2: [Object], + user3: [Object], + user4: [Object], + user5: [Object], + initialize_pair: [Object], + set_color_pair: [Object], + set_foreground: [Object], + set_background: [Object], + change_char_pitch: [Object], + change_line_pitch: [Object], + change_res_horz: [Object], + change_res_vert: [Object], + define_char: [Object], + enter_doublewide_mode: [Object], + enter_draft_quality: [Object], + enter_leftward_mode: [Object], + enter_micro_mode: [Object], + enter_near_letter_quality: [Object], + enter_normal_quality: [Object], + enter_shadow_mode: [Object], + enter_subscript_mode: [Object], + enter_superscript_mode: [Object], + enter_upward_mode: [Object], + exit_doublewide_mode: [Object], + exit_leftward_mode: [Object], + exit_micro_mode: [Object], + exit_shadow_mode: [Object], + exit_subscript_mode: [Object], + exit_superscript_mode: [Object], + exit_upward_mode: [Object], + micro_column_address: [Object], + micro_down: [Object], + micro_left: [Object], + micro_right: [Object], + micro_row_address: [Object], + micro_up: [Object], + order_of_pins: [Object], + parm_down_micro: [Object], + parm_left_micro: [Object], + parm_right_micro: [Object], + parm_up_micro: [Object], + select_char_set: [Object], + set_bottom_margin: [Object], + set_bottom_margin_parm: [Object], + set_left_margin_parm: [Object], + set_right_margin_parm: [Object], + set_top_margin: [Object], + set_top_margin_parm: [Object], + start_bit_image: [Object], + start_char_set_def: [Object], + stop_bit_image: [Object], + stop_char_set_def: [Object], + subscript_characters: [Object], + superscript_characters: [Object], + these_cause_cr: [Object], + zero_motion: [Object], + char_set_names: [Object], + mouse_info: [Object], + req_mouse_pos: [Object], + get_mouse: [Object], + pkey_plab: [Object], + device_type: [Object], + code_set_init: [Object], + set0_des_seq: [Object], + set1_des_seq: [Object], + set2_des_seq: [Object], + set3_des_seq: [Object], + set_lr_margin: [Object], + set_tb_margin: [Object], + bit_image_repeat: [Object], + bit_image_newline: [Object], + bit_image_carriage_return: [Object], + color_names: [Object], + define_bit_image_region: [Object], + end_bit_image_region: [Object], + set_color_band: [Object], + set_page_length: [Object], + display_pc_char: [Object], + enter_pc_charset_mode: [Object], + exit_pc_charset_mode: [Object], + enter_scancode_mode: [Object], + exit_scancode_mode: [Object], + pc_term_options: [Object], + scancode_escape: [Object], + alt_scancode_esc: [Object], + enter_horizontal_hl_mode: [Object], + enter_left_hl_mode: [Object], + enter_low_hl_mode: [Object], + enter_right_hl_mode: [Object], + enter_top_hl_mode: [Object], + enter_vertical_hl_mode: [Object], + set_a_attributes: [Object], + set_pglen_inch: [Object], + termcap_init2: [Object], + termcap_reset: [Object], + linefeed_if_not_lf: [Object], + backspace_if_not_bs: [Object], + other_non_function_keys: [Object], + arrow_key_map: [Object], + acs_ulcorner: [Object], + acs_llcorner: [Object], + acs_urcorner: [Object], + acs_lrcorner: [Object], + acs_ltee: [Object], + acs_rtee: [Object], + acs_btee: [Object], + acs_ttee: [Object], + acs_hline: [Object], + acs_vline: [Object], + acs_plus: [Object], + box_chars_1: [Object], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function: anonymous], + bel: [Function: anonymous], + cr: [Function: anonymous], + csr: [Function: anonymous], + tbc: [Function: anonymous], + clear: [Function: anonymous], + el: [Function: anonymous], + ed: [Function: anonymous], + hpa: [Function: anonymous], + cup: [Function: anonymous], + cud1: [Function: anonymous], + home: [Function: anonymous], + civis: [Function: anonymous], + cub1: [Function: anonymous], + cnorm: [Function: anonymous], + cuf1: [Function: anonymous], + cuu1: [Function: anonymous], + cvvis: [Function: anonymous], + dch1: [Function: anonymous], + dl1: [Function: anonymous], + smacs: [Function: anonymous], + blink: [Function: anonymous], + bold: [Function: anonymous], + smcup: [Function: anonymous], + dim: [Function: anonymous], + smir: [Function: anonymous], + invis: [Function: anonymous], + rev: [Function: anonymous], + smso: [Function: anonymous], + smul: [Function: anonymous], + ech: [Function: anonymous], + rmacs: [Function: anonymous], + sgr0: [Function: anonymous], + rmcup: [Function: anonymous], + rmir: [Function: anonymous], + rmso: [Function: anonymous], + rmul: [Function: anonymous], + flash: [Function: anonymous], + is2: [Function: anonymous], + il1: [Function: anonymous], + kbs: [Function: anonymous], + kdch1: [Function: anonymous], + kcud1: [Function: anonymous], + kf1: [Function: anonymous], + kf10: [Function: anonymous], + kf2: [Function: anonymous], + kf3: [Function: anonymous], + kf4: [Function: anonymous], + kf5: [Function: anonymous], + kf6: [Function: anonymous], + kf7: [Function: anonymous], + kf8: [Function: anonymous], + kf9: [Function: anonymous], + khome: [Function: anonymous], + kich1: [Function: anonymous], + kcub1: [Function: anonymous], + knp: [Function: anonymous], + kpp: [Function: anonymous], + kcuf1: [Function: anonymous], + kind: [Function: anonymous], + kri: [Function: anonymous], + kcuu1: [Function: anonymous], + rmkx: [Function: anonymous], + smkx: [Function: anonymous], + rmm: [Function: anonymous], + smm: [Function: anonymous], + dch: [Function: anonymous], + dl: [Function: anonymous], + cud: [Function: anonymous], + ich: [Function: anonymous], + indn: [Function: anonymous], + il: [Function: anonymous], + cub: [Function: anonymous], + cuf: [Function: anonymous], + rin: [Function: anonymous], + cuu: [Function: anonymous], + mc0: [Function: anonymous], + mc4: [Function: anonymous], + mc5: [Function: anonymous], + rep: [Function: anonymous], + rs1: [Function: anonymous], + rs2: [Function: anonymous], + rc: [Function: anonymous], + vpa: [Function: anonymous], + sc: [Function: anonymous], + ind: [Function: anonymous], + ri: [Function: anonymous], + sgr: [Function: anonymous], + hts: [Function: anonymous], + ht: [Function: anonymous], + kb2: [Function: anonymous], + acsc: [Function: anonymous], + kcbt: [Function: anonymous], + smam: [Function: anonymous], + rmam: [Function: anonymous], + kend: [Function: anonymous], + kent: [Function: anonymous], + kDC: [Function: anonymous], + kEND: [Function: anonymous], + kHOM: [Function: anonymous], + kIC: [Function: anonymous], + kLFT: [Function: anonymous], + kNXT: [Function: anonymous], + kPRV: [Function: anonymous], + kRIT: [Function: anonymous], + kf11: [Function: anonymous], + kf12: [Function: anonymous], + kf13: [Function: anonymous], + kf14: [Function: anonymous], + kf15: [Function: anonymous], + kf16: [Function: anonymous], + kf17: [Function: anonymous], + kf18: [Function: anonymous], + kf19: [Function: anonymous], + kf20: [Function: anonymous], + kf21: [Function: anonymous], + kf22: [Function: anonymous], + kf23: [Function: anonymous], + kf24: [Function: anonymous], + kf25: [Function: anonymous], + kf26: [Function: anonymous], + kf27: [Function: anonymous], + kf28: [Function: anonymous], + kf29: [Function: anonymous], + kf30: [Function: anonymous], + kf31: [Function: anonymous], + kf32: [Function: anonymous], + kf33: [Function: anonymous], + kf34: [Function: anonymous], + kf35: [Function: anonymous], + kf36: [Function: anonymous], + kf37: [Function: anonymous], + kf38: [Function: anonymous], + kf39: [Function: anonymous], + kf40: [Function: anonymous], + kf41: [Function: anonymous], + kf42: [Function: anonymous], + kf43: [Function: anonymous], + kf44: [Function: anonymous], + kf45: [Function: anonymous], + kf46: [Function: anonymous], + kf47: [Function: anonymous], + kf48: [Function: anonymous], + kf49: [Function: anonymous], + kf50: [Function: anonymous], + kf51: [Function: anonymous], + kf52: [Function: anonymous], + kf53: [Function: anonymous], + kf54: [Function: anonymous], + kf55: [Function: anonymous], + kf56: [Function: anonymous], + kf57: [Function: anonymous], + kf58: [Function: anonymous], + kf59: [Function: anonymous], + kf60: [Function: anonymous], + kf61: [Function: anonymous], + kf62: [Function: anonymous], + kf63: [Function: anonymous], + el1: [Function: anonymous], + u6: [Function: anonymous], + u7: [Function: anonymous], + u8: [Function: anonymous], + u9: [Function: anonymous], + op: [Function: anonymous], + oc: [Function: anonymous], + initc: [Function: bound anonymous], + sitm: [Function: anonymous], + ritm: [Function: anonymous], + kmous: [Function: anonymous], + setaf: [Function: anonymous], + setab: [Function: anonymous], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Object], + mrcup: [Object], + ll: [Object], + dsl: [Object], + hd: [Object], + smdc: [Object], + prot: [Object], + rmdc: [Object], + ff: [Object], + fsl: [Object], + is1: [Object], + is3: [Object], + if: [Object], + ich1: [Object], + ip: [Object], + ktbc: [Object], + kclr: [Object], + kctab: [Object], + kdl1: [Object], + krmir: [Object], + kel: [Object], + ked: [Object], + kf0: [Object], + kil1: [Object], + kll: [Object], + khts: [Object], + lf0: [Object], + lf1: [Object], + lf10: [Object], + lf2: [Object], + lf3: [Object], + lf4: [Object], + lf5: [Object], + lf6: [Object], + lf7: [Object], + lf8: [Object], + lf9: [Object], + nel: [Object], + pad: [Object], + pfkey: [Object], + pfloc: [Object], + pfx: [Object], + rs3: [Object], + rf: [Object], + wind: [Object], + tsl: [Object], + uc: [Object], + hu: [Object], + iprog: [Object], + ka1: [Object], + ka3: [Object], + kc1: [Object], + kc3: [Object], + mc5p: [Object], + rmp: [Object], + pln: [Object], + smxon: [Object], + rmxon: [Object], + xonc: [Object], + xoffc: [Object], + enacs: [Object], + smln: [Object], + rmln: [Object], + kbeg: [Object], + kcan: [Object], + kclo: [Object], + kcmd: [Object], + kcpy: [Object], + kcrt: [Object], + kext: [Object], + kfnd: [Object], + khlp: [Object], + kmrk: [Object], + kmsg: [Object], + kmov: [Object], + knxt: [Object], + kopn: [Object], + kopt: [Object], + kprv: [Object], + kprt: [Object], + krdo: [Object], + kref: [Object], + krfr: [Object], + krpl: [Object], + krst: [Object], + kres: [Object], + ksav: [Object], + kspd: [Object], + kund: [Object], + kBEG: [Object], + kCAN: [Object], + kCMD: [Object], + kCPY: [Object], + kCRT: [Object], + kDL: [Object], + kslt: [Object], + kEOL: [Object], + kEXT: [Object], + kFND: [Object], + kHLP: [Object], + kMSG: [Object], + kMOV: [Object], + kOPT: [Object], + kPRT: [Object], + kRDO: [Object], + kRPL: [Object], + kRES: [Object], + kSAV: [Object], + kSPD: [Object], + kUND: [Object], + rfi: [Object], + mgc: [Object], + smgl: [Object], + smgr: [Object], + fln: [Object], + sclk: [Object], + dclk: [Object], + rmclk: [Object], + cwin: [Object], + wingo: [Object], + hup: [Object], + dial: [Object], + qdial: [Object], + hook: [Object], + pause: [Object], + wait: [Object], + u0: [Object], + u1: [Object], + u2: [Object], + u3: [Object], + u4: [Object], + u5: [Object], + initp: [Object], + scp: [Object], + setf: [Object], + setb: [Object], + cpi: [Object], + lpi: [Object], + chr: [Object], + cvr: [Object], + defc: [Object], + swidm: [Object], + sdrfq: [Object], + slm: [Object], + smicm: [Object], + snlq: [Object], + snrmq: [Object], + sshm: [Object], + ssubm: [Object], + ssupm: [Object], + sum: [Object], + rwidm: [Object], + rlm: [Object], + rmicm: [Object], + rshm: [Object], + rsubm: [Object], + rsupm: [Object], + rum: [Object], + mhpa: [Object], + mcud1: [Object], + mcub1: [Object], + mcuf1: [Object], + mvpa: [Object], + mcuu1: [Object], + porder: [Object], + mcud: [Object], + mcub: [Object], + mcuf: [Object], + mcuu: [Object], + scs: [Object], + smgb: [Object], + smgbp: [Object], + smglp: [Object], + smgrp: [Object], + smgt: [Object], + smgtp: [Object], + sbim: [Object], + scsd: [Object], + rbim: [Object], + rcsd: [Object], + subcs: [Object], + supcs: [Object], + docr: [Object], + zerom: [Object], + csnm: [Object], + minfo: [Object], + reqmp: [Object], + getm: [Object], + pfxl: [Object], + devt: [Object], + csin: [Object], + s0ds: [Object], + s1ds: [Object], + s2ds: [Object], + s3ds: [Object], + smglr: [Object], + smgtb: [Object], + birep: [Object], + binel: [Object], + bicr: [Object], + colornm: [Object], + defbi: [Object], + endbi: [Object], + setcolor: [Object], + slines: [Object], + dispc: [Object], + smpch: [Object], + rmpch: [Object], + smsc: [Object], + rmsc: [Object], + pctrm: [Object], + scesc: [Object], + scesa: [Object], + ehhlm: [Object], + elhlm: [Object], + elohlm: [Object], + erhlm: [Object], + ethlm: [Object], + evhlm: [Object], + sgr1: [Object], + slength: [Object] }, + bools: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true }, + numbers: + { columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767 }, + strings: + { back_tab: '\u001b[Z', + bell: '\u0007', + carriage_return: '\r', + change_scroll_region: '\u001b[%i%p1%d;%p2%dr', + clear_all_tabs: '\u001b[3g', + clear_screen: '\u001b[H\u001b[2J', + clr_eol: '\u001b[K', + clr_eos: '\u001b[J', + column_address: '\u001b[%i%p1%dG', + cursor_address: '\u001b[%i%p1%d;%p2%dH', + cursor_down: '\n', + cursor_home: '\u001b[H', + cursor_invisible: '\u001b[?25l', + cursor_left: '\b', + cursor_normal: '\u001b[?12l\u001b[?25h', + cursor_right: '\u001b[C', + cursor_up: '\u001b[A', + cursor_visible: '\u001b[?12;25h', + delete_character: '\u001b[P', + delete_line: '\u001b[M', + enter_alt_charset_mode: '\u001b(0', + enter_blink_mode: '\u001b[5m', + enter_bold_mode: '\u001b[1m', + enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', + enter_dim_mode: '\u001b[2m', + enter_insert_mode: '\u001b[4h', + enter_secure_mode: '\u001b[8m', + enter_reverse_mode: '\u001b[7m', + enter_standout_mode: '\u001b[7m', + enter_underline_mode: '\u001b[4m', + erase_chars: '\u001b[%p1%dX', + exit_alt_charset_mode: '\u001b(B', + exit_attribute_mode: '\u001b(B\u001b[m', + exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', + exit_insert_mode: '\u001b[4l', + exit_standout_mode: '\u001b[27m', + exit_underline_mode: '\u001b[24m', + flash_screen: '\u001b[?5h$<100/>\u001b[?5l', + init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + insert_line: '\u001b[L', + key_backspace: '', + key_dc: '\u001b[3~', + key_down: '\u001bOB', + key_f1: '\u001bOP', + key_f10: '\u001b[21~', + key_f2: '\u001bOQ', + key_f3: '\u001bOR', + key_f4: '\u001bOS', + key_f5: '\u001b[15~', + key_f6: '\u001b[17~', + key_f7: '\u001b[18~', + key_f8: '\u001b[19~', + key_f9: '\u001b[20~', + key_home: '\u001bOH', + key_ic: '\u001b[2~', + key_left: '\u001bOD', + key_npage: '\u001b[6~', + key_ppage: '\u001b[5~', + key_right: '\u001bOC', + key_sf: '\u001b[1;2B', + key_sr: '\u001b[1;2A', + key_up: '\u001bOA', + keypad_local: '\u001b[?1l\u001b>', + keypad_xmit: '\u001b[?1h\u001b=', + meta_off: '\u001b[?1034l', + meta_on: '\u001b[?1034h', + parm_dch: '\u001b[%p1%dP', + parm_delete_line: '\u001b[%p1%dM', + parm_down_cursor: '\u001b[%p1%dB', + parm_ich: '\u001b[%p1%d@', + parm_index: '\u001b[%p1%dS', + parm_insert_line: '\u001b[%p1%dL', + parm_left_cursor: '\u001b[%p1%dD', + parm_right_cursor: '\u001b[%p1%dC', + parm_rindex: '\u001b[%p1%dT', + parm_up_cursor: '\u001b[%p1%dA', + print_screen: '\u001b[i', + prtr_off: '\u001b[4i', + prtr_on: '\u001b[5i', + repeat_char: '%p1%c\u001b[%p2%{1}%-%db', + reset_1string: '\u001bc\u001b]104\u0007', + reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + restore_cursor: '\u001b8', + row_address: '\u001b[%i%p1%dd', + save_cursor: '\u001b7', + scroll_forward: '\n', + scroll_reverse: '\u001bM', + set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', + set_tab: '\u001bH', + tab: '\t', + key_b2: '\u001bOE', + acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', + key_btab: '\u001b[Z', + enter_am_mode: '\u001b[?7h', + exit_am_mode: '\u001b[?7l', + key_end: '\u001bOF', + key_enter: '\u001bOM', + key_sdc: '\u001b[3;2~', + key_send: '\u001b[1;2F', + key_shome: '\u001b[1;2H', + key_sic: '\u001b[2;2~', + key_sleft: '\u001b[1;2D', + key_snext: '\u001b[6;2~', + key_sprevious: '\u001b[5;2~', + key_sright: '\u001b[1;2C', + key_f11: '\u001b[23~', + key_f12: '\u001b[24~', + key_f13: '\u001b[1;2P', + key_f14: '\u001b[1;2Q', + key_f15: '\u001b[1;2R', + key_f16: '\u001b[1;2S', + key_f17: '\u001b[15;2~', + key_f18: '\u001b[17;2~', + key_f19: '\u001b[18;2~', + key_f20: '\u001b[19;2~', + key_f21: '\u001b[20;2~', + key_f22: '\u001b[21;2~', + key_f23: '\u001b[23;2~', + key_f24: '\u001b[24;2~', + key_f25: '\u001b[1;5P', + key_f26: '\u001b[1;5Q', + key_f27: '\u001b[1;5R', + key_f28: '\u001b[1;5S', + key_f29: '\u001b[15;5~', + key_f30: '\u001b[17;5~', + key_f31: '\u001b[18;5~', + key_f32: '\u001b[19;5~', + key_f33: '\u001b[20;5~', + key_f34: '\u001b[21;5~', + key_f35: '\u001b[23;5~', + key_f36: '\u001b[24;5~', + key_f37: '\u001b[1;6P', + key_f38: '\u001b[1;6Q', + key_f39: '\u001b[1;6R', + key_f40: '\u001b[1;6S', + key_f41: '\u001b[15;6~', + key_f42: '\u001b[17;6~', + key_f43: '\u001b[18;6~', + key_f44: '\u001b[19;6~', + key_f45: '\u001b[20;6~', + key_f46: '\u001b[21;6~', + key_f47: '\u001b[23;6~', + key_f48: '\u001b[24;6~', + key_f49: '\u001b[1;3P', + key_f50: '\u001b[1;3Q', + key_f51: '\u001b[1;3R', + key_f52: '\u001b[1;3S', + key_f53: '\u001b[15;3~', + key_f54: '\u001b[17;3~', + key_f55: '\u001b[18;3~', + key_f56: '\u001b[19;3~', + key_f57: '\u001b[20;3~', + key_f58: '\u001b[21;3~', + key_f59: '\u001b[23;3~', + key_f60: '\u001b[24;3~', + key_f61: '\u001b[1;4P', + key_f62: '\u001b[1;4Q', + key_f63: '\u001b[1;4R', + clr_bol: '\u001b[1K', + user6: '\u001b[%i%d;%dR', + user7: '\u001b[6n', + user8: '\u001b[?%[;0123456789]c', + user9: '\u001b[c', + orig_pair: '\u001b[39;49m', + orig_colors: '\u001b]104\u0007', + initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', + enter_italics_mode: '\u001b[3m', + exit_italics_mode: '\u001b[23m', + key_mouse: '\u001b[M', + set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', + set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', + memory_lock: '\u001bl', + memory_unlock: '\u001bm', + Cr: '\u001b]112\u0007', + Cs: '\u001b]12;%p1%s\u0007', + E3: '\u001b[3J', + Ms: '\u001b]52;%p1%s;%p2%s\u0007', + Se: '\u001b[2 q', + Ss: '\u001b[%p1%d q', + kDC3: '\u001b[3;3~', + kDC4: '\u001b[3;4~', + kDC5: '\u001b[3;5~', + kDC6: '\u001b[3;6~', + kDC7: '\u001b[3;7~', + kDN: '\u001b[1;2B', + kDN3: '\u001b[1;3B', + kDN4: '\u001b[1;4B', + kDN5: '\u001b[1;5B', + kDN6: '\u001b[1;6B', + kDN7: '\u001b[1;7B', + kEND3: '\u001b[1;3F', + kEND4: '\u001b[1;4F', + kEND5: '\u001b[1;5F', + kEND6: '\u001b[1;6F', + kEND7: '\u001b[1;7F', + kHOM3: '\u001b[1;3H', + kHOM4: '\u001b[1;4H', + kHOM5: '\u001b[1;5H', + kHOM6: '\u001b[1;6H', + kHOM7: '\u001b[1;7H', + kIC3: '\u001b[2;3~', + kIC4: '\u001b[2;4~', + kIC5: '\u001b[2;5~', + kIC6: '\u001b[2;6~', + kIC7: '\u001b[2;7~', + kLFT3: '\u001b[1;3D', + kLFT4: '\u001b[1;4D', + kLFT5: '\u001b[1;5D', + kLFT6: '\u001b[1;6D', + kLFT7: '\u001b[1;7D', + kNXT3: '\u001b[6;3~', + kNXT4: '\u001b[6;4~', + kNXT5: '\u001b[6;5~', + kNXT6: '\u001b[6;6~', + kNXT7: '\u001b[6;7~', + kPRV3: '\u001b[5;3~', + kPRV4: '\u001b[5;4~', + kPRV5: '\u001b[5;5~', + kPRV6: '\u001b[5;6~', + kPRV7: '\u001b[5;7~', + kRIT3: '\u001b[1;3C', + kRIT4: '\u001b[1;4C', + kRIT5: '\u001b[1;5C', + kRIT6: '\u001b[1;6C', + kRIT7: '\u001b[1;7C', + kUP: '\u001b[1;2A', + kUP3: '\u001b[1;3A', + kUP4: '\u001b[1;4A', + kUP5: '\u001b[1;5A', + kUP6: '\u001b[1;6A', + kUP7: '\u001b[1;7A', + ka2: '', + kb1: '', + kb3: '', + kc2: '', + rmxx: '\u001b[29m', + smxx: '\u001b[9m' }, + features: + { unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + padding: true, + setbuf: true, + acsc: [Object], + acscr: [Object] }, + unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + setbuf: true, + acscr: + { '◆': '`', + '▒': 'a', + '°': 'f', + '±': 'g', + '\u000b': 'i', + '┘': 'j', + '┐': 'k', + '┌': 'l', + '└': 'm', + '┼': 'n', + '⎺': 'o', + '⎻': 'p', + '─': 'q', + '⎼': 'r', + '⎽': 's', + '├': 't', + '┤': 'u', + '┴': 'v', + '┬': 'w', + '│': 'x', + '≤': 'y', + '≥': 'z', + 'π': '{', + '≠': '|', + '£': '}', + '·': '~' }, + _newHandler: [Function: fn], + isAlt: true, + cursorHidden: true, + _currentMouse: { sgrMouse: true, cellMotion: true, allMotion: true }, + mouseEnabled: true, + _boundMouse: true }, + tput: + Tput { + options: + { terminal: 'xterm-256color', + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + forceUnicode: undefined }, + terminal: 'xterm-256color', + debug: undefined, + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + error: null, + terminfoPrefix: undefined, + terminfoFile: undefined, + termcapFile: undefined, + auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function], + bell: [Function], + carriage_return: [Function], + change_scroll_region: [Function], + clear_all_tabs: [Function], + clear_screen: [Function], + clr_eol: [Function], + clr_eos: [Function], + column_address: [Function], + cursor_address: [Function], + cursor_down: [Function], + cursor_home: [Function], + cursor_invisible: [Function], + cursor_left: [Function], + cursor_normal: [Function], + cursor_right: [Function], + cursor_up: [Function], + cursor_visible: [Function], + delete_character: [Function], + delete_line: [Function], + enter_alt_charset_mode: [Function], + enter_blink_mode: [Function], + enter_bold_mode: [Function], + enter_ca_mode: [Function], + enter_dim_mode: [Function], + enter_insert_mode: [Function], + enter_secure_mode: [Function], + enter_reverse_mode: [Function], + enter_standout_mode: [Function], + enter_underline_mode: [Function], + erase_chars: [Function], + exit_alt_charset_mode: [Function], + exit_attribute_mode: [Function], + exit_ca_mode: [Function], + exit_insert_mode: [Function], + exit_standout_mode: [Function], + exit_underline_mode: [Function], + flash_screen: [Function], + init_2string: [Function], + insert_line: [Function], + key_backspace: [Function], + key_dc: [Function], + key_down: [Function], + key_f1: [Function], + key_f10: [Function], + key_f2: [Function], + key_f3: [Function], + key_f4: [Function], + key_f5: [Function], + key_f6: [Function], + key_f7: [Function], + key_f8: [Function], + key_f9: [Function], + key_home: [Function], + key_ic: [Function], + key_left: [Function], + key_npage: [Function], + key_ppage: [Function], + key_right: [Function], + key_sf: [Function], + key_sr: [Function], + key_up: [Function], + keypad_local: [Function], + keypad_xmit: [Function], + meta_off: [Function], + meta_on: [Function], + parm_dch: [Function], + parm_delete_line: [Function], + parm_down_cursor: [Function], + parm_ich: [Function], + parm_index: [Function], + parm_insert_line: [Function], + parm_left_cursor: [Function], + parm_right_cursor: [Function], + parm_rindex: [Function], + parm_up_cursor: [Function], + print_screen: [Function], + prtr_off: [Function], + prtr_on: [Function], + repeat_char: [Function], + reset_1string: [Function], + reset_2string: [Function], + restore_cursor: [Function], + row_address: [Function], + save_cursor: [Function], + scroll_forward: [Function], + scroll_reverse: [Function], + set_attributes: [Function], + set_tab: [Function], + tab: [Function], + key_b2: [Function], + acs_chars: [Function], + key_btab: [Function], + enter_am_mode: [Function], + exit_am_mode: [Function], + key_end: [Function], + key_enter: [Function], + key_sdc: [Function], + key_send: [Function], + key_shome: [Function], + key_sic: [Function], + key_sleft: [Function], + key_snext: [Function], + key_sprevious: [Function], + key_sright: [Function], + key_f11: [Function], + key_f12: [Function], + key_f13: [Function], + key_f14: [Function], + key_f15: [Function], + key_f16: [Function], + key_f17: [Function], + key_f18: [Function], + key_f19: [Function], + key_f20: [Function], + key_f21: [Function], + key_f22: [Function], + key_f23: [Function], + key_f24: [Function], + key_f25: [Function], + key_f26: [Function], + key_f27: [Function], + key_f28: [Function], + key_f29: [Function], + key_f30: [Function], + key_f31: [Function], + key_f32: [Function], + key_f33: [Function], + key_f34: [Function], + key_f35: [Function], + key_f36: [Function], + key_f37: [Function], + key_f38: [Function], + key_f39: [Function], + key_f40: [Function], + key_f41: [Function], + key_f42: [Function], + key_f43: [Function], + key_f44: [Function], + key_f45: [Function], + key_f46: [Function], + key_f47: [Function], + key_f48: [Function], + key_f49: [Function], + key_f50: [Function], + key_f51: [Function], + key_f52: [Function], + key_f53: [Function], + key_f54: [Function], + key_f55: [Function], + key_f56: [Function], + key_f57: [Function], + key_f58: [Function], + key_f59: [Function], + key_f60: [Function], + key_f61: [Function], + key_f62: [Function], + key_f63: [Function], + clr_bol: [Function], + user6: [Function], + user7: [Function], + user8: [Function], + user9: [Function], + orig_pair: [Function], + orig_colors: [Function], + initialize_color: [Function], + enter_italics_mode: [Function], + exit_italics_mode: [Function], + key_mouse: [Function], + set_a_foreground: [Function], + set_a_background: [Function], + memory_lock: [Function], + memory_unlock: [Function], + Cr: [Function], + Cs: [Function], + E3: [Function], + Ms: [Function], + Se: [Function], + Ss: [Function], + kDC3: [Function], + kDC4: [Function], + kDC5: [Function], + kDC6: [Function], + kDC7: [Function], + kDN: [Function], + kDN3: [Function], + kDN4: [Function], + kDN5: [Function], + kDN6: [Function], + kDN7: [Function], + kEND3: [Function], + kEND4: [Function], + kEND5: [Function], + kEND6: [Function], + kEND7: [Function], + kHOM3: [Function], + kHOM4: [Function], + kHOM5: [Function], + kHOM6: [Function], + kHOM7: [Function], + kIC3: [Function], + kIC4: [Function], + kIC5: [Function], + kIC6: [Function], + kIC7: [Function], + kLFT3: [Function], + kLFT4: [Function], + kLFT5: [Function], + kLFT6: [Function], + kLFT7: [Function], + kNXT3: [Function], + kNXT4: [Function], + kNXT5: [Function], + kNXT6: [Function], + kNXT7: [Function], + kPRV3: [Function], + kPRV4: [Function], + kPRV5: [Function], + kPRV6: [Function], + kPRV7: [Function], + kRIT3: [Function], + kRIT4: [Function], + kRIT5: [Function], + kRIT6: [Function], + kRIT7: [Function], + kUP: [Function], + kUP3: [Function], + kUP4: [Function], + kUP5: [Function], + kUP6: [Function], + kUP7: [Function], + ka2: [Function], + kb1: [Function], + kb3: [Function], + kc2: [Function], + rmxx: [Function], + smxx: [Function], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Function], + cursor_mem_address: [Function], + cursor_to_ll: [Function], + dis_status_line: [Function], + down_half_line: [Function], + enter_delete_mode: [Function], + enter_protected_mode: [Function], + exit_delete_mode: [Function], + form_feed: [Function], + from_status_line: [Function], + init_1string: [Function], + init_3string: [Function], + init_file: [Function], + insert_character: [Function], + insert_padding: [Function], + key_catab: [Function], + key_clear: [Function], + key_ctab: [Function], + key_dl: [Function], + key_eic: [Function], + key_eol: [Function], + key_eos: [Function], + key_f0: [Function], + key_il: [Function], + key_ll: [Function], + key_stab: [Function], + lab_f0: [Function], + lab_f1: [Function], + lab_f10: [Function], + lab_f2: [Function], + lab_f3: [Function], + lab_f4: [Function], + lab_f5: [Function], + lab_f6: [Function], + lab_f7: [Function], + lab_f8: [Function], + lab_f9: [Function], + newline: [Function], + pad_char: [Function], + pkey_key: [Function], + pkey_local: [Function], + pkey_xmit: [Function], + reset_3string: [Function], + reset_file: [Function], + set_window: [Function], + to_status_line: [Function], + underline_char: [Function], + up_half_line: [Function], + init_prog: [Function], + key_a1: [Function], + key_a3: [Function], + key_c1: [Function], + key_c3: [Function], + prtr_non: [Function], + char_padding: [Function], + plab_norm: [Function], + enter_xon_mode: [Function], + exit_xon_mode: [Function], + xon_character: [Function], + xoff_character: [Function], + ena_acs: [Function], + label_on: [Function], + label_off: [Function], + key_beg: [Function], + key_cancel: [Function], + key_close: [Function], + key_command: [Function], + key_copy: [Function], + key_create: [Function], + key_exit: [Function], + key_find: [Function], + key_help: [Function], + key_mark: [Function], + key_message: [Function], + key_move: [Function], + key_next: [Function], + key_open: [Function], + key_options: [Function], + key_previous: [Function], + key_print: [Function], + key_redo: [Function], + key_reference: [Function], + key_refresh: [Function], + key_replace: [Function], + key_restart: [Function], + key_resume: [Function], + key_save: [Function], + key_suspend: [Function], + key_undo: [Function], + key_sbeg: [Function], + key_scancel: [Function], + key_scommand: [Function], + key_scopy: [Function], + key_screate: [Function], + key_sdl: [Function], + key_select: [Function], + key_seol: [Function], + key_sexit: [Function], + key_sfind: [Function], + key_shelp: [Function], + key_smessage: [Function], + key_smove: [Function], + key_soptions: [Function], + key_sprint: [Function], + key_sredo: [Function], + key_sreplace: [Function], + key_srsume: [Function], + key_ssave: [Function], + key_ssuspend: [Function], + key_sundo: [Function], + req_for_input: [Function], + clear_margins: [Function], + set_left_margin: [Function], + set_right_margin: [Function], + label_format: [Function], + set_clock: [Function], + display_clock: [Function], + remove_clock: [Function], + create_window: [Function], + goto_window: [Function], + hangup: [Function], + dial_phone: [Function], + quick_dial: [Function], + tone: [Function], + pulse: [Function], + flash_hook: [Function], + fixed_pause: [Function], + wait_tone: [Function], + user0: [Function], + user1: [Function], + user2: [Function], + user3: [Function], + user4: [Function], + user5: [Function], + initialize_pair: [Function], + set_color_pair: [Function], + set_foreground: [Function], + set_background: [Function], + change_char_pitch: [Function], + change_line_pitch: [Function], + change_res_horz: [Function], + change_res_vert: [Function], + define_char: [Function], + enter_doublewide_mode: [Function], + enter_draft_quality: [Function], + enter_leftward_mode: [Function], + enter_micro_mode: [Function], + enter_near_letter_quality: [Function], + enter_normal_quality: [Function], + enter_shadow_mode: [Function], + enter_subscript_mode: [Function], + enter_superscript_mode: [Function], + enter_upward_mode: [Function], + exit_doublewide_mode: [Function], + exit_leftward_mode: [Function], + exit_micro_mode: [Function], + exit_shadow_mode: [Function], + exit_subscript_mode: [Function], + exit_superscript_mode: [Function], + exit_upward_mode: [Function], + micro_column_address: [Function], + micro_down: [Function], + micro_left: [Function], + micro_right: [Function], + micro_row_address: [Function], + micro_up: [Function], + order_of_pins: [Function], + parm_down_micro: [Function], + parm_left_micro: [Function], + parm_right_micro: [Function], + parm_up_micro: [Function], + select_char_set: [Function], + set_bottom_margin: [Function], + set_bottom_margin_parm: [Function], + set_left_margin_parm: [Function], + set_right_margin_parm: [Function], + set_top_margin: [Function], + set_top_margin_parm: [Function], + start_bit_image: [Function], + start_char_set_def: [Function], + stop_bit_image: [Function], + stop_char_set_def: [Function], + subscript_characters: [Function], + superscript_characters: [Function], + these_cause_cr: [Function], + zero_motion: [Function], + char_set_names: [Function], + mouse_info: [Function], + req_mouse_pos: [Function], + get_mouse: [Function], + pkey_plab: [Function], + device_type: [Function], + code_set_init: [Function], + set0_des_seq: [Function], + set1_des_seq: [Function], + set2_des_seq: [Function], + set3_des_seq: [Function], + set_lr_margin: [Function], + set_tb_margin: [Function], + bit_image_repeat: [Function], + bit_image_newline: [Function], + bit_image_carriage_return: [Function], + color_names: [Function], + define_bit_image_region: [Function], + end_bit_image_region: [Function], + set_color_band: [Function], + set_page_length: [Function], + display_pc_char: [Function], + enter_pc_charset_mode: [Function], + exit_pc_charset_mode: [Function], + enter_scancode_mode: [Function], + exit_scancode_mode: [Function], + pc_term_options: [Function], + scancode_escape: [Function], + alt_scancode_esc: [Function], + enter_horizontal_hl_mode: [Function], + enter_left_hl_mode: [Function], + enter_low_hl_mode: [Function], + enter_right_hl_mode: [Function], + enter_top_hl_mode: [Function], + enter_vertical_hl_mode: [Function], + set_a_attributes: [Function], + set_pglen_inch: [Function], + termcap_init2: [Function], + termcap_reset: [Function], + linefeed_if_not_lf: [Function], + backspace_if_not_bs: [Function], + other_non_function_keys: [Function], + arrow_key_map: [Function], + acs_ulcorner: [Function], + acs_llcorner: [Function], + acs_urcorner: [Function], + acs_lrcorner: [Function], + acs_ltee: [Function], + acs_rtee: [Function], + acs_btee: [Function], + acs_ttee: [Function], + acs_hline: [Function], + acs_vline: [Function], + acs_plus: [Function], + box_chars_1: [Function], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function], + bel: [Function], + cr: [Function], + csr: [Function], + tbc: [Function], + clear: [Function], + el: [Function], + ed: [Function], + hpa: [Function], + cup: [Function], + cud1: [Function], + home: [Function], + civis: [Function], + cub1: [Function], + cnorm: [Function], + cuf1: [Function], + cuu1: [Function], + cvvis: [Function], + dch1: [Function], + dl1: [Function], + smacs: [Function], + blink: [Function], + bold: [Function], + smcup: [Function], + dim: [Function], + smir: [Function], + invis: [Function], + rev: [Function], + smso: [Function], + smul: [Function], + ech: [Function], + rmacs: [Function], + sgr0: [Function], + rmcup: [Function], + rmir: [Function], + rmso: [Function], + rmul: [Function], + flash: [Function], + is2: [Function], + il1: [Function], + kbs: [Function], + kdch1: [Function], + kcud1: [Function], + kf1: [Function], + kf10: [Function], + kf2: [Function], + kf3: [Function], + kf4: [Function], + kf5: [Function], + kf6: [Function], + kf7: [Function], + kf8: [Function], + kf9: [Function], + khome: [Function], + kich1: [Function], + kcub1: [Function], + knp: [Function], + kpp: [Function], + kcuf1: [Function], + kind: [Function], + kri: [Function], + kcuu1: [Function], + rmkx: [Function], + smkx: [Function], + rmm: [Function], + smm: [Function], + dch: [Function], + dl: [Function], + cud: [Function], + ich: [Function], + indn: [Function], + il: [Function], + cub: [Function], + cuf: [Function], + rin: [Function], + cuu: [Function], + mc0: [Function], + mc4: [Function], + mc5: [Function], + rep: [Function], + rs1: [Function], + rs2: [Function], + rc: [Function], + vpa: [Function], + sc: [Function], + ind: [Function], + ri: [Function], + sgr: [Function], + hts: [Function], + ht: [Function], + kb2: [Function], + acsc: + { '`': '◆', + a: '▒', + f: '°', + g: '±', + i: '\u000b', + j: '┘', + k: '┐', + l: '┌', + m: '└', + n: '┼', + o: '⎺', + p: '⎻', + q: '─', + r: '⎼', + s: '⎽', + t: '├', + u: '┤', + v: '┴', + w: '┬', + x: '│', + y: '≤', + z: '≥', + '{': 'π', + '|': '≠', + '}': '£', + '~': '·' }, + kcbt: [Function], + smam: [Function], + rmam: [Function], + kend: [Function], + kent: [Function], + kDC: [Function], + kEND: [Function], + kHOM: [Function], + kIC: [Function], + kLFT: [Function], + kNXT: [Function], + kPRV: [Function], + kRIT: [Function], + kf11: [Function], + kf12: [Function], + kf13: [Function], + kf14: [Function], + kf15: [Function], + kf16: [Function], + kf17: [Function], + kf18: [Function], + kf19: [Function], + kf20: [Function], + kf21: [Function], + kf22: [Function], + kf23: [Function], + kf24: [Function], + kf25: [Function], + kf26: [Function], + kf27: [Function], + kf28: [Function], + kf29: [Function], + kf30: [Function], + kf31: [Function], + kf32: [Function], + kf33: [Function], + kf34: [Function], + kf35: [Function], + kf36: [Function], + kf37: [Function], + kf38: [Function], + kf39: [Function], + kf40: [Function], + kf41: [Function], + kf42: [Function], + kf43: [Function], + kf44: [Function], + kf45: [Function], + kf46: [Function], + kf47: [Function], + kf48: [Function], + kf49: [Function], + kf50: [Function], + kf51: [Function], + kf52: [Function], + kf53: [Function], + kf54: [Function], + kf55: [Function], + kf56: [Function], + kf57: [Function], + kf58: [Function], + kf59: [Function], + kf60: [Function], + kf61: [Function], + kf62: [Function], + kf63: [Function], + el1: [Function], + u6: [Function], + u7: [Function], + u8: [Function], + u9: [Function], + op: [Function], + oc: [Function], + initc: [Function], + sitm: [Function], + ritm: [Function], + kmous: [Function], + setaf: [Function], + setab: [Function], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Function], + mrcup: [Function], + ll: [Function], + dsl: [Function], + hd: [Function], + smdc: [Function], + prot: [Function], + rmdc: [Function], + ff: [Function], + fsl: [Function], + is1: [Function], + is3: [Function], + if: [Function], + ich1: [Function], + ip: [Function], + ktbc: [Function], + kclr: [Function], + kctab: [Function], + kdl1: [Function], + krmir: [Function], + kel: [Function], + ked: [Function], + kf0: [Function], + kil1: [Function], + kll: [Function], + khts: [Function], + lf0: [Function], + lf1: [Function], + lf10: [Function], + lf2: [Function], + lf3: [Function], + lf4: [Function], + lf5: [Function], + lf6: [Function], + lf7: [Function], + lf8: [Function], + lf9: [Function], + nel: [Function], + pad: [Function], + pfkey: [Function], + pfloc: [Function], + pfx: [Function], + rs3: [Function], + rf: [Function], + wind: [Function], + tsl: [Function], + uc: [Function], + hu: [Function], + iprog: [Function], + ka1: [Function], + ka3: [Function], + kc1: [Function], + kc3: [Function], + mc5p: [Function], + rmp: [Function], + pln: [Function], + smxon: [Function], + rmxon: [Function], + xonc: [Function], + xoffc: [Function], + enacs: [Function], + smln: [Function], + rmln: [Function], + kbeg: [Function], + kcan: [Function], + kclo: [Function], + kcmd: [Function], + kcpy: [Function], + kcrt: [Function], + kext: [Function], + kfnd: [Function], + khlp: [Function], + kmrk: [Function], + kmsg: [Function], + kmov: [Function], + knxt: [Function], + kopn: [Function], + kopt: [Function], + kprv: [Function], + kprt: [Function], + krdo: [Function], + kref: [Function], + krfr: [Function], + krpl: [Function], + krst: [Function], + kres: [Function], + ksav: [Function], + kspd: [Function], + kund: [Function], + kBEG: [Function], + kCAN: [Function], + kCMD: [Function], + kCPY: [Function], + kCRT: [Function], + kDL: [Function], + kslt: [Function], + kEOL: [Function], + kEXT: [Function], + kFND: [Function], + kHLP: [Function], + kMSG: [Function], + kMOV: [Function], + kOPT: [Function], + kPRT: [Function], + kRDO: [Function], + kRPL: [Function], + kRES: [Function], + kSAV: [Function], + kSPD: [Function], + kUND: [Function], + rfi: [Function], + mgc: [Function], + smgl: [Function], + smgr: [Function], + fln: [Function], + sclk: [Function], + dclk: [Function], + rmclk: [Function], + cwin: [Function], + wingo: [Function], + hup: [Function], + dial: [Function], + qdial: [Function], + hook: [Function], + pause: [Function], + wait: [Function], + u0: [Function], + u1: [Function], + u2: [Function], + u3: [Function], + u4: [Function], + u5: [Function], + initp: [Function], + scp: [Function], + setf: [Function], + setb: [Function], + cpi: [Function], + lpi: [Function], + chr: [Function], + cvr: [Function], + defc: [Function], + swidm: [Function], + sdrfq: [Function], + slm: [Function], + smicm: [Function], + snlq: [Function], + snrmq: [Function], + sshm: [Function], + ssubm: [Function], + ssupm: [Function], + sum: [Function], + rwidm: [Function], + rlm: [Function], + rmicm: [Function], + rshm: [Function], + rsubm: [Function], + rsupm: [Function], + rum: [Function], + mhpa: [Function], + mcud1: [Function], + mcub1: [Function], + mcuf1: [Function], + mvpa: [Function], + mcuu1: [Function], + porder: [Function], + mcud: [Function], + mcub: [Function], + mcuf: [Function], + mcuu: [Function], + scs: [Function], + smgb: [Function], + smgbp: [Function], + smglp: [Function], + smgrp: [Function], + smgt: [Function], + smgtp: [Function], + sbim: [Function], + scsd: [Function], + rbim: [Function], + rcsd: [Function], + subcs: [Function], + supcs: [Function], + docr: [Function], + zerom: [Function], + csnm: [Function], + minfo: [Function], + reqmp: [Function], + getm: [Function], + pfxl: [Function], + devt: [Function], + csin: [Function], + s0ds: [Function], + s1ds: [Function], + s2ds: [Function], + s3ds: [Function], + smglr: [Function], + smgtb: [Function], + birep: [Function], + binel: [Function], + bicr: [Function], + colornm: [Function], + defbi: [Function], + endbi: [Function], + setcolor: [Function], + slines: [Function], + dispc: [Function], + smpch: [Function], + rmpch: [Function], + smsc: [Function], + rmsc: [Function], + pctrm: [Function], + scesc: [Function], + scesa: [Function], + ehhlm: [Function], + elhlm: [Function], + elohlm: [Function], + erhlm: [Function], + ethlm: [Function], + evhlm: [Function], + sgr1: [Function], + slength: [Function], + info: + { header: [Object], + name: 'xterm-256color', + names: [Array], + desc: 'xterm with 256 colors', + dir: '/lib/terminfo', + file: '/lib/terminfo/x/xterm-256color', + bools: [Object], + numbers: [Object], + strings: [Object], + features: [Object], + all: [Object], + methods: [Object] }, + all: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: '\u001b[Z', + bell: '\u0007', + carriage_return: '\r', + change_scroll_region: '\u001b[%i%p1%d;%p2%dr', + clear_all_tabs: '\u001b[3g', + clear_screen: '\u001b[H\u001b[2J', + clr_eol: '\u001b[K', + clr_eos: '\u001b[J', + column_address: '\u001b[%i%p1%dG', + cursor_address: '\u001b[%i%p1%d;%p2%dH', + cursor_down: '\n', + cursor_home: '\u001b[H', + cursor_invisible: '\u001b[?25l', + cursor_left: '\b', + cursor_normal: '\u001b[?12l\u001b[?25h', + cursor_right: '\u001b[C', + cursor_up: '\u001b[A', + cursor_visible: '\u001b[?12;25h', + delete_character: '\u001b[P', + delete_line: '\u001b[M', + enter_alt_charset_mode: '\u001b(0', + enter_blink_mode: '\u001b[5m', + enter_bold_mode: '\u001b[1m', + enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', + enter_dim_mode: '\u001b[2m', + enter_insert_mode: '\u001b[4h', + enter_secure_mode: '\u001b[8m', + enter_reverse_mode: '\u001b[7m', + enter_standout_mode: '\u001b[7m', + enter_underline_mode: '\u001b[4m', + erase_chars: '\u001b[%p1%dX', + exit_alt_charset_mode: '\u001b(B', + exit_attribute_mode: '\u001b(B\u001b[m', + exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', + exit_insert_mode: '\u001b[4l', + exit_standout_mode: '\u001b[27m', + exit_underline_mode: '\u001b[24m', + flash_screen: '\u001b[?5h$<100/>\u001b[?5l', + init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + insert_line: '\u001b[L', + key_backspace: '', + key_dc: '\u001b[3~', + key_down: '\u001bOB', + key_f1: '\u001bOP', + key_f10: '\u001b[21~', + key_f2: '\u001bOQ', + key_f3: '\u001bOR', + key_f4: '\u001bOS', + key_f5: '\u001b[15~', + key_f6: '\u001b[17~', + key_f7: '\u001b[18~', + key_f8: '\u001b[19~', + key_f9: '\u001b[20~', + key_home: '\u001bOH', + key_ic: '\u001b[2~', + key_left: '\u001bOD', + key_npage: '\u001b[6~', + key_ppage: '\u001b[5~', + key_right: '\u001bOC', + key_sf: '\u001b[1;2B', + key_sr: '\u001b[1;2A', + key_up: '\u001bOA', + keypad_local: '\u001b[?1l\u001b>', + keypad_xmit: '\u001b[?1h\u001b=', + meta_off: '\u001b[?1034l', + meta_on: '\u001b[?1034h', + parm_dch: '\u001b[%p1%dP', + parm_delete_line: '\u001b[%p1%dM', + parm_down_cursor: '\u001b[%p1%dB', + parm_ich: '\u001b[%p1%d@', + parm_index: '\u001b[%p1%dS', + parm_insert_line: '\u001b[%p1%dL', + parm_left_cursor: '\u001b[%p1%dD', + parm_right_cursor: '\u001b[%p1%dC', + parm_rindex: '\u001b[%p1%dT', + parm_up_cursor: '\u001b[%p1%dA', + print_screen: '\u001b[i', + prtr_off: '\u001b[4i', + prtr_on: '\u001b[5i', + repeat_char: '%p1%c\u001b[%p2%{1}%-%db', + reset_1string: '\u001bc\u001b]104\u0007', + reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + restore_cursor: '\u001b8', + row_address: '\u001b[%i%p1%dd', + save_cursor: '\u001b7', + scroll_forward: '\n', + scroll_reverse: '\u001bM', + set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', + set_tab: '\u001bH', + tab: '\t', + key_b2: '\u001bOE', + acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', + key_btab: '\u001b[Z', + enter_am_mode: '\u001b[?7h', + exit_am_mode: '\u001b[?7l', + key_end: '\u001bOF', + key_enter: '\u001bOM', + key_sdc: '\u001b[3;2~', + key_send: '\u001b[1;2F', + key_shome: '\u001b[1;2H', + key_sic: '\u001b[2;2~', + key_sleft: '\u001b[1;2D', + key_snext: '\u001b[6;2~', + key_sprevious: '\u001b[5;2~', + key_sright: '\u001b[1;2C', + key_f11: '\u001b[23~', + key_f12: '\u001b[24~', + key_f13: '\u001b[1;2P', + key_f14: '\u001b[1;2Q', + key_f15: '\u001b[1;2R', + key_f16: '\u001b[1;2S', + key_f17: '\u001b[15;2~', + key_f18: '\u001b[17;2~', + key_f19: '\u001b[18;2~', + key_f20: '\u001b[19;2~', + key_f21: '\u001b[20;2~', + key_f22: '\u001b[21;2~', + key_f23: '\u001b[23;2~', + key_f24: '\u001b[24;2~', + key_f25: '\u001b[1;5P', + key_f26: '\u001b[1;5Q', + key_f27: '\u001b[1;5R', + key_f28: '\u001b[1;5S', + key_f29: '\u001b[15;5~', + key_f30: '\u001b[17;5~', + key_f31: '\u001b[18;5~', + key_f32: '\u001b[19;5~', + key_f33: '\u001b[20;5~', + key_f34: '\u001b[21;5~', + key_f35: '\u001b[23;5~', + key_f36: '\u001b[24;5~', + key_f37: '\u001b[1;6P', + key_f38: '\u001b[1;6Q', + key_f39: '\u001b[1;6R', + key_f40: '\u001b[1;6S', + key_f41: '\u001b[15;6~', + key_f42: '\u001b[17;6~', + key_f43: '\u001b[18;6~', + key_f44: '\u001b[19;6~', + key_f45: '\u001b[20;6~', + key_f46: '\u001b[21;6~', + key_f47: '\u001b[23;6~', + key_f48: '\u001b[24;6~', + key_f49: '\u001b[1;3P', + key_f50: '\u001b[1;3Q', + key_f51: '\u001b[1;3R', + key_f52: '\u001b[1;3S', + key_f53: '\u001b[15;3~', + key_f54: '\u001b[17;3~', + key_f55: '\u001b[18;3~', + key_f56: '\u001b[19;3~', + key_f57: '\u001b[20;3~', + key_f58: '\u001b[21;3~', + key_f59: '\u001b[23;3~', + key_f60: '\u001b[24;3~', + key_f61: '\u001b[1;4P', + key_f62: '\u001b[1;4Q', + key_f63: '\u001b[1;4R', + clr_bol: '\u001b[1K', + user6: '\u001b[%i%d;%dR', + user7: '\u001b[6n', + user8: '\u001b[?%[;0123456789]c', + user9: '\u001b[c', + orig_pair: '\u001b[39;49m', + orig_colors: '\u001b]104\u0007', + initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', + enter_italics_mode: '\u001b[3m', + exit_italics_mode: '\u001b[23m', + key_mouse: '\u001b[M', + set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', + set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', + memory_lock: '\u001bl', + memory_unlock: '\u001bm', + Cr: '\u001b]112\u0007', + Cs: '\u001b]12;%p1%s\u0007', + E3: '\u001b[3J', + Ms: '\u001b]52;%p1%s;%p2%s\u0007', + Se: '\u001b[2 q', + Ss: '\u001b[%p1%d q', + kDC3: '\u001b[3;3~', + kDC4: '\u001b[3;4~', + kDC5: '\u001b[3;5~', + kDC6: '\u001b[3;6~', + kDC7: '\u001b[3;7~', + kDN: '\u001b[1;2B', + kDN3: '\u001b[1;3B', + kDN4: '\u001b[1;4B', + kDN5: '\u001b[1;5B', + kDN6: '\u001b[1;6B', + kDN7: '\u001b[1;7B', + kEND3: '\u001b[1;3F', + kEND4: '\u001b[1;4F', + kEND5: '\u001b[1;5F', + kEND6: '\u001b[1;6F', + kEND7: '\u001b[1;7F', + kHOM3: '\u001b[1;3H', + kHOM4: '\u001b[1;4H', + kHOM5: '\u001b[1;5H', + kHOM6: '\u001b[1;6H', + kHOM7: '\u001b[1;7H', + kIC3: '\u001b[2;3~', + kIC4: '\u001b[2;4~', + kIC5: '\u001b[2;5~', + kIC6: '\u001b[2;6~', + kIC7: '\u001b[2;7~', + kLFT3: '\u001b[1;3D', + kLFT4: '\u001b[1;4D', + kLFT5: '\u001b[1;5D', + kLFT6: '\u001b[1;6D', + kLFT7: '\u001b[1;7D', + kNXT3: '\u001b[6;3~', + kNXT4: '\u001b[6;4~', + kNXT5: '\u001b[6;5~', + kNXT6: '\u001b[6;6~', + kNXT7: '\u001b[6;7~', + kPRV3: '\u001b[5;3~', + kPRV4: '\u001b[5;4~', + kPRV5: '\u001b[5;5~', + kPRV6: '\u001b[5;6~', + kPRV7: '\u001b[5;7~', + kRIT3: '\u001b[1;3C', + kRIT4: '\u001b[1;4C', + kRIT5: '\u001b[1;5C', + kRIT6: '\u001b[1;6C', + kRIT7: '\u001b[1;7C', + kUP: '\u001b[1;2A', + kUP3: '\u001b[1;3A', + kUP4: '\u001b[1;4A', + kUP5: '\u001b[1;5A', + kUP6: '\u001b[1;6A', + kUP7: '\u001b[1;7A', + ka2: '', + kb1: '', + kb3: '', + kc2: '', + rmxx: '\u001b[29m', + smxx: '\u001b[9m' }, + methods: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function: anonymous], + bell: [Function: anonymous], + carriage_return: [Function: anonymous], + change_scroll_region: [Function: anonymous], + clear_all_tabs: [Function: anonymous], + clear_screen: [Function: anonymous], + clr_eol: [Function: anonymous], + clr_eos: [Function: anonymous], + column_address: [Function: anonymous], + cursor_address: [Function: anonymous], + cursor_down: [Function: anonymous], + cursor_home: [Function: anonymous], + cursor_invisible: [Function: anonymous], + cursor_left: [Function: anonymous], + cursor_normal: [Function: anonymous], + cursor_right: [Function: anonymous], + cursor_up: [Function: anonymous], + cursor_visible: [Function: anonymous], + delete_character: [Function: anonymous], + delete_line: [Function: anonymous], + enter_alt_charset_mode: [Function: anonymous], + enter_blink_mode: [Function: anonymous], + enter_bold_mode: [Function: anonymous], + enter_ca_mode: [Function: anonymous], + enter_dim_mode: [Function: anonymous], + enter_insert_mode: [Function: anonymous], + enter_secure_mode: [Function: anonymous], + enter_reverse_mode: [Function: anonymous], + enter_standout_mode: [Function: anonymous], + enter_underline_mode: [Function: anonymous], + erase_chars: [Function: anonymous], + exit_alt_charset_mode: [Function: anonymous], + exit_attribute_mode: [Function: anonymous], + exit_ca_mode: [Function: anonymous], + exit_insert_mode: [Function: anonymous], + exit_standout_mode: [Function: anonymous], + exit_underline_mode: [Function: anonymous], + flash_screen: [Function: anonymous], + init_2string: [Function: anonymous], + insert_line: [Function: anonymous], + key_backspace: [Function: anonymous], + key_dc: [Function: anonymous], + key_down: [Function: anonymous], + key_f1: [Function: anonymous], + key_f10: [Function: anonymous], + key_f2: [Function: anonymous], + key_f3: [Function: anonymous], + key_f4: [Function: anonymous], + key_f5: [Function: anonymous], + key_f6: [Function: anonymous], + key_f7: [Function: anonymous], + key_f8: [Function: anonymous], + key_f9: [Function: anonymous], + key_home: [Function: anonymous], + key_ic: [Function: anonymous], + key_left: [Function: anonymous], + key_npage: [Function: anonymous], + key_ppage: [Function: anonymous], + key_right: [Function: anonymous], + key_sf: [Function: anonymous], + key_sr: [Function: anonymous], + key_up: [Function: anonymous], + keypad_local: [Function: anonymous], + keypad_xmit: [Function: anonymous], + meta_off: [Function: anonymous], + meta_on: [Function: anonymous], + parm_dch: [Function: anonymous], + parm_delete_line: [Function: anonymous], + parm_down_cursor: [Function: anonymous], + parm_ich: [Function: anonymous], + parm_index: [Function: anonymous], + parm_insert_line: [Function: anonymous], + parm_left_cursor: [Function: anonymous], + parm_right_cursor: [Function: anonymous], + parm_rindex: [Function: anonymous], + parm_up_cursor: [Function: anonymous], + print_screen: [Function: anonymous], + prtr_off: [Function: anonymous], + prtr_on: [Function: anonymous], + repeat_char: [Function: anonymous], + reset_1string: [Function: anonymous], + reset_2string: [Function: anonymous], + restore_cursor: [Function: anonymous], + row_address: [Function: anonymous], + save_cursor: [Function: anonymous], + scroll_forward: [Function: anonymous], + scroll_reverse: [Function: anonymous], + set_attributes: [Function: anonymous], + set_tab: [Function: anonymous], + tab: [Function: anonymous], + key_b2: [Function: anonymous], + acs_chars: [Function: anonymous], + key_btab: [Function: anonymous], + enter_am_mode: [Function: anonymous], + exit_am_mode: [Function: anonymous], + key_end: [Function: anonymous], + key_enter: [Function: anonymous], + key_sdc: [Function: anonymous], + key_send: [Function: anonymous], + key_shome: [Function: anonymous], + key_sic: [Function: anonymous], + key_sleft: [Function: anonymous], + key_snext: [Function: anonymous], + key_sprevious: [Function: anonymous], + key_sright: [Function: anonymous], + key_f11: [Function: anonymous], + key_f12: [Function: anonymous], + key_f13: [Function: anonymous], + key_f14: [Function: anonymous], + key_f15: [Function: anonymous], + key_f16: [Function: anonymous], + key_f17: [Function: anonymous], + key_f18: [Function: anonymous], + key_f19: [Function: anonymous], + key_f20: [Function: anonymous], + key_f21: [Function: anonymous], + key_f22: [Function: anonymous], + key_f23: [Function: anonymous], + key_f24: [Function: anonymous], + key_f25: [Function: anonymous], + key_f26: [Function: anonymous], + key_f27: [Function: anonymous], + key_f28: [Function: anonymous], + key_f29: [Function: anonymous], + key_f30: [Function: anonymous], + key_f31: [Function: anonymous], + key_f32: [Function: anonymous], + key_f33: [Function: anonymous], + key_f34: [Function: anonymous], + key_f35: [Function: anonymous], + key_f36: [Function: anonymous], + key_f37: [Function: anonymous], + key_f38: [Function: anonymous], + key_f39: [Function: anonymous], + key_f40: [Function: anonymous], + key_f41: [Function: anonymous], + key_f42: [Function: anonymous], + key_f43: [Function: anonymous], + key_f44: [Function: anonymous], + key_f45: [Function: anonymous], + key_f46: [Function: anonymous], + key_f47: [Function: anonymous], + key_f48: [Function: anonymous], + key_f49: [Function: anonymous], + key_f50: [Function: anonymous], + key_f51: [Function: anonymous], + key_f52: [Function: anonymous], + key_f53: [Function: anonymous], + key_f54: [Function: anonymous], + key_f55: [Function: anonymous], + key_f56: [Function: anonymous], + key_f57: [Function: anonymous], + key_f58: [Function: anonymous], + key_f59: [Function: anonymous], + key_f60: [Function: anonymous], + key_f61: [Function: anonymous], + key_f62: [Function: anonymous], + key_f63: [Function: anonymous], + clr_bol: [Function: anonymous], + user6: [Function: anonymous], + user7: [Function: anonymous], + user8: [Function: anonymous], + user9: [Function: anonymous], + orig_pair: [Function: anonymous], + orig_colors: [Function: anonymous], + initialize_color: [Function: bound anonymous], + enter_italics_mode: [Function: anonymous], + exit_italics_mode: [Function: anonymous], + key_mouse: [Function: anonymous], + set_a_foreground: [Function: anonymous], + set_a_background: [Function: anonymous], + memory_lock: [Function: anonymous], + memory_unlock: [Function: anonymous], + Cr: [Function: anonymous], + Cs: [Function: anonymous], + E3: [Function: anonymous], + Ms: [Function: anonymous], + Se: [Function: anonymous], + Ss: [Function: anonymous], + kDC3: [Function: anonymous], + kDC4: [Function: anonymous], + kDC5: [Function: anonymous], + kDC6: [Function: anonymous], + kDC7: [Function: anonymous], + kDN: [Function: anonymous], + kDN3: [Function: anonymous], + kDN4: [Function: anonymous], + kDN5: [Function: anonymous], + kDN6: [Function: anonymous], + kDN7: [Function: anonymous], + kEND3: [Function: anonymous], + kEND4: [Function: anonymous], + kEND5: [Function: anonymous], + kEND6: [Function: anonymous], + kEND7: [Function: anonymous], + kHOM3: [Function: anonymous], + kHOM4: [Function: anonymous], + kHOM5: [Function: anonymous], + kHOM6: [Function: anonymous], + kHOM7: [Function: anonymous], + kIC3: [Function: anonymous], + kIC4: [Function: anonymous], + kIC5: [Function: anonymous], + kIC6: [Function: anonymous], + kIC7: [Function: anonymous], + kLFT3: [Function: anonymous], + kLFT4: [Function: anonymous], + kLFT5: [Function: anonymous], + kLFT6: [Function: anonymous], + kLFT7: [Function: anonymous], + kNXT3: [Function: anonymous], + kNXT4: [Function: anonymous], + kNXT5: [Function: anonymous], + kNXT6: [Function: anonymous], + kNXT7: [Function: anonymous], + kPRV3: [Function: anonymous], + kPRV4: [Function: anonymous], + kPRV5: [Function: anonymous], + kPRV6: [Function: anonymous], + kPRV7: [Function: anonymous], + kRIT3: [Function: anonymous], + kRIT4: [Function: anonymous], + kRIT5: [Function: anonymous], + kRIT6: [Function: anonymous], + kRIT7: [Function: anonymous], + kUP: [Function: anonymous], + kUP3: [Function: anonymous], + kUP4: [Function: anonymous], + kUP5: [Function: anonymous], + kUP6: [Function: anonymous], + kUP7: [Function: anonymous], + ka2: [Object], + kb1: [Object], + kb3: [Object], + kc2: [Object], + rmxx: [Function: anonymous], + smxx: [Function: anonymous], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Object], + cursor_mem_address: [Object], + cursor_to_ll: [Object], + dis_status_line: [Object], + down_half_line: [Object], + enter_delete_mode: [Object], + enter_protected_mode: [Object], + exit_delete_mode: [Object], + form_feed: [Object], + from_status_line: [Object], + init_1string: [Object], + init_3string: [Object], + init_file: [Object], + insert_character: [Object], + insert_padding: [Object], + key_catab: [Object], + key_clear: [Object], + key_ctab: [Object], + key_dl: [Object], + key_eic: [Object], + key_eol: [Object], + key_eos: [Object], + key_f0: [Object], + key_il: [Object], + key_ll: [Object], + key_stab: [Object], + lab_f0: [Object], + lab_f1: [Object], + lab_f10: [Object], + lab_f2: [Object], + lab_f3: [Object], + lab_f4: [Object], + lab_f5: [Object], + lab_f6: [Object], + lab_f7: [Object], + lab_f8: [Object], + lab_f9: [Object], + newline: [Object], + pad_char: [Object], + pkey_key: [Object], + pkey_local: [Object], + pkey_xmit: [Object], + reset_3string: [Object], + reset_file: [Object], + set_window: [Object], + to_status_line: [Object], + underline_char: [Object], + up_half_line: [Object], + init_prog: [Object], + key_a1: [Object], + key_a3: [Object], + key_c1: [Object], + key_c3: [Object], + prtr_non: [Object], + char_padding: [Object], + plab_norm: [Object], + enter_xon_mode: [Object], + exit_xon_mode: [Object], + xon_character: [Object], + xoff_character: [Object], + ena_acs: [Object], + label_on: [Object], + label_off: [Object], + key_beg: [Object], + key_cancel: [Object], + key_close: [Object], + key_command: [Object], + key_copy: [Object], + key_create: [Object], + key_exit: [Object], + key_find: [Object], + key_help: [Object], + key_mark: [Object], + key_message: [Object], + key_move: [Object], + key_next: [Object], + key_open: [Object], + key_options: [Object], + key_previous: [Object], + key_print: [Object], + key_redo: [Object], + key_reference: [Object], + key_refresh: [Object], + key_replace: [Object], + key_restart: [Object], + key_resume: [Object], + key_save: [Object], + key_suspend: [Object], + key_undo: [Object], + key_sbeg: [Object], + key_scancel: [Object], + key_scommand: [Object], + key_scopy: [Object], + key_screate: [Object], + key_sdl: [Object], + key_select: [Object], + key_seol: [Object], + key_sexit: [Object], + key_sfind: [Object], + key_shelp: [Object], + key_smessage: [Object], + key_smove: [Object], + key_soptions: [Object], + key_sprint: [Object], + key_sredo: [Object], + key_sreplace: [Object], + key_srsume: [Object], + key_ssave: [Object], + key_ssuspend: [Object], + key_sundo: [Object], + req_for_input: [Object], + clear_margins: [Object], + set_left_margin: [Object], + set_right_margin: [Object], + label_format: [Object], + set_clock: [Object], + display_clock: [Object], + remove_clock: [Object], + create_window: [Object], + goto_window: [Object], + hangup: [Object], + dial_phone: [Object], + quick_dial: [Object], + tone: [Object], + pulse: [Object], + flash_hook: [Object], + fixed_pause: [Object], + wait_tone: [Object], + user0: [Object], + user1: [Object], + user2: [Object], + user3: [Object], + user4: [Object], + user5: [Object], + initialize_pair: [Object], + set_color_pair: [Object], + set_foreground: [Object], + set_background: [Object], + change_char_pitch: [Object], + change_line_pitch: [Object], + change_res_horz: [Object], + change_res_vert: [Object], + define_char: [Object], + enter_doublewide_mode: [Object], + enter_draft_quality: [Object], + enter_leftward_mode: [Object], + enter_micro_mode: [Object], + enter_near_letter_quality: [Object], + enter_normal_quality: [Object], + enter_shadow_mode: [Object], + enter_subscript_mode: [Object], + enter_superscript_mode: [Object], + enter_upward_mode: [Object], + exit_doublewide_mode: [Object], + exit_leftward_mode: [Object], + exit_micro_mode: [Object], + exit_shadow_mode: [Object], + exit_subscript_mode: [Object], + exit_superscript_mode: [Object], + exit_upward_mode: [Object], + micro_column_address: [Object], + micro_down: [Object], + micro_left: [Object], + micro_right: [Object], + micro_row_address: [Object], + micro_up: [Object], + order_of_pins: [Object], + parm_down_micro: [Object], + parm_left_micro: [Object], + parm_right_micro: [Object], + parm_up_micro: [Object], + select_char_set: [Object], + set_bottom_margin: [Object], + set_bottom_margin_parm: [Object], + set_left_margin_parm: [Object], + set_right_margin_parm: [Object], + set_top_margin: [Object], + set_top_margin_parm: [Object], + start_bit_image: [Object], + start_char_set_def: [Object], + stop_bit_image: [Object], + stop_char_set_def: [Object], + subscript_characters: [Object], + superscript_characters: [Object], + these_cause_cr: [Object], + zero_motion: [Object], + char_set_names: [Object], + mouse_info: [Object], + req_mouse_pos: [Object], + get_mouse: [Object], + pkey_plab: [Object], + device_type: [Object], + code_set_init: [Object], + set0_des_seq: [Object], + set1_des_seq: [Object], + set2_des_seq: [Object], + set3_des_seq: [Object], + set_lr_margin: [Object], + set_tb_margin: [Object], + bit_image_repeat: [Object], + bit_image_newline: [Object], + bit_image_carriage_return: [Object], + color_names: [Object], + define_bit_image_region: [Object], + end_bit_image_region: [Object], + set_color_band: [Object], + set_page_length: [Object], + display_pc_char: [Object], + enter_pc_charset_mode: [Object], + exit_pc_charset_mode: [Object], + enter_scancode_mode: [Object], + exit_scancode_mode: [Object], + pc_term_options: [Object], + scancode_escape: [Object], + alt_scancode_esc: [Object], + enter_horizontal_hl_mode: [Object], + enter_left_hl_mode: [Object], + enter_low_hl_mode: [Object], + enter_right_hl_mode: [Object], + enter_top_hl_mode: [Object], + enter_vertical_hl_mode: [Object], + set_a_attributes: [Object], + set_pglen_inch: [Object], + termcap_init2: [Object], + termcap_reset: [Object], + linefeed_if_not_lf: [Object], + backspace_if_not_bs: [Object], + other_non_function_keys: [Object], + arrow_key_map: [Object], + acs_ulcorner: [Object], + acs_llcorner: [Object], + acs_urcorner: [Object], + acs_lrcorner: [Object], + acs_ltee: [Object], + acs_rtee: [Object], + acs_btee: [Object], + acs_ttee: [Object], + acs_hline: [Object], + acs_vline: [Object], + acs_plus: [Object], + box_chars_1: [Object], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function: anonymous], + bel: [Function: anonymous], + cr: [Function: anonymous], + csr: [Function: anonymous], + tbc: [Function: anonymous], + clear: [Function: anonymous], + el: [Function: anonymous], + ed: [Function: anonymous], + hpa: [Function: anonymous], + cup: [Function: anonymous], + cud1: [Function: anonymous], + home: [Function: anonymous], + civis: [Function: anonymous], + cub1: [Function: anonymous], + cnorm: [Function: anonymous], + cuf1: [Function: anonymous], + cuu1: [Function: anonymous], + cvvis: [Function: anonymous], + dch1: [Function: anonymous], + dl1: [Function: anonymous], + smacs: [Function: anonymous], + blink: [Function: anonymous], + bold: [Function: anonymous], + smcup: [Function: anonymous], + dim: [Function: anonymous], + smir: [Function: anonymous], + invis: [Function: anonymous], + rev: [Function: anonymous], + smso: [Function: anonymous], + smul: [Function: anonymous], + ech: [Function: anonymous], + rmacs: [Function: anonymous], + sgr0: [Function: anonymous], + rmcup: [Function: anonymous], + rmir: [Function: anonymous], + rmso: [Function: anonymous], + rmul: [Function: anonymous], + flash: [Function: anonymous], + is2: [Function: anonymous], + il1: [Function: anonymous], + kbs: [Function: anonymous], + kdch1: [Function: anonymous], + kcud1: [Function: anonymous], + kf1: [Function: anonymous], + kf10: [Function: anonymous], + kf2: [Function: anonymous], + kf3: [Function: anonymous], + kf4: [Function: anonymous], + kf5: [Function: anonymous], + kf6: [Function: anonymous], + kf7: [Function: anonymous], + kf8: [Function: anonymous], + kf9: [Function: anonymous], + khome: [Function: anonymous], + kich1: [Function: anonymous], + kcub1: [Function: anonymous], + knp: [Function: anonymous], + kpp: [Function: anonymous], + kcuf1: [Function: anonymous], + kind: [Function: anonymous], + kri: [Function: anonymous], + kcuu1: [Function: anonymous], + rmkx: [Function: anonymous], + smkx: [Function: anonymous], + rmm: [Function: anonymous], + smm: [Function: anonymous], + dch: [Function: anonymous], + dl: [Function: anonymous], + cud: [Function: anonymous], + ich: [Function: anonymous], + indn: [Function: anonymous], + il: [Function: anonymous], + cub: [Function: anonymous], + cuf: [Function: anonymous], + rin: [Function: anonymous], + cuu: [Function: anonymous], + mc0: [Function: anonymous], + mc4: [Function: anonymous], + mc5: [Function: anonymous], + rep: [Function: anonymous], + rs1: [Function: anonymous], + rs2: [Function: anonymous], + rc: [Function: anonymous], + vpa: [Function: anonymous], + sc: [Function: anonymous], + ind: [Function: anonymous], + ri: [Function: anonymous], + sgr: [Function: anonymous], + hts: [Function: anonymous], + ht: [Function: anonymous], + kb2: [Function: anonymous], + acsc: [Function: anonymous], + kcbt: [Function: anonymous], + smam: [Function: anonymous], + rmam: [Function: anonymous], + kend: [Function: anonymous], + kent: [Function: anonymous], + kDC: [Function: anonymous], + kEND: [Function: anonymous], + kHOM: [Function: anonymous], + kIC: [Function: anonymous], + kLFT: [Function: anonymous], + kNXT: [Function: anonymous], + kPRV: [Function: anonymous], + kRIT: [Function: anonymous], + kf11: [Function: anonymous], + kf12: [Function: anonymous], + kf13: [Function: anonymous], + kf14: [Function: anonymous], + kf15: [Function: anonymous], + kf16: [Function: anonymous], + kf17: [Function: anonymous], + kf18: [Function: anonymous], + kf19: [Function: anonymous], + kf20: [Function: anonymous], + kf21: [Function: anonymous], + kf22: [Function: anonymous], + kf23: [Function: anonymous], + kf24: [Function: anonymous], + kf25: [Function: anonymous], + kf26: [Function: anonymous], + kf27: [Function: anonymous], + kf28: [Function: anonymous], + kf29: [Function: anonymous], + kf30: [Function: anonymous], + kf31: [Function: anonymous], + kf32: [Function: anonymous], + kf33: [Function: anonymous], + kf34: [Function: anonymous], + kf35: [Function: anonymous], + kf36: [Function: anonymous], + kf37: [Function: anonymous], + kf38: [Function: anonymous], + kf39: [Function: anonymous], + kf40: [Function: anonymous], + kf41: [Function: anonymous], + kf42: [Function: anonymous], + kf43: [Function: anonymous], + kf44: [Function: anonymous], + kf45: [Function: anonymous], + kf46: [Function: anonymous], + kf47: [Function: anonymous], + kf48: [Function: anonymous], + kf49: [Function: anonymous], + kf50: [Function: anonymous], + kf51: [Function: anonymous], + kf52: [Function: anonymous], + kf53: [Function: anonymous], + kf54: [Function: anonymous], + kf55: [Function: anonymous], + kf56: [Function: anonymous], + kf57: [Function: anonymous], + kf58: [Function: anonymous], + kf59: [Function: anonymous], + kf60: [Function: anonymous], + kf61: [Function: anonymous], + kf62: [Function: anonymous], + kf63: [Function: anonymous], + el1: [Function: anonymous], + u6: [Function: anonymous], + u7: [Function: anonymous], + u8: [Function: anonymous], + u9: [Function: anonymous], + op: [Function: anonymous], + oc: [Function: anonymous], + initc: [Function: bound anonymous], + sitm: [Function: anonymous], + ritm: [Function: anonymous], + kmous: [Function: anonymous], + setaf: [Function: anonymous], + setab: [Function: anonymous], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Object], + mrcup: [Object], + ll: [Object], + dsl: [Object], + hd: [Object], + smdc: [Object], + prot: [Object], + rmdc: [Object], + ff: [Object], + fsl: [Object], + is1: [Object], + is3: [Object], + if: [Object], + ich1: [Object], + ip: [Object], + ktbc: [Object], + kclr: [Object], + kctab: [Object], + kdl1: [Object], + krmir: [Object], + kel: [Object], + ked: [Object], + kf0: [Object], + kil1: [Object], + kll: [Object], + khts: [Object], + lf0: [Object], + lf1: [Object], + lf10: [Object], + lf2: [Object], + lf3: [Object], + lf4: [Object], + lf5: [Object], + lf6: [Object], + lf7: [Object], + lf8: [Object], + lf9: [Object], + nel: [Object], + pad: [Object], + pfkey: [Object], + pfloc: [Object], + pfx: [Object], + rs3: [Object], + rf: [Object], + wind: [Object], + tsl: [Object], + uc: [Object], + hu: [Object], + iprog: [Object], + ka1: [Object], + ka3: [Object], + kc1: [Object], + kc3: [Object], + mc5p: [Object], + rmp: [Object], + pln: [Object], + smxon: [Object], + rmxon: [Object], + xonc: [Object], + xoffc: [Object], + enacs: [Object], + smln: [Object], + rmln: [Object], + kbeg: [Object], + kcan: [Object], + kclo: [Object], + kcmd: [Object], + kcpy: [Object], + kcrt: [Object], + kext: [Object], + kfnd: [Object], + khlp: [Object], + kmrk: [Object], + kmsg: [Object], + kmov: [Object], + knxt: [Object], + kopn: [Object], + kopt: [Object], + kprv: [Object], + kprt: [Object], + krdo: [Object], + kref: [Object], + krfr: [Object], + krpl: [Object], + krst: [Object], + kres: [Object], + ksav: [Object], + kspd: [Object], + kund: [Object], + kBEG: [Object], + kCAN: [Object], + kCMD: [Object], + kCPY: [Object], + kCRT: [Object], + kDL: [Object], + kslt: [Object], + kEOL: [Object], + kEXT: [Object], + kFND: [Object], + kHLP: [Object], + kMSG: [Object], + kMOV: [Object], + kOPT: [Object], + kPRT: [Object], + kRDO: [Object], + kRPL: [Object], + kRES: [Object], + kSAV: [Object], + kSPD: [Object], + kUND: [Object], + rfi: [Object], + mgc: [Object], + smgl: [Object], + smgr: [Object], + fln: [Object], + sclk: [Object], + dclk: [Object], + rmclk: [Object], + cwin: [Object], + wingo: [Object], + hup: [Object], + dial: [Object], + qdial: [Object], + hook: [Object], + pause: [Object], + wait: [Object], + u0: [Object], + u1: [Object], + u2: [Object], + u3: [Object], + u4: [Object], + u5: [Object], + initp: [Object], + scp: [Object], + setf: [Object], + setb: [Object], + cpi: [Object], + lpi: [Object], + chr: [Object], + cvr: [Object], + defc: [Object], + swidm: [Object], + sdrfq: [Object], + slm: [Object], + smicm: [Object], + snlq: [Object], + snrmq: [Object], + sshm: [Object], + ssubm: [Object], + ssupm: [Object], + sum: [Object], + rwidm: [Object], + rlm: [Object], + rmicm: [Object], + rshm: [Object], + rsubm: [Object], + rsupm: [Object], + rum: [Object], + mhpa: [Object], + mcud1: [Object], + mcub1: [Object], + mcuf1: [Object], + mvpa: [Object], + mcuu1: [Object], + porder: [Object], + mcud: [Object], + mcub: [Object], + mcuf: [Object], + mcuu: [Object], + scs: [Object], + smgb: [Object], + smgbp: [Object], + smglp: [Object], + smgrp: [Object], + smgt: [Object], + smgtp: [Object], + sbim: [Object], + scsd: [Object], + rbim: [Object], + rcsd: [Object], + subcs: [Object], + supcs: [Object], + docr: [Object], + zerom: [Object], + csnm: [Object], + minfo: [Object], + reqmp: [Object], + getm: [Object], + pfxl: [Object], + devt: [Object], + csin: [Object], + s0ds: [Object], + s1ds: [Object], + s2ds: [Object], + s3ds: [Object], + smglr: [Object], + smgtb: [Object], + birep: [Object], + binel: [Object], + bicr: [Object], + colornm: [Object], + defbi: [Object], + endbi: [Object], + setcolor: [Object], + slines: [Object], + dispc: [Object], + smpch: [Object], + rmpch: [Object], + smsc: [Object], + rmsc: [Object], + pctrm: [Object], + scesc: [Object], + scesa: [Object], + ehhlm: [Object], + elhlm: [Object], + elohlm: [Object], + erhlm: [Object], + ethlm: [Object], + evhlm: [Object], + sgr1: [Object], + slength: [Object] }, + bools: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true }, + numbers: + { columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767 }, + strings: + { back_tab: '\u001b[Z', + bell: '\u0007', + carriage_return: '\r', + change_scroll_region: '\u001b[%i%p1%d;%p2%dr', + clear_all_tabs: '\u001b[3g', + clear_screen: '\u001b[H\u001b[2J', + clr_eol: '\u001b[K', + clr_eos: '\u001b[J', + column_address: '\u001b[%i%p1%dG', + cursor_address: '\u001b[%i%p1%d;%p2%dH', + cursor_down: '\n', + cursor_home: '\u001b[H', + cursor_invisible: '\u001b[?25l', + cursor_left: '\b', + cursor_normal: '\u001b[?12l\u001b[?25h', + cursor_right: '\u001b[C', + cursor_up: '\u001b[A', + cursor_visible: '\u001b[?12;25h', + delete_character: '\u001b[P', + delete_line: '\u001b[M', + enter_alt_charset_mode: '\u001b(0', + enter_blink_mode: '\u001b[5m', + enter_bold_mode: '\u001b[1m', + enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', + enter_dim_mode: '\u001b[2m', + enter_insert_mode: '\u001b[4h', + enter_secure_mode: '\u001b[8m', + enter_reverse_mode: '\u001b[7m', + enter_standout_mode: '\u001b[7m', + enter_underline_mode: '\u001b[4m', + erase_chars: '\u001b[%p1%dX', + exit_alt_charset_mode: '\u001b(B', + exit_attribute_mode: '\u001b(B\u001b[m', + exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', + exit_insert_mode: '\u001b[4l', + exit_standout_mode: '\u001b[27m', + exit_underline_mode: '\u001b[24m', + flash_screen: '\u001b[?5h$<100/>\u001b[?5l', + init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + insert_line: '\u001b[L', + key_backspace: '', + key_dc: '\u001b[3~', + key_down: '\u001bOB', + key_f1: '\u001bOP', + key_f10: '\u001b[21~', + key_f2: '\u001bOQ', + key_f3: '\u001bOR', + key_f4: '\u001bOS', + key_f5: '\u001b[15~', + key_f6: '\u001b[17~', + key_f7: '\u001b[18~', + key_f8: '\u001b[19~', + key_f9: '\u001b[20~', + key_home: '\u001bOH', + key_ic: '\u001b[2~', + key_left: '\u001bOD', + key_npage: '\u001b[6~', + key_ppage: '\u001b[5~', + key_right: '\u001bOC', + key_sf: '\u001b[1;2B', + key_sr: '\u001b[1;2A', + key_up: '\u001bOA', + keypad_local: '\u001b[?1l\u001b>', + keypad_xmit: '\u001b[?1h\u001b=', + meta_off: '\u001b[?1034l', + meta_on: '\u001b[?1034h', + parm_dch: '\u001b[%p1%dP', + parm_delete_line: '\u001b[%p1%dM', + parm_down_cursor: '\u001b[%p1%dB', + parm_ich: '\u001b[%p1%d@', + parm_index: '\u001b[%p1%dS', + parm_insert_line: '\u001b[%p1%dL', + parm_left_cursor: '\u001b[%p1%dD', + parm_right_cursor: '\u001b[%p1%dC', + parm_rindex: '\u001b[%p1%dT', + parm_up_cursor: '\u001b[%p1%dA', + print_screen: '\u001b[i', + prtr_off: '\u001b[4i', + prtr_on: '\u001b[5i', + repeat_char: '%p1%c\u001b[%p2%{1}%-%db', + reset_1string: '\u001bc\u001b]104\u0007', + reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + restore_cursor: '\u001b8', + row_address: '\u001b[%i%p1%dd', + save_cursor: '\u001b7', + scroll_forward: '\n', + scroll_reverse: '\u001bM', + set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', + set_tab: '\u001bH', + tab: '\t', + key_b2: '\u001bOE', + acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', + key_btab: '\u001b[Z', + enter_am_mode: '\u001b[?7h', + exit_am_mode: '\u001b[?7l', + key_end: '\u001bOF', + key_enter: '\u001bOM', + key_sdc: '\u001b[3;2~', + key_send: '\u001b[1;2F', + key_shome: '\u001b[1;2H', + key_sic: '\u001b[2;2~', + key_sleft: '\u001b[1;2D', + key_snext: '\u001b[6;2~', + key_sprevious: '\u001b[5;2~', + key_sright: '\u001b[1;2C', + key_f11: '\u001b[23~', + key_f12: '\u001b[24~', + key_f13: '\u001b[1;2P', + key_f14: '\u001b[1;2Q', + key_f15: '\u001b[1;2R', + key_f16: '\u001b[1;2S', + key_f17: '\u001b[15;2~', + key_f18: '\u001b[17;2~', + key_f19: '\u001b[18;2~', + key_f20: '\u001b[19;2~', + key_f21: '\u001b[20;2~', + key_f22: '\u001b[21;2~', + key_f23: '\u001b[23;2~', + key_f24: '\u001b[24;2~', + key_f25: '\u001b[1;5P', + key_f26: '\u001b[1;5Q', + key_f27: '\u001b[1;5R', + key_f28: '\u001b[1;5S', + key_f29: '\u001b[15;5~', + key_f30: '\u001b[17;5~', + key_f31: '\u001b[18;5~', + key_f32: '\u001b[19;5~', + key_f33: '\u001b[20;5~', + key_f34: '\u001b[21;5~', + key_f35: '\u001b[23;5~', + key_f36: '\u001b[24;5~', + key_f37: '\u001b[1;6P', + key_f38: '\u001b[1;6Q', + key_f39: '\u001b[1;6R', + key_f40: '\u001b[1;6S', + key_f41: '\u001b[15;6~', + key_f42: '\u001b[17;6~', + key_f43: '\u001b[18;6~', + key_f44: '\u001b[19;6~', + key_f45: '\u001b[20;6~', + key_f46: '\u001b[21;6~', + key_f47: '\u001b[23;6~', + key_f48: '\u001b[24;6~', + key_f49: '\u001b[1;3P', + key_f50: '\u001b[1;3Q', + key_f51: '\u001b[1;3R', + key_f52: '\u001b[1;3S', + key_f53: '\u001b[15;3~', + key_f54: '\u001b[17;3~', + key_f55: '\u001b[18;3~', + key_f56: '\u001b[19;3~', + key_f57: '\u001b[20;3~', + key_f58: '\u001b[21;3~', + key_f59: '\u001b[23;3~', + key_f60: '\u001b[24;3~', + key_f61: '\u001b[1;4P', + key_f62: '\u001b[1;4Q', + key_f63: '\u001b[1;4R', + clr_bol: '\u001b[1K', + user6: '\u001b[%i%d;%dR', + user7: '\u001b[6n', + user8: '\u001b[?%[;0123456789]c', + user9: '\u001b[c', + orig_pair: '\u001b[39;49m', + orig_colors: '\u001b]104\u0007', + initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', + enter_italics_mode: '\u001b[3m', + exit_italics_mode: '\u001b[23m', + key_mouse: '\u001b[M', + set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', + set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', + memory_lock: '\u001bl', + memory_unlock: '\u001bm', + Cr: '\u001b]112\u0007', + Cs: '\u001b]12;%p1%s\u0007', + E3: '\u001b[3J', + Ms: '\u001b]52;%p1%s;%p2%s\u0007', + Se: '\u001b[2 q', + Ss: '\u001b[%p1%d q', + kDC3: '\u001b[3;3~', + kDC4: '\u001b[3;4~', + kDC5: '\u001b[3;5~', + kDC6: '\u001b[3;6~', + kDC7: '\u001b[3;7~', + kDN: '\u001b[1;2B', + kDN3: '\u001b[1;3B', + kDN4: '\u001b[1;4B', + kDN5: '\u001b[1;5B', + kDN6: '\u001b[1;6B', + kDN7: '\u001b[1;7B', + kEND3: '\u001b[1;3F', + kEND4: '\u001b[1;4F', + kEND5: '\u001b[1;5F', + kEND6: '\u001b[1;6F', + kEND7: '\u001b[1;7F', + kHOM3: '\u001b[1;3H', + kHOM4: '\u001b[1;4H', + kHOM5: '\u001b[1;5H', + kHOM6: '\u001b[1;6H', + kHOM7: '\u001b[1;7H', + kIC3: '\u001b[2;3~', + kIC4: '\u001b[2;4~', + kIC5: '\u001b[2;5~', + kIC6: '\u001b[2;6~', + kIC7: '\u001b[2;7~', + kLFT3: '\u001b[1;3D', + kLFT4: '\u001b[1;4D', + kLFT5: '\u001b[1;5D', + kLFT6: '\u001b[1;6D', + kLFT7: '\u001b[1;7D', + kNXT3: '\u001b[6;3~', + kNXT4: '\u001b[6;4~', + kNXT5: '\u001b[6;5~', + kNXT6: '\u001b[6;6~', + kNXT7: '\u001b[6;7~', + kPRV3: '\u001b[5;3~', + kPRV4: '\u001b[5;4~', + kPRV5: '\u001b[5;5~', + kPRV6: '\u001b[5;6~', + kPRV7: '\u001b[5;7~', + kRIT3: '\u001b[1;3C', + kRIT4: '\u001b[1;4C', + kRIT5: '\u001b[1;5C', + kRIT6: '\u001b[1;6C', + kRIT7: '\u001b[1;7C', + kUP: '\u001b[1;2A', + kUP3: '\u001b[1;3A', + kUP4: '\u001b[1;4A', + kUP5: '\u001b[1;5A', + kUP6: '\u001b[1;6A', + kUP7: '\u001b[1;7A', + ka2: '', + kb1: '', + kb3: '', + kc2: '', + rmxx: '\u001b[29m', + smxx: '\u001b[9m' }, + features: + { unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + padding: true, + setbuf: true, + acsc: [Object], + acscr: [Object] }, + unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + setbuf: true, + acscr: + { '◆': '`', + '▒': 'a', + '°': 'f', + '±': 'g', + '\u000b': 'i', + '┘': 'j', + '┐': 'k', + '┌': 'l', + '└': 'm', + '┼': 'n', + '⎺': 'o', + '⎻': 'p', + '─': 'q', + '⎼': 'r', + '⎽': 's', + '├': 't', + '┤': 'u', + '┴': 'v', + '┬': 'w', + '│': 'x', + '≤': 'y', + '≥': 'z', + 'π': '{', + '≠': '|', + '£': '}', + '·': '~' } }, + _events: + { newListener: [Function: fn], + keypress: [Function], + resize: [ [Function], [Function: setupCharts] ], + render: [Function], + 'element click': [Function] }, + options: + { cursor: + { artificial: undefined, + shape: undefined, + blink: undefined, + color: undefined } }, + screen: [Circular], + parent: null, + children: + [ Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 1, + index: 0, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', + _clines: [Array], + _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', + lpos: [Object] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 2, + index: 1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'right', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: '20:55:01 ', + _clines: [Array], + _pcontent: '20:55:01 ', + lpos: [Object] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 3, + index: 2, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'center', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: 'Load Average: 0.94 1.13 0.95', + _clines: [Array], + _pcontent: 'Load Average: \n0.94 1.13 0.95', + lpos: [Object] }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 4, + index: 3, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: ' {white-bg}{black-fg}dd{/black-fg}{/white-bg} Kill process {white-bg}{black-fg}j{/black-fg}{/white-bg} Down {white-bg}{black-fg}PgDown{/black-fg}{/white-bg} 5 Down {white-bg}{black-fg}PgUp{/black-fg}{/white-bg} 5 Up {white-bg}{black-fg}k{/black-fg}{/white-bg} Up {white-bg}{black-fg}g{/black-fg}{/white-bg} Jump to top {white-bg}{black-fg}G{/black-fg}{/white-bg} Jump to bottom {white-bg}{black-fg}c{/black-fg}{/white-bg} Sort by CPU {white-bg}{black-fg}m{/black-fg}{/white-bg} Sort by Mem{|}http://parall.ax/vtop', + _clines: [Array], + _pcontent: ' \n \n\u001b[47m\u001b[30md\nd\n\u001b[39m\u001b[49m \nK\ni\nl\nl\n \np\nr\no\nc\ne\ns\ns\n \n \n\u001b[47m\u001b[30mj\n\u001b[39m\u001b[49m \nD\no\nw\nn\n \n \n\u001b[47m\u001b[30mP\ng\nD\no\nw\nn\n\u001b[39m\u001b[49m \n5\n \nD\no\nw\nn\n \n \n\u001b[47m\u001b[30mP\ng\nU\np\n\u001b[39m\u001b[49m \n5\n \nU\np\n \n \n\u001b[47m\u001b[30mk\n\u001b[39m\u001b[49m \nU\np\n \n \n\u001b[47m\u001b[30mg\n\u001b[39m\u001b[49m \nJ\nu\nm\np\n \nt\no\n \nt\no\np\n \n \n\u001b[47m\u001b[30mG\n\u001b[39m\u001b[49m \nJ\nu\nm\np\n \nt\no\n \nb\no\nt\nt\no\nm\n \n \n\u001b[47m\u001b[30mc\n\u001b[39m\u001b[49m \nS\no\nr\nt\n \nb\ny\n \nC\nP\nU\n \n \n\u001b[47m\u001b[30mm\n\u001b[39m\u001b[49m \nS\no\nr\nt\n \nb\ny\n \nM\ne\nm\n{\n|\n}\nh\nt\nt\np\n:\n/\n/\np\na\nr\na\nl\nl\n.\na\nx\n/\nv\nt\no\np', + lpos: [Object] }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 6, + index: 4, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: [Object], + parseTags: true, + content: ' {white-fg} 13%{/white-fg}\n', + _clines: [Array], + _pcontent: ' \u001b[37m 13%\u001b[39m\n', + _label: [Object], + _labelScroll: [Function], + _labelResize: [Function] }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 5, + index: 5, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: [Object], + parseTags: true, + content: '{white-fg} 9%{/white-fg}\n', + _clines: [Array], + _pcontent: '\u001b[37m 9%\u001b[39m\n', + _label: [Object], + _labelScroll: [Function], + _labelResize: [Function] }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 7, + index: 6, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: [Object], + parseTags: true, + content: '{bold} Command{/bold}\n', + _clines: [Array], + _pcontent: '\u001b[1m Command\u001b[22m\n', + _label: [Object], + _labelScroll: [Function], + _labelResize: [Function] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 194, + index: 7, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', + _clines: [Array], + _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', + lpos: [Object] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 195, + index: 8, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'right', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: '20:55:01 ', + _clines: [Array], + _pcontent: '20:55:01 ', + lpos: [Object] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 196, + index: 9, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'center', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: 'Load Average: 1.02 1.15 0.96', + _clines: [Array], + _pcontent: 'Load Average: \n1.02 1.15 0.96', + lpos: [Object] } ], + data: {}, + _: {}, + '$': {}, + uid: 0, + autoPadding: true, + tabc: ' ', + dockBorders: undefined, + ignoreLocked: [], + _unicode: false, + fullUnicode: undefined, + dattr: 262143, + renders: 12, + rleft: 0, + aleft: 0, + left: 0, + rright: 0, + aright: 0, + right: 0, + rtop: 0, + atop: 0, + top: 0, + rbottom: 0, + abottom: 0, + bottom: 0, + position: + { left: 0, + right: 0, + top: 0, + bottom: 0, + height: [Getter], + width: [Getter] }, + ileft: 0, + itop: 0, + iright: 0, + ibottom: 0, + iheight: 0, + iwidth: 0, + padding: { left: 0, top: 0, right: 0, bottom: 0 }, + hover: null, + history: + [ Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 1, + index: 0, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', + _clines: [Array], + _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', + lpos: [Object] }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true } ], + clickable: + [ ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 12, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' no', + clickable: true, + _clines: [Array], + _pcontent: ' no' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 13, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-she', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-she' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 14, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' Web Conte', + clickable: true, + _clines: [Array], + _pcontent: ' Web Conte' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 15, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' firef', + clickable: true, + _clines: [Array], + _pcontent: ' firef' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 16, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' Xo', + clickable: true, + _clines: [Array], + _pcontent: ' Xo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 17, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' pulseaud', + clickable: true, + _clines: [Array], + _pcontent: ' pulseaud' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 18, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' sublime_te', + clickable: true, + _clines: [Array], + _pcontent: ' sublime_te' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 19, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' packageki', + clickable: true, + _clines: [Array], + _pcontent: ' packageki' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 20, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-termina', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-termina' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 21, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' i', + clickable: true, + _clines: [Array], + _pcontent: ' i' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 22, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-ude', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-ude' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 23, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' docke', + clickable: true, + _clines: [Array], + _pcontent: ' docke' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 24, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ibus-daem', + clickable: true, + _clines: [Array], + _pcontent: ' ibus-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 25, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-softwa', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-softwa' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 26, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' sna', + clickable: true, + _clines: [Array], + _pcontent: ' sna' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 27, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' docker-contai', + clickable: true, + _clines: [Array], + _pcontent: ' docker-contai' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 28, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' t', + clickable: true, + _clines: [Array], + _pcontent: ' t' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 29, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' NetworkManag', + clickable: true, + _clines: [Array], + _pcontent: ' NetworkManag' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 30, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' plugin_ho', + clickable: true, + _clines: [Array], + _pcontent: ' plugin_ho' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 31, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' dbus-daem', + clickable: true, + _clines: [Array], + _pcontent: ' dbus-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 32, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' syste', + clickable: true, + _clines: [Array], + _pcontent: ' syste' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 33, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kintegrit', + clickable: true, + _clines: [Array], + _pcontent: ' kintegrit' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 34, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kbloc', + clickable: true, + _clines: [Array], + _pcontent: ' kbloc' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 35, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ata_s', + clickable: true, + _clines: [Array], + _pcontent: ' ata_s' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 36, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ', + clickable: true, + _clines: [Array], + _pcontent: ' ' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 37, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' edac-poll', + clickable: true, + _clines: [Array], + _pcontent: ' edac-poll' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 38, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' devfreq_', + clickable: true, + _clines: [Array], + _pcontent: ' devfreq_' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 39, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' watchdo', + clickable: true, + _clines: [Array], + _pcontent: ' watchdo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 40, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kswap', + clickable: true, + _clines: [Array], + _pcontent: ' kswap' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 41, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ecryptfs-kthr', + clickable: true, + _clines: [Array], + _pcontent: ' ecryptfs-kthr' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 42, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kthrot', + clickable: true, + _clines: [Array], + _pcontent: ' kthrot' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 43, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' acpi_thermal_', + clickable: true, + _clines: [Array], + _pcontent: ' acpi_thermal_' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 44, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nvme-', + clickable: true, + _clines: [Array], + _pcontent: ' nvme-' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 45, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ipv6_addrco', + clickable: true, + _clines: [Array], + _pcontent: ' ipv6_addrco' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 46, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kst', + clickable: true, + _clines: [Array], + _pcontent: ' kst' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 47, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' charger_manag', + clickable: true, + _clines: [Array], + _pcontent: ' charger_manag' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 48, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 49, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 50, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 51, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 52, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 53, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 54, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' i9', + clickable: true, + _clines: [Array], + _pcontent: ' i9' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 55, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nvidia-modes', + clickable: true, + _clines: [Array], + _pcontent: ' nvidia-modes' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 56, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' jb', + clickable: true, + _clines: [Array], + _pcontent: ' jb' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 57, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ext4-rsv-conv', + clickable: true, + _clines: [Array], + _pcontent: ' ext4-rsv-conv' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 58, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-journ', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-journ' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 59, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ', + clickable: true, + _clines: [Array], + _pcontent: ' ' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 60, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 61, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 62, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 63, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 64, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 65, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 66, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 67, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 68, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 69, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 70, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 71, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 72, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 73, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 74, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 75, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 76, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' asus_wireless', + clickable: true, + _clines: [Array], + _pcontent: ' asus_wireless' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 77, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kwork', + clickable: true, + _clines: [Array], + _pcontent: ' kwork' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 78, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cfg802', + clickable: true, + _clines: [Array], + _pcontent: ' cfg802' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 79, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kmemsti', + clickable: true, + _clines: [Array], + _pcontent: ' kmemsti' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 80, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' UVM global qu', + clickable: true, + _clines: [Array], + _pcontent: ' UVM global qu' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 81, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' UVM Tools Eve', + clickable: true, + _clines: [Array], + _pcontent: ' UVM Tools Eve' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 82, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' led_workque', + clickable: true, + _clines: [Array], + _pcontent: ' led_workque' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 83, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-times', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-times' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 84, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-resol', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-resol' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 85, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' avahi-daem', + clickable: true, + _clines: [Array], + _pcontent: ' avahi-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 86, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cup', + clickable: true, + _clines: [Array], + _pcontent: ' cup' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 87, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rsyslo', + clickable: true, + _clines: [Array], + _pcontent: ' rsyslo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 88, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' bluetoot', + clickable: true, + _clines: [Array], + _pcontent: ' bluetoot' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 89, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-logi', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-logi' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 90, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' accounts-daem', + clickable: true, + _clines: [Array], + _pcontent: ' accounts-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 91, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' udisk', + clickable: true, + _clines: [Array], + _pcontent: ' udisk' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 92, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ModemManag', + clickable: true, + _clines: [Array], + _pcontent: ' ModemManag' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 93, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cr', + clickable: true, + _clines: [Array], + _pcontent: ' cr' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 94, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' irqbalan', + clickable: true, + _clines: [Array], + _pcontent: ' irqbalan' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 95, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' mm_percpu_', + clickable: true, + _clines: [Array], + _pcontent: ' mm_percpu_' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 96, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' wpa_supplica', + clickable: true, + _clines: [Array], + _pcontent: ' wpa_supplica' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 97, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' networkd-disp', + clickable: true, + _clines: [Array], + _pcontent: ' networkd-disp' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 98, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' therma', + clickable: true, + _clines: [Array], + _pcontent: ' therma' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 99, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ksoftir', + clickable: true, + _clines: [Array], + _pcontent: ' ksoftir' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 100, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' acp', + clickable: true, + _clines: [Array], + _pcontent: ' acp' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 101, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cups-brows', + clickable: true, + _clines: [Array], + _pcontent: ' cups-brows' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 102, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' polki', + clickable: true, + _clines: [Array], + _pcontent: ' polki' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 103, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kthrea', + clickable: true, + _clines: [Array], + _pcontent: ' kthrea' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 104, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gdm-session-w', + clickable: true, + _clines: [Array], + _pcontent: ' gdm-session-w' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 105, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rcu_sch', + clickable: true, + _clines: [Array], + _pcontent: ' rcu_sch' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 106, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' (sd-pa', + clickable: true, + _clines: [Array], + _pcontent: ' (sd-pa' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 107, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gdm-wayland-s', + clickable: true, + _clines: [Array], + _pcontent: ' gdm-wayland-s' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 108, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-session', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-session' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 109, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rcu_', + clickable: true, + _clines: [Array], + _pcontent: ' rcu_' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 110, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nvidia-persis', + clickable: true, + _clines: [Array], + _pcontent: ' nvidia-persis' }, + ... 83 more items ], + keyable: + [ ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true } ], + grabKeys: false, + lockKeys: false, + _buf: '', + _ci: -1, + cursor: + { artificial: false, + shape: 'block', + blink: false, + color: null, + _set: false, + _state: 1, + _hidden: true }, + _maxListeners: Infinity, + lines: [ [ [Array], dirty: false ] ], + olines: [ [ [Array] ] ], + _listenedKeys: true, + _borderStops: {}, + _listenedMouse: true, + _needsClickableSort: true } +Screen { + index: 0, + program: + Program { + index: 1, + domain: null, + _events: + { resize: [Function], + focus: [Function], + blur: [Function], + warning: [Function], + keypress: [Function], + data: [Function], + mouse: [Function] }, + _eventsCount: 7, + _maxListeners: undefined, + options: + { input: undefined, + output: undefined, + log: undefined, + debug: undefined, + dump: undefined, + terminal: undefined, + resizeTimeout: undefined, + forceUnicode: undefined, + tput: true, + buffer: true, + zero: true }, + input: + ReadStream { + connecting: false, + _hadError: false, + _handle: [Object], + _parent: null, + _host: null, + _readableState: [Object], + readable: true, + domain: null, + _events: [Object], + _eventsCount: 6, + _maxListeners: undefined, + _writableState: [Object], + writable: false, + allowHalfOpen: false, + _bytesDispatched: 0, + _sockname: null, + _writev: null, + _pendingData: null, + _pendingEncoding: '', + server: null, + _server: null, + isRaw: true, + isTTY: true, + fd: 0, + _blessedInput: 2, + _keypressHandler: [Function], + _dataHandler: [Function], + _keypressDecoder: [Object], + read: [Function], + _consuming: true, + [Symbol(asyncId)]: 5, + [Symbol(bytesRead)]: 0 }, + output: + SyncWriteStream { + _writableState: [Object], + writable: true, + domain: null, + _events: [Object], + _eventsCount: 2, + _maxListeners: undefined, + fd: 1, + readable: false, + autoClose: false, + _type: 'fs', + _isStdio: true, + destroySoon: [Function], + _destroy: [Function], + _blessedOutput: 2, + _resizeHandler: [Function] }, + zero: true, + useBuffer: true, + x: 0, + y: 0, + savedX: 0, + savedY: 0, + cols: 1, + rows: 1, + scrollTop: 0, + scrollBottom: 0, + _terminal: 'xterm-256color', + isOSXTerm: false, + isiTerm2: false, + isXFCE: false, + isTerminator: false, + isLXDE: false, + isVTE: true, + isRxvt: false, + isXterm: false, + tmux: false, + tmuxVersion: 2, + _buf: '', + _flush: [Function: bound ], + _tputSetup: true, + tput: + Tput { + options: [Object], + terminal: 'xterm-256color', + debug: undefined, + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + error: null, + terminfoPrefix: undefined, + terminfoFile: undefined, + termcapFile: undefined, + auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function], + bell: [Function], + carriage_return: [Function], + change_scroll_region: [Function], + clear_all_tabs: [Function], + clear_screen: [Function], + clr_eol: [Function], + clr_eos: [Function], + column_address: [Function], + cursor_address: [Function], + cursor_down: [Function], + cursor_home: [Function], + cursor_invisible: [Function], + cursor_left: [Function], + cursor_normal: [Function], + cursor_right: [Function], + cursor_up: [Function], + cursor_visible: [Function], + delete_character: [Function], + delete_line: [Function], + enter_alt_charset_mode: [Function], + enter_blink_mode: [Function], + enter_bold_mode: [Function], + enter_ca_mode: [Function], + enter_dim_mode: [Function], + enter_insert_mode: [Function], + enter_secure_mode: [Function], + enter_reverse_mode: [Function], + enter_standout_mode: [Function], + enter_underline_mode: [Function], + erase_chars: [Function], + exit_alt_charset_mode: [Function], + exit_attribute_mode: [Function], + exit_ca_mode: [Function], + exit_insert_mode: [Function], + exit_standout_mode: [Function], + exit_underline_mode: [Function], + flash_screen: [Function], + init_2string: [Function], + insert_line: [Function], + key_backspace: [Function], + key_dc: [Function], + key_down: [Function], + key_f1: [Function], + key_f10: [Function], + key_f2: [Function], + key_f3: [Function], + key_f4: [Function], + key_f5: [Function], + key_f6: [Function], + key_f7: [Function], + key_f8: [Function], + key_f9: [Function], + key_home: [Function], + key_ic: [Function], + key_left: [Function], + key_npage: [Function], + key_ppage: [Function], + key_right: [Function], + key_sf: [Function], + key_sr: [Function], + key_up: [Function], + keypad_local: [Function], + keypad_xmit: [Function], + meta_off: [Function], + meta_on: [Function], + parm_dch: [Function], + parm_delete_line: [Function], + parm_down_cursor: [Function], + parm_ich: [Function], + parm_index: [Function], + parm_insert_line: [Function], + parm_left_cursor: [Function], + parm_right_cursor: [Function], + parm_rindex: [Function], + parm_up_cursor: [Function], + print_screen: [Function], + prtr_off: [Function], + prtr_on: [Function], + repeat_char: [Function], + reset_1string: [Function], + reset_2string: [Function], + restore_cursor: [Function], + row_address: [Function], + save_cursor: [Function], + scroll_forward: [Function], + scroll_reverse: [Function], + set_attributes: [Function], + set_tab: [Function], + tab: [Function], + key_b2: [Function], + acs_chars: [Function], + key_btab: [Function], + enter_am_mode: [Function], + exit_am_mode: [Function], + key_end: [Function], + key_enter: [Function], + key_sdc: [Function], + key_send: [Function], + key_shome: [Function], + key_sic: [Function], + key_sleft: [Function], + key_snext: [Function], + key_sprevious: [Function], + key_sright: [Function], + key_f11: [Function], + key_f12: [Function], + key_f13: [Function], + key_f14: [Function], + key_f15: [Function], + key_f16: [Function], + key_f17: [Function], + key_f18: [Function], + key_f19: [Function], + key_f20: [Function], + key_f21: [Function], + key_f22: [Function], + key_f23: [Function], + key_f24: [Function], + key_f25: [Function], + key_f26: [Function], + key_f27: [Function], + key_f28: [Function], + key_f29: [Function], + key_f30: [Function], + key_f31: [Function], + key_f32: [Function], + key_f33: [Function], + key_f34: [Function], + key_f35: [Function], + key_f36: [Function], + key_f37: [Function], + key_f38: [Function], + key_f39: [Function], + key_f40: [Function], + key_f41: [Function], + key_f42: [Function], + key_f43: [Function], + key_f44: [Function], + key_f45: [Function], + key_f46: [Function], + key_f47: [Function], + key_f48: [Function], + key_f49: [Function], + key_f50: [Function], + key_f51: [Function], + key_f52: [Function], + key_f53: [Function], + key_f54: [Function], + key_f55: [Function], + key_f56: [Function], + key_f57: [Function], + key_f58: [Function], + key_f59: [Function], + key_f60: [Function], + key_f61: [Function], + key_f62: [Function], + key_f63: [Function], + clr_bol: [Function], + user6: [Function], + user7: [Function], + user8: [Function], + user9: [Function], + orig_pair: [Function], + orig_colors: [Function], + initialize_color: [Function], + enter_italics_mode: [Function], + exit_italics_mode: [Function], + key_mouse: [Function], + set_a_foreground: [Function], + set_a_background: [Function], + memory_lock: [Function], + memory_unlock: [Function], + Cr: [Function], + Cs: [Function], + E3: [Function], + Ms: [Function], + Se: [Function], + Ss: [Function], + kDC3: [Function], + kDC4: [Function], + kDC5: [Function], + kDC6: [Function], + kDC7: [Function], + kDN: [Function], + kDN3: [Function], + kDN4: [Function], + kDN5: [Function], + kDN6: [Function], + kDN7: [Function], + kEND3: [Function], + kEND4: [Function], + kEND5: [Function], + kEND6: [Function], + kEND7: [Function], + kHOM3: [Function], + kHOM4: [Function], + kHOM5: [Function], + kHOM6: [Function], + kHOM7: [Function], + kIC3: [Function], + kIC4: [Function], + kIC5: [Function], + kIC6: [Function], + kIC7: [Function], + kLFT3: [Function], + kLFT4: [Function], + kLFT5: [Function], + kLFT6: [Function], + kLFT7: [Function], + kNXT3: [Function], + kNXT4: [Function], + kNXT5: [Function], + kNXT6: [Function], + kNXT7: [Function], + kPRV3: [Function], + kPRV4: [Function], + kPRV5: [Function], + kPRV6: [Function], + kPRV7: [Function], + kRIT3: [Function], + kRIT4: [Function], + kRIT5: [Function], + kRIT6: [Function], + kRIT7: [Function], + kUP: [Function], + kUP3: [Function], + kUP4: [Function], + kUP5: [Function], + kUP6: [Function], + kUP7: [Function], + ka2: [Function], + kb1: [Function], + kb3: [Function], + kc2: [Function], + rmxx: [Function], + smxx: [Function], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Function], + cursor_mem_address: [Function], + cursor_to_ll: [Function], + dis_status_line: [Function], + down_half_line: [Function], + enter_delete_mode: [Function], + enter_protected_mode: [Function], + exit_delete_mode: [Function], + form_feed: [Function], + from_status_line: [Function], + init_1string: [Function], + init_3string: [Function], + init_file: [Function], + insert_character: [Function], + insert_padding: [Function], + key_catab: [Function], + key_clear: [Function], + key_ctab: [Function], + key_dl: [Function], + key_eic: [Function], + key_eol: [Function], + key_eos: [Function], + key_f0: [Function], + key_il: [Function], + key_ll: [Function], + key_stab: [Function], + lab_f0: [Function], + lab_f1: [Function], + lab_f10: [Function], + lab_f2: [Function], + lab_f3: [Function], + lab_f4: [Function], + lab_f5: [Function], + lab_f6: [Function], + lab_f7: [Function], + lab_f8: [Function], + lab_f9: [Function], + newline: [Function], + pad_char: [Function], + pkey_key: [Function], + pkey_local: [Function], + pkey_xmit: [Function], + reset_3string: [Function], + reset_file: [Function], + set_window: [Function], + to_status_line: [Function], + underline_char: [Function], + up_half_line: [Function], + init_prog: [Function], + key_a1: [Function], + key_a3: [Function], + key_c1: [Function], + key_c3: [Function], + prtr_non: [Function], + char_padding: [Function], + plab_norm: [Function], + enter_xon_mode: [Function], + exit_xon_mode: [Function], + xon_character: [Function], + xoff_character: [Function], + ena_acs: [Function], + label_on: [Function], + label_off: [Function], + key_beg: [Function], + key_cancel: [Function], + key_close: [Function], + key_command: [Function], + key_copy: [Function], + key_create: [Function], + key_exit: [Function], + key_find: [Function], + key_help: [Function], + key_mark: [Function], + key_message: [Function], + key_move: [Function], + key_next: [Function], + key_open: [Function], + key_options: [Function], + key_previous: [Function], + key_print: [Function], + key_redo: [Function], + key_reference: [Function], + key_refresh: [Function], + key_replace: [Function], + key_restart: [Function], + key_resume: [Function], + key_save: [Function], + key_suspend: [Function], + key_undo: [Function], + key_sbeg: [Function], + key_scancel: [Function], + key_scommand: [Function], + key_scopy: [Function], + key_screate: [Function], + key_sdl: [Function], + key_select: [Function], + key_seol: [Function], + key_sexit: [Function], + key_sfind: [Function], + key_shelp: [Function], + key_smessage: [Function], + key_smove: [Function], + key_soptions: [Function], + key_sprint: [Function], + key_sredo: [Function], + key_sreplace: [Function], + key_srsume: [Function], + key_ssave: [Function], + key_ssuspend: [Function], + key_sundo: [Function], + req_for_input: [Function], + clear_margins: [Function], + set_left_margin: [Function], + set_right_margin: [Function], + label_format: [Function], + set_clock: [Function], + display_clock: [Function], + remove_clock: [Function], + create_window: [Function], + goto_window: [Function], + hangup: [Function], + dial_phone: [Function], + quick_dial: [Function], + tone: [Function], + pulse: [Function], + flash_hook: [Function], + fixed_pause: [Function], + wait_tone: [Function], + user0: [Function], + user1: [Function], + user2: [Function], + user3: [Function], + user4: [Function], + user5: [Function], + initialize_pair: [Function], + set_color_pair: [Function], + set_foreground: [Function], + set_background: [Function], + change_char_pitch: [Function], + change_line_pitch: [Function], + change_res_horz: [Function], + change_res_vert: [Function], + define_char: [Function], + enter_doublewide_mode: [Function], + enter_draft_quality: [Function], + enter_leftward_mode: [Function], + enter_micro_mode: [Function], + enter_near_letter_quality: [Function], + enter_normal_quality: [Function], + enter_shadow_mode: [Function], + enter_subscript_mode: [Function], + enter_superscript_mode: [Function], + enter_upward_mode: [Function], + exit_doublewide_mode: [Function], + exit_leftward_mode: [Function], + exit_micro_mode: [Function], + exit_shadow_mode: [Function], + exit_subscript_mode: [Function], + exit_superscript_mode: [Function], + exit_upward_mode: [Function], + micro_column_address: [Function], + micro_down: [Function], + micro_left: [Function], + micro_right: [Function], + micro_row_address: [Function], + micro_up: [Function], + order_of_pins: [Function], + parm_down_micro: [Function], + parm_left_micro: [Function], + parm_right_micro: [Function], + parm_up_micro: [Function], + select_char_set: [Function], + set_bottom_margin: [Function], + set_bottom_margin_parm: [Function], + set_left_margin_parm: [Function], + set_right_margin_parm: [Function], + set_top_margin: [Function], + set_top_margin_parm: [Function], + start_bit_image: [Function], + start_char_set_def: [Function], + stop_bit_image: [Function], + stop_char_set_def: [Function], + subscript_characters: [Function], + superscript_characters: [Function], + these_cause_cr: [Function], + zero_motion: [Function], + char_set_names: [Function], + mouse_info: [Function], + req_mouse_pos: [Function], + get_mouse: [Function], + pkey_plab: [Function], + device_type: [Function], + code_set_init: [Function], + set0_des_seq: [Function], + set1_des_seq: [Function], + set2_des_seq: [Function], + set3_des_seq: [Function], + set_lr_margin: [Function], + set_tb_margin: [Function], + bit_image_repeat: [Function], + bit_image_newline: [Function], + bit_image_carriage_return: [Function], + color_names: [Function], + define_bit_image_region: [Function], + end_bit_image_region: [Function], + set_color_band: [Function], + set_page_length: [Function], + display_pc_char: [Function], + enter_pc_charset_mode: [Function], + exit_pc_charset_mode: [Function], + enter_scancode_mode: [Function], + exit_scancode_mode: [Function], + pc_term_options: [Function], + scancode_escape: [Function], + alt_scancode_esc: [Function], + enter_horizontal_hl_mode: [Function], + enter_left_hl_mode: [Function], + enter_low_hl_mode: [Function], + enter_right_hl_mode: [Function], + enter_top_hl_mode: [Function], + enter_vertical_hl_mode: [Function], + set_a_attributes: [Function], + set_pglen_inch: [Function], + termcap_init2: [Function], + termcap_reset: [Function], + linefeed_if_not_lf: [Function], + backspace_if_not_bs: [Function], + other_non_function_keys: [Function], + arrow_key_map: [Function], + acs_ulcorner: [Function], + acs_llcorner: [Function], + acs_urcorner: [Function], + acs_lrcorner: [Function], + acs_ltee: [Function], + acs_rtee: [Function], + acs_btee: [Function], + acs_ttee: [Function], + acs_hline: [Function], + acs_vline: [Function], + acs_plus: [Function], + box_chars_1: [Function], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function], + bel: [Function], + cr: [Function], + csr: [Function], + tbc: [Function], + clear: [Function], + el: [Function], + ed: [Function], + hpa: [Function], + cup: [Function], + cud1: [Function], + home: [Function], + civis: [Function], + cub1: [Function], + cnorm: [Function], + cuf1: [Function], + cuu1: [Function], + cvvis: [Function], + dch1: [Function], + dl1: [Function], + smacs: [Function], + blink: [Function], + bold: [Function], + smcup: [Function], + dim: [Function], + smir: [Function], + invis: [Function], + rev: [Function], + smso: [Function], + smul: [Function], + ech: [Function], + rmacs: [Function], + sgr0: [Function], + rmcup: [Function], + rmir: [Function], + rmso: [Function], + rmul: [Function], + flash: [Function], + is2: [Function], + il1: [Function], + kbs: [Function], + kdch1: [Function], + kcud1: [Function], + kf1: [Function], + kf10: [Function], + kf2: [Function], + kf3: [Function], + kf4: [Function], + kf5: [Function], + kf6: [Function], + kf7: [Function], + kf8: [Function], + kf9: [Function], + khome: [Function], + kich1: [Function], + kcub1: [Function], + knp: [Function], + kpp: [Function], + kcuf1: [Function], + kind: [Function], + kri: [Function], + kcuu1: [Function], + rmkx: [Function], + smkx: [Function], + rmm: [Function], + smm: [Function], + dch: [Function], + dl: [Function], + cud: [Function], + ich: [Function], + indn: [Function], + il: [Function], + cub: [Function], + cuf: [Function], + rin: [Function], + cuu: [Function], + mc0: [Function], + mc4: [Function], + mc5: [Function], + rep: [Function], + rs1: [Function], + rs2: [Function], + rc: [Function], + vpa: [Function], + sc: [Function], + ind: [Function], + ri: [Function], + sgr: [Function], + hts: [Function], + ht: [Function], + kb2: [Function], + acsc: [Object], + kcbt: [Function], + smam: [Function], + rmam: [Function], + kend: [Function], + kent: [Function], + kDC: [Function], + kEND: [Function], + kHOM: [Function], + kIC: [Function], + kLFT: [Function], + kNXT: [Function], + kPRV: [Function], + kRIT: [Function], + kf11: [Function], + kf12: [Function], + kf13: [Function], + kf14: [Function], + kf15: [Function], + kf16: [Function], + kf17: [Function], + kf18: [Function], + kf19: [Function], + kf20: [Function], + kf21: [Function], + kf22: [Function], + kf23: [Function], + kf24: [Function], + kf25: [Function], + kf26: [Function], + kf27: [Function], + kf28: [Function], + kf29: [Function], + kf30: [Function], + kf31: [Function], + kf32: [Function], + kf33: [Function], + kf34: [Function], + kf35: [Function], + kf36: [Function], + kf37: [Function], + kf38: [Function], + kf39: [Function], + kf40: [Function], + kf41: [Function], + kf42: [Function], + kf43: [Function], + kf44: [Function], + kf45: [Function], + kf46: [Function], + kf47: [Function], + kf48: [Function], + kf49: [Function], + kf50: [Function], + kf51: [Function], + kf52: [Function], + kf53: [Function], + kf54: [Function], + kf55: [Function], + kf56: [Function], + kf57: [Function], + kf58: [Function], + kf59: [Function], + kf60: [Function], + kf61: [Function], + kf62: [Function], + kf63: [Function], + el1: [Function], + u6: [Function], + u7: [Function], + u8: [Function], + u9: [Function], + op: [Function], + oc: [Function], + initc: [Function], + sitm: [Function], + ritm: [Function], + kmous: [Function], + setaf: [Function], + setab: [Function], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Function], + mrcup: [Function], + ll: [Function], + dsl: [Function], + hd: [Function], + smdc: [Function], + prot: [Function], + rmdc: [Function], + ff: [Function], + fsl: [Function], + is1: [Function], + is3: [Function], + if: [Function], + ich1: [Function], + ip: [Function], + ktbc: [Function], + kclr: [Function], + kctab: [Function], + kdl1: [Function], + krmir: [Function], + kel: [Function], + ked: [Function], + kf0: [Function], + kil1: [Function], + kll: [Function], + khts: [Function], + lf0: [Function], + lf1: [Function], + lf10: [Function], + lf2: [Function], + lf3: [Function], + lf4: [Function], + lf5: [Function], + lf6: [Function], + lf7: [Function], + lf8: [Function], + lf9: [Function], + nel: [Function], + pad: [Function], + pfkey: [Function], + pfloc: [Function], + pfx: [Function], + rs3: [Function], + rf: [Function], + wind: [Function], + tsl: [Function], + uc: [Function], + hu: [Function], + iprog: [Function], + ka1: [Function], + ka3: [Function], + kc1: [Function], + kc3: [Function], + mc5p: [Function], + rmp: [Function], + pln: [Function], + smxon: [Function], + rmxon: [Function], + xonc: [Function], + xoffc: [Function], + enacs: [Function], + smln: [Function], + rmln: [Function], + kbeg: [Function], + kcan: [Function], + kclo: [Function], + kcmd: [Function], + kcpy: [Function], + kcrt: [Function], + kext: [Function], + kfnd: [Function], + khlp: [Function], + kmrk: [Function], + kmsg: [Function], + kmov: [Function], + knxt: [Function], + kopn: [Function], + kopt: [Function], + kprv: [Function], + kprt: [Function], + krdo: [Function], + kref: [Function], + krfr: [Function], + krpl: [Function], + krst: [Function], + kres: [Function], + ksav: [Function], + kspd: [Function], + kund: [Function], + kBEG: [Function], + kCAN: [Function], + kCMD: [Function], + kCPY: [Function], + kCRT: [Function], + kDL: [Function], + kslt: [Function], + kEOL: [Function], + kEXT: [Function], + kFND: [Function], + kHLP: [Function], + kMSG: [Function], + kMOV: [Function], + kOPT: [Function], + kPRT: [Function], + kRDO: [Function], + kRPL: [Function], + kRES: [Function], + kSAV: [Function], + kSPD: [Function], + kUND: [Function], + rfi: [Function], + mgc: [Function], + smgl: [Function], + smgr: [Function], + fln: [Function], + sclk: [Function], + dclk: [Function], + rmclk: [Function], + cwin: [Function], + wingo: [Function], + hup: [Function], + dial: [Function], + qdial: [Function], + hook: [Function], + pause: [Function], + wait: [Function], + u0: [Function], + u1: [Function], + u2: [Function], + u3: [Function], + u4: [Function], + u5: [Function], + initp: [Function], + scp: [Function], + setf: [Function], + setb: [Function], + cpi: [Function], + lpi: [Function], + chr: [Function], + cvr: [Function], + defc: [Function], + swidm: [Function], + sdrfq: [Function], + slm: [Function], + smicm: [Function], + snlq: [Function], + snrmq: [Function], + sshm: [Function], + ssubm: [Function], + ssupm: [Function], + sum: [Function], + rwidm: [Function], + rlm: [Function], + rmicm: [Function], + rshm: [Function], + rsubm: [Function], + rsupm: [Function], + rum: [Function], + mhpa: [Function], + mcud1: [Function], + mcub1: [Function], + mcuf1: [Function], + mvpa: [Function], + mcuu1: [Function], + porder: [Function], + mcud: [Function], + mcub: [Function], + mcuf: [Function], + mcuu: [Function], + scs: [Function], + smgb: [Function], + smgbp: [Function], + smglp: [Function], + smgrp: [Function], + smgt: [Function], + smgtp: [Function], + sbim: [Function], + scsd: [Function], + rbim: [Function], + rcsd: [Function], + subcs: [Function], + supcs: [Function], + docr: [Function], + zerom: [Function], + csnm: [Function], + minfo: [Function], + reqmp: [Function], + getm: [Function], + pfxl: [Function], + devt: [Function], + csin: [Function], + s0ds: [Function], + s1ds: [Function], + s2ds: [Function], + s3ds: [Function], + smglr: [Function], + smgtb: [Function], + birep: [Function], + binel: [Function], + bicr: [Function], + colornm: [Function], + defbi: [Function], + endbi: [Function], + setcolor: [Function], + slines: [Function], + dispc: [Function], + smpch: [Function], + rmpch: [Function], + smsc: [Function], + rmsc: [Function], + pctrm: [Function], + scesc: [Function], + scesa: [Function], + ehhlm: [Function], + elhlm: [Function], + elohlm: [Function], + erhlm: [Function], + ethlm: [Function], + evhlm: [Function], + sgr1: [Function], + slength: [Function], + info: [Object], + all: [Object], + methods: [Object], + bools: [Object], + numbers: [Object], + strings: [Object], + features: [Object], + unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + setbuf: true, + acscr: [Object] }, + put: + { [Function] + options: [Object], + terminal: 'xterm-256color', + debug: undefined, + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + error: null, + terminfoPrefix: undefined, + terminfoFile: undefined, + termcapFile: undefined, + auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function], + bell: [Function], + carriage_return: [Function], + change_scroll_region: [Function], + clear_all_tabs: [Function], + clear_screen: [Function], + clr_eol: [Function], + clr_eos: [Function], + column_address: [Function], + cursor_address: [Function], + cursor_down: [Function], + cursor_home: [Function], + cursor_invisible: [Function], + cursor_left: [Function], + cursor_normal: [Function], + cursor_right: [Function], + cursor_up: [Function], + cursor_visible: [Function], + delete_character: [Function], + delete_line: [Function], + enter_alt_charset_mode: [Function], + enter_blink_mode: [Function], + enter_bold_mode: [Function], + enter_ca_mode: [Function], + enter_dim_mode: [Function], + enter_insert_mode: [Function], + enter_secure_mode: [Function], + enter_reverse_mode: [Function], + enter_standout_mode: [Function], + enter_underline_mode: [Function], + erase_chars: [Function], + exit_alt_charset_mode: [Function], + exit_attribute_mode: [Function], + exit_ca_mode: [Function], + exit_insert_mode: [Function], + exit_standout_mode: [Function], + exit_underline_mode: [Function], + flash_screen: [Function], + init_2string: [Function], + insert_line: [Function], + key_backspace: [Function], + key_dc: [Function], + key_down: [Function], + key_f1: [Function], + key_f10: [Function], + key_f2: [Function], + key_f3: [Function], + key_f4: [Function], + key_f5: [Function], + key_f6: [Function], + key_f7: [Function], + key_f8: [Function], + key_f9: [Function], + key_home: [Function], + key_ic: [Function], + key_left: [Function], + key_npage: [Function], + key_ppage: [Function], + key_right: [Function], + key_sf: [Function], + key_sr: [Function], + key_up: [Function], + keypad_local: [Function], + keypad_xmit: [Function], + meta_off: [Function], + meta_on: [Function], + parm_dch: [Function], + parm_delete_line: [Function], + parm_down_cursor: [Function], + parm_ich: [Function], + parm_index: [Function], + parm_insert_line: [Function], + parm_left_cursor: [Function], + parm_right_cursor: [Function], + parm_rindex: [Function], + parm_up_cursor: [Function], + print_screen: [Function], + prtr_off: [Function], + prtr_on: [Function], + repeat_char: [Function], + reset_1string: [Function], + reset_2string: [Function], + restore_cursor: [Function], + row_address: [Function], + save_cursor: [Function], + scroll_forward: [Function], + scroll_reverse: [Function], + set_attributes: [Function], + set_tab: [Function], + tab: [Function], + key_b2: [Function], + acs_chars: [Function], + key_btab: [Function], + enter_am_mode: [Function], + exit_am_mode: [Function], + key_end: [Function], + key_enter: [Function], + key_sdc: [Function], + key_send: [Function], + key_shome: [Function], + key_sic: [Function], + key_sleft: [Function], + key_snext: [Function], + key_sprevious: [Function], + key_sright: [Function], + key_f11: [Function], + key_f12: [Function], + key_f13: [Function], + key_f14: [Function], + key_f15: [Function], + key_f16: [Function], + key_f17: [Function], + key_f18: [Function], + key_f19: [Function], + key_f20: [Function], + key_f21: [Function], + key_f22: [Function], + key_f23: [Function], + key_f24: [Function], + key_f25: [Function], + key_f26: [Function], + key_f27: [Function], + key_f28: [Function], + key_f29: [Function], + key_f30: [Function], + key_f31: [Function], + key_f32: [Function], + key_f33: [Function], + key_f34: [Function], + key_f35: [Function], + key_f36: [Function], + key_f37: [Function], + key_f38: [Function], + key_f39: [Function], + key_f40: [Function], + key_f41: [Function], + key_f42: [Function], + key_f43: [Function], + key_f44: [Function], + key_f45: [Function], + key_f46: [Function], + key_f47: [Function], + key_f48: [Function], + key_f49: [Function], + key_f50: [Function], + key_f51: [Function], + key_f52: [Function], + key_f53: [Function], + key_f54: [Function], + key_f55: [Function], + key_f56: [Function], + key_f57: [Function], + key_f58: [Function], + key_f59: [Function], + key_f60: [Function], + key_f61: [Function], + key_f62: [Function], + key_f63: [Function], + clr_bol: [Function], + user6: [Function], + user7: [Function], + user8: [Function], + user9: [Function], + orig_pair: [Function], + orig_colors: [Function], + initialize_color: [Function], + enter_italics_mode: [Function], + exit_italics_mode: [Function], + key_mouse: [Function], + set_a_foreground: [Function], + set_a_background: [Function], + memory_lock: [Function], + memory_unlock: [Function], + Cr: [Function], + Cs: [Function], + E3: [Function], + Ms: [Function], + Se: [Function], + Ss: [Function], + kDC3: [Function], + kDC4: [Function], + kDC5: [Function], + kDC6: [Function], + kDC7: [Function], + kDN: [Function], + kDN3: [Function], + kDN4: [Function], + kDN5: [Function], + kDN6: [Function], + kDN7: [Function], + kEND3: [Function], + kEND4: [Function], + kEND5: [Function], + kEND6: [Function], + kEND7: [Function], + kHOM3: [Function], + kHOM4: [Function], + kHOM5: [Function], + kHOM6: [Function], + kHOM7: [Function], + kIC3: [Function], + kIC4: [Function], + kIC5: [Function], + kIC6: [Function], + kIC7: [Function], + kLFT3: [Function], + kLFT4: [Function], + kLFT5: [Function], + kLFT6: [Function], + kLFT7: [Function], + kNXT3: [Function], + kNXT4: [Function], + kNXT5: [Function], + kNXT6: [Function], + kNXT7: [Function], + kPRV3: [Function], + kPRV4: [Function], + kPRV5: [Function], + kPRV6: [Function], + kPRV7: [Function], + kRIT3: [Function], + kRIT4: [Function], + kRIT5: [Function], + kRIT6: [Function], + kRIT7: [Function], + kUP: [Function], + kUP3: [Function], + kUP4: [Function], + kUP5: [Function], + kUP6: [Function], + kUP7: [Function], + ka2: [Function], + kb1: [Function], + kb3: [Function], + kc2: [Function], + rmxx: [Function], + smxx: [Function], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Function], + cursor_mem_address: [Function], + cursor_to_ll: [Function], + dis_status_line: [Function], + down_half_line: [Function], + enter_delete_mode: [Function], + enter_protected_mode: [Function], + exit_delete_mode: [Function], + form_feed: [Function], + from_status_line: [Function], + init_1string: [Function], + init_3string: [Function], + init_file: [Function], + insert_character: [Function], + insert_padding: [Function], + key_catab: [Function], + key_clear: [Function], + key_ctab: [Function], + key_dl: [Function], + key_eic: [Function], + key_eol: [Function], + key_eos: [Function], + key_f0: [Function], + key_il: [Function], + key_ll: [Function], + key_stab: [Function], + lab_f0: [Function], + lab_f1: [Function], + lab_f10: [Function], + lab_f2: [Function], + lab_f3: [Function], + lab_f4: [Function], + lab_f5: [Function], + lab_f6: [Function], + lab_f7: [Function], + lab_f8: [Function], + lab_f9: [Function], + newline: [Function], + pad_char: [Function], + pkey_key: [Function], + pkey_local: [Function], + pkey_xmit: [Function], + reset_3string: [Function], + reset_file: [Function], + set_window: [Function], + to_status_line: [Function], + underline_char: [Function], + up_half_line: [Function], + init_prog: [Function], + key_a1: [Function], + key_a3: [Function], + key_c1: [Function], + key_c3: [Function], + prtr_non: [Function], + char_padding: [Function], + plab_norm: [Function], + enter_xon_mode: [Function], + exit_xon_mode: [Function], + xon_character: [Function], + xoff_character: [Function], + ena_acs: [Function], + label_on: [Function], + label_off: [Function], + key_beg: [Function], + key_cancel: [Function], + key_close: [Function], + key_command: [Function], + key_copy: [Function], + key_create: [Function], + key_exit: [Function], + key_find: [Function], + key_help: [Function], + key_mark: [Function], + key_message: [Function], + key_move: [Function], + key_next: [Function], + key_open: [Function], + key_options: [Function], + key_previous: [Function], + key_print: [Function], + key_redo: [Function], + key_reference: [Function], + key_refresh: [Function], + key_replace: [Function], + key_restart: [Function], + key_resume: [Function], + key_save: [Function], + key_suspend: [Function], + key_undo: [Function], + key_sbeg: [Function], + key_scancel: [Function], + key_scommand: [Function], + key_scopy: [Function], + key_screate: [Function], + key_sdl: [Function], + key_select: [Function], + key_seol: [Function], + key_sexit: [Function], + key_sfind: [Function], + key_shelp: [Function], + key_smessage: [Function], + key_smove: [Function], + key_soptions: [Function], + key_sprint: [Function], + key_sredo: [Function], + key_sreplace: [Function], + key_srsume: [Function], + key_ssave: [Function], + key_ssuspend: [Function], + key_sundo: [Function], + req_for_input: [Function], + clear_margins: [Function], + set_left_margin: [Function], + set_right_margin: [Function], + label_format: [Function], + set_clock: [Function], + display_clock: [Function], + remove_clock: [Function], + create_window: [Function], + goto_window: [Function], + hangup: [Function], + dial_phone: [Function], + quick_dial: [Function], + tone: [Function], + pulse: [Function], + flash_hook: [Function], + fixed_pause: [Function], + wait_tone: [Function], + user0: [Function], + user1: [Function], + user2: [Function], + user3: [Function], + user4: [Function], + user5: [Function], + initialize_pair: [Function], + set_color_pair: [Function], + set_foreground: [Function], + set_background: [Function], + change_char_pitch: [Function], + change_line_pitch: [Function], + change_res_horz: [Function], + change_res_vert: [Function], + define_char: [Function], + enter_doublewide_mode: [Function], + enter_draft_quality: [Function], + enter_leftward_mode: [Function], + enter_micro_mode: [Function], + enter_near_letter_quality: [Function], + enter_normal_quality: [Function], + enter_shadow_mode: [Function], + enter_subscript_mode: [Function], + enter_superscript_mode: [Function], + enter_upward_mode: [Function], + exit_doublewide_mode: [Function], + exit_leftward_mode: [Function], + exit_micro_mode: [Function], + exit_shadow_mode: [Function], + exit_subscript_mode: [Function], + exit_superscript_mode: [Function], + exit_upward_mode: [Function], + micro_column_address: [Function], + micro_down: [Function], + micro_left: [Function], + micro_right: [Function], + micro_row_address: [Function], + micro_up: [Function], + order_of_pins: [Function], + parm_down_micro: [Function], + parm_left_micro: [Function], + parm_right_micro: [Function], + parm_up_micro: [Function], + select_char_set: [Function], + set_bottom_margin: [Function], + set_bottom_margin_parm: [Function], + set_left_margin_parm: [Function], + set_right_margin_parm: [Function], + set_top_margin: [Function], + set_top_margin_parm: [Function], + start_bit_image: [Function], + start_char_set_def: [Function], + stop_bit_image: [Function], + stop_char_set_def: [Function], + subscript_characters: [Function], + superscript_characters: [Function], + these_cause_cr: [Function], + zero_motion: [Function], + char_set_names: [Function], + mouse_info: [Function], + req_mouse_pos: [Function], + get_mouse: [Function], + pkey_plab: [Function], + device_type: [Function], + code_set_init: [Function], + set0_des_seq: [Function], + set1_des_seq: [Function], + set2_des_seq: [Function], + set3_des_seq: [Function], + set_lr_margin: [Function], + set_tb_margin: [Function], + bit_image_repeat: [Function], + bit_image_newline: [Function], + bit_image_carriage_return: [Function], + color_names: [Function], + define_bit_image_region: [Function], + end_bit_image_region: [Function], + set_color_band: [Function], + set_page_length: [Function], + display_pc_char: [Function], + enter_pc_charset_mode: [Function], + exit_pc_charset_mode: [Function], + enter_scancode_mode: [Function], + exit_scancode_mode: [Function], + pc_term_options: [Function], + scancode_escape: [Function], + alt_scancode_esc: [Function], + enter_horizontal_hl_mode: [Function], + enter_left_hl_mode: [Function], + enter_low_hl_mode: [Function], + enter_right_hl_mode: [Function], + enter_top_hl_mode: [Function], + enter_vertical_hl_mode: [Function], + set_a_attributes: [Function], + set_pglen_inch: [Function], + termcap_init2: [Function], + termcap_reset: [Function], + linefeed_if_not_lf: [Function], + backspace_if_not_bs: [Function], + other_non_function_keys: [Function], + arrow_key_map: [Function], + acs_ulcorner: [Function], + acs_llcorner: [Function], + acs_urcorner: [Function], + acs_lrcorner: [Function], + acs_ltee: [Function], + acs_rtee: [Function], + acs_btee: [Function], + acs_ttee: [Function], + acs_hline: [Function], + acs_vline: [Function], + acs_plus: [Function], + box_chars_1: [Function], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function], + bel: [Function], + cr: [Function], + csr: [Function], + tbc: [Function], + clear: [Function], + el: [Function], + ed: [Function], + hpa: [Function], + cup: [Function], + cud1: [Function], + home: [Function], + civis: [Function], + cub1: [Function], + cnorm: [Function], + cuf1: [Function], + cuu1: [Function], + cvvis: [Function], + dch1: [Function], + dl1: [Function], + smacs: [Function], + blink: [Function], + bold: [Function], + smcup: [Function], + dim: [Function], + smir: [Function], + invis: [Function], + rev: [Function], + smso: [Function], + smul: [Function], + ech: [Function], + rmacs: [Function], + sgr0: [Function], + rmcup: [Function], + rmir: [Function], + rmso: [Function], + rmul: [Function], + flash: [Function], + is2: [Function], + il1: [Function], + kbs: [Function], + kdch1: [Function], + kcud1: [Function], + kf1: [Function], + kf10: [Function], + kf2: [Function], + kf3: [Function], + kf4: [Function], + kf5: [Function], + kf6: [Function], + kf7: [Function], + kf8: [Function], + kf9: [Function], + khome: [Function], + kich1: [Function], + kcub1: [Function], + knp: [Function], + kpp: [Function], + kcuf1: [Function], + kind: [Function], + kri: [Function], + kcuu1: [Function], + rmkx: [Function], + smkx: [Function], + rmm: [Function], + smm: [Function], + dch: [Function], + dl: [Function], + cud: [Function], + ich: [Function], + indn: [Function], + il: [Function], + cub: [Function], + cuf: [Function], + rin: [Function], + cuu: [Function], + mc0: [Function], + mc4: [Function], + mc5: [Function], + rep: [Function], + rs1: [Function], + rs2: [Function], + rc: [Function], + vpa: [Function], + sc: [Function], + ind: [Function], + ri: [Function], + sgr: [Function], + hts: [Function], + ht: [Function], + kb2: [Function], + acsc: [Object], + kcbt: [Function], + smam: [Function], + rmam: [Function], + kend: [Function], + kent: [Function], + kDC: [Function], + kEND: [Function], + kHOM: [Function], + kIC: [Function], + kLFT: [Function], + kNXT: [Function], + kPRV: [Function], + kRIT: [Function], + kf11: [Function], + kf12: [Function], + kf13: [Function], + kf14: [Function], + kf15: [Function], + kf16: [Function], + kf17: [Function], + kf18: [Function], + kf19: [Function], + kf20: [Function], + kf21: [Function], + kf22: [Function], + kf23: [Function], + kf24: [Function], + kf25: [Function], + kf26: [Function], + kf27: [Function], + kf28: [Function], + kf29: [Function], + kf30: [Function], + kf31: [Function], + kf32: [Function], + kf33: [Function], + kf34: [Function], + kf35: [Function], + kf36: [Function], + kf37: [Function], + kf38: [Function], + kf39: [Function], + kf40: [Function], + kf41: [Function], + kf42: [Function], + kf43: [Function], + kf44: [Function], + kf45: [Function], + kf46: [Function], + kf47: [Function], + kf48: [Function], + kf49: [Function], + kf50: [Function], + kf51: [Function], + kf52: [Function], + kf53: [Function], + kf54: [Function], + kf55: [Function], + kf56: [Function], + kf57: [Function], + kf58: [Function], + kf59: [Function], + kf60: [Function], + kf61: [Function], + kf62: [Function], + kf63: [Function], + el1: [Function], + u6: [Function], + u7: [Function], + u8: [Function], + u9: [Function], + op: [Function], + oc: [Function], + initc: [Function], + sitm: [Function], + ritm: [Function], + kmous: [Function], + setaf: [Function], + setab: [Function], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Function], + mrcup: [Function], + ll: [Function], + dsl: [Function], + hd: [Function], + smdc: [Function], + prot: [Function], + rmdc: [Function], + ff: [Function], + fsl: [Function], + is1: [Function], + is3: [Function], + if: [Function], + ich1: [Function], + ip: [Function], + ktbc: [Function], + kclr: [Function], + kctab: [Function], + kdl1: [Function], + krmir: [Function], + kel: [Function], + ked: [Function], + kf0: [Function], + kil1: [Function], + kll: [Function], + khts: [Function], + lf0: [Function], + lf1: [Function], + lf10: [Function], + lf2: [Function], + lf3: [Function], + lf4: [Function], + lf5: [Function], + lf6: [Function], + lf7: [Function], + lf8: [Function], + lf9: [Function], + nel: [Function], + pad: [Function], + pfkey: [Function], + pfloc: [Function], + pfx: [Function], + rs3: [Function], + rf: [Function], + wind: [Function], + tsl: [Function], + uc: [Function], + hu: [Function], + iprog: [Function], + ka1: [Function], + ka3: [Function], + kc1: [Function], + kc3: [Function], + mc5p: [Function], + rmp: [Function], + pln: [Function], + smxon: [Function], + rmxon: [Function], + xonc: [Function], + xoffc: [Function], + enacs: [Function], + smln: [Function], + rmln: [Function], + kbeg: [Function], + kcan: [Function], + kclo: [Function], + kcmd: [Function], + kcpy: [Function], + kcrt: [Function], + kext: [Function], + kfnd: [Function], + khlp: [Function], + kmrk: [Function], + kmsg: [Function], + kmov: [Function], + knxt: [Function], + kopn: [Function], + kopt: [Function], + kprv: [Function], + kprt: [Function], + krdo: [Function], + kref: [Function], + krfr: [Function], + krpl: [Function], + krst: [Function], + kres: [Function], + ksav: [Function], + kspd: [Function], + kund: [Function], + kBEG: [Function], + kCAN: [Function], + kCMD: [Function], + kCPY: [Function], + kCRT: [Function], + kDL: [Function], + kslt: [Function], + kEOL: [Function], + kEXT: [Function], + kFND: [Function], + kHLP: [Function], + kMSG: [Function], + kMOV: [Function], + kOPT: [Function], + kPRT: [Function], + kRDO: [Function], + kRPL: [Function], + kRES: [Function], + kSAV: [Function], + kSPD: [Function], + kUND: [Function], + rfi: [Function], + mgc: [Function], + smgl: [Function], + smgr: [Function], + fln: [Function], + sclk: [Function], + dclk: [Function], + rmclk: [Function], + cwin: [Function], + wingo: [Function], + hup: [Function], + dial: [Function], + qdial: [Function], + hook: [Function], + pause: [Function], + wait: [Function], + u0: [Function], + u1: [Function], + u2: [Function], + u3: [Function], + u4: [Function], + u5: [Function], + initp: [Function], + scp: [Function], + setf: [Function], + setb: [Function], + cpi: [Function], + lpi: [Function], + chr: [Function], + cvr: [Function], + defc: [Function], + swidm: [Function], + sdrfq: [Function], + slm: [Function], + smicm: [Function], + snlq: [Function], + snrmq: [Function], + sshm: [Function], + ssubm: [Function], + ssupm: [Function], + sum: [Function], + rwidm: [Function], + rlm: [Function], + rmicm: [Function], + rshm: [Function], + rsubm: [Function], + rsupm: [Function], + rum: [Function], + mhpa: [Function], + mcud1: [Function], + mcub1: [Function], + mcuf1: [Function], + mvpa: [Function], + mcuu1: [Function], + porder: [Function], + mcud: [Function], + mcub: [Function], + mcuf: [Function], + mcuu: [Function], + scs: [Function], + smgb: [Function], + smgbp: [Function], + smglp: [Function], + smgrp: [Function], + smgt: [Function], + smgtp: [Function], + sbim: [Function], + scsd: [Function], + rbim: [Function], + rcsd: [Function], + subcs: [Function], + supcs: [Function], + docr: [Function], + zerom: [Function], + csnm: [Function], + minfo: [Function], + reqmp: [Function], + getm: [Function], + pfxl: [Function], + devt: [Function], + csin: [Function], + s0ds: [Function], + s1ds: [Function], + s2ds: [Function], + s3ds: [Function], + smglr: [Function], + smgtb: [Function], + birep: [Function], + binel: [Function], + bicr: [Function], + colornm: [Function], + defbi: [Function], + endbi: [Function], + setcolor: [Function], + slines: [Function], + dispc: [Function], + smpch: [Function], + rmpch: [Function], + smsc: [Function], + rmsc: [Function], + pctrm: [Function], + scesc: [Function], + scesa: [Function], + ehhlm: [Function], + elhlm: [Function], + elohlm: [Function], + erhlm: [Function], + ethlm: [Function], + evhlm: [Function], + sgr1: [Function], + slength: [Function], + info: [Object], + all: [Object], + methods: [Object], + bools: [Object], + numbers: [Object], + strings: [Object], + features: [Object], + unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + setbuf: true, + acscr: [Object] }, + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + error: null, + terminfoPrefix: undefined, + terminfoFile: undefined, + termcapFile: undefined, + auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function], + carriage_return: [Function], + change_scroll_region: [Function], + clear_all_tabs: [Function], + clear_screen: [Function], + clr_eol: [Function], + clr_eos: [Function], + column_address: [Function], + cursor_address: [Function], + cursor_down: [Function], + cursor_home: [Function], + cursor_left: [Function], + cursor_normal: [Function], + cursor_right: [Function], + cursor_up: [Function], + cursor_visible: [Function], + delete_character: [Function], + delete_line: [Function], + enter_blink_mode: [Function], + enter_bold_mode: [Function], + enter_ca_mode: [Function], + enter_dim_mode: [Function], + enter_insert_mode: [Function], + enter_secure_mode: [Function], + enter_reverse_mode: [Function], + enter_standout_mode: [Function], + enter_underline_mode: [Function], + erase_chars: [Function], + exit_attribute_mode: [Function], + exit_ca_mode: [Function], + exit_insert_mode: [Function], + exit_standout_mode: [Function], + exit_underline_mode: [Function], + flash_screen: [Function], + init_2string: [Function], + insert_line: [Function], + key_backspace: [Function], + key_dc: [Function], + key_down: [Function], + key_f1: [Function], + key_f10: [Function], + key_f2: [Function], + key_f3: [Function], + key_f4: [Function], + key_f5: [Function], + key_f6: [Function], + key_f7: [Function], + key_f8: [Function], + key_f9: [Function], + key_home: [Function], + key_ic: [Function], + key_left: [Function], + key_npage: [Function], + key_ppage: [Function], + key_right: [Function], + key_sf: [Function], + key_sr: [Function], + key_up: [Function], + keypad_local: [Function], + keypad_xmit: [Function], + meta_off: [Function], + meta_on: [Function], + parm_dch: [Function], + parm_delete_line: [Function], + parm_down_cursor: [Function], + parm_ich: [Function], + parm_index: [Function], + parm_insert_line: [Function], + parm_left_cursor: [Function], + parm_right_cursor: [Function], + parm_rindex: [Function], + parm_up_cursor: [Function], + repeat_char: [Function], + reset_1string: [Function], + reset_2string: [Function], + restore_cursor: [Function], + row_address: [Function], + save_cursor: [Function], + scroll_forward: [Function], + scroll_reverse: [Function], + set_attributes: [Function], + set_tab: [Function], + key_b2: [Function], + acs_chars: [Function], + key_btab: [Function], + enter_am_mode: [Function], + exit_am_mode: [Function], + key_end: [Function], + key_enter: [Function], + key_sdc: [Function], + key_send: [Function], + key_shome: [Function], + key_sic: [Function], + key_sleft: [Function], + key_snext: [Function], + key_sprevious: [Function], + key_sright: [Function], + key_f11: [Function], + key_f12: [Function], + key_f13: [Function], + key_f14: [Function], + key_f15: [Function], + key_f16: [Function], + key_f17: [Function], + key_f18: [Function], + key_f19: [Function], + key_f20: [Function], + key_f21: [Function], + key_f22: [Function], + key_f23: [Function], + key_f24: [Function], + key_f25: [Function], + key_f26: [Function], + key_f27: [Function], + key_f28: [Function], + key_f29: [Function], + key_f30: [Function], + key_f31: [Function], + key_f32: [Function], + key_f33: [Function], + key_f34: [Function], + key_f35: [Function], + key_f36: [Function], + key_f37: [Function], + key_f38: [Function], + key_f39: [Function], + key_f40: [Function], + key_f41: [Function], + key_f42: [Function], + key_f43: [Function], + key_f44: [Function], + key_f45: [Function], + key_f46: [Function], + key_f47: [Function], + key_f48: [Function], + key_f49: [Function], + key_f50: [Function], + key_f51: [Function], + key_f52: [Function], + key_f53: [Function], + key_f54: [Function], + key_f55: [Function], + key_f56: [Function], + key_f57: [Function], + key_f58: [Function], + key_f59: [Function], + key_f60: [Function], + key_f61: [Function], + key_f62: [Function], + key_f63: [Function], + clr_bol: [Function], + user6: [Function], + user7: [Function], + user8: [Function], + user9: [Function], + orig_pair: [Function], + orig_colors: [Function], + initialize_color: [Function], + enter_italics_mode: [Function], + exit_italics_mode: [Function], + key_mouse: [Function], + set_a_foreground: [Function], + set_a_background: [Function], + memory_lock: [Function], + memory_unlock: [Function], + Cr: [Function], + Cs: [Function], + E3: [Function], + Ms: [Function], + Se: [Function], + Ss: [Function], + kDC3: [Function], + kDC4: [Function], + kDC5: [Function], + kDC6: [Function], + kDC7: [Function], + kDN: [Function], + kDN3: [Function], + kDN4: [Function], + kDN5: [Function], + kDN6: [Function], + kDN7: [Function], + kEND3: [Function], + kEND4: [Function], + kEND5: [Function], + kEND6: [Function], + kEND7: [Function], + kHOM3: [Function], + kHOM4: [Function], + kHOM5: [Function], + kHOM6: [Function], + kHOM7: [Function], + kIC3: [Function], + kIC4: [Function], + kIC5: [Function], + kIC6: [Function], + kIC7: [Function], + kLFT3: [Function], + kLFT4: [Function], + kLFT5: [Function], + kLFT6: [Function], + kLFT7: [Function], + kNXT3: [Function], + kNXT4: [Function], + kNXT5: [Function], + kNXT6: [Function], + kNXT7: [Function], + kPRV3: [Function], + kPRV4: [Function], + kPRV5: [Function], + kPRV6: [Function], + kPRV7: [Function], + kRIT3: [Function], + kRIT4: [Function], + kRIT5: [Function], + kRIT6: [Function], + kRIT7: [Function], + kUP: [Function], + kUP3: [Function], + kUP4: [Function], + kUP5: [Function], + kUP6: [Function], + kUP7: [Function], + ka2: [Function], + kb1: [Function], + kb3: [Function], + kc2: [Function], + rmxx: [Function], + smxx: [Function], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Function], + cursor_mem_address: [Function], + cursor_to_ll: [Function], + dis_status_line: [Function], + down_half_line: [Function], + enter_delete_mode: [Function], + enter_protected_mode: [Function], + exit_delete_mode: [Function], + form_feed: [Function], + from_status_line: [Function], + init_1string: [Function], + init_3string: [Function], + init_file: [Function], + insert_character: [Function], + insert_padding: [Function], + key_catab: [Function], + key_clear: [Function], + key_ctab: [Function], + key_dl: [Function], + key_eic: [Function], + key_eol: [Function], + key_eos: [Function], + key_f0: [Function], + key_il: [Function], + key_ll: [Function], + key_stab: [Function], + lab_f0: [Function], + lab_f1: [Function], + lab_f10: [Function], + lab_f2: [Function], + lab_f3: [Function], + lab_f4: [Function], + lab_f5: [Function], + lab_f6: [Function], + lab_f7: [Function], + lab_f8: [Function], + lab_f9: [Function], + pad_char: [Function], + pkey_key: [Function], + pkey_local: [Function], + pkey_xmit: [Function], + reset_3string: [Function], + reset_file: [Function], + set_window: [Function], + to_status_line: [Function], + underline_char: [Function], + up_half_line: [Function], + init_prog: [Function], + key_a1: [Function], + key_a3: [Function], + key_c1: [Function], + key_c3: [Function], + char_padding: [Function], + plab_norm: [Function], + enter_xon_mode: [Function], + exit_xon_mode: [Function], + xon_character: [Function], + xoff_character: [Function], + ena_acs: [Function], + label_on: [Function], + label_off: [Function], + key_beg: [Function], + key_cancel: [Function], + key_close: [Function], + key_command: [Function], + key_copy: [Function], + key_create: [Function], + key_exit: [Function], + key_find: [Function], + key_help: [Function], + key_mark: [Function], + key_message: [Function], + key_move: [Function], + key_next: [Function], + key_open: [Function], + key_options: [Function], + key_previous: [Function], + key_print: [Function], + key_redo: [Function], + key_reference: [Function], + key_refresh: [Function], + key_replace: [Function], + key_restart: [Function], + key_resume: [Function], + key_save: [Function], + key_suspend: [Function], + key_undo: [Function], + key_sbeg: [Function], + key_scancel: [Function], + key_scommand: [Function], + key_scopy: [Function], + key_screate: [Function], + key_sdl: [Function], + key_select: [Function], + key_seol: [Function], + key_sexit: [Function], + key_sfind: [Function], + key_shelp: [Function], + key_smessage: [Function], + key_smove: [Function], + key_soptions: [Function], + key_sprint: [Function], + key_sredo: [Function], + key_sreplace: [Function], + key_srsume: [Function], + key_ssave: [Function], + key_ssuspend: [Function], + key_sundo: [Function], + req_for_input: [Function], + clear_margins: [Function], + set_left_margin: [Function], + set_right_margin: [Function], + label_format: [Function], + set_clock: [Function], + display_clock: [Function], + remove_clock: [Function], + create_window: [Function], + goto_window: [Function], + hangup: [Function], + dial_phone: [Function], + quick_dial: [Function], + tone: [Function], + pulse: [Function], + flash_hook: [Function], + fixed_pause: [Function], + wait_tone: [Function], + user0: [Function], + user1: [Function], + user2: [Function], + user3: [Function], + user4: [Function], + user5: [Function], + initialize_pair: [Function], + set_color_pair: [Function], + set_foreground: [Function], + set_background: [Function], + change_char_pitch: [Function], + change_line_pitch: [Function], + change_res_horz: [Function], + change_res_vert: [Function], + define_char: [Function], + enter_doublewide_mode: [Function], + enter_draft_quality: [Function], + enter_leftward_mode: [Function], + enter_micro_mode: [Function], + enter_near_letter_quality: [Function], + enter_normal_quality: [Function], + enter_shadow_mode: [Function], + enter_subscript_mode: [Function], + enter_superscript_mode: [Function], + enter_upward_mode: [Function], + exit_doublewide_mode: [Function], + exit_leftward_mode: [Function], + exit_micro_mode: [Function], + exit_shadow_mode: [Function], + exit_subscript_mode: [Function], + exit_superscript_mode: [Function], + exit_upward_mode: [Function], + micro_column_address: [Function], + micro_down: [Function], + micro_left: [Function], + micro_right: [Function], + micro_row_address: [Function], + micro_up: [Function], + order_of_pins: [Function], + parm_down_micro: [Function], + parm_left_micro: [Function], + parm_right_micro: [Function], + parm_up_micro: [Function], + select_char_set: [Function], + set_bottom_margin: [Function], + set_bottom_margin_parm: [Function], + set_left_margin_parm: [Function], + set_right_margin_parm: [Function], + set_top_margin: [Function], + set_top_margin_parm: [Function], + start_bit_image: [Function], + start_char_set_def: [Function], + stop_bit_image: [Function], + stop_char_set_def: [Function], + subscript_characters: [Function], + superscript_characters: [Function], + these_cause_cr: [Function], + zero_motion: [Function], + char_set_names: [Function], + mouse_info: [Function], + get_mouse: [Function], + pkey_plab: [Function], + device_type: [Function], + code_set_init: [Function], + set0_des_seq: [Function], + set1_des_seq: [Function], + set2_des_seq: [Function], + set3_des_seq: [Function], + set_lr_margin: [Function], + set_tb_margin: [Function], + bit_image_repeat: [Function], + bit_image_newline: [Function], + bit_image_carriage_return: [Function], + color_names: [Function], + define_bit_image_region: [Function], + end_bit_image_region: [Function], + set_color_band: [Function], + set_page_length: [Function], + display_pc_char: [Function], + enter_pc_charset_mode: [Function], + exit_pc_charset_mode: [Function], + enter_scancode_mode: [Function], + exit_scancode_mode: [Function], + pc_term_options: [Function], + scancode_escape: [Function], + alt_scancode_esc: [Function], + enter_horizontal_hl_mode: [Function], + enter_left_hl_mode: [Function], + enter_low_hl_mode: [Function], + enter_right_hl_mode: [Function], + enter_top_hl_mode: [Function], + enter_vertical_hl_mode: [Function], + set_a_attributes: [Function], + set_pglen_inch: [Function], + termcap_init2: [Function], + termcap_reset: [Function], + linefeed_if_not_lf: [Function], + backspace_if_not_bs: [Function], + other_non_function_keys: [Function], + arrow_key_map: [Function], + acs_ulcorner: [Function], + acs_llcorner: [Function], + acs_urcorner: [Function], + acs_lrcorner: [Function], + acs_ltee: [Function], + acs_rtee: [Function], + acs_btee: [Function], + acs_ttee: [Function], + acs_hline: [Function], + acs_vline: [Function], + acs_plus: [Function], + box_chars_1: [Function], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cud1: [Function], + home: [Function], + cub1: [Function], + cuf1: [Function], + cuu1: [Function], + dch1: [Function], + dl1: [Function], + blink: [Function], + bold: [Function], + dim: [Function], + smir: [Function], + invis: [Function], + rev: [Function], + smso: [Function], + smul: [Function], + sgr0: [Function], + rmir: [Function], + rmso: [Function], + rmul: [Function], + flash: [Function], + is2: [Function], + il1: [Function], + kdch1: [Function], + kcud1: [Function], + kf1: [Function], + kf10: [Function], + kf2: [Function], + kf3: [Function], + kf4: [Function], + kf5: [Function], + kf6: [Function], + kf7: [Function], + kf8: [Function], + kf9: [Function], + khome: [Function], + kich1: [Function], + kcub1: [Function], + knp: [Function], + kpp: [Function], + kcuf1: [Function], + kind: [Function], + kri: [Function], + kcuu1: [Function], + rmkx: [Function], + smkx: [Function], + rmm: [Function], + smm: [Function], + indn: [Function], + rin: [Function], + rs1: [Function], + hts: [Function], + kb2: [Function], + acsc: + { '`': '◆', + a: '▒', + f: '°', + g: '±', + i: '\u000b', + j: '┘', + k: '┐', + l: '┌', + m: '└', + n: '┼', + o: '⎺', + p: '⎻', + q: '─', + r: '⎼', + s: '⎽', + t: '├', + u: '┤', + v: '┴', + w: '┬', + x: '│', + y: '≤', + z: '≥', + '{': 'π', + '|': '≠', + '}': '£', + '~': '·' }, + kcbt: [Function], + smam: [Function], + rmam: [Function], + kend: [Function], + kent: [Function], + kDC: [Function], + kEND: [Function], + kHOM: [Function], + kIC: [Function], + kLFT: [Function], + kNXT: [Function], + kPRV: [Function], + kRIT: [Function], + kf11: [Function], + kf12: [Function], + kf13: [Function], + kf14: [Function], + kf15: [Function], + kf16: [Function], + kf17: [Function], + kf18: [Function], + kf19: [Function], + kf20: [Function], + kf21: [Function], + kf22: [Function], + kf23: [Function], + kf24: [Function], + kf25: [Function], + kf26: [Function], + kf27: [Function], + kf28: [Function], + kf29: [Function], + kf30: [Function], + kf31: [Function], + kf32: [Function], + kf33: [Function], + kf34: [Function], + kf35: [Function], + kf36: [Function], + kf37: [Function], + kf38: [Function], + kf39: [Function], + kf40: [Function], + kf41: [Function], + kf42: [Function], + kf43: [Function], + kf44: [Function], + kf45: [Function], + kf46: [Function], + kf47: [Function], + kf48: [Function], + kf49: [Function], + kf50: [Function], + kf51: [Function], + kf52: [Function], + kf53: [Function], + kf54: [Function], + kf55: [Function], + kf56: [Function], + kf57: [Function], + kf58: [Function], + kf59: [Function], + kf60: [Function], + kf61: [Function], + kf62: [Function], + kf63: [Function], + el1: [Function], + u6: [Function], + u7: [Function], + u8: [Function], + u9: [Function], + op: [Function], + oc: [Function], + initc: [Function], + sitm: [Function], + ritm: [Function], + kmous: [Function], + setaf: [Function], + setab: [Function], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Function], + mrcup: [Function], + ll: [Function], + dsl: [Function], + hd: [Function], + smdc: [Function], + prot: [Function], + rmdc: [Function], + fsl: [Function], + is1: [Function], + is3: [Function], + if: [Function], + ich1: [Function], + ip: [Function], + ktbc: [Function], + kclr: [Function], + kctab: [Function], + kdl1: [Function], + krmir: [Function], + kel: [Function], + ked: [Function], + kf0: [Function], + kil1: [Function], + kll: [Function], + khts: [Function], + lf0: [Function], + lf1: [Function], + lf10: [Function], + lf2: [Function], + lf3: [Function], + lf4: [Function], + lf5: [Function], + lf6: [Function], + lf7: [Function], + lf8: [Function], + lf9: [Function], + pad: [Function], + pfkey: [Function], + pfloc: [Function], + pfx: [Function], + rs3: [Function], + rf: [Function], + wind: [Function], + tsl: [Function], + uc: [Function], + hu: [Function], + iprog: [Function], + ka1: [Function], + ka3: [Function], + kc1: [Function], + kc3: [Function], + rmp: [Function], + pln: [Function], + smxon: [Function], + rmxon: [Function], + xonc: [Function], + xoffc: [Function], + enacs: [Function], + smln: [Function], + rmln: [Function], + kbeg: [Function], + kcan: [Function], + kclo: [Function], + kcmd: [Function], + kcpy: [Function], + kcrt: [Function], + kext: [Function], + kfnd: [Function], + khlp: [Function], + kmrk: [Function], + kmsg: [Function], + kmov: [Function], + knxt: [Function], + kopn: [Function], + kopt: [Function], + kprv: [Function], + kprt: [Function], + krdo: [Function], + kref: [Function], + krfr: [Function], + krpl: [Function], + krst: [Function], + kres: [Function], + ksav: [Function], + kspd: [Function], + kund: [Function], + kBEG: [Function], + kCAN: [Function], + kCMD: [Function], + kCPY: [Function], + kCRT: [Function], + kDL: [Function], + kslt: [Function], + kEOL: [Function], + kEXT: [Function], + kFND: [Function], + kHLP: [Function], + kMSG: [Function], + kMOV: [Function], + kOPT: [Function], + kPRT: [Function], + kRDO: [Function], + kRPL: [Function], + kRES: [Function], + kSAV: [Function], + kSPD: [Function], + kUND: [Function], + rfi: [Function], + mgc: [Function], + smgl: [Function], + smgr: [Function], + fln: [Function], + sclk: [Function], + dclk: [Function], + rmclk: [Function], + cwin: [Function], + wingo: [Function], + hup: [Function], + dial: [Function], + qdial: [Function], + hook: [Function], + wait: [Function], + u0: [Function], + u1: [Function], + u2: [Function], + u3: [Function], + u4: [Function], + u5: [Function], + initp: [Function], + scp: [Function], + setf: [Function], + setb: [Function], + cpi: [Function], + lpi: [Function], + chr: [Function], + cvr: [Function], + defc: [Function], + swidm: [Function], + sdrfq: [Function], + slm: [Function], + smicm: [Function], + snlq: [Function], + snrmq: [Function], + sshm: [Function], + ssubm: [Function], + ssupm: [Function], + sum: [Function], + rwidm: [Function], + rlm: [Function], + rmicm: [Function], + rshm: [Function], + rsubm: [Function], + rsupm: [Function], + rum: [Function], + mhpa: [Function], + mcud1: [Function], + mcub1: [Function], + mcuf1: [Function], + mvpa: [Function], + mcuu1: [Function], + porder: [Function], + mcud: [Function], + mcub: [Function], + mcuf: [Function], + mcuu: [Function], + scs: [Function], + smgb: [Function], + smgbp: [Function], + smglp: [Function], + smgrp: [Function], + smgt: [Function], + smgtp: [Function], + sbim: [Function], + scsd: [Function], + rbim: [Function], + rcsd: [Function], + subcs: [Function], + supcs: [Function], + docr: [Function], + zerom: [Function], + csnm: [Function], + minfo: [Function], + getm: [Function], + pfxl: [Function], + devt: [Function], + csin: [Function], + s0ds: [Function], + s1ds: [Function], + s2ds: [Function], + s3ds: [Function], + smglr: [Function], + smgtb: [Function], + birep: [Function], + binel: [Function], + bicr: [Function], + colornm: [Function], + defbi: [Function], + endbi: [Function], + setcolor: [Function], + slines: [Function], + dispc: [Function], + smpch: [Function], + rmpch: [Function], + smsc: [Function], + rmsc: [Function], + pctrm: [Function], + scesc: [Function], + scesa: [Function], + ehhlm: [Function], + elhlm: [Function], + elohlm: [Function], + erhlm: [Function], + ethlm: [Function], + evhlm: [Function], + sgr1: [Function], + slength: [Function], + info: + { header: [Object], + name: 'xterm-256color', + names: [Array], + desc: 'xterm with 256 colors', + dir: '/lib/terminfo', + file: '/lib/terminfo/x/xterm-256color', + bools: [Object], + numbers: [Object], + strings: [Object], + features: [Object], + all: [Object], + methods: [Object] }, + all: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: '\u001b[Z', + bell: '\u0007', + carriage_return: '\r', + change_scroll_region: '\u001b[%i%p1%d;%p2%dr', + clear_all_tabs: '\u001b[3g', + clear_screen: '\u001b[H\u001b[2J', + clr_eol: '\u001b[K', + clr_eos: '\u001b[J', + column_address: '\u001b[%i%p1%dG', + cursor_address: '\u001b[%i%p1%d;%p2%dH', + cursor_down: '\n', + cursor_home: '\u001b[H', + cursor_invisible: '\u001b[?25l', + cursor_left: '\b', + cursor_normal: '\u001b[?12l\u001b[?25h', + cursor_right: '\u001b[C', + cursor_up: '\u001b[A', + cursor_visible: '\u001b[?12;25h', + delete_character: '\u001b[P', + delete_line: '\u001b[M', + enter_alt_charset_mode: '\u001b(0', + enter_blink_mode: '\u001b[5m', + enter_bold_mode: '\u001b[1m', + enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', + enter_dim_mode: '\u001b[2m', + enter_insert_mode: '\u001b[4h', + enter_secure_mode: '\u001b[8m', + enter_reverse_mode: '\u001b[7m', + enter_standout_mode: '\u001b[7m', + enter_underline_mode: '\u001b[4m', + erase_chars: '\u001b[%p1%dX', + exit_alt_charset_mode: '\u001b(B', + exit_attribute_mode: '\u001b(B\u001b[m', + exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', + exit_insert_mode: '\u001b[4l', + exit_standout_mode: '\u001b[27m', + exit_underline_mode: '\u001b[24m', + flash_screen: '\u001b[?5h$<100/>\u001b[?5l', + init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + insert_line: '\u001b[L', + key_backspace: '', + key_dc: '\u001b[3~', + key_down: '\u001bOB', + key_f1: '\u001bOP', + key_f10: '\u001b[21~', + key_f2: '\u001bOQ', + key_f3: '\u001bOR', + key_f4: '\u001bOS', + key_f5: '\u001b[15~', + key_f6: '\u001b[17~', + key_f7: '\u001b[18~', + key_f8: '\u001b[19~', + key_f9: '\u001b[20~', + key_home: '\u001bOH', + key_ic: '\u001b[2~', + key_left: '\u001bOD', + key_npage: '\u001b[6~', + key_ppage: '\u001b[5~', + key_right: '\u001bOC', + key_sf: '\u001b[1;2B', + key_sr: '\u001b[1;2A', + key_up: '\u001bOA', + keypad_local: '\u001b[?1l\u001b>', + keypad_xmit: '\u001b[?1h\u001b=', + meta_off: '\u001b[?1034l', + meta_on: '\u001b[?1034h', + parm_dch: '\u001b[%p1%dP', + parm_delete_line: '\u001b[%p1%dM', + parm_down_cursor: '\u001b[%p1%dB', + parm_ich: '\u001b[%p1%d@', + parm_index: '\u001b[%p1%dS', + parm_insert_line: '\u001b[%p1%dL', + parm_left_cursor: '\u001b[%p1%dD', + parm_right_cursor: '\u001b[%p1%dC', + parm_rindex: '\u001b[%p1%dT', + parm_up_cursor: '\u001b[%p1%dA', + print_screen: '\u001b[i', + prtr_off: '\u001b[4i', + prtr_on: '\u001b[5i', + repeat_char: '%p1%c\u001b[%p2%{1}%-%db', + reset_1string: '\u001bc\u001b]104\u0007', + reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + restore_cursor: '\u001b8', + row_address: '\u001b[%i%p1%dd', + save_cursor: '\u001b7', + scroll_forward: '\n', + scroll_reverse: '\u001bM', + set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', + set_tab: '\u001bH', + tab: '\t', + key_b2: '\u001bOE', + acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', + key_btab: '\u001b[Z', + enter_am_mode: '\u001b[?7h', + exit_am_mode: '\u001b[?7l', + key_end: '\u001bOF', + key_enter: '\u001bOM', + key_sdc: '\u001b[3;2~', + key_send: '\u001b[1;2F', + key_shome: '\u001b[1;2H', + key_sic: '\u001b[2;2~', + key_sleft: '\u001b[1;2D', + key_snext: '\u001b[6;2~', + key_sprevious: '\u001b[5;2~', + key_sright: '\u001b[1;2C', + key_f11: '\u001b[23~', + key_f12: '\u001b[24~', + key_f13: '\u001b[1;2P', + key_f14: '\u001b[1;2Q', + key_f15: '\u001b[1;2R', + key_f16: '\u001b[1;2S', + key_f17: '\u001b[15;2~', + key_f18: '\u001b[17;2~', + key_f19: '\u001b[18;2~', + key_f20: '\u001b[19;2~', + key_f21: '\u001b[20;2~', + key_f22: '\u001b[21;2~', + key_f23: '\u001b[23;2~', + key_f24: '\u001b[24;2~', + key_f25: '\u001b[1;5P', + key_f26: '\u001b[1;5Q', + key_f27: '\u001b[1;5R', + key_f28: '\u001b[1;5S', + key_f29: '\u001b[15;5~', + key_f30: '\u001b[17;5~', + key_f31: '\u001b[18;5~', + key_f32: '\u001b[19;5~', + key_f33: '\u001b[20;5~', + key_f34: '\u001b[21;5~', + key_f35: '\u001b[23;5~', + key_f36: '\u001b[24;5~', + key_f37: '\u001b[1;6P', + key_f38: '\u001b[1;6Q', + key_f39: '\u001b[1;6R', + key_f40: '\u001b[1;6S', + key_f41: '\u001b[15;6~', + key_f42: '\u001b[17;6~', + key_f43: '\u001b[18;6~', + key_f44: '\u001b[19;6~', + key_f45: '\u001b[20;6~', + key_f46: '\u001b[21;6~', + key_f47: '\u001b[23;6~', + key_f48: '\u001b[24;6~', + key_f49: '\u001b[1;3P', + key_f50: '\u001b[1;3Q', + key_f51: '\u001b[1;3R', + key_f52: '\u001b[1;3S', + key_f53: '\u001b[15;3~', + key_f54: '\u001b[17;3~', + key_f55: '\u001b[18;3~', + key_f56: '\u001b[19;3~', + key_f57: '\u001b[20;3~', + key_f58: '\u001b[21;3~', + key_f59: '\u001b[23;3~', + key_f60: '\u001b[24;3~', + key_f61: '\u001b[1;4P', + key_f62: '\u001b[1;4Q', + key_f63: '\u001b[1;4R', + clr_bol: '\u001b[1K', + user6: '\u001b[%i%d;%dR', + user7: '\u001b[6n', + user8: '\u001b[?%[;0123456789]c', + user9: '\u001b[c', + orig_pair: '\u001b[39;49m', + orig_colors: '\u001b]104\u0007', + initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', + enter_italics_mode: '\u001b[3m', + exit_italics_mode: '\u001b[23m', + key_mouse: '\u001b[M', + set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', + set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', + memory_lock: '\u001bl', + memory_unlock: '\u001bm', + Cr: '\u001b]112\u0007', + Cs: '\u001b]12;%p1%s\u0007', + E3: '\u001b[3J', + Ms: '\u001b]52;%p1%s;%p2%s\u0007', + Se: '\u001b[2 q', + Ss: '\u001b[%p1%d q', + kDC3: '\u001b[3;3~', + kDC4: '\u001b[3;4~', + kDC5: '\u001b[3;5~', + kDC6: '\u001b[3;6~', + kDC7: '\u001b[3;7~', + kDN: '\u001b[1;2B', + kDN3: '\u001b[1;3B', + kDN4: '\u001b[1;4B', + kDN5: '\u001b[1;5B', + kDN6: '\u001b[1;6B', + kDN7: '\u001b[1;7B', + kEND3: '\u001b[1;3F', + kEND4: '\u001b[1;4F', + kEND5: '\u001b[1;5F', + kEND6: '\u001b[1;6F', + kEND7: '\u001b[1;7F', + kHOM3: '\u001b[1;3H', + kHOM4: '\u001b[1;4H', + kHOM5: '\u001b[1;5H', + kHOM6: '\u001b[1;6H', + kHOM7: '\u001b[1;7H', + kIC3: '\u001b[2;3~', + kIC4: '\u001b[2;4~', + kIC5: '\u001b[2;5~', + kIC6: '\u001b[2;6~', + kIC7: '\u001b[2;7~', + kLFT3: '\u001b[1;3D', + kLFT4: '\u001b[1;4D', + kLFT5: '\u001b[1;5D', + kLFT6: '\u001b[1;6D', + kLFT7: '\u001b[1;7D', + kNXT3: '\u001b[6;3~', + kNXT4: '\u001b[6;4~', + kNXT5: '\u001b[6;5~', + kNXT6: '\u001b[6;6~', + kNXT7: '\u001b[6;7~', + kPRV3: '\u001b[5;3~', + kPRV4: '\u001b[5;4~', + kPRV5: '\u001b[5;5~', + kPRV6: '\u001b[5;6~', + kPRV7: '\u001b[5;7~', + kRIT3: '\u001b[1;3C', + kRIT4: '\u001b[1;4C', + kRIT5: '\u001b[1;5C', + kRIT6: '\u001b[1;6C', + kRIT7: '\u001b[1;7C', + kUP: '\u001b[1;2A', + kUP3: '\u001b[1;3A', + kUP4: '\u001b[1;4A', + kUP5: '\u001b[1;5A', + kUP6: '\u001b[1;6A', + kUP7: '\u001b[1;7A', + ka2: '', + kb1: '', + kb3: '', + kc2: '', + rmxx: '\u001b[29m', + smxx: '\u001b[9m' }, + methods: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function: anonymous], + bell: [Function: anonymous], + carriage_return: [Function: anonymous], + change_scroll_region: [Function: anonymous], + clear_all_tabs: [Function: anonymous], + clear_screen: [Function: anonymous], + clr_eol: [Function: anonymous], + clr_eos: [Function: anonymous], + column_address: [Function: anonymous], + cursor_address: [Function: anonymous], + cursor_down: [Function: anonymous], + cursor_home: [Function: anonymous], + cursor_invisible: [Function: anonymous], + cursor_left: [Function: anonymous], + cursor_normal: [Function: anonymous], + cursor_right: [Function: anonymous], + cursor_up: [Function: anonymous], + cursor_visible: [Function: anonymous], + delete_character: [Function: anonymous], + delete_line: [Function: anonymous], + enter_alt_charset_mode: [Function: anonymous], + enter_blink_mode: [Function: anonymous], + enter_bold_mode: [Function: anonymous], + enter_ca_mode: [Function: anonymous], + enter_dim_mode: [Function: anonymous], + enter_insert_mode: [Function: anonymous], + enter_secure_mode: [Function: anonymous], + enter_reverse_mode: [Function: anonymous], + enter_standout_mode: [Function: anonymous], + enter_underline_mode: [Function: anonymous], + erase_chars: [Function: anonymous], + exit_alt_charset_mode: [Function: anonymous], + exit_attribute_mode: [Function: anonymous], + exit_ca_mode: [Function: anonymous], + exit_insert_mode: [Function: anonymous], + exit_standout_mode: [Function: anonymous], + exit_underline_mode: [Function: anonymous], + flash_screen: [Function: anonymous], + init_2string: [Function: anonymous], + insert_line: [Function: anonymous], + key_backspace: [Function: anonymous], + key_dc: [Function: anonymous], + key_down: [Function: anonymous], + key_f1: [Function: anonymous], + key_f10: [Function: anonymous], + key_f2: [Function: anonymous], + key_f3: [Function: anonymous], + key_f4: [Function: anonymous], + key_f5: [Function: anonymous], + key_f6: [Function: anonymous], + key_f7: [Function: anonymous], + key_f8: [Function: anonymous], + key_f9: [Function: anonymous], + key_home: [Function: anonymous], + key_ic: [Function: anonymous], + key_left: [Function: anonymous], + key_npage: [Function: anonymous], + key_ppage: [Function: anonymous], + key_right: [Function: anonymous], + key_sf: [Function: anonymous], + key_sr: [Function: anonymous], + key_up: [Function: anonymous], + keypad_local: [Function: anonymous], + keypad_xmit: [Function: anonymous], + meta_off: [Function: anonymous], + meta_on: [Function: anonymous], + parm_dch: [Function: anonymous], + parm_delete_line: [Function: anonymous], + parm_down_cursor: [Function: anonymous], + parm_ich: [Function: anonymous], + parm_index: [Function: anonymous], + parm_insert_line: [Function: anonymous], + parm_left_cursor: [Function: anonymous], + parm_right_cursor: [Function: anonymous], + parm_rindex: [Function: anonymous], + parm_up_cursor: [Function: anonymous], + print_screen: [Function: anonymous], + prtr_off: [Function: anonymous], + prtr_on: [Function: anonymous], + repeat_char: [Function: anonymous], + reset_1string: [Function: anonymous], + reset_2string: [Function: anonymous], + restore_cursor: [Function: anonymous], + row_address: [Function: anonymous], + save_cursor: [Function: anonymous], + scroll_forward: [Function: anonymous], + scroll_reverse: [Function: anonymous], + set_attributes: [Function: anonymous], + set_tab: [Function: anonymous], + tab: [Function: anonymous], + key_b2: [Function: anonymous], + acs_chars: [Function: anonymous], + key_btab: [Function: anonymous], + enter_am_mode: [Function: anonymous], + exit_am_mode: [Function: anonymous], + key_end: [Function: anonymous], + key_enter: [Function: anonymous], + key_sdc: [Function: anonymous], + key_send: [Function: anonymous], + key_shome: [Function: anonymous], + key_sic: [Function: anonymous], + key_sleft: [Function: anonymous], + key_snext: [Function: anonymous], + key_sprevious: [Function: anonymous], + key_sright: [Function: anonymous], + key_f11: [Function: anonymous], + key_f12: [Function: anonymous], + key_f13: [Function: anonymous], + key_f14: [Function: anonymous], + key_f15: [Function: anonymous], + key_f16: [Function: anonymous], + key_f17: [Function: anonymous], + key_f18: [Function: anonymous], + key_f19: [Function: anonymous], + key_f20: [Function: anonymous], + key_f21: [Function: anonymous], + key_f22: [Function: anonymous], + key_f23: [Function: anonymous], + key_f24: [Function: anonymous], + key_f25: [Function: anonymous], + key_f26: [Function: anonymous], + key_f27: [Function: anonymous], + key_f28: [Function: anonymous], + key_f29: [Function: anonymous], + key_f30: [Function: anonymous], + key_f31: [Function: anonymous], + key_f32: [Function: anonymous], + key_f33: [Function: anonymous], + key_f34: [Function: anonymous], + key_f35: [Function: anonymous], + key_f36: [Function: anonymous], + key_f37: [Function: anonymous], + key_f38: [Function: anonymous], + key_f39: [Function: anonymous], + key_f40: [Function: anonymous], + key_f41: [Function: anonymous], + key_f42: [Function: anonymous], + key_f43: [Function: anonymous], + key_f44: [Function: anonymous], + key_f45: [Function: anonymous], + key_f46: [Function: anonymous], + key_f47: [Function: anonymous], + key_f48: [Function: anonymous], + key_f49: [Function: anonymous], + key_f50: [Function: anonymous], + key_f51: [Function: anonymous], + key_f52: [Function: anonymous], + key_f53: [Function: anonymous], + key_f54: [Function: anonymous], + key_f55: [Function: anonymous], + key_f56: [Function: anonymous], + key_f57: [Function: anonymous], + key_f58: [Function: anonymous], + key_f59: [Function: anonymous], + key_f60: [Function: anonymous], + key_f61: [Function: anonymous], + key_f62: [Function: anonymous], + key_f63: [Function: anonymous], + clr_bol: [Function: anonymous], + user6: [Function: anonymous], + user7: [Function: anonymous], + user8: [Function: anonymous], + user9: [Function: anonymous], + orig_pair: [Function: anonymous], + orig_colors: [Function: anonymous], + initialize_color: [Function: bound anonymous], + enter_italics_mode: [Function: anonymous], + exit_italics_mode: [Function: anonymous], + key_mouse: [Function: anonymous], + set_a_foreground: [Function: anonymous], + set_a_background: [Function: anonymous], + memory_lock: [Function: anonymous], + memory_unlock: [Function: anonymous], + Cr: [Function: anonymous], + Cs: [Function: anonymous], + E3: [Function: anonymous], + Ms: [Function: anonymous], + Se: [Function: anonymous], + Ss: [Function: anonymous], + kDC3: [Function: anonymous], + kDC4: [Function: anonymous], + kDC5: [Function: anonymous], + kDC6: [Function: anonymous], + kDC7: [Function: anonymous], + kDN: [Function: anonymous], + kDN3: [Function: anonymous], + kDN4: [Function: anonymous], + kDN5: [Function: anonymous], + kDN6: [Function: anonymous], + kDN7: [Function: anonymous], + kEND3: [Function: anonymous], + kEND4: [Function: anonymous], + kEND5: [Function: anonymous], + kEND6: [Function: anonymous], + kEND7: [Function: anonymous], + kHOM3: [Function: anonymous], + kHOM4: [Function: anonymous], + kHOM5: [Function: anonymous], + kHOM6: [Function: anonymous], + kHOM7: [Function: anonymous], + kIC3: [Function: anonymous], + kIC4: [Function: anonymous], + kIC5: [Function: anonymous], + kIC6: [Function: anonymous], + kIC7: [Function: anonymous], + kLFT3: [Function: anonymous], + kLFT4: [Function: anonymous], + kLFT5: [Function: anonymous], + kLFT6: [Function: anonymous], + kLFT7: [Function: anonymous], + kNXT3: [Function: anonymous], + kNXT4: [Function: anonymous], + kNXT5: [Function: anonymous], + kNXT6: [Function: anonymous], + kNXT7: [Function: anonymous], + kPRV3: [Function: anonymous], + kPRV4: [Function: anonymous], + kPRV5: [Function: anonymous], + kPRV6: [Function: anonymous], + kPRV7: [Function: anonymous], + kRIT3: [Function: anonymous], + kRIT4: [Function: anonymous], + kRIT5: [Function: anonymous], + kRIT6: [Function: anonymous], + kRIT7: [Function: anonymous], + kUP: [Function: anonymous], + kUP3: [Function: anonymous], + kUP4: [Function: anonymous], + kUP5: [Function: anonymous], + kUP6: [Function: anonymous], + kUP7: [Function: anonymous], + ka2: [Object], + kb1: [Object], + kb3: [Object], + kc2: [Object], + rmxx: [Function: anonymous], + smxx: [Function: anonymous], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Object], + cursor_mem_address: [Object], + cursor_to_ll: [Object], + dis_status_line: [Object], + down_half_line: [Object], + enter_delete_mode: [Object], + enter_protected_mode: [Object], + exit_delete_mode: [Object], + form_feed: [Object], + from_status_line: [Object], + init_1string: [Object], + init_3string: [Object], + init_file: [Object], + insert_character: [Object], + insert_padding: [Object], + key_catab: [Object], + key_clear: [Object], + key_ctab: [Object], + key_dl: [Object], + key_eic: [Object], + key_eol: [Object], + key_eos: [Object], + key_f0: [Object], + key_il: [Object], + key_ll: [Object], + key_stab: [Object], + lab_f0: [Object], + lab_f1: [Object], + lab_f10: [Object], + lab_f2: [Object], + lab_f3: [Object], + lab_f4: [Object], + lab_f5: [Object], + lab_f6: [Object], + lab_f7: [Object], + lab_f8: [Object], + lab_f9: [Object], + newline: [Object], + pad_char: [Object], + pkey_key: [Object], + pkey_local: [Object], + pkey_xmit: [Object], + reset_3string: [Object], + reset_file: [Object], + set_window: [Object], + to_status_line: [Object], + underline_char: [Object], + up_half_line: [Object], + init_prog: [Object], + key_a1: [Object], + key_a3: [Object], + key_c1: [Object], + key_c3: [Object], + prtr_non: [Object], + char_padding: [Object], + plab_norm: [Object], + enter_xon_mode: [Object], + exit_xon_mode: [Object], + xon_character: [Object], + xoff_character: [Object], + ena_acs: [Object], + label_on: [Object], + label_off: [Object], + key_beg: [Object], + key_cancel: [Object], + key_close: [Object], + key_command: [Object], + key_copy: [Object], + key_create: [Object], + key_exit: [Object], + key_find: [Object], + key_help: [Object], + key_mark: [Object], + key_message: [Object], + key_move: [Object], + key_next: [Object], + key_open: [Object], + key_options: [Object], + key_previous: [Object], + key_print: [Object], + key_redo: [Object], + key_reference: [Object], + key_refresh: [Object], + key_replace: [Object], + key_restart: [Object], + key_resume: [Object], + key_save: [Object], + key_suspend: [Object], + key_undo: [Object], + key_sbeg: [Object], + key_scancel: [Object], + key_scommand: [Object], + key_scopy: [Object], + key_screate: [Object], + key_sdl: [Object], + key_select: [Object], + key_seol: [Object], + key_sexit: [Object], + key_sfind: [Object], + key_shelp: [Object], + key_smessage: [Object], + key_smove: [Object], + key_soptions: [Object], + key_sprint: [Object], + key_sredo: [Object], + key_sreplace: [Object], + key_srsume: [Object], + key_ssave: [Object], + key_ssuspend: [Object], + key_sundo: [Object], + req_for_input: [Object], + clear_margins: [Object], + set_left_margin: [Object], + set_right_margin: [Object], + label_format: [Object], + set_clock: [Object], + display_clock: [Object], + remove_clock: [Object], + create_window: [Object], + goto_window: [Object], + hangup: [Object], + dial_phone: [Object], + quick_dial: [Object], + tone: [Object], + pulse: [Object], + flash_hook: [Object], + fixed_pause: [Object], + wait_tone: [Object], + user0: [Object], + user1: [Object], + user2: [Object], + user3: [Object], + user4: [Object], + user5: [Object], + initialize_pair: [Object], + set_color_pair: [Object], + set_foreground: [Object], + set_background: [Object], + change_char_pitch: [Object], + change_line_pitch: [Object], + change_res_horz: [Object], + change_res_vert: [Object], + define_char: [Object], + enter_doublewide_mode: [Object], + enter_draft_quality: [Object], + enter_leftward_mode: [Object], + enter_micro_mode: [Object], + enter_near_letter_quality: [Object], + enter_normal_quality: [Object], + enter_shadow_mode: [Object], + enter_subscript_mode: [Object], + enter_superscript_mode: [Object], + enter_upward_mode: [Object], + exit_doublewide_mode: [Object], + exit_leftward_mode: [Object], + exit_micro_mode: [Object], + exit_shadow_mode: [Object], + exit_subscript_mode: [Object], + exit_superscript_mode: [Object], + exit_upward_mode: [Object], + micro_column_address: [Object], + micro_down: [Object], + micro_left: [Object], + micro_right: [Object], + micro_row_address: [Object], + micro_up: [Object], + order_of_pins: [Object], + parm_down_micro: [Object], + parm_left_micro: [Object], + parm_right_micro: [Object], + parm_up_micro: [Object], + select_char_set: [Object], + set_bottom_margin: [Object], + set_bottom_margin_parm: [Object], + set_left_margin_parm: [Object], + set_right_margin_parm: [Object], + set_top_margin: [Object], + set_top_margin_parm: [Object], + start_bit_image: [Object], + start_char_set_def: [Object], + stop_bit_image: [Object], + stop_char_set_def: [Object], + subscript_characters: [Object], + superscript_characters: [Object], + these_cause_cr: [Object], + zero_motion: [Object], + char_set_names: [Object], + mouse_info: [Object], + req_mouse_pos: [Object], + get_mouse: [Object], + pkey_plab: [Object], + device_type: [Object], + code_set_init: [Object], + set0_des_seq: [Object], + set1_des_seq: [Object], + set2_des_seq: [Object], + set3_des_seq: [Object], + set_lr_margin: [Object], + set_tb_margin: [Object], + bit_image_repeat: [Object], + bit_image_newline: [Object], + bit_image_carriage_return: [Object], + color_names: [Object], + define_bit_image_region: [Object], + end_bit_image_region: [Object], + set_color_band: [Object], + set_page_length: [Object], + display_pc_char: [Object], + enter_pc_charset_mode: [Object], + exit_pc_charset_mode: [Object], + enter_scancode_mode: [Object], + exit_scancode_mode: [Object], + pc_term_options: [Object], + scancode_escape: [Object], + alt_scancode_esc: [Object], + enter_horizontal_hl_mode: [Object], + enter_left_hl_mode: [Object], + enter_low_hl_mode: [Object], + enter_right_hl_mode: [Object], + enter_top_hl_mode: [Object], + enter_vertical_hl_mode: [Object], + set_a_attributes: [Object], + set_pglen_inch: [Object], + termcap_init2: [Object], + termcap_reset: [Object], + linefeed_if_not_lf: [Object], + backspace_if_not_bs: [Object], + other_non_function_keys: [Object], + arrow_key_map: [Object], + acs_ulcorner: [Object], + acs_llcorner: [Object], + acs_urcorner: [Object], + acs_lrcorner: [Object], + acs_ltee: [Object], + acs_rtee: [Object], + acs_btee: [Object], + acs_ttee: [Object], + acs_hline: [Object], + acs_vline: [Object], + acs_plus: [Object], + box_chars_1: [Object], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function: anonymous], + bel: [Function: anonymous], + cr: [Function: anonymous], + csr: [Function: anonymous], + tbc: [Function: anonymous], + clear: [Function: anonymous], + el: [Function: anonymous], + ed: [Function: anonymous], + hpa: [Function: anonymous], + cup: [Function: anonymous], + cud1: [Function: anonymous], + home: [Function: anonymous], + civis: [Function: anonymous], + cub1: [Function: anonymous], + cnorm: [Function: anonymous], + cuf1: [Function: anonymous], + cuu1: [Function: anonymous], + cvvis: [Function: anonymous], + dch1: [Function: anonymous], + dl1: [Function: anonymous], + smacs: [Function: anonymous], + blink: [Function: anonymous], + bold: [Function: anonymous], + smcup: [Function: anonymous], + dim: [Function: anonymous], + smir: [Function: anonymous], + invis: [Function: anonymous], + rev: [Function: anonymous], + smso: [Function: anonymous], + smul: [Function: anonymous], + ech: [Function: anonymous], + rmacs: [Function: anonymous], + sgr0: [Function: anonymous], + rmcup: [Function: anonymous], + rmir: [Function: anonymous], + rmso: [Function: anonymous], + rmul: [Function: anonymous], + flash: [Function: anonymous], + is2: [Function: anonymous], + il1: [Function: anonymous], + kbs: [Function: anonymous], + kdch1: [Function: anonymous], + kcud1: [Function: anonymous], + kf1: [Function: anonymous], + kf10: [Function: anonymous], + kf2: [Function: anonymous], + kf3: [Function: anonymous], + kf4: [Function: anonymous], + kf5: [Function: anonymous], + kf6: [Function: anonymous], + kf7: [Function: anonymous], + kf8: [Function: anonymous], + kf9: [Function: anonymous], + khome: [Function: anonymous], + kich1: [Function: anonymous], + kcub1: [Function: anonymous], + knp: [Function: anonymous], + kpp: [Function: anonymous], + kcuf1: [Function: anonymous], + kind: [Function: anonymous], + kri: [Function: anonymous], + kcuu1: [Function: anonymous], + rmkx: [Function: anonymous], + smkx: [Function: anonymous], + rmm: [Function: anonymous], + smm: [Function: anonymous], + dch: [Function: anonymous], + dl: [Function: anonymous], + cud: [Function: anonymous], + ich: [Function: anonymous], + indn: [Function: anonymous], + il: [Function: anonymous], + cub: [Function: anonymous], + cuf: [Function: anonymous], + rin: [Function: anonymous], + cuu: [Function: anonymous], + mc0: [Function: anonymous], + mc4: [Function: anonymous], + mc5: [Function: anonymous], + rep: [Function: anonymous], + rs1: [Function: anonymous], + rs2: [Function: anonymous], + rc: [Function: anonymous], + vpa: [Function: anonymous], + sc: [Function: anonymous], + ind: [Function: anonymous], + ri: [Function: anonymous], + sgr: [Function: anonymous], + hts: [Function: anonymous], + ht: [Function: anonymous], + kb2: [Function: anonymous], + acsc: [Function: anonymous], + kcbt: [Function: anonymous], + smam: [Function: anonymous], + rmam: [Function: anonymous], + kend: [Function: anonymous], + kent: [Function: anonymous], + kDC: [Function: anonymous], + kEND: [Function: anonymous], + kHOM: [Function: anonymous], + kIC: [Function: anonymous], + kLFT: [Function: anonymous], + kNXT: [Function: anonymous], + kPRV: [Function: anonymous], + kRIT: [Function: anonymous], + kf11: [Function: anonymous], + kf12: [Function: anonymous], + kf13: [Function: anonymous], + kf14: [Function: anonymous], + kf15: [Function: anonymous], + kf16: [Function: anonymous], + kf17: [Function: anonymous], + kf18: [Function: anonymous], + kf19: [Function: anonymous], + kf20: [Function: anonymous], + kf21: [Function: anonymous], + kf22: [Function: anonymous], + kf23: [Function: anonymous], + kf24: [Function: anonymous], + kf25: [Function: anonymous], + kf26: [Function: anonymous], + kf27: [Function: anonymous], + kf28: [Function: anonymous], + kf29: [Function: anonymous], + kf30: [Function: anonymous], + kf31: [Function: anonymous], + kf32: [Function: anonymous], + kf33: [Function: anonymous], + kf34: [Function: anonymous], + kf35: [Function: anonymous], + kf36: [Function: anonymous], + kf37: [Function: anonymous], + kf38: [Function: anonymous], + kf39: [Function: anonymous], + kf40: [Function: anonymous], + kf41: [Function: anonymous], + kf42: [Function: anonymous], + kf43: [Function: anonymous], + kf44: [Function: anonymous], + kf45: [Function: anonymous], + kf46: [Function: anonymous], + kf47: [Function: anonymous], + kf48: [Function: anonymous], + kf49: [Function: anonymous], + kf50: [Function: anonymous], + kf51: [Function: anonymous], + kf52: [Function: anonymous], + kf53: [Function: anonymous], + kf54: [Function: anonymous], + kf55: [Function: anonymous], + kf56: [Function: anonymous], + kf57: [Function: anonymous], + kf58: [Function: anonymous], + kf59: [Function: anonymous], + kf60: [Function: anonymous], + kf61: [Function: anonymous], + kf62: [Function: anonymous], + kf63: [Function: anonymous], + el1: [Function: anonymous], + u6: [Function: anonymous], + u7: [Function: anonymous], + u8: [Function: anonymous], + u9: [Function: anonymous], + op: [Function: anonymous], + oc: [Function: anonymous], + initc: [Function: bound anonymous], + sitm: [Function: anonymous], + ritm: [Function: anonymous], + kmous: [Function: anonymous], + setaf: [Function: anonymous], + setab: [Function: anonymous], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Object], + mrcup: [Object], + ll: [Object], + dsl: [Object], + hd: [Object], + smdc: [Object], + prot: [Object], + rmdc: [Object], + ff: [Object], + fsl: [Object], + is1: [Object], + is3: [Object], + if: [Object], + ich1: [Object], + ip: [Object], + ktbc: [Object], + kclr: [Object], + kctab: [Object], + kdl1: [Object], + krmir: [Object], + kel: [Object], + ked: [Object], + kf0: [Object], + kil1: [Object], + kll: [Object], + khts: [Object], + lf0: [Object], + lf1: [Object], + lf10: [Object], + lf2: [Object], + lf3: [Object], + lf4: [Object], + lf5: [Object], + lf6: [Object], + lf7: [Object], + lf8: [Object], + lf9: [Object], + nel: [Object], + pad: [Object], + pfkey: [Object], + pfloc: [Object], + pfx: [Object], + rs3: [Object], + rf: [Object], + wind: [Object], + tsl: [Object], + uc: [Object], + hu: [Object], + iprog: [Object], + ka1: [Object], + ka3: [Object], + kc1: [Object], + kc3: [Object], + mc5p: [Object], + rmp: [Object], + pln: [Object], + smxon: [Object], + rmxon: [Object], + xonc: [Object], + xoffc: [Object], + enacs: [Object], + smln: [Object], + rmln: [Object], + kbeg: [Object], + kcan: [Object], + kclo: [Object], + kcmd: [Object], + kcpy: [Object], + kcrt: [Object], + kext: [Object], + kfnd: [Object], + khlp: [Object], + kmrk: [Object], + kmsg: [Object], + kmov: [Object], + knxt: [Object], + kopn: [Object], + kopt: [Object], + kprv: [Object], + kprt: [Object], + krdo: [Object], + kref: [Object], + krfr: [Object], + krpl: [Object], + krst: [Object], + kres: [Object], + ksav: [Object], + kspd: [Object], + kund: [Object], + kBEG: [Object], + kCAN: [Object], + kCMD: [Object], + kCPY: [Object], + kCRT: [Object], + kDL: [Object], + kslt: [Object], + kEOL: [Object], + kEXT: [Object], + kFND: [Object], + kHLP: [Object], + kMSG: [Object], + kMOV: [Object], + kOPT: [Object], + kPRT: [Object], + kRDO: [Object], + kRPL: [Object], + kRES: [Object], + kSAV: [Object], + kSPD: [Object], + kUND: [Object], + rfi: [Object], + mgc: [Object], + smgl: [Object], + smgr: [Object], + fln: [Object], + sclk: [Object], + dclk: [Object], + rmclk: [Object], + cwin: [Object], + wingo: [Object], + hup: [Object], + dial: [Object], + qdial: [Object], + hook: [Object], + pause: [Object], + wait: [Object], + u0: [Object], + u1: [Object], + u2: [Object], + u3: [Object], + u4: [Object], + u5: [Object], + initp: [Object], + scp: [Object], + setf: [Object], + setb: [Object], + cpi: [Object], + lpi: [Object], + chr: [Object], + cvr: [Object], + defc: [Object], + swidm: [Object], + sdrfq: [Object], + slm: [Object], + smicm: [Object], + snlq: [Object], + snrmq: [Object], + sshm: [Object], + ssubm: [Object], + ssupm: [Object], + sum: [Object], + rwidm: [Object], + rlm: [Object], + rmicm: [Object], + rshm: [Object], + rsubm: [Object], + rsupm: [Object], + rum: [Object], + mhpa: [Object], + mcud1: [Object], + mcub1: [Object], + mcuf1: [Object], + mvpa: [Object], + mcuu1: [Object], + porder: [Object], + mcud: [Object], + mcub: [Object], + mcuf: [Object], + mcuu: [Object], + scs: [Object], + smgb: [Object], + smgbp: [Object], + smglp: [Object], + smgrp: [Object], + smgt: [Object], + smgtp: [Object], + sbim: [Object], + scsd: [Object], + rbim: [Object], + rcsd: [Object], + subcs: [Object], + supcs: [Object], + docr: [Object], + zerom: [Object], + csnm: [Object], + minfo: [Object], + reqmp: [Object], + getm: [Object], + pfxl: [Object], + devt: [Object], + csin: [Object], + s0ds: [Object], + s1ds: [Object], + s2ds: [Object], + s3ds: [Object], + smglr: [Object], + smgtb: [Object], + birep: [Object], + binel: [Object], + bicr: [Object], + colornm: [Object], + defbi: [Object], + endbi: [Object], + setcolor: [Object], + slines: [Object], + dispc: [Object], + smpch: [Object], + rmpch: [Object], + smsc: [Object], + rmsc: [Object], + pctrm: [Object], + scesc: [Object], + scesa: [Object], + ehhlm: [Object], + elhlm: [Object], + elohlm: [Object], + erhlm: [Object], + ethlm: [Object], + evhlm: [Object], + sgr1: [Object], + slength: [Object] }, + bools: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true }, + numbers: + { columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767 }, + strings: + { back_tab: '\u001b[Z', + bell: '\u0007', + carriage_return: '\r', + change_scroll_region: '\u001b[%i%p1%d;%p2%dr', + clear_all_tabs: '\u001b[3g', + clear_screen: '\u001b[H\u001b[2J', + clr_eol: '\u001b[K', + clr_eos: '\u001b[J', + column_address: '\u001b[%i%p1%dG', + cursor_address: '\u001b[%i%p1%d;%p2%dH', + cursor_down: '\n', + cursor_home: '\u001b[H', + cursor_invisible: '\u001b[?25l', + cursor_left: '\b', + cursor_normal: '\u001b[?12l\u001b[?25h', + cursor_right: '\u001b[C', + cursor_up: '\u001b[A', + cursor_visible: '\u001b[?12;25h', + delete_character: '\u001b[P', + delete_line: '\u001b[M', + enter_alt_charset_mode: '\u001b(0', + enter_blink_mode: '\u001b[5m', + enter_bold_mode: '\u001b[1m', + enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', + enter_dim_mode: '\u001b[2m', + enter_insert_mode: '\u001b[4h', + enter_secure_mode: '\u001b[8m', + enter_reverse_mode: '\u001b[7m', + enter_standout_mode: '\u001b[7m', + enter_underline_mode: '\u001b[4m', + erase_chars: '\u001b[%p1%dX', + exit_alt_charset_mode: '\u001b(B', + exit_attribute_mode: '\u001b(B\u001b[m', + exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', + exit_insert_mode: '\u001b[4l', + exit_standout_mode: '\u001b[27m', + exit_underline_mode: '\u001b[24m', + flash_screen: '\u001b[?5h$<100/>\u001b[?5l', + init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + insert_line: '\u001b[L', + key_backspace: '', + key_dc: '\u001b[3~', + key_down: '\u001bOB', + key_f1: '\u001bOP', + key_f10: '\u001b[21~', + key_f2: '\u001bOQ', + key_f3: '\u001bOR', + key_f4: '\u001bOS', + key_f5: '\u001b[15~', + key_f6: '\u001b[17~', + key_f7: '\u001b[18~', + key_f8: '\u001b[19~', + key_f9: '\u001b[20~', + key_home: '\u001bOH', + key_ic: '\u001b[2~', + key_left: '\u001bOD', + key_npage: '\u001b[6~', + key_ppage: '\u001b[5~', + key_right: '\u001bOC', + key_sf: '\u001b[1;2B', + key_sr: '\u001b[1;2A', + key_up: '\u001bOA', + keypad_local: '\u001b[?1l\u001b>', + keypad_xmit: '\u001b[?1h\u001b=', + meta_off: '\u001b[?1034l', + meta_on: '\u001b[?1034h', + parm_dch: '\u001b[%p1%dP', + parm_delete_line: '\u001b[%p1%dM', + parm_down_cursor: '\u001b[%p1%dB', + parm_ich: '\u001b[%p1%d@', + parm_index: '\u001b[%p1%dS', + parm_insert_line: '\u001b[%p1%dL', + parm_left_cursor: '\u001b[%p1%dD', + parm_right_cursor: '\u001b[%p1%dC', + parm_rindex: '\u001b[%p1%dT', + parm_up_cursor: '\u001b[%p1%dA', + print_screen: '\u001b[i', + prtr_off: '\u001b[4i', + prtr_on: '\u001b[5i', + repeat_char: '%p1%c\u001b[%p2%{1}%-%db', + reset_1string: '\u001bc\u001b]104\u0007', + reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + restore_cursor: '\u001b8', + row_address: '\u001b[%i%p1%dd', + save_cursor: '\u001b7', + scroll_forward: '\n', + scroll_reverse: '\u001bM', + set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', + set_tab: '\u001bH', + tab: '\t', + key_b2: '\u001bOE', + acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', + key_btab: '\u001b[Z', + enter_am_mode: '\u001b[?7h', + exit_am_mode: '\u001b[?7l', + key_end: '\u001bOF', + key_enter: '\u001bOM', + key_sdc: '\u001b[3;2~', + key_send: '\u001b[1;2F', + key_shome: '\u001b[1;2H', + key_sic: '\u001b[2;2~', + key_sleft: '\u001b[1;2D', + key_snext: '\u001b[6;2~', + key_sprevious: '\u001b[5;2~', + key_sright: '\u001b[1;2C', + key_f11: '\u001b[23~', + key_f12: '\u001b[24~', + key_f13: '\u001b[1;2P', + key_f14: '\u001b[1;2Q', + key_f15: '\u001b[1;2R', + key_f16: '\u001b[1;2S', + key_f17: '\u001b[15;2~', + key_f18: '\u001b[17;2~', + key_f19: '\u001b[18;2~', + key_f20: '\u001b[19;2~', + key_f21: '\u001b[20;2~', + key_f22: '\u001b[21;2~', + key_f23: '\u001b[23;2~', + key_f24: '\u001b[24;2~', + key_f25: '\u001b[1;5P', + key_f26: '\u001b[1;5Q', + key_f27: '\u001b[1;5R', + key_f28: '\u001b[1;5S', + key_f29: '\u001b[15;5~', + key_f30: '\u001b[17;5~', + key_f31: '\u001b[18;5~', + key_f32: '\u001b[19;5~', + key_f33: '\u001b[20;5~', + key_f34: '\u001b[21;5~', + key_f35: '\u001b[23;5~', + key_f36: '\u001b[24;5~', + key_f37: '\u001b[1;6P', + key_f38: '\u001b[1;6Q', + key_f39: '\u001b[1;6R', + key_f40: '\u001b[1;6S', + key_f41: '\u001b[15;6~', + key_f42: '\u001b[17;6~', + key_f43: '\u001b[18;6~', + key_f44: '\u001b[19;6~', + key_f45: '\u001b[20;6~', + key_f46: '\u001b[21;6~', + key_f47: '\u001b[23;6~', + key_f48: '\u001b[24;6~', + key_f49: '\u001b[1;3P', + key_f50: '\u001b[1;3Q', + key_f51: '\u001b[1;3R', + key_f52: '\u001b[1;3S', + key_f53: '\u001b[15;3~', + key_f54: '\u001b[17;3~', + key_f55: '\u001b[18;3~', + key_f56: '\u001b[19;3~', + key_f57: '\u001b[20;3~', + key_f58: '\u001b[21;3~', + key_f59: '\u001b[23;3~', + key_f60: '\u001b[24;3~', + key_f61: '\u001b[1;4P', + key_f62: '\u001b[1;4Q', + key_f63: '\u001b[1;4R', + clr_bol: '\u001b[1K', + user6: '\u001b[%i%d;%dR', + user7: '\u001b[6n', + user8: '\u001b[?%[;0123456789]c', + user9: '\u001b[c', + orig_pair: '\u001b[39;49m', + orig_colors: '\u001b]104\u0007', + initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', + enter_italics_mode: '\u001b[3m', + exit_italics_mode: '\u001b[23m', + key_mouse: '\u001b[M', + set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', + set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', + memory_lock: '\u001bl', + memory_unlock: '\u001bm', + Cr: '\u001b]112\u0007', + Cs: '\u001b]12;%p1%s\u0007', + E3: '\u001b[3J', + Ms: '\u001b]52;%p1%s;%p2%s\u0007', + Se: '\u001b[2 q', + Ss: '\u001b[%p1%d q', + kDC3: '\u001b[3;3~', + kDC4: '\u001b[3;4~', + kDC5: '\u001b[3;5~', + kDC6: '\u001b[3;6~', + kDC7: '\u001b[3;7~', + kDN: '\u001b[1;2B', + kDN3: '\u001b[1;3B', + kDN4: '\u001b[1;4B', + kDN5: '\u001b[1;5B', + kDN6: '\u001b[1;6B', + kDN7: '\u001b[1;7B', + kEND3: '\u001b[1;3F', + kEND4: '\u001b[1;4F', + kEND5: '\u001b[1;5F', + kEND6: '\u001b[1;6F', + kEND7: '\u001b[1;7F', + kHOM3: '\u001b[1;3H', + kHOM4: '\u001b[1;4H', + kHOM5: '\u001b[1;5H', + kHOM6: '\u001b[1;6H', + kHOM7: '\u001b[1;7H', + kIC3: '\u001b[2;3~', + kIC4: '\u001b[2;4~', + kIC5: '\u001b[2;5~', + kIC6: '\u001b[2;6~', + kIC7: '\u001b[2;7~', + kLFT3: '\u001b[1;3D', + kLFT4: '\u001b[1;4D', + kLFT5: '\u001b[1;5D', + kLFT6: '\u001b[1;6D', + kLFT7: '\u001b[1;7D', + kNXT3: '\u001b[6;3~', + kNXT4: '\u001b[6;4~', + kNXT5: '\u001b[6;5~', + kNXT6: '\u001b[6;6~', + kNXT7: '\u001b[6;7~', + kPRV3: '\u001b[5;3~', + kPRV4: '\u001b[5;4~', + kPRV5: '\u001b[5;5~', + kPRV6: '\u001b[5;6~', + kPRV7: '\u001b[5;7~', + kRIT3: '\u001b[1;3C', + kRIT4: '\u001b[1;4C', + kRIT5: '\u001b[1;5C', + kRIT6: '\u001b[1;6C', + kRIT7: '\u001b[1;7C', + kUP: '\u001b[1;2A', + kUP3: '\u001b[1;3A', + kUP4: '\u001b[1;4A', + kUP5: '\u001b[1;5A', + kUP6: '\u001b[1;6A', + kUP7: '\u001b[1;7A', + ka2: '', + kb1: '', + kb3: '', + kc2: '', + rmxx: '\u001b[29m', + smxx: '\u001b[9m' }, + features: + { unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + padding: true, + setbuf: true, + acsc: [Object], + acscr: [Object] }, + unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + setbuf: true, + acscr: + { '◆': '`', + '▒': 'a', + '°': 'f', + '±': 'g', + '\u000b': 'i', + '┘': 'j', + '┐': 'k', + '┌': 'l', + '└': 'm', + '┼': 'n', + '⎺': 'o', + '⎻': 'p', + '─': 'q', + '⎼': 'r', + '⎽': 's', + '├': 't', + '┤': 'u', + '┴': 'v', + '┬': 'w', + '│': 'x', + '≤': 'y', + '≥': 'z', + 'π': '{', + '≠': '|', + '£': '}', + '·': '~' }, + _newHandler: [Function: fn], + isAlt: true, + cursorHidden: true, + _currentMouse: { sgrMouse: true, cellMotion: true, allMotion: true }, + mouseEnabled: true, + _boundMouse: true }, + tput: + Tput { + options: + { terminal: 'xterm-256color', + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + forceUnicode: undefined }, + terminal: 'xterm-256color', + debug: undefined, + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + error: null, + terminfoPrefix: undefined, + terminfoFile: undefined, + termcapFile: undefined, + auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function], + bell: [Function], + carriage_return: [Function], + change_scroll_region: [Function], + clear_all_tabs: [Function], + clear_screen: [Function], + clr_eol: [Function], + clr_eos: [Function], + column_address: [Function], + cursor_address: [Function], + cursor_down: [Function], + cursor_home: [Function], + cursor_invisible: [Function], + cursor_left: [Function], + cursor_normal: [Function], + cursor_right: [Function], + cursor_up: [Function], + cursor_visible: [Function], + delete_character: [Function], + delete_line: [Function], + enter_alt_charset_mode: [Function], + enter_blink_mode: [Function], + enter_bold_mode: [Function], + enter_ca_mode: [Function], + enter_dim_mode: [Function], + enter_insert_mode: [Function], + enter_secure_mode: [Function], + enter_reverse_mode: [Function], + enter_standout_mode: [Function], + enter_underline_mode: [Function], + erase_chars: [Function], + exit_alt_charset_mode: [Function], + exit_attribute_mode: [Function], + exit_ca_mode: [Function], + exit_insert_mode: [Function], + exit_standout_mode: [Function], + exit_underline_mode: [Function], + flash_screen: [Function], + init_2string: [Function], + insert_line: [Function], + key_backspace: [Function], + key_dc: [Function], + key_down: [Function], + key_f1: [Function], + key_f10: [Function], + key_f2: [Function], + key_f3: [Function], + key_f4: [Function], + key_f5: [Function], + key_f6: [Function], + key_f7: [Function], + key_f8: [Function], + key_f9: [Function], + key_home: [Function], + key_ic: [Function], + key_left: [Function], + key_npage: [Function], + key_ppage: [Function], + key_right: [Function], + key_sf: [Function], + key_sr: [Function], + key_up: [Function], + keypad_local: [Function], + keypad_xmit: [Function], + meta_off: [Function], + meta_on: [Function], + parm_dch: [Function], + parm_delete_line: [Function], + parm_down_cursor: [Function], + parm_ich: [Function], + parm_index: [Function], + parm_insert_line: [Function], + parm_left_cursor: [Function], + parm_right_cursor: [Function], + parm_rindex: [Function], + parm_up_cursor: [Function], + print_screen: [Function], + prtr_off: [Function], + prtr_on: [Function], + repeat_char: [Function], + reset_1string: [Function], + reset_2string: [Function], + restore_cursor: [Function], + row_address: [Function], + save_cursor: [Function], + scroll_forward: [Function], + scroll_reverse: [Function], + set_attributes: [Function], + set_tab: [Function], + tab: [Function], + key_b2: [Function], + acs_chars: [Function], + key_btab: [Function], + enter_am_mode: [Function], + exit_am_mode: [Function], + key_end: [Function], + key_enter: [Function], + key_sdc: [Function], + key_send: [Function], + key_shome: [Function], + key_sic: [Function], + key_sleft: [Function], + key_snext: [Function], + key_sprevious: [Function], + key_sright: [Function], + key_f11: [Function], + key_f12: [Function], + key_f13: [Function], + key_f14: [Function], + key_f15: [Function], + key_f16: [Function], + key_f17: [Function], + key_f18: [Function], + key_f19: [Function], + key_f20: [Function], + key_f21: [Function], + key_f22: [Function], + key_f23: [Function], + key_f24: [Function], + key_f25: [Function], + key_f26: [Function], + key_f27: [Function], + key_f28: [Function], + key_f29: [Function], + key_f30: [Function], + key_f31: [Function], + key_f32: [Function], + key_f33: [Function], + key_f34: [Function], + key_f35: [Function], + key_f36: [Function], + key_f37: [Function], + key_f38: [Function], + key_f39: [Function], + key_f40: [Function], + key_f41: [Function], + key_f42: [Function], + key_f43: [Function], + key_f44: [Function], + key_f45: [Function], + key_f46: [Function], + key_f47: [Function], + key_f48: [Function], + key_f49: [Function], + key_f50: [Function], + key_f51: [Function], + key_f52: [Function], + key_f53: [Function], + key_f54: [Function], + key_f55: [Function], + key_f56: [Function], + key_f57: [Function], + key_f58: [Function], + key_f59: [Function], + key_f60: [Function], + key_f61: [Function], + key_f62: [Function], + key_f63: [Function], + clr_bol: [Function], + user6: [Function], + user7: [Function], + user8: [Function], + user9: [Function], + orig_pair: [Function], + orig_colors: [Function], + initialize_color: [Function], + enter_italics_mode: [Function], + exit_italics_mode: [Function], + key_mouse: [Function], + set_a_foreground: [Function], + set_a_background: [Function], + memory_lock: [Function], + memory_unlock: [Function], + Cr: [Function], + Cs: [Function], + E3: [Function], + Ms: [Function], + Se: [Function], + Ss: [Function], + kDC3: [Function], + kDC4: [Function], + kDC5: [Function], + kDC6: [Function], + kDC7: [Function], + kDN: [Function], + kDN3: [Function], + kDN4: [Function], + kDN5: [Function], + kDN6: [Function], + kDN7: [Function], + kEND3: [Function], + kEND4: [Function], + kEND5: [Function], + kEND6: [Function], + kEND7: [Function], + kHOM3: [Function], + kHOM4: [Function], + kHOM5: [Function], + kHOM6: [Function], + kHOM7: [Function], + kIC3: [Function], + kIC4: [Function], + kIC5: [Function], + kIC6: [Function], + kIC7: [Function], + kLFT3: [Function], + kLFT4: [Function], + kLFT5: [Function], + kLFT6: [Function], + kLFT7: [Function], + kNXT3: [Function], + kNXT4: [Function], + kNXT5: [Function], + kNXT6: [Function], + kNXT7: [Function], + kPRV3: [Function], + kPRV4: [Function], + kPRV5: [Function], + kPRV6: [Function], + kPRV7: [Function], + kRIT3: [Function], + kRIT4: [Function], + kRIT5: [Function], + kRIT6: [Function], + kRIT7: [Function], + kUP: [Function], + kUP3: [Function], + kUP4: [Function], + kUP5: [Function], + kUP6: [Function], + kUP7: [Function], + ka2: [Function], + kb1: [Function], + kb3: [Function], + kc2: [Function], + rmxx: [Function], + smxx: [Function], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Function], + cursor_mem_address: [Function], + cursor_to_ll: [Function], + dis_status_line: [Function], + down_half_line: [Function], + enter_delete_mode: [Function], + enter_protected_mode: [Function], + exit_delete_mode: [Function], + form_feed: [Function], + from_status_line: [Function], + init_1string: [Function], + init_3string: [Function], + init_file: [Function], + insert_character: [Function], + insert_padding: [Function], + key_catab: [Function], + key_clear: [Function], + key_ctab: [Function], + key_dl: [Function], + key_eic: [Function], + key_eol: [Function], + key_eos: [Function], + key_f0: [Function], + key_il: [Function], + key_ll: [Function], + key_stab: [Function], + lab_f0: [Function], + lab_f1: [Function], + lab_f10: [Function], + lab_f2: [Function], + lab_f3: [Function], + lab_f4: [Function], + lab_f5: [Function], + lab_f6: [Function], + lab_f7: [Function], + lab_f8: [Function], + lab_f9: [Function], + newline: [Function], + pad_char: [Function], + pkey_key: [Function], + pkey_local: [Function], + pkey_xmit: [Function], + reset_3string: [Function], + reset_file: [Function], + set_window: [Function], + to_status_line: [Function], + underline_char: [Function], + up_half_line: [Function], + init_prog: [Function], + key_a1: [Function], + key_a3: [Function], + key_c1: [Function], + key_c3: [Function], + prtr_non: [Function], + char_padding: [Function], + plab_norm: [Function], + enter_xon_mode: [Function], + exit_xon_mode: [Function], + xon_character: [Function], + xoff_character: [Function], + ena_acs: [Function], + label_on: [Function], + label_off: [Function], + key_beg: [Function], + key_cancel: [Function], + key_close: [Function], + key_command: [Function], + key_copy: [Function], + key_create: [Function], + key_exit: [Function], + key_find: [Function], + key_help: [Function], + key_mark: [Function], + key_message: [Function], + key_move: [Function], + key_next: [Function], + key_open: [Function], + key_options: [Function], + key_previous: [Function], + key_print: [Function], + key_redo: [Function], + key_reference: [Function], + key_refresh: [Function], + key_replace: [Function], + key_restart: [Function], + key_resume: [Function], + key_save: [Function], + key_suspend: [Function], + key_undo: [Function], + key_sbeg: [Function], + key_scancel: [Function], + key_scommand: [Function], + key_scopy: [Function], + key_screate: [Function], + key_sdl: [Function], + key_select: [Function], + key_seol: [Function], + key_sexit: [Function], + key_sfind: [Function], + key_shelp: [Function], + key_smessage: [Function], + key_smove: [Function], + key_soptions: [Function], + key_sprint: [Function], + key_sredo: [Function], + key_sreplace: [Function], + key_srsume: [Function], + key_ssave: [Function], + key_ssuspend: [Function], + key_sundo: [Function], + req_for_input: [Function], + clear_margins: [Function], + set_left_margin: [Function], + set_right_margin: [Function], + label_format: [Function], + set_clock: [Function], + display_clock: [Function], + remove_clock: [Function], + create_window: [Function], + goto_window: [Function], + hangup: [Function], + dial_phone: [Function], + quick_dial: [Function], + tone: [Function], + pulse: [Function], + flash_hook: [Function], + fixed_pause: [Function], + wait_tone: [Function], + user0: [Function], + user1: [Function], + user2: [Function], + user3: [Function], + user4: [Function], + user5: [Function], + initialize_pair: [Function], + set_color_pair: [Function], + set_foreground: [Function], + set_background: [Function], + change_char_pitch: [Function], + change_line_pitch: [Function], + change_res_horz: [Function], + change_res_vert: [Function], + define_char: [Function], + enter_doublewide_mode: [Function], + enter_draft_quality: [Function], + enter_leftward_mode: [Function], + enter_micro_mode: [Function], + enter_near_letter_quality: [Function], + enter_normal_quality: [Function], + enter_shadow_mode: [Function], + enter_subscript_mode: [Function], + enter_superscript_mode: [Function], + enter_upward_mode: [Function], + exit_doublewide_mode: [Function], + exit_leftward_mode: [Function], + exit_micro_mode: [Function], + exit_shadow_mode: [Function], + exit_subscript_mode: [Function], + exit_superscript_mode: [Function], + exit_upward_mode: [Function], + micro_column_address: [Function], + micro_down: [Function], + micro_left: [Function], + micro_right: [Function], + micro_row_address: [Function], + micro_up: [Function], + order_of_pins: [Function], + parm_down_micro: [Function], + parm_left_micro: [Function], + parm_right_micro: [Function], + parm_up_micro: [Function], + select_char_set: [Function], + set_bottom_margin: [Function], + set_bottom_margin_parm: [Function], + set_left_margin_parm: [Function], + set_right_margin_parm: [Function], + set_top_margin: [Function], + set_top_margin_parm: [Function], + start_bit_image: [Function], + start_char_set_def: [Function], + stop_bit_image: [Function], + stop_char_set_def: [Function], + subscript_characters: [Function], + superscript_characters: [Function], + these_cause_cr: [Function], + zero_motion: [Function], + char_set_names: [Function], + mouse_info: [Function], + req_mouse_pos: [Function], + get_mouse: [Function], + pkey_plab: [Function], + device_type: [Function], + code_set_init: [Function], + set0_des_seq: [Function], + set1_des_seq: [Function], + set2_des_seq: [Function], + set3_des_seq: [Function], + set_lr_margin: [Function], + set_tb_margin: [Function], + bit_image_repeat: [Function], + bit_image_newline: [Function], + bit_image_carriage_return: [Function], + color_names: [Function], + define_bit_image_region: [Function], + end_bit_image_region: [Function], + set_color_band: [Function], + set_page_length: [Function], + display_pc_char: [Function], + enter_pc_charset_mode: [Function], + exit_pc_charset_mode: [Function], + enter_scancode_mode: [Function], + exit_scancode_mode: [Function], + pc_term_options: [Function], + scancode_escape: [Function], + alt_scancode_esc: [Function], + enter_horizontal_hl_mode: [Function], + enter_left_hl_mode: [Function], + enter_low_hl_mode: [Function], + enter_right_hl_mode: [Function], + enter_top_hl_mode: [Function], + enter_vertical_hl_mode: [Function], + set_a_attributes: [Function], + set_pglen_inch: [Function], + termcap_init2: [Function], + termcap_reset: [Function], + linefeed_if_not_lf: [Function], + backspace_if_not_bs: [Function], + other_non_function_keys: [Function], + arrow_key_map: [Function], + acs_ulcorner: [Function], + acs_llcorner: [Function], + acs_urcorner: [Function], + acs_lrcorner: [Function], + acs_ltee: [Function], + acs_rtee: [Function], + acs_btee: [Function], + acs_ttee: [Function], + acs_hline: [Function], + acs_vline: [Function], + acs_plus: [Function], + box_chars_1: [Function], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function], + bel: [Function], + cr: [Function], + csr: [Function], + tbc: [Function], + clear: [Function], + el: [Function], + ed: [Function], + hpa: [Function], + cup: [Function], + cud1: [Function], + home: [Function], + civis: [Function], + cub1: [Function], + cnorm: [Function], + cuf1: [Function], + cuu1: [Function], + cvvis: [Function], + dch1: [Function], + dl1: [Function], + smacs: [Function], + blink: [Function], + bold: [Function], + smcup: [Function], + dim: [Function], + smir: [Function], + invis: [Function], + rev: [Function], + smso: [Function], + smul: [Function], + ech: [Function], + rmacs: [Function], + sgr0: [Function], + rmcup: [Function], + rmir: [Function], + rmso: [Function], + rmul: [Function], + flash: [Function], + is2: [Function], + il1: [Function], + kbs: [Function], + kdch1: [Function], + kcud1: [Function], + kf1: [Function], + kf10: [Function], + kf2: [Function], + kf3: [Function], + kf4: [Function], + kf5: [Function], + kf6: [Function], + kf7: [Function], + kf8: [Function], + kf9: [Function], + khome: [Function], + kich1: [Function], + kcub1: [Function], + knp: [Function], + kpp: [Function], + kcuf1: [Function], + kind: [Function], + kri: [Function], + kcuu1: [Function], + rmkx: [Function], + smkx: [Function], + rmm: [Function], + smm: [Function], + dch: [Function], + dl: [Function], + cud: [Function], + ich: [Function], + indn: [Function], + il: [Function], + cub: [Function], + cuf: [Function], + rin: [Function], + cuu: [Function], + mc0: [Function], + mc4: [Function], + mc5: [Function], + rep: [Function], + rs1: [Function], + rs2: [Function], + rc: [Function], + vpa: [Function], + sc: [Function], + ind: [Function], + ri: [Function], + sgr: [Function], + hts: [Function], + ht: [Function], + kb2: [Function], + acsc: + { '`': '◆', + a: '▒', + f: '°', + g: '±', + i: '\u000b', + j: '┘', + k: '┐', + l: '┌', + m: '└', + n: '┼', + o: '⎺', + p: '⎻', + q: '─', + r: '⎼', + s: '⎽', + t: '├', + u: '┤', + v: '┴', + w: '┬', + x: '│', + y: '≤', + z: '≥', + '{': 'π', + '|': '≠', + '}': '£', + '~': '·' }, + kcbt: [Function], + smam: [Function], + rmam: [Function], + kend: [Function], + kent: [Function], + kDC: [Function], + kEND: [Function], + kHOM: [Function], + kIC: [Function], + kLFT: [Function], + kNXT: [Function], + kPRV: [Function], + kRIT: [Function], + kf11: [Function], + kf12: [Function], + kf13: [Function], + kf14: [Function], + kf15: [Function], + kf16: [Function], + kf17: [Function], + kf18: [Function], + kf19: [Function], + kf20: [Function], + kf21: [Function], + kf22: [Function], + kf23: [Function], + kf24: [Function], + kf25: [Function], + kf26: [Function], + kf27: [Function], + kf28: [Function], + kf29: [Function], + kf30: [Function], + kf31: [Function], + kf32: [Function], + kf33: [Function], + kf34: [Function], + kf35: [Function], + kf36: [Function], + kf37: [Function], + kf38: [Function], + kf39: [Function], + kf40: [Function], + kf41: [Function], + kf42: [Function], + kf43: [Function], + kf44: [Function], + kf45: [Function], + kf46: [Function], + kf47: [Function], + kf48: [Function], + kf49: [Function], + kf50: [Function], + kf51: [Function], + kf52: [Function], + kf53: [Function], + kf54: [Function], + kf55: [Function], + kf56: [Function], + kf57: [Function], + kf58: [Function], + kf59: [Function], + kf60: [Function], + kf61: [Function], + kf62: [Function], + kf63: [Function], + el1: [Function], + u6: [Function], + u7: [Function], + u8: [Function], + u9: [Function], + op: [Function], + oc: [Function], + initc: [Function], + sitm: [Function], + ritm: [Function], + kmous: [Function], + setaf: [Function], + setab: [Function], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Function], + mrcup: [Function], + ll: [Function], + dsl: [Function], + hd: [Function], + smdc: [Function], + prot: [Function], + rmdc: [Function], + ff: [Function], + fsl: [Function], + is1: [Function], + is3: [Function], + if: [Function], + ich1: [Function], + ip: [Function], + ktbc: [Function], + kclr: [Function], + kctab: [Function], + kdl1: [Function], + krmir: [Function], + kel: [Function], + ked: [Function], + kf0: [Function], + kil1: [Function], + kll: [Function], + khts: [Function], + lf0: [Function], + lf1: [Function], + lf10: [Function], + lf2: [Function], + lf3: [Function], + lf4: [Function], + lf5: [Function], + lf6: [Function], + lf7: [Function], + lf8: [Function], + lf9: [Function], + nel: [Function], + pad: [Function], + pfkey: [Function], + pfloc: [Function], + pfx: [Function], + rs3: [Function], + rf: [Function], + wind: [Function], + tsl: [Function], + uc: [Function], + hu: [Function], + iprog: [Function], + ka1: [Function], + ka3: [Function], + kc1: [Function], + kc3: [Function], + mc5p: [Function], + rmp: [Function], + pln: [Function], + smxon: [Function], + rmxon: [Function], + xonc: [Function], + xoffc: [Function], + enacs: [Function], + smln: [Function], + rmln: [Function], + kbeg: [Function], + kcan: [Function], + kclo: [Function], + kcmd: [Function], + kcpy: [Function], + kcrt: [Function], + kext: [Function], + kfnd: [Function], + khlp: [Function], + kmrk: [Function], + kmsg: [Function], + kmov: [Function], + knxt: [Function], + kopn: [Function], + kopt: [Function], + kprv: [Function], + kprt: [Function], + krdo: [Function], + kref: [Function], + krfr: [Function], + krpl: [Function], + krst: [Function], + kres: [Function], + ksav: [Function], + kspd: [Function], + kund: [Function], + kBEG: [Function], + kCAN: [Function], + kCMD: [Function], + kCPY: [Function], + kCRT: [Function], + kDL: [Function], + kslt: [Function], + kEOL: [Function], + kEXT: [Function], + kFND: [Function], + kHLP: [Function], + kMSG: [Function], + kMOV: [Function], + kOPT: [Function], + kPRT: [Function], + kRDO: [Function], + kRPL: [Function], + kRES: [Function], + kSAV: [Function], + kSPD: [Function], + kUND: [Function], + rfi: [Function], + mgc: [Function], + smgl: [Function], + smgr: [Function], + fln: [Function], + sclk: [Function], + dclk: [Function], + rmclk: [Function], + cwin: [Function], + wingo: [Function], + hup: [Function], + dial: [Function], + qdial: [Function], + hook: [Function], + pause: [Function], + wait: [Function], + u0: [Function], + u1: [Function], + u2: [Function], + u3: [Function], + u4: [Function], + u5: [Function], + initp: [Function], + scp: [Function], + setf: [Function], + setb: [Function], + cpi: [Function], + lpi: [Function], + chr: [Function], + cvr: [Function], + defc: [Function], + swidm: [Function], + sdrfq: [Function], + slm: [Function], + smicm: [Function], + snlq: [Function], + snrmq: [Function], + sshm: [Function], + ssubm: [Function], + ssupm: [Function], + sum: [Function], + rwidm: [Function], + rlm: [Function], + rmicm: [Function], + rshm: [Function], + rsubm: [Function], + rsupm: [Function], + rum: [Function], + mhpa: [Function], + mcud1: [Function], + mcub1: [Function], + mcuf1: [Function], + mvpa: [Function], + mcuu1: [Function], + porder: [Function], + mcud: [Function], + mcub: [Function], + mcuf: [Function], + mcuu: [Function], + scs: [Function], + smgb: [Function], + smgbp: [Function], + smglp: [Function], + smgrp: [Function], + smgt: [Function], + smgtp: [Function], + sbim: [Function], + scsd: [Function], + rbim: [Function], + rcsd: [Function], + subcs: [Function], + supcs: [Function], + docr: [Function], + zerom: [Function], + csnm: [Function], + minfo: [Function], + reqmp: [Function], + getm: [Function], + pfxl: [Function], + devt: [Function], + csin: [Function], + s0ds: [Function], + s1ds: [Function], + s2ds: [Function], + s3ds: [Function], + smglr: [Function], + smgtb: [Function], + birep: [Function], + binel: [Function], + bicr: [Function], + colornm: [Function], + defbi: [Function], + endbi: [Function], + setcolor: [Function], + slines: [Function], + dispc: [Function], + smpch: [Function], + rmpch: [Function], + smsc: [Function], + rmsc: [Function], + pctrm: [Function], + scesc: [Function], + scesa: [Function], + ehhlm: [Function], + elhlm: [Function], + elohlm: [Function], + erhlm: [Function], + ethlm: [Function], + evhlm: [Function], + sgr1: [Function], + slength: [Function], + info: + { header: [Object], + name: 'xterm-256color', + names: [Array], + desc: 'xterm with 256 colors', + dir: '/lib/terminfo', + file: '/lib/terminfo/x/xterm-256color', + bools: [Object], + numbers: [Object], + strings: [Object], + features: [Object], + all: [Object], + methods: [Object] }, + all: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: '\u001b[Z', + bell: '\u0007', + carriage_return: '\r', + change_scroll_region: '\u001b[%i%p1%d;%p2%dr', + clear_all_tabs: '\u001b[3g', + clear_screen: '\u001b[H\u001b[2J', + clr_eol: '\u001b[K', + clr_eos: '\u001b[J', + column_address: '\u001b[%i%p1%dG', + cursor_address: '\u001b[%i%p1%d;%p2%dH', + cursor_down: '\n', + cursor_home: '\u001b[H', + cursor_invisible: '\u001b[?25l', + cursor_left: '\b', + cursor_normal: '\u001b[?12l\u001b[?25h', + cursor_right: '\u001b[C', + cursor_up: '\u001b[A', + cursor_visible: '\u001b[?12;25h', + delete_character: '\u001b[P', + delete_line: '\u001b[M', + enter_alt_charset_mode: '\u001b(0', + enter_blink_mode: '\u001b[5m', + enter_bold_mode: '\u001b[1m', + enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', + enter_dim_mode: '\u001b[2m', + enter_insert_mode: '\u001b[4h', + enter_secure_mode: '\u001b[8m', + enter_reverse_mode: '\u001b[7m', + enter_standout_mode: '\u001b[7m', + enter_underline_mode: '\u001b[4m', + erase_chars: '\u001b[%p1%dX', + exit_alt_charset_mode: '\u001b(B', + exit_attribute_mode: '\u001b(B\u001b[m', + exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', + exit_insert_mode: '\u001b[4l', + exit_standout_mode: '\u001b[27m', + exit_underline_mode: '\u001b[24m', + flash_screen: '\u001b[?5h$<100/>\u001b[?5l', + init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + insert_line: '\u001b[L', + key_backspace: '', + key_dc: '\u001b[3~', + key_down: '\u001bOB', + key_f1: '\u001bOP', + key_f10: '\u001b[21~', + key_f2: '\u001bOQ', + key_f3: '\u001bOR', + key_f4: '\u001bOS', + key_f5: '\u001b[15~', + key_f6: '\u001b[17~', + key_f7: '\u001b[18~', + key_f8: '\u001b[19~', + key_f9: '\u001b[20~', + key_home: '\u001bOH', + key_ic: '\u001b[2~', + key_left: '\u001bOD', + key_npage: '\u001b[6~', + key_ppage: '\u001b[5~', + key_right: '\u001bOC', + key_sf: '\u001b[1;2B', + key_sr: '\u001b[1;2A', + key_up: '\u001bOA', + keypad_local: '\u001b[?1l\u001b>', + keypad_xmit: '\u001b[?1h\u001b=', + meta_off: '\u001b[?1034l', + meta_on: '\u001b[?1034h', + parm_dch: '\u001b[%p1%dP', + parm_delete_line: '\u001b[%p1%dM', + parm_down_cursor: '\u001b[%p1%dB', + parm_ich: '\u001b[%p1%d@', + parm_index: '\u001b[%p1%dS', + parm_insert_line: '\u001b[%p1%dL', + parm_left_cursor: '\u001b[%p1%dD', + parm_right_cursor: '\u001b[%p1%dC', + parm_rindex: '\u001b[%p1%dT', + parm_up_cursor: '\u001b[%p1%dA', + print_screen: '\u001b[i', + prtr_off: '\u001b[4i', + prtr_on: '\u001b[5i', + repeat_char: '%p1%c\u001b[%p2%{1}%-%db', + reset_1string: '\u001bc\u001b]104\u0007', + reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + restore_cursor: '\u001b8', + row_address: '\u001b[%i%p1%dd', + save_cursor: '\u001b7', + scroll_forward: '\n', + scroll_reverse: '\u001bM', + set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', + set_tab: '\u001bH', + tab: '\t', + key_b2: '\u001bOE', + acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', + key_btab: '\u001b[Z', + enter_am_mode: '\u001b[?7h', + exit_am_mode: '\u001b[?7l', + key_end: '\u001bOF', + key_enter: '\u001bOM', + key_sdc: '\u001b[3;2~', + key_send: '\u001b[1;2F', + key_shome: '\u001b[1;2H', + key_sic: '\u001b[2;2~', + key_sleft: '\u001b[1;2D', + key_snext: '\u001b[6;2~', + key_sprevious: '\u001b[5;2~', + key_sright: '\u001b[1;2C', + key_f11: '\u001b[23~', + key_f12: '\u001b[24~', + key_f13: '\u001b[1;2P', + key_f14: '\u001b[1;2Q', + key_f15: '\u001b[1;2R', + key_f16: '\u001b[1;2S', + key_f17: '\u001b[15;2~', + key_f18: '\u001b[17;2~', + key_f19: '\u001b[18;2~', + key_f20: '\u001b[19;2~', + key_f21: '\u001b[20;2~', + key_f22: '\u001b[21;2~', + key_f23: '\u001b[23;2~', + key_f24: '\u001b[24;2~', + key_f25: '\u001b[1;5P', + key_f26: '\u001b[1;5Q', + key_f27: '\u001b[1;5R', + key_f28: '\u001b[1;5S', + key_f29: '\u001b[15;5~', + key_f30: '\u001b[17;5~', + key_f31: '\u001b[18;5~', + key_f32: '\u001b[19;5~', + key_f33: '\u001b[20;5~', + key_f34: '\u001b[21;5~', + key_f35: '\u001b[23;5~', + key_f36: '\u001b[24;5~', + key_f37: '\u001b[1;6P', + key_f38: '\u001b[1;6Q', + key_f39: '\u001b[1;6R', + key_f40: '\u001b[1;6S', + key_f41: '\u001b[15;6~', + key_f42: '\u001b[17;6~', + key_f43: '\u001b[18;6~', + key_f44: '\u001b[19;6~', + key_f45: '\u001b[20;6~', + key_f46: '\u001b[21;6~', + key_f47: '\u001b[23;6~', + key_f48: '\u001b[24;6~', + key_f49: '\u001b[1;3P', + key_f50: '\u001b[1;3Q', + key_f51: '\u001b[1;3R', + key_f52: '\u001b[1;3S', + key_f53: '\u001b[15;3~', + key_f54: '\u001b[17;3~', + key_f55: '\u001b[18;3~', + key_f56: '\u001b[19;3~', + key_f57: '\u001b[20;3~', + key_f58: '\u001b[21;3~', + key_f59: '\u001b[23;3~', + key_f60: '\u001b[24;3~', + key_f61: '\u001b[1;4P', + key_f62: '\u001b[1;4Q', + key_f63: '\u001b[1;4R', + clr_bol: '\u001b[1K', + user6: '\u001b[%i%d;%dR', + user7: '\u001b[6n', + user8: '\u001b[?%[;0123456789]c', + user9: '\u001b[c', + orig_pair: '\u001b[39;49m', + orig_colors: '\u001b]104\u0007', + initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', + enter_italics_mode: '\u001b[3m', + exit_italics_mode: '\u001b[23m', + key_mouse: '\u001b[M', + set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', + set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', + memory_lock: '\u001bl', + memory_unlock: '\u001bm', + Cr: '\u001b]112\u0007', + Cs: '\u001b]12;%p1%s\u0007', + E3: '\u001b[3J', + Ms: '\u001b]52;%p1%s;%p2%s\u0007', + Se: '\u001b[2 q', + Ss: '\u001b[%p1%d q', + kDC3: '\u001b[3;3~', + kDC4: '\u001b[3;4~', + kDC5: '\u001b[3;5~', + kDC6: '\u001b[3;6~', + kDC7: '\u001b[3;7~', + kDN: '\u001b[1;2B', + kDN3: '\u001b[1;3B', + kDN4: '\u001b[1;4B', + kDN5: '\u001b[1;5B', + kDN6: '\u001b[1;6B', + kDN7: '\u001b[1;7B', + kEND3: '\u001b[1;3F', + kEND4: '\u001b[1;4F', + kEND5: '\u001b[1;5F', + kEND6: '\u001b[1;6F', + kEND7: '\u001b[1;7F', + kHOM3: '\u001b[1;3H', + kHOM4: '\u001b[1;4H', + kHOM5: '\u001b[1;5H', + kHOM6: '\u001b[1;6H', + kHOM7: '\u001b[1;7H', + kIC3: '\u001b[2;3~', + kIC4: '\u001b[2;4~', + kIC5: '\u001b[2;5~', + kIC6: '\u001b[2;6~', + kIC7: '\u001b[2;7~', + kLFT3: '\u001b[1;3D', + kLFT4: '\u001b[1;4D', + kLFT5: '\u001b[1;5D', + kLFT6: '\u001b[1;6D', + kLFT7: '\u001b[1;7D', + kNXT3: '\u001b[6;3~', + kNXT4: '\u001b[6;4~', + kNXT5: '\u001b[6;5~', + kNXT6: '\u001b[6;6~', + kNXT7: '\u001b[6;7~', + kPRV3: '\u001b[5;3~', + kPRV4: '\u001b[5;4~', + kPRV5: '\u001b[5;5~', + kPRV6: '\u001b[5;6~', + kPRV7: '\u001b[5;7~', + kRIT3: '\u001b[1;3C', + kRIT4: '\u001b[1;4C', + kRIT5: '\u001b[1;5C', + kRIT6: '\u001b[1;6C', + kRIT7: '\u001b[1;7C', + kUP: '\u001b[1;2A', + kUP3: '\u001b[1;3A', + kUP4: '\u001b[1;4A', + kUP5: '\u001b[1;5A', + kUP6: '\u001b[1;6A', + kUP7: '\u001b[1;7A', + ka2: '', + kb1: '', + kb3: '', + kc2: '', + rmxx: '\u001b[29m', + smxx: '\u001b[9m' }, + methods: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function: anonymous], + bell: [Function: anonymous], + carriage_return: [Function: anonymous], + change_scroll_region: [Function: anonymous], + clear_all_tabs: [Function: anonymous], + clear_screen: [Function: anonymous], + clr_eol: [Function: anonymous], + clr_eos: [Function: anonymous], + column_address: [Function: anonymous], + cursor_address: [Function: anonymous], + cursor_down: [Function: anonymous], + cursor_home: [Function: anonymous], + cursor_invisible: [Function: anonymous], + cursor_left: [Function: anonymous], + cursor_normal: [Function: anonymous], + cursor_right: [Function: anonymous], + cursor_up: [Function: anonymous], + cursor_visible: [Function: anonymous], + delete_character: [Function: anonymous], + delete_line: [Function: anonymous], + enter_alt_charset_mode: [Function: anonymous], + enter_blink_mode: [Function: anonymous], + enter_bold_mode: [Function: anonymous], + enter_ca_mode: [Function: anonymous], + enter_dim_mode: [Function: anonymous], + enter_insert_mode: [Function: anonymous], + enter_secure_mode: [Function: anonymous], + enter_reverse_mode: [Function: anonymous], + enter_standout_mode: [Function: anonymous], + enter_underline_mode: [Function: anonymous], + erase_chars: [Function: anonymous], + exit_alt_charset_mode: [Function: anonymous], + exit_attribute_mode: [Function: anonymous], + exit_ca_mode: [Function: anonymous], + exit_insert_mode: [Function: anonymous], + exit_standout_mode: [Function: anonymous], + exit_underline_mode: [Function: anonymous], + flash_screen: [Function: anonymous], + init_2string: [Function: anonymous], + insert_line: [Function: anonymous], + key_backspace: [Function: anonymous], + key_dc: [Function: anonymous], + key_down: [Function: anonymous], + key_f1: [Function: anonymous], + key_f10: [Function: anonymous], + key_f2: [Function: anonymous], + key_f3: [Function: anonymous], + key_f4: [Function: anonymous], + key_f5: [Function: anonymous], + key_f6: [Function: anonymous], + key_f7: [Function: anonymous], + key_f8: [Function: anonymous], + key_f9: [Function: anonymous], + key_home: [Function: anonymous], + key_ic: [Function: anonymous], + key_left: [Function: anonymous], + key_npage: [Function: anonymous], + key_ppage: [Function: anonymous], + key_right: [Function: anonymous], + key_sf: [Function: anonymous], + key_sr: [Function: anonymous], + key_up: [Function: anonymous], + keypad_local: [Function: anonymous], + keypad_xmit: [Function: anonymous], + meta_off: [Function: anonymous], + meta_on: [Function: anonymous], + parm_dch: [Function: anonymous], + parm_delete_line: [Function: anonymous], + parm_down_cursor: [Function: anonymous], + parm_ich: [Function: anonymous], + parm_index: [Function: anonymous], + parm_insert_line: [Function: anonymous], + parm_left_cursor: [Function: anonymous], + parm_right_cursor: [Function: anonymous], + parm_rindex: [Function: anonymous], + parm_up_cursor: [Function: anonymous], + print_screen: [Function: anonymous], + prtr_off: [Function: anonymous], + prtr_on: [Function: anonymous], + repeat_char: [Function: anonymous], + reset_1string: [Function: anonymous], + reset_2string: [Function: anonymous], + restore_cursor: [Function: anonymous], + row_address: [Function: anonymous], + save_cursor: [Function: anonymous], + scroll_forward: [Function: anonymous], + scroll_reverse: [Function: anonymous], + set_attributes: [Function: anonymous], + set_tab: [Function: anonymous], + tab: [Function: anonymous], + key_b2: [Function: anonymous], + acs_chars: [Function: anonymous], + key_btab: [Function: anonymous], + enter_am_mode: [Function: anonymous], + exit_am_mode: [Function: anonymous], + key_end: [Function: anonymous], + key_enter: [Function: anonymous], + key_sdc: [Function: anonymous], + key_send: [Function: anonymous], + key_shome: [Function: anonymous], + key_sic: [Function: anonymous], + key_sleft: [Function: anonymous], + key_snext: [Function: anonymous], + key_sprevious: [Function: anonymous], + key_sright: [Function: anonymous], + key_f11: [Function: anonymous], + key_f12: [Function: anonymous], + key_f13: [Function: anonymous], + key_f14: [Function: anonymous], + key_f15: [Function: anonymous], + key_f16: [Function: anonymous], + key_f17: [Function: anonymous], + key_f18: [Function: anonymous], + key_f19: [Function: anonymous], + key_f20: [Function: anonymous], + key_f21: [Function: anonymous], + key_f22: [Function: anonymous], + key_f23: [Function: anonymous], + key_f24: [Function: anonymous], + key_f25: [Function: anonymous], + key_f26: [Function: anonymous], + key_f27: [Function: anonymous], + key_f28: [Function: anonymous], + key_f29: [Function: anonymous], + key_f30: [Function: anonymous], + key_f31: [Function: anonymous], + key_f32: [Function: anonymous], + key_f33: [Function: anonymous], + key_f34: [Function: anonymous], + key_f35: [Function: anonymous], + key_f36: [Function: anonymous], + key_f37: [Function: anonymous], + key_f38: [Function: anonymous], + key_f39: [Function: anonymous], + key_f40: [Function: anonymous], + key_f41: [Function: anonymous], + key_f42: [Function: anonymous], + key_f43: [Function: anonymous], + key_f44: [Function: anonymous], + key_f45: [Function: anonymous], + key_f46: [Function: anonymous], + key_f47: [Function: anonymous], + key_f48: [Function: anonymous], + key_f49: [Function: anonymous], + key_f50: [Function: anonymous], + key_f51: [Function: anonymous], + key_f52: [Function: anonymous], + key_f53: [Function: anonymous], + key_f54: [Function: anonymous], + key_f55: [Function: anonymous], + key_f56: [Function: anonymous], + key_f57: [Function: anonymous], + key_f58: [Function: anonymous], + key_f59: [Function: anonymous], + key_f60: [Function: anonymous], + key_f61: [Function: anonymous], + key_f62: [Function: anonymous], + key_f63: [Function: anonymous], + clr_bol: [Function: anonymous], + user6: [Function: anonymous], + user7: [Function: anonymous], + user8: [Function: anonymous], + user9: [Function: anonymous], + orig_pair: [Function: anonymous], + orig_colors: [Function: anonymous], + initialize_color: [Function: bound anonymous], + enter_italics_mode: [Function: anonymous], + exit_italics_mode: [Function: anonymous], + key_mouse: [Function: anonymous], + set_a_foreground: [Function: anonymous], + set_a_background: [Function: anonymous], + memory_lock: [Function: anonymous], + memory_unlock: [Function: anonymous], + Cr: [Function: anonymous], + Cs: [Function: anonymous], + E3: [Function: anonymous], + Ms: [Function: anonymous], + Se: [Function: anonymous], + Ss: [Function: anonymous], + kDC3: [Function: anonymous], + kDC4: [Function: anonymous], + kDC5: [Function: anonymous], + kDC6: [Function: anonymous], + kDC7: [Function: anonymous], + kDN: [Function: anonymous], + kDN3: [Function: anonymous], + kDN4: [Function: anonymous], + kDN5: [Function: anonymous], + kDN6: [Function: anonymous], + kDN7: [Function: anonymous], + kEND3: [Function: anonymous], + kEND4: [Function: anonymous], + kEND5: [Function: anonymous], + kEND6: [Function: anonymous], + kEND7: [Function: anonymous], + kHOM3: [Function: anonymous], + kHOM4: [Function: anonymous], + kHOM5: [Function: anonymous], + kHOM6: [Function: anonymous], + kHOM7: [Function: anonymous], + kIC3: [Function: anonymous], + kIC4: [Function: anonymous], + kIC5: [Function: anonymous], + kIC6: [Function: anonymous], + kIC7: [Function: anonymous], + kLFT3: [Function: anonymous], + kLFT4: [Function: anonymous], + kLFT5: [Function: anonymous], + kLFT6: [Function: anonymous], + kLFT7: [Function: anonymous], + kNXT3: [Function: anonymous], + kNXT4: [Function: anonymous], + kNXT5: [Function: anonymous], + kNXT6: [Function: anonymous], + kNXT7: [Function: anonymous], + kPRV3: [Function: anonymous], + kPRV4: [Function: anonymous], + kPRV5: [Function: anonymous], + kPRV6: [Function: anonymous], + kPRV7: [Function: anonymous], + kRIT3: [Function: anonymous], + kRIT4: [Function: anonymous], + kRIT5: [Function: anonymous], + kRIT6: [Function: anonymous], + kRIT7: [Function: anonymous], + kUP: [Function: anonymous], + kUP3: [Function: anonymous], + kUP4: [Function: anonymous], + kUP5: [Function: anonymous], + kUP6: [Function: anonymous], + kUP7: [Function: anonymous], + ka2: [Object], + kb1: [Object], + kb3: [Object], + kc2: [Object], + rmxx: [Function: anonymous], + smxx: [Function: anonymous], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Object], + cursor_mem_address: [Object], + cursor_to_ll: [Object], + dis_status_line: [Object], + down_half_line: [Object], + enter_delete_mode: [Object], + enter_protected_mode: [Object], + exit_delete_mode: [Object], + form_feed: [Object], + from_status_line: [Object], + init_1string: [Object], + init_3string: [Object], + init_file: [Object], + insert_character: [Object], + insert_padding: [Object], + key_catab: [Object], + key_clear: [Object], + key_ctab: [Object], + key_dl: [Object], + key_eic: [Object], + key_eol: [Object], + key_eos: [Object], + key_f0: [Object], + key_il: [Object], + key_ll: [Object], + key_stab: [Object], + lab_f0: [Object], + lab_f1: [Object], + lab_f10: [Object], + lab_f2: [Object], + lab_f3: [Object], + lab_f4: [Object], + lab_f5: [Object], + lab_f6: [Object], + lab_f7: [Object], + lab_f8: [Object], + lab_f9: [Object], + newline: [Object], + pad_char: [Object], + pkey_key: [Object], + pkey_local: [Object], + pkey_xmit: [Object], + reset_3string: [Object], + reset_file: [Object], + set_window: [Object], + to_status_line: [Object], + underline_char: [Object], + up_half_line: [Object], + init_prog: [Object], + key_a1: [Object], + key_a3: [Object], + key_c1: [Object], + key_c3: [Object], + prtr_non: [Object], + char_padding: [Object], + plab_norm: [Object], + enter_xon_mode: [Object], + exit_xon_mode: [Object], + xon_character: [Object], + xoff_character: [Object], + ena_acs: [Object], + label_on: [Object], + label_off: [Object], + key_beg: [Object], + key_cancel: [Object], + key_close: [Object], + key_command: [Object], + key_copy: [Object], + key_create: [Object], + key_exit: [Object], + key_find: [Object], + key_help: [Object], + key_mark: [Object], + key_message: [Object], + key_move: [Object], + key_next: [Object], + key_open: [Object], + key_options: [Object], + key_previous: [Object], + key_print: [Object], + key_redo: [Object], + key_reference: [Object], + key_refresh: [Object], + key_replace: [Object], + key_restart: [Object], + key_resume: [Object], + key_save: [Object], + key_suspend: [Object], + key_undo: [Object], + key_sbeg: [Object], + key_scancel: [Object], + key_scommand: [Object], + key_scopy: [Object], + key_screate: [Object], + key_sdl: [Object], + key_select: [Object], + key_seol: [Object], + key_sexit: [Object], + key_sfind: [Object], + key_shelp: [Object], + key_smessage: [Object], + key_smove: [Object], + key_soptions: [Object], + key_sprint: [Object], + key_sredo: [Object], + key_sreplace: [Object], + key_srsume: [Object], + key_ssave: [Object], + key_ssuspend: [Object], + key_sundo: [Object], + req_for_input: [Object], + clear_margins: [Object], + set_left_margin: [Object], + set_right_margin: [Object], + label_format: [Object], + set_clock: [Object], + display_clock: [Object], + remove_clock: [Object], + create_window: [Object], + goto_window: [Object], + hangup: [Object], + dial_phone: [Object], + quick_dial: [Object], + tone: [Object], + pulse: [Object], + flash_hook: [Object], + fixed_pause: [Object], + wait_tone: [Object], + user0: [Object], + user1: [Object], + user2: [Object], + user3: [Object], + user4: [Object], + user5: [Object], + initialize_pair: [Object], + set_color_pair: [Object], + set_foreground: [Object], + set_background: [Object], + change_char_pitch: [Object], + change_line_pitch: [Object], + change_res_horz: [Object], + change_res_vert: [Object], + define_char: [Object], + enter_doublewide_mode: [Object], + enter_draft_quality: [Object], + enter_leftward_mode: [Object], + enter_micro_mode: [Object], + enter_near_letter_quality: [Object], + enter_normal_quality: [Object], + enter_shadow_mode: [Object], + enter_subscript_mode: [Object], + enter_superscript_mode: [Object], + enter_upward_mode: [Object], + exit_doublewide_mode: [Object], + exit_leftward_mode: [Object], + exit_micro_mode: [Object], + exit_shadow_mode: [Object], + exit_subscript_mode: [Object], + exit_superscript_mode: [Object], + exit_upward_mode: [Object], + micro_column_address: [Object], + micro_down: [Object], + micro_left: [Object], + micro_right: [Object], + micro_row_address: [Object], + micro_up: [Object], + order_of_pins: [Object], + parm_down_micro: [Object], + parm_left_micro: [Object], + parm_right_micro: [Object], + parm_up_micro: [Object], + select_char_set: [Object], + set_bottom_margin: [Object], + set_bottom_margin_parm: [Object], + set_left_margin_parm: [Object], + set_right_margin_parm: [Object], + set_top_margin: [Object], + set_top_margin_parm: [Object], + start_bit_image: [Object], + start_char_set_def: [Object], + stop_bit_image: [Object], + stop_char_set_def: [Object], + subscript_characters: [Object], + superscript_characters: [Object], + these_cause_cr: [Object], + zero_motion: [Object], + char_set_names: [Object], + mouse_info: [Object], + req_mouse_pos: [Object], + get_mouse: [Object], + pkey_plab: [Object], + device_type: [Object], + code_set_init: [Object], + set0_des_seq: [Object], + set1_des_seq: [Object], + set2_des_seq: [Object], + set3_des_seq: [Object], + set_lr_margin: [Object], + set_tb_margin: [Object], + bit_image_repeat: [Object], + bit_image_newline: [Object], + bit_image_carriage_return: [Object], + color_names: [Object], + define_bit_image_region: [Object], + end_bit_image_region: [Object], + set_color_band: [Object], + set_page_length: [Object], + display_pc_char: [Object], + enter_pc_charset_mode: [Object], + exit_pc_charset_mode: [Object], + enter_scancode_mode: [Object], + exit_scancode_mode: [Object], + pc_term_options: [Object], + scancode_escape: [Object], + alt_scancode_esc: [Object], + enter_horizontal_hl_mode: [Object], + enter_left_hl_mode: [Object], + enter_low_hl_mode: [Object], + enter_right_hl_mode: [Object], + enter_top_hl_mode: [Object], + enter_vertical_hl_mode: [Object], + set_a_attributes: [Object], + set_pglen_inch: [Object], + termcap_init2: [Object], + termcap_reset: [Object], + linefeed_if_not_lf: [Object], + backspace_if_not_bs: [Object], + other_non_function_keys: [Object], + arrow_key_map: [Object], + acs_ulcorner: [Object], + acs_llcorner: [Object], + acs_urcorner: [Object], + acs_lrcorner: [Object], + acs_ltee: [Object], + acs_rtee: [Object], + acs_btee: [Object], + acs_ttee: [Object], + acs_hline: [Object], + acs_vline: [Object], + acs_plus: [Object], + box_chars_1: [Object], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function: anonymous], + bel: [Function: anonymous], + cr: [Function: anonymous], + csr: [Function: anonymous], + tbc: [Function: anonymous], + clear: [Function: anonymous], + el: [Function: anonymous], + ed: [Function: anonymous], + hpa: [Function: anonymous], + cup: [Function: anonymous], + cud1: [Function: anonymous], + home: [Function: anonymous], + civis: [Function: anonymous], + cub1: [Function: anonymous], + cnorm: [Function: anonymous], + cuf1: [Function: anonymous], + cuu1: [Function: anonymous], + cvvis: [Function: anonymous], + dch1: [Function: anonymous], + dl1: [Function: anonymous], + smacs: [Function: anonymous], + blink: [Function: anonymous], + bold: [Function: anonymous], + smcup: [Function: anonymous], + dim: [Function: anonymous], + smir: [Function: anonymous], + invis: [Function: anonymous], + rev: [Function: anonymous], + smso: [Function: anonymous], + smul: [Function: anonymous], + ech: [Function: anonymous], + rmacs: [Function: anonymous], + sgr0: [Function: anonymous], + rmcup: [Function: anonymous], + rmir: [Function: anonymous], + rmso: [Function: anonymous], + rmul: [Function: anonymous], + flash: [Function: anonymous], + is2: [Function: anonymous], + il1: [Function: anonymous], + kbs: [Function: anonymous], + kdch1: [Function: anonymous], + kcud1: [Function: anonymous], + kf1: [Function: anonymous], + kf10: [Function: anonymous], + kf2: [Function: anonymous], + kf3: [Function: anonymous], + kf4: [Function: anonymous], + kf5: [Function: anonymous], + kf6: [Function: anonymous], + kf7: [Function: anonymous], + kf8: [Function: anonymous], + kf9: [Function: anonymous], + khome: [Function: anonymous], + kich1: [Function: anonymous], + kcub1: [Function: anonymous], + knp: [Function: anonymous], + kpp: [Function: anonymous], + kcuf1: [Function: anonymous], + kind: [Function: anonymous], + kri: [Function: anonymous], + kcuu1: [Function: anonymous], + rmkx: [Function: anonymous], + smkx: [Function: anonymous], + rmm: [Function: anonymous], + smm: [Function: anonymous], + dch: [Function: anonymous], + dl: [Function: anonymous], + cud: [Function: anonymous], + ich: [Function: anonymous], + indn: [Function: anonymous], + il: [Function: anonymous], + cub: [Function: anonymous], + cuf: [Function: anonymous], + rin: [Function: anonymous], + cuu: [Function: anonymous], + mc0: [Function: anonymous], + mc4: [Function: anonymous], + mc5: [Function: anonymous], + rep: [Function: anonymous], + rs1: [Function: anonymous], + rs2: [Function: anonymous], + rc: [Function: anonymous], + vpa: [Function: anonymous], + sc: [Function: anonymous], + ind: [Function: anonymous], + ri: [Function: anonymous], + sgr: [Function: anonymous], + hts: [Function: anonymous], + ht: [Function: anonymous], + kb2: [Function: anonymous], + acsc: [Function: anonymous], + kcbt: [Function: anonymous], + smam: [Function: anonymous], + rmam: [Function: anonymous], + kend: [Function: anonymous], + kent: [Function: anonymous], + kDC: [Function: anonymous], + kEND: [Function: anonymous], + kHOM: [Function: anonymous], + kIC: [Function: anonymous], + kLFT: [Function: anonymous], + kNXT: [Function: anonymous], + kPRV: [Function: anonymous], + kRIT: [Function: anonymous], + kf11: [Function: anonymous], + kf12: [Function: anonymous], + kf13: [Function: anonymous], + kf14: [Function: anonymous], + kf15: [Function: anonymous], + kf16: [Function: anonymous], + kf17: [Function: anonymous], + kf18: [Function: anonymous], + kf19: [Function: anonymous], + kf20: [Function: anonymous], + kf21: [Function: anonymous], + kf22: [Function: anonymous], + kf23: [Function: anonymous], + kf24: [Function: anonymous], + kf25: [Function: anonymous], + kf26: [Function: anonymous], + kf27: [Function: anonymous], + kf28: [Function: anonymous], + kf29: [Function: anonymous], + kf30: [Function: anonymous], + kf31: [Function: anonymous], + kf32: [Function: anonymous], + kf33: [Function: anonymous], + kf34: [Function: anonymous], + kf35: [Function: anonymous], + kf36: [Function: anonymous], + kf37: [Function: anonymous], + kf38: [Function: anonymous], + kf39: [Function: anonymous], + kf40: [Function: anonymous], + kf41: [Function: anonymous], + kf42: [Function: anonymous], + kf43: [Function: anonymous], + kf44: [Function: anonymous], + kf45: [Function: anonymous], + kf46: [Function: anonymous], + kf47: [Function: anonymous], + kf48: [Function: anonymous], + kf49: [Function: anonymous], + kf50: [Function: anonymous], + kf51: [Function: anonymous], + kf52: [Function: anonymous], + kf53: [Function: anonymous], + kf54: [Function: anonymous], + kf55: [Function: anonymous], + kf56: [Function: anonymous], + kf57: [Function: anonymous], + kf58: [Function: anonymous], + kf59: [Function: anonymous], + kf60: [Function: anonymous], + kf61: [Function: anonymous], + kf62: [Function: anonymous], + kf63: [Function: anonymous], + el1: [Function: anonymous], + u6: [Function: anonymous], + u7: [Function: anonymous], + u8: [Function: anonymous], + u9: [Function: anonymous], + op: [Function: anonymous], + oc: [Function: anonymous], + initc: [Function: bound anonymous], + sitm: [Function: anonymous], + ritm: [Function: anonymous], + kmous: [Function: anonymous], + setaf: [Function: anonymous], + setab: [Function: anonymous], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Object], + mrcup: [Object], + ll: [Object], + dsl: [Object], + hd: [Object], + smdc: [Object], + prot: [Object], + rmdc: [Object], + ff: [Object], + fsl: [Object], + is1: [Object], + is3: [Object], + if: [Object], + ich1: [Object], + ip: [Object], + ktbc: [Object], + kclr: [Object], + kctab: [Object], + kdl1: [Object], + krmir: [Object], + kel: [Object], + ked: [Object], + kf0: [Object], + kil1: [Object], + kll: [Object], + khts: [Object], + lf0: [Object], + lf1: [Object], + lf10: [Object], + lf2: [Object], + lf3: [Object], + lf4: [Object], + lf5: [Object], + lf6: [Object], + lf7: [Object], + lf8: [Object], + lf9: [Object], + nel: [Object], + pad: [Object], + pfkey: [Object], + pfloc: [Object], + pfx: [Object], + rs3: [Object], + rf: [Object], + wind: [Object], + tsl: [Object], + uc: [Object], + hu: [Object], + iprog: [Object], + ka1: [Object], + ka3: [Object], + kc1: [Object], + kc3: [Object], + mc5p: [Object], + rmp: [Object], + pln: [Object], + smxon: [Object], + rmxon: [Object], + xonc: [Object], + xoffc: [Object], + enacs: [Object], + smln: [Object], + rmln: [Object], + kbeg: [Object], + kcan: [Object], + kclo: [Object], + kcmd: [Object], + kcpy: [Object], + kcrt: [Object], + kext: [Object], + kfnd: [Object], + khlp: [Object], + kmrk: [Object], + kmsg: [Object], + kmov: [Object], + knxt: [Object], + kopn: [Object], + kopt: [Object], + kprv: [Object], + kprt: [Object], + krdo: [Object], + kref: [Object], + krfr: [Object], + krpl: [Object], + krst: [Object], + kres: [Object], + ksav: [Object], + kspd: [Object], + kund: [Object], + kBEG: [Object], + kCAN: [Object], + kCMD: [Object], + kCPY: [Object], + kCRT: [Object], + kDL: [Object], + kslt: [Object], + kEOL: [Object], + kEXT: [Object], + kFND: [Object], + kHLP: [Object], + kMSG: [Object], + kMOV: [Object], + kOPT: [Object], + kPRT: [Object], + kRDO: [Object], + kRPL: [Object], + kRES: [Object], + kSAV: [Object], + kSPD: [Object], + kUND: [Object], + rfi: [Object], + mgc: [Object], + smgl: [Object], + smgr: [Object], + fln: [Object], + sclk: [Object], + dclk: [Object], + rmclk: [Object], + cwin: [Object], + wingo: [Object], + hup: [Object], + dial: [Object], + qdial: [Object], + hook: [Object], + pause: [Object], + wait: [Object], + u0: [Object], + u1: [Object], + u2: [Object], + u3: [Object], + u4: [Object], + u5: [Object], + initp: [Object], + scp: [Object], + setf: [Object], + setb: [Object], + cpi: [Object], + lpi: [Object], + chr: [Object], + cvr: [Object], + defc: [Object], + swidm: [Object], + sdrfq: [Object], + slm: [Object], + smicm: [Object], + snlq: [Object], + snrmq: [Object], + sshm: [Object], + ssubm: [Object], + ssupm: [Object], + sum: [Object], + rwidm: [Object], + rlm: [Object], + rmicm: [Object], + rshm: [Object], + rsubm: [Object], + rsupm: [Object], + rum: [Object], + mhpa: [Object], + mcud1: [Object], + mcub1: [Object], + mcuf1: [Object], + mvpa: [Object], + mcuu1: [Object], + porder: [Object], + mcud: [Object], + mcub: [Object], + mcuf: [Object], + mcuu: [Object], + scs: [Object], + smgb: [Object], + smgbp: [Object], + smglp: [Object], + smgrp: [Object], + smgt: [Object], + smgtp: [Object], + sbim: [Object], + scsd: [Object], + rbim: [Object], + rcsd: [Object], + subcs: [Object], + supcs: [Object], + docr: [Object], + zerom: [Object], + csnm: [Object], + minfo: [Object], + reqmp: [Object], + getm: [Object], + pfxl: [Object], + devt: [Object], + csin: [Object], + s0ds: [Object], + s1ds: [Object], + s2ds: [Object], + s3ds: [Object], + smglr: [Object], + smgtb: [Object], + birep: [Object], + binel: [Object], + bicr: [Object], + colornm: [Object], + defbi: [Object], + endbi: [Object], + setcolor: [Object], + slines: [Object], + dispc: [Object], + smpch: [Object], + rmpch: [Object], + smsc: [Object], + rmsc: [Object], + pctrm: [Object], + scesc: [Object], + scesa: [Object], + ehhlm: [Object], + elhlm: [Object], + elohlm: [Object], + erhlm: [Object], + ethlm: [Object], + evhlm: [Object], + sgr1: [Object], + slength: [Object] }, + bools: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true }, + numbers: + { columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767 }, + strings: + { back_tab: '\u001b[Z', + bell: '\u0007', + carriage_return: '\r', + change_scroll_region: '\u001b[%i%p1%d;%p2%dr', + clear_all_tabs: '\u001b[3g', + clear_screen: '\u001b[H\u001b[2J', + clr_eol: '\u001b[K', + clr_eos: '\u001b[J', + column_address: '\u001b[%i%p1%dG', + cursor_address: '\u001b[%i%p1%d;%p2%dH', + cursor_down: '\n', + cursor_home: '\u001b[H', + cursor_invisible: '\u001b[?25l', + cursor_left: '\b', + cursor_normal: '\u001b[?12l\u001b[?25h', + cursor_right: '\u001b[C', + cursor_up: '\u001b[A', + cursor_visible: '\u001b[?12;25h', + delete_character: '\u001b[P', + delete_line: '\u001b[M', + enter_alt_charset_mode: '\u001b(0', + enter_blink_mode: '\u001b[5m', + enter_bold_mode: '\u001b[1m', + enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', + enter_dim_mode: '\u001b[2m', + enter_insert_mode: '\u001b[4h', + enter_secure_mode: '\u001b[8m', + enter_reverse_mode: '\u001b[7m', + enter_standout_mode: '\u001b[7m', + enter_underline_mode: '\u001b[4m', + erase_chars: '\u001b[%p1%dX', + exit_alt_charset_mode: '\u001b(B', + exit_attribute_mode: '\u001b(B\u001b[m', + exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', + exit_insert_mode: '\u001b[4l', + exit_standout_mode: '\u001b[27m', + exit_underline_mode: '\u001b[24m', + flash_screen: '\u001b[?5h$<100/>\u001b[?5l', + init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + insert_line: '\u001b[L', + key_backspace: '', + key_dc: '\u001b[3~', + key_down: '\u001bOB', + key_f1: '\u001bOP', + key_f10: '\u001b[21~', + key_f2: '\u001bOQ', + key_f3: '\u001bOR', + key_f4: '\u001bOS', + key_f5: '\u001b[15~', + key_f6: '\u001b[17~', + key_f7: '\u001b[18~', + key_f8: '\u001b[19~', + key_f9: '\u001b[20~', + key_home: '\u001bOH', + key_ic: '\u001b[2~', + key_left: '\u001bOD', + key_npage: '\u001b[6~', + key_ppage: '\u001b[5~', + key_right: '\u001bOC', + key_sf: '\u001b[1;2B', + key_sr: '\u001b[1;2A', + key_up: '\u001bOA', + keypad_local: '\u001b[?1l\u001b>', + keypad_xmit: '\u001b[?1h\u001b=', + meta_off: '\u001b[?1034l', + meta_on: '\u001b[?1034h', + parm_dch: '\u001b[%p1%dP', + parm_delete_line: '\u001b[%p1%dM', + parm_down_cursor: '\u001b[%p1%dB', + parm_ich: '\u001b[%p1%d@', + parm_index: '\u001b[%p1%dS', + parm_insert_line: '\u001b[%p1%dL', + parm_left_cursor: '\u001b[%p1%dD', + parm_right_cursor: '\u001b[%p1%dC', + parm_rindex: '\u001b[%p1%dT', + parm_up_cursor: '\u001b[%p1%dA', + print_screen: '\u001b[i', + prtr_off: '\u001b[4i', + prtr_on: '\u001b[5i', + repeat_char: '%p1%c\u001b[%p2%{1}%-%db', + reset_1string: '\u001bc\u001b]104\u0007', + reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + restore_cursor: '\u001b8', + row_address: '\u001b[%i%p1%dd', + save_cursor: '\u001b7', + scroll_forward: '\n', + scroll_reverse: '\u001bM', + set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', + set_tab: '\u001bH', + tab: '\t', + key_b2: '\u001bOE', + acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', + key_btab: '\u001b[Z', + enter_am_mode: '\u001b[?7h', + exit_am_mode: '\u001b[?7l', + key_end: '\u001bOF', + key_enter: '\u001bOM', + key_sdc: '\u001b[3;2~', + key_send: '\u001b[1;2F', + key_shome: '\u001b[1;2H', + key_sic: '\u001b[2;2~', + key_sleft: '\u001b[1;2D', + key_snext: '\u001b[6;2~', + key_sprevious: '\u001b[5;2~', + key_sright: '\u001b[1;2C', + key_f11: '\u001b[23~', + key_f12: '\u001b[24~', + key_f13: '\u001b[1;2P', + key_f14: '\u001b[1;2Q', + key_f15: '\u001b[1;2R', + key_f16: '\u001b[1;2S', + key_f17: '\u001b[15;2~', + key_f18: '\u001b[17;2~', + key_f19: '\u001b[18;2~', + key_f20: '\u001b[19;2~', + key_f21: '\u001b[20;2~', + key_f22: '\u001b[21;2~', + key_f23: '\u001b[23;2~', + key_f24: '\u001b[24;2~', + key_f25: '\u001b[1;5P', + key_f26: '\u001b[1;5Q', + key_f27: '\u001b[1;5R', + key_f28: '\u001b[1;5S', + key_f29: '\u001b[15;5~', + key_f30: '\u001b[17;5~', + key_f31: '\u001b[18;5~', + key_f32: '\u001b[19;5~', + key_f33: '\u001b[20;5~', + key_f34: '\u001b[21;5~', + key_f35: '\u001b[23;5~', + key_f36: '\u001b[24;5~', + key_f37: '\u001b[1;6P', + key_f38: '\u001b[1;6Q', + key_f39: '\u001b[1;6R', + key_f40: '\u001b[1;6S', + key_f41: '\u001b[15;6~', + key_f42: '\u001b[17;6~', + key_f43: '\u001b[18;6~', + key_f44: '\u001b[19;6~', + key_f45: '\u001b[20;6~', + key_f46: '\u001b[21;6~', + key_f47: '\u001b[23;6~', + key_f48: '\u001b[24;6~', + key_f49: '\u001b[1;3P', + key_f50: '\u001b[1;3Q', + key_f51: '\u001b[1;3R', + key_f52: '\u001b[1;3S', + key_f53: '\u001b[15;3~', + key_f54: '\u001b[17;3~', + key_f55: '\u001b[18;3~', + key_f56: '\u001b[19;3~', + key_f57: '\u001b[20;3~', + key_f58: '\u001b[21;3~', + key_f59: '\u001b[23;3~', + key_f60: '\u001b[24;3~', + key_f61: '\u001b[1;4P', + key_f62: '\u001b[1;4Q', + key_f63: '\u001b[1;4R', + clr_bol: '\u001b[1K', + user6: '\u001b[%i%d;%dR', + user7: '\u001b[6n', + user8: '\u001b[?%[;0123456789]c', + user9: '\u001b[c', + orig_pair: '\u001b[39;49m', + orig_colors: '\u001b]104\u0007', + initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', + enter_italics_mode: '\u001b[3m', + exit_italics_mode: '\u001b[23m', + key_mouse: '\u001b[M', + set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', + set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', + memory_lock: '\u001bl', + memory_unlock: '\u001bm', + Cr: '\u001b]112\u0007', + Cs: '\u001b]12;%p1%s\u0007', + E3: '\u001b[3J', + Ms: '\u001b]52;%p1%s;%p2%s\u0007', + Se: '\u001b[2 q', + Ss: '\u001b[%p1%d q', + kDC3: '\u001b[3;3~', + kDC4: '\u001b[3;4~', + kDC5: '\u001b[3;5~', + kDC6: '\u001b[3;6~', + kDC7: '\u001b[3;7~', + kDN: '\u001b[1;2B', + kDN3: '\u001b[1;3B', + kDN4: '\u001b[1;4B', + kDN5: '\u001b[1;5B', + kDN6: '\u001b[1;6B', + kDN7: '\u001b[1;7B', + kEND3: '\u001b[1;3F', + kEND4: '\u001b[1;4F', + kEND5: '\u001b[1;5F', + kEND6: '\u001b[1;6F', + kEND7: '\u001b[1;7F', + kHOM3: '\u001b[1;3H', + kHOM4: '\u001b[1;4H', + kHOM5: '\u001b[1;5H', + kHOM6: '\u001b[1;6H', + kHOM7: '\u001b[1;7H', + kIC3: '\u001b[2;3~', + kIC4: '\u001b[2;4~', + kIC5: '\u001b[2;5~', + kIC6: '\u001b[2;6~', + kIC7: '\u001b[2;7~', + kLFT3: '\u001b[1;3D', + kLFT4: '\u001b[1;4D', + kLFT5: '\u001b[1;5D', + kLFT6: '\u001b[1;6D', + kLFT7: '\u001b[1;7D', + kNXT3: '\u001b[6;3~', + kNXT4: '\u001b[6;4~', + kNXT5: '\u001b[6;5~', + kNXT6: '\u001b[6;6~', + kNXT7: '\u001b[6;7~', + kPRV3: '\u001b[5;3~', + kPRV4: '\u001b[5;4~', + kPRV5: '\u001b[5;5~', + kPRV6: '\u001b[5;6~', + kPRV7: '\u001b[5;7~', + kRIT3: '\u001b[1;3C', + kRIT4: '\u001b[1;4C', + kRIT5: '\u001b[1;5C', + kRIT6: '\u001b[1;6C', + kRIT7: '\u001b[1;7C', + kUP: '\u001b[1;2A', + kUP3: '\u001b[1;3A', + kUP4: '\u001b[1;4A', + kUP5: '\u001b[1;5A', + kUP6: '\u001b[1;6A', + kUP7: '\u001b[1;7A', + ka2: '', + kb1: '', + kb3: '', + kc2: '', + rmxx: '\u001b[29m', + smxx: '\u001b[9m' }, + features: + { unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + padding: true, + setbuf: true, + acsc: [Object], + acscr: [Object] }, + unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + setbuf: true, + acscr: + { '◆': '`', + '▒': 'a', + '°': 'f', + '±': 'g', + '\u000b': 'i', + '┘': 'j', + '┐': 'k', + '┌': 'l', + '└': 'm', + '┼': 'n', + '⎺': 'o', + '⎻': 'p', + '─': 'q', + '⎼': 'r', + '⎽': 's', + '├': 't', + '┤': 'u', + '┴': 'v', + '┬': 'w', + '│': 'x', + '≤': 'y', + '≥': 'z', + 'π': '{', + '≠': '|', + '£': '}', + '·': '~' } }, + _events: + { newListener: [Function: fn], + keypress: [Function], + resize: [ [Function], [Function: setupCharts] ], + render: [Function], + 'element click': [Function] }, + options: + { cursor: + { artificial: undefined, + shape: undefined, + blink: undefined, + color: undefined } }, + screen: [Circular], + parent: null, + children: + [ Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 1, + index: 0, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', + _clines: [Array], + _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', + lpos: [Object] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 2, + index: 1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'right', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: '20:55:01 ', + _clines: [Array], + _pcontent: '20:55:01 ', + lpos: [Object] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 3, + index: 2, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'center', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: 'Load Average: 0.94 1.13 0.95', + _clines: [Array], + _pcontent: 'Load Average: \n0.94 1.13 0.95', + lpos: [Object] }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 4, + index: 3, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: ' {white-bg}{black-fg}dd{/black-fg}{/white-bg} Kill process {white-bg}{black-fg}j{/black-fg}{/white-bg} Down {white-bg}{black-fg}PgDown{/black-fg}{/white-bg} 5 Down {white-bg}{black-fg}PgUp{/black-fg}{/white-bg} 5 Up {white-bg}{black-fg}k{/black-fg}{/white-bg} Up {white-bg}{black-fg}g{/black-fg}{/white-bg} Jump to top {white-bg}{black-fg}G{/black-fg}{/white-bg} Jump to bottom {white-bg}{black-fg}c{/black-fg}{/white-bg} Sort by CPU {white-bg}{black-fg}m{/black-fg}{/white-bg} Sort by Mem{|}http://parall.ax/vtop', + _clines: [Array], + _pcontent: ' \n \n\u001b[47m\u001b[30md\nd\n\u001b[39m\u001b[49m \nK\ni\nl\nl\n \np\nr\no\nc\ne\ns\ns\n \n \n\u001b[47m\u001b[30mj\n\u001b[39m\u001b[49m \nD\no\nw\nn\n \n \n\u001b[47m\u001b[30mP\ng\nD\no\nw\nn\n\u001b[39m\u001b[49m \n5\n \nD\no\nw\nn\n \n \n\u001b[47m\u001b[30mP\ng\nU\np\n\u001b[39m\u001b[49m \n5\n \nU\np\n \n \n\u001b[47m\u001b[30mk\n\u001b[39m\u001b[49m \nU\np\n \n \n\u001b[47m\u001b[30mg\n\u001b[39m\u001b[49m \nJ\nu\nm\np\n \nt\no\n \nt\no\np\n \n \n\u001b[47m\u001b[30mG\n\u001b[39m\u001b[49m \nJ\nu\nm\np\n \nt\no\n \nb\no\nt\nt\no\nm\n \n \n\u001b[47m\u001b[30mc\n\u001b[39m\u001b[49m \nS\no\nr\nt\n \nb\ny\n \nC\nP\nU\n \n \n\u001b[47m\u001b[30mm\n\u001b[39m\u001b[49m \nS\no\nr\nt\n \nb\ny\n \nM\ne\nm\n{\n|\n}\nh\nt\nt\np\n:\n/\n/\np\na\nr\na\nl\nl\n.\na\nx\n/\nv\nt\no\np', + lpos: [Object] }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 6, + index: 4, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: [Object], + parseTags: true, + content: ' {white-fg} 13%{/white-fg}\n', + _clines: [Array], + _pcontent: ' \u001b[37m 13%\u001b[39m\n', + _label: [Object], + _labelScroll: [Function], + _labelResize: [Function] }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 5, + index: 5, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: [Object], + parseTags: true, + content: '{white-fg} 9%{/white-fg}\n', + _clines: [Array], + _pcontent: '\u001b[37m 9%\u001b[39m\n', + _label: [Object], + _labelScroll: [Function], + _labelResize: [Function] }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 7, + index: 6, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: [Object], + parseTags: true, + content: '{bold} Command{/bold}\n', + _clines: [Array], + _pcontent: '\u001b[1m Command\u001b[22m\n', + _label: [Object], + _labelScroll: [Function], + _labelResize: [Function] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 194, + index: 7, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', + _clines: [Array], + _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', + lpos: [Object] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 195, + index: 8, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'right', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: '20:55:02 ', + _clines: [Array], + _pcontent: '20:55:02 ', + lpos: [Object] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 196, + index: 9, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'center', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: 'Load Average: 0.94 1.13 0.95', + _clines: [Array], + _pcontent: 'Load Average: \n0.94 1.13 0.95', + lpos: [Object] } ], + data: {}, + _: {}, + '$': {}, + uid: 0, + autoPadding: true, + tabc: ' ', + dockBorders: undefined, + ignoreLocked: [], + _unicode: false, + fullUnicode: undefined, + dattr: 262143, + renders: 15, + rleft: 0, + aleft: 0, + left: 0, + rright: 0, + aright: 0, + right: 0, + rtop: 0, + atop: 0, + top: 0, + rbottom: 0, + abottom: 0, + bottom: 0, + position: + { left: 0, + right: 0, + top: 0, + bottom: 0, + height: [Getter], + width: [Getter] }, + ileft: 0, + itop: 0, + iright: 0, + ibottom: 0, + iheight: 0, + iwidth: 0, + padding: { left: 0, top: 0, right: 0, bottom: 0 }, + hover: null, + history: + [ Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 1, + index: 0, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', + _clines: [Array], + _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', + lpos: [Object] }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true } ], + clickable: + [ ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 12, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' no', + clickable: true, + _clines: [Array], + _pcontent: ' no' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 13, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-she', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-she' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 14, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' Web Conte', + clickable: true, + _clines: [Array], + _pcontent: ' Web Conte' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 15, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' firef', + clickable: true, + _clines: [Array], + _pcontent: ' firef' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 16, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' Xo', + clickable: true, + _clines: [Array], + _pcontent: ' Xo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 17, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' pulseaud', + clickable: true, + _clines: [Array], + _pcontent: ' pulseaud' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 18, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' sublime_te', + clickable: true, + _clines: [Array], + _pcontent: ' sublime_te' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 19, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' packageki', + clickable: true, + _clines: [Array], + _pcontent: ' packageki' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 20, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-termina', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-termina' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 21, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' i', + clickable: true, + _clines: [Array], + _pcontent: ' i' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 22, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-ude', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-ude' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 23, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' docke', + clickable: true, + _clines: [Array], + _pcontent: ' docke' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 24, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ibus-daem', + clickable: true, + _clines: [Array], + _pcontent: ' ibus-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 25, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-softwa', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-softwa' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 26, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' sna', + clickable: true, + _clines: [Array], + _pcontent: ' sna' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 27, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' docker-contai', + clickable: true, + _clines: [Array], + _pcontent: ' docker-contai' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 28, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' t', + clickable: true, + _clines: [Array], + _pcontent: ' t' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 29, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' NetworkManag', + clickable: true, + _clines: [Array], + _pcontent: ' NetworkManag' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 30, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' plugin_ho', + clickable: true, + _clines: [Array], + _pcontent: ' plugin_ho' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 31, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' dbus-daem', + clickable: true, + _clines: [Array], + _pcontent: ' dbus-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 32, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' syste', + clickable: true, + _clines: [Array], + _pcontent: ' syste' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 33, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kintegrit', + clickable: true, + _clines: [Array], + _pcontent: ' kintegrit' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 34, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kbloc', + clickable: true, + _clines: [Array], + _pcontent: ' kbloc' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 35, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ata_s', + clickable: true, + _clines: [Array], + _pcontent: ' ata_s' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 36, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ', + clickable: true, + _clines: [Array], + _pcontent: ' ' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 37, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' edac-poll', + clickable: true, + _clines: [Array], + _pcontent: ' edac-poll' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 38, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' devfreq_', + clickable: true, + _clines: [Array], + _pcontent: ' devfreq_' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 39, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' watchdo', + clickable: true, + _clines: [Array], + _pcontent: ' watchdo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 40, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kswap', + clickable: true, + _clines: [Array], + _pcontent: ' kswap' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 41, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ecryptfs-kthr', + clickable: true, + _clines: [Array], + _pcontent: ' ecryptfs-kthr' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 42, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kthrot', + clickable: true, + _clines: [Array], + _pcontent: ' kthrot' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 43, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' acpi_thermal_', + clickable: true, + _clines: [Array], + _pcontent: ' acpi_thermal_' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 44, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nvme-', + clickable: true, + _clines: [Array], + _pcontent: ' nvme-' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 45, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ipv6_addrco', + clickable: true, + _clines: [Array], + _pcontent: ' ipv6_addrco' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 46, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kst', + clickable: true, + _clines: [Array], + _pcontent: ' kst' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 47, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' charger_manag', + clickable: true, + _clines: [Array], + _pcontent: ' charger_manag' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 48, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 49, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 50, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 51, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 52, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 53, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 54, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' i9', + clickable: true, + _clines: [Array], + _pcontent: ' i9' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 55, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nvidia-modes', + clickable: true, + _clines: [Array], + _pcontent: ' nvidia-modes' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 56, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' jb', + clickable: true, + _clines: [Array], + _pcontent: ' jb' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 57, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ext4-rsv-conv', + clickable: true, + _clines: [Array], + _pcontent: ' ext4-rsv-conv' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 58, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-journ', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-journ' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 59, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ', + clickable: true, + _clines: [Array], + _pcontent: ' ' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 60, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 61, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 62, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 63, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 64, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 65, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 66, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 67, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 68, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 69, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 70, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 71, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 72, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 73, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 74, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 75, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 76, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' asus_wireless', + clickable: true, + _clines: [Array], + _pcontent: ' asus_wireless' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 77, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kwork', + clickable: true, + _clines: [Array], + _pcontent: ' kwork' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 78, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cfg802', + clickable: true, + _clines: [Array], + _pcontent: ' cfg802' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 79, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kmemsti', + clickable: true, + _clines: [Array], + _pcontent: ' kmemsti' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 80, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' UVM global qu', + clickable: true, + _clines: [Array], + _pcontent: ' UVM global qu' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 81, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' UVM Tools Eve', + clickable: true, + _clines: [Array], + _pcontent: ' UVM Tools Eve' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 82, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' led_workque', + clickable: true, + _clines: [Array], + _pcontent: ' led_workque' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 83, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-times', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-times' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 84, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-resol', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-resol' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 85, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' avahi-daem', + clickable: true, + _clines: [Array], + _pcontent: ' avahi-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 86, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cup', + clickable: true, + _clines: [Array], + _pcontent: ' cup' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 87, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rsyslo', + clickable: true, + _clines: [Array], + _pcontent: ' rsyslo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 88, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' bluetoot', + clickable: true, + _clines: [Array], + _pcontent: ' bluetoot' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 89, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-logi', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-logi' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 90, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' accounts-daem', + clickable: true, + _clines: [Array], + _pcontent: ' accounts-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 91, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' udisk', + clickable: true, + _clines: [Array], + _pcontent: ' udisk' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 92, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ModemManag', + clickable: true, + _clines: [Array], + _pcontent: ' ModemManag' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 93, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cr', + clickable: true, + _clines: [Array], + _pcontent: ' cr' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 94, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' irqbalan', + clickable: true, + _clines: [Array], + _pcontent: ' irqbalan' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 95, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' mm_percpu_', + clickable: true, + _clines: [Array], + _pcontent: ' mm_percpu_' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 96, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' wpa_supplica', + clickable: true, + _clines: [Array], + _pcontent: ' wpa_supplica' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 97, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' networkd-disp', + clickable: true, + _clines: [Array], + _pcontent: ' networkd-disp' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 98, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' therma', + clickable: true, + _clines: [Array], + _pcontent: ' therma' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 99, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ksoftir', + clickable: true, + _clines: [Array], + _pcontent: ' ksoftir' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 100, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' acp', + clickable: true, + _clines: [Array], + _pcontent: ' acp' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 101, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cups-brows', + clickable: true, + _clines: [Array], + _pcontent: ' cups-brows' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 102, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' polki', + clickable: true, + _clines: [Array], + _pcontent: ' polki' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 103, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kthrea', + clickable: true, + _clines: [Array], + _pcontent: ' kthrea' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 104, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gdm-session-w', + clickable: true, + _clines: [Array], + _pcontent: ' gdm-session-w' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 105, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rcu_sch', + clickable: true, + _clines: [Array], + _pcontent: ' rcu_sch' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 106, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' (sd-pa', + clickable: true, + _clines: [Array], + _pcontent: ' (sd-pa' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 107, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gdm-wayland-s', + clickable: true, + _clines: [Array], + _pcontent: ' gdm-wayland-s' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 108, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-session', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-session' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 109, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rcu_', + clickable: true, + _clines: [Array], + _pcontent: ' rcu_' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 110, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nvidia-persis', + clickable: true, + _clines: [Array], + _pcontent: ' nvidia-persis' }, + ... 83 more items ], + keyable: + [ ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true } ], + grabKeys: false, + lockKeys: false, + _buf: '', + _ci: -1, + cursor: + { artificial: false, + shape: 'block', + blink: false, + color: null, + _set: false, + _state: 1, + _hidden: true }, + _maxListeners: Infinity, + lines: [ [ [Array], dirty: false ] ], + olines: [ [ [Array] ] ], + _listenedKeys: true, + _borderStops: {}, + _listenedMouse: true, + _needsClickableSort: true } +Screen { + index: 0, + program: + Program { + index: 1, + domain: null, + _events: + { resize: [Function], + focus: [Function], + blur: [Function], + warning: [Function], + keypress: [Function], + data: [Function], + mouse: [Function] }, + _eventsCount: 7, + _maxListeners: undefined, + options: + { input: undefined, + output: undefined, + log: undefined, + debug: undefined, + dump: undefined, + terminal: undefined, + resizeTimeout: undefined, + forceUnicode: undefined, + tput: true, + buffer: true, + zero: true }, + input: + ReadStream { + connecting: false, + _hadError: false, + _handle: [Object], + _parent: null, + _host: null, + _readableState: [Object], + readable: true, + domain: null, + _events: [Object], + _eventsCount: 6, + _maxListeners: undefined, + _writableState: [Object], + writable: false, + allowHalfOpen: false, + _bytesDispatched: 0, + _sockname: null, + _writev: null, + _pendingData: null, + _pendingEncoding: '', + server: null, + _server: null, + isRaw: true, + isTTY: true, + fd: 0, + _blessedInput: 2, + _keypressHandler: [Function], + _dataHandler: [Function], + _keypressDecoder: [Object], + read: [Function], + _consuming: true, + [Symbol(asyncId)]: 5, + [Symbol(bytesRead)]: 0 }, + output: + SyncWriteStream { + _writableState: [Object], + writable: true, + domain: null, + _events: [Object], + _eventsCount: 2, + _maxListeners: undefined, + fd: 1, + readable: false, + autoClose: false, + _type: 'fs', + _isStdio: true, + destroySoon: [Function], + _destroy: [Function], + _blessedOutput: 2, + _resizeHandler: [Function] }, + zero: true, + useBuffer: true, + x: 0, + y: 0, + savedX: 0, + savedY: 0, + cols: 1, + rows: 1, + scrollTop: 0, + scrollBottom: 0, + _terminal: 'xterm-256color', + isOSXTerm: false, + isiTerm2: false, + isXFCE: false, + isTerminator: false, + isLXDE: false, + isVTE: true, + isRxvt: false, + isXterm: false, + tmux: false, + tmuxVersion: 2, + _buf: '', + _flush: [Function: bound ], + _tputSetup: true, + tput: + Tput { + options: [Object], + terminal: 'xterm-256color', + debug: undefined, + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + error: null, + terminfoPrefix: undefined, + terminfoFile: undefined, + termcapFile: undefined, + auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function], + bell: [Function], + carriage_return: [Function], + change_scroll_region: [Function], + clear_all_tabs: [Function], + clear_screen: [Function], + clr_eol: [Function], + clr_eos: [Function], + column_address: [Function], + cursor_address: [Function], + cursor_down: [Function], + cursor_home: [Function], + cursor_invisible: [Function], + cursor_left: [Function], + cursor_normal: [Function], + cursor_right: [Function], + cursor_up: [Function], + cursor_visible: [Function], + delete_character: [Function], + delete_line: [Function], + enter_alt_charset_mode: [Function], + enter_blink_mode: [Function], + enter_bold_mode: [Function], + enter_ca_mode: [Function], + enter_dim_mode: [Function], + enter_insert_mode: [Function], + enter_secure_mode: [Function], + enter_reverse_mode: [Function], + enter_standout_mode: [Function], + enter_underline_mode: [Function], + erase_chars: [Function], + exit_alt_charset_mode: [Function], + exit_attribute_mode: [Function], + exit_ca_mode: [Function], + exit_insert_mode: [Function], + exit_standout_mode: [Function], + exit_underline_mode: [Function], + flash_screen: [Function], + init_2string: [Function], + insert_line: [Function], + key_backspace: [Function], + key_dc: [Function], + key_down: [Function], + key_f1: [Function], + key_f10: [Function], + key_f2: [Function], + key_f3: [Function], + key_f4: [Function], + key_f5: [Function], + key_f6: [Function], + key_f7: [Function], + key_f8: [Function], + key_f9: [Function], + key_home: [Function], + key_ic: [Function], + key_left: [Function], + key_npage: [Function], + key_ppage: [Function], + key_right: [Function], + key_sf: [Function], + key_sr: [Function], + key_up: [Function], + keypad_local: [Function], + keypad_xmit: [Function], + meta_off: [Function], + meta_on: [Function], + parm_dch: [Function], + parm_delete_line: [Function], + parm_down_cursor: [Function], + parm_ich: [Function], + parm_index: [Function], + parm_insert_line: [Function], + parm_left_cursor: [Function], + parm_right_cursor: [Function], + parm_rindex: [Function], + parm_up_cursor: [Function], + print_screen: [Function], + prtr_off: [Function], + prtr_on: [Function], + repeat_char: [Function], + reset_1string: [Function], + reset_2string: [Function], + restore_cursor: [Function], + row_address: [Function], + save_cursor: [Function], + scroll_forward: [Function], + scroll_reverse: [Function], + set_attributes: [Function], + set_tab: [Function], + tab: [Function], + key_b2: [Function], + acs_chars: [Function], + key_btab: [Function], + enter_am_mode: [Function], + exit_am_mode: [Function], + key_end: [Function], + key_enter: [Function], + key_sdc: [Function], + key_send: [Function], + key_shome: [Function], + key_sic: [Function], + key_sleft: [Function], + key_snext: [Function], + key_sprevious: [Function], + key_sright: [Function], + key_f11: [Function], + key_f12: [Function], + key_f13: [Function], + key_f14: [Function], + key_f15: [Function], + key_f16: [Function], + key_f17: [Function], + key_f18: [Function], + key_f19: [Function], + key_f20: [Function], + key_f21: [Function], + key_f22: [Function], + key_f23: [Function], + key_f24: [Function], + key_f25: [Function], + key_f26: [Function], + key_f27: [Function], + key_f28: [Function], + key_f29: [Function], + key_f30: [Function], + key_f31: [Function], + key_f32: [Function], + key_f33: [Function], + key_f34: [Function], + key_f35: [Function], + key_f36: [Function], + key_f37: [Function], + key_f38: [Function], + key_f39: [Function], + key_f40: [Function], + key_f41: [Function], + key_f42: [Function], + key_f43: [Function], + key_f44: [Function], + key_f45: [Function], + key_f46: [Function], + key_f47: [Function], + key_f48: [Function], + key_f49: [Function], + key_f50: [Function], + key_f51: [Function], + key_f52: [Function], + key_f53: [Function], + key_f54: [Function], + key_f55: [Function], + key_f56: [Function], + key_f57: [Function], + key_f58: [Function], + key_f59: [Function], + key_f60: [Function], + key_f61: [Function], + key_f62: [Function], + key_f63: [Function], + clr_bol: [Function], + user6: [Function], + user7: [Function], + user8: [Function], + user9: [Function], + orig_pair: [Function], + orig_colors: [Function], + initialize_color: [Function], + enter_italics_mode: [Function], + exit_italics_mode: [Function], + key_mouse: [Function], + set_a_foreground: [Function], + set_a_background: [Function], + memory_lock: [Function], + memory_unlock: [Function], + Cr: [Function], + Cs: [Function], + E3: [Function], + Ms: [Function], + Se: [Function], + Ss: [Function], + kDC3: [Function], + kDC4: [Function], + kDC5: [Function], + kDC6: [Function], + kDC7: [Function], + kDN: [Function], + kDN3: [Function], + kDN4: [Function], + kDN5: [Function], + kDN6: [Function], + kDN7: [Function], + kEND3: [Function], + kEND4: [Function], + kEND5: [Function], + kEND6: [Function], + kEND7: [Function], + kHOM3: [Function], + kHOM4: [Function], + kHOM5: [Function], + kHOM6: [Function], + kHOM7: [Function], + kIC3: [Function], + kIC4: [Function], + kIC5: [Function], + kIC6: [Function], + kIC7: [Function], + kLFT3: [Function], + kLFT4: [Function], + kLFT5: [Function], + kLFT6: [Function], + kLFT7: [Function], + kNXT3: [Function], + kNXT4: [Function], + kNXT5: [Function], + kNXT6: [Function], + kNXT7: [Function], + kPRV3: [Function], + kPRV4: [Function], + kPRV5: [Function], + kPRV6: [Function], + kPRV7: [Function], + kRIT3: [Function], + kRIT4: [Function], + kRIT5: [Function], + kRIT6: [Function], + kRIT7: [Function], + kUP: [Function], + kUP3: [Function], + kUP4: [Function], + kUP5: [Function], + kUP6: [Function], + kUP7: [Function], + ka2: [Function], + kb1: [Function], + kb3: [Function], + kc2: [Function], + rmxx: [Function], + smxx: [Function], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Function], + cursor_mem_address: [Function], + cursor_to_ll: [Function], + dis_status_line: [Function], + down_half_line: [Function], + enter_delete_mode: [Function], + enter_protected_mode: [Function], + exit_delete_mode: [Function], + form_feed: [Function], + from_status_line: [Function], + init_1string: [Function], + init_3string: [Function], + init_file: [Function], + insert_character: [Function], + insert_padding: [Function], + key_catab: [Function], + key_clear: [Function], + key_ctab: [Function], + key_dl: [Function], + key_eic: [Function], + key_eol: [Function], + key_eos: [Function], + key_f0: [Function], + key_il: [Function], + key_ll: [Function], + key_stab: [Function], + lab_f0: [Function], + lab_f1: [Function], + lab_f10: [Function], + lab_f2: [Function], + lab_f3: [Function], + lab_f4: [Function], + lab_f5: [Function], + lab_f6: [Function], + lab_f7: [Function], + lab_f8: [Function], + lab_f9: [Function], + newline: [Function], + pad_char: [Function], + pkey_key: [Function], + pkey_local: [Function], + pkey_xmit: [Function], + reset_3string: [Function], + reset_file: [Function], + set_window: [Function], + to_status_line: [Function], + underline_char: [Function], + up_half_line: [Function], + init_prog: [Function], + key_a1: [Function], + key_a3: [Function], + key_c1: [Function], + key_c3: [Function], + prtr_non: [Function], + char_padding: [Function], + plab_norm: [Function], + enter_xon_mode: [Function], + exit_xon_mode: [Function], + xon_character: [Function], + xoff_character: [Function], + ena_acs: [Function], + label_on: [Function], + label_off: [Function], + key_beg: [Function], + key_cancel: [Function], + key_close: [Function], + key_command: [Function], + key_copy: [Function], + key_create: [Function], + key_exit: [Function], + key_find: [Function], + key_help: [Function], + key_mark: [Function], + key_message: [Function], + key_move: [Function], + key_next: [Function], + key_open: [Function], + key_options: [Function], + key_previous: [Function], + key_print: [Function], + key_redo: [Function], + key_reference: [Function], + key_refresh: [Function], + key_replace: [Function], + key_restart: [Function], + key_resume: [Function], + key_save: [Function], + key_suspend: [Function], + key_undo: [Function], + key_sbeg: [Function], + key_scancel: [Function], + key_scommand: [Function], + key_scopy: [Function], + key_screate: [Function], + key_sdl: [Function], + key_select: [Function], + key_seol: [Function], + key_sexit: [Function], + key_sfind: [Function], + key_shelp: [Function], + key_smessage: [Function], + key_smove: [Function], + key_soptions: [Function], + key_sprint: [Function], + key_sredo: [Function], + key_sreplace: [Function], + key_srsume: [Function], + key_ssave: [Function], + key_ssuspend: [Function], + key_sundo: [Function], + req_for_input: [Function], + clear_margins: [Function], + set_left_margin: [Function], + set_right_margin: [Function], + label_format: [Function], + set_clock: [Function], + display_clock: [Function], + remove_clock: [Function], + create_window: [Function], + goto_window: [Function], + hangup: [Function], + dial_phone: [Function], + quick_dial: [Function], + tone: [Function], + pulse: [Function], + flash_hook: [Function], + fixed_pause: [Function], + wait_tone: [Function], + user0: [Function], + user1: [Function], + user2: [Function], + user3: [Function], + user4: [Function], + user5: [Function], + initialize_pair: [Function], + set_color_pair: [Function], + set_foreground: [Function], + set_background: [Function], + change_char_pitch: [Function], + change_line_pitch: [Function], + change_res_horz: [Function], + change_res_vert: [Function], + define_char: [Function], + enter_doublewide_mode: [Function], + enter_draft_quality: [Function], + enter_leftward_mode: [Function], + enter_micro_mode: [Function], + enter_near_letter_quality: [Function], + enter_normal_quality: [Function], + enter_shadow_mode: [Function], + enter_subscript_mode: [Function], + enter_superscript_mode: [Function], + enter_upward_mode: [Function], + exit_doublewide_mode: [Function], + exit_leftward_mode: [Function], + exit_micro_mode: [Function], + exit_shadow_mode: [Function], + exit_subscript_mode: [Function], + exit_superscript_mode: [Function], + exit_upward_mode: [Function], + micro_column_address: [Function], + micro_down: [Function], + micro_left: [Function], + micro_right: [Function], + micro_row_address: [Function], + micro_up: [Function], + order_of_pins: [Function], + parm_down_micro: [Function], + parm_left_micro: [Function], + parm_right_micro: [Function], + parm_up_micro: [Function], + select_char_set: [Function], + set_bottom_margin: [Function], + set_bottom_margin_parm: [Function], + set_left_margin_parm: [Function], + set_right_margin_parm: [Function], + set_top_margin: [Function], + set_top_margin_parm: [Function], + start_bit_image: [Function], + start_char_set_def: [Function], + stop_bit_image: [Function], + stop_char_set_def: [Function], + subscript_characters: [Function], + superscript_characters: [Function], + these_cause_cr: [Function], + zero_motion: [Function], + char_set_names: [Function], + mouse_info: [Function], + req_mouse_pos: [Function], + get_mouse: [Function], + pkey_plab: [Function], + device_type: [Function], + code_set_init: [Function], + set0_des_seq: [Function], + set1_des_seq: [Function], + set2_des_seq: [Function], + set3_des_seq: [Function], + set_lr_margin: [Function], + set_tb_margin: [Function], + bit_image_repeat: [Function], + bit_image_newline: [Function], + bit_image_carriage_return: [Function], + color_names: [Function], + define_bit_image_region: [Function], + end_bit_image_region: [Function], + set_color_band: [Function], + set_page_length: [Function], + display_pc_char: [Function], + enter_pc_charset_mode: [Function], + exit_pc_charset_mode: [Function], + enter_scancode_mode: [Function], + exit_scancode_mode: [Function], + pc_term_options: [Function], + scancode_escape: [Function], + alt_scancode_esc: [Function], + enter_horizontal_hl_mode: [Function], + enter_left_hl_mode: [Function], + enter_low_hl_mode: [Function], + enter_right_hl_mode: [Function], + enter_top_hl_mode: [Function], + enter_vertical_hl_mode: [Function], + set_a_attributes: [Function], + set_pglen_inch: [Function], + termcap_init2: [Function], + termcap_reset: [Function], + linefeed_if_not_lf: [Function], + backspace_if_not_bs: [Function], + other_non_function_keys: [Function], + arrow_key_map: [Function], + acs_ulcorner: [Function], + acs_llcorner: [Function], + acs_urcorner: [Function], + acs_lrcorner: [Function], + acs_ltee: [Function], + acs_rtee: [Function], + acs_btee: [Function], + acs_ttee: [Function], + acs_hline: [Function], + acs_vline: [Function], + acs_plus: [Function], + box_chars_1: [Function], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function], + bel: [Function], + cr: [Function], + csr: [Function], + tbc: [Function], + clear: [Function], + el: [Function], + ed: [Function], + hpa: [Function], + cup: [Function], + cud1: [Function], + home: [Function], + civis: [Function], + cub1: [Function], + cnorm: [Function], + cuf1: [Function], + cuu1: [Function], + cvvis: [Function], + dch1: [Function], + dl1: [Function], + smacs: [Function], + blink: [Function], + bold: [Function], + smcup: [Function], + dim: [Function], + smir: [Function], + invis: [Function], + rev: [Function], + smso: [Function], + smul: [Function], + ech: [Function], + rmacs: [Function], + sgr0: [Function], + rmcup: [Function], + rmir: [Function], + rmso: [Function], + rmul: [Function], + flash: [Function], + is2: [Function], + il1: [Function], + kbs: [Function], + kdch1: [Function], + kcud1: [Function], + kf1: [Function], + kf10: [Function], + kf2: [Function], + kf3: [Function], + kf4: [Function], + kf5: [Function], + kf6: [Function], + kf7: [Function], + kf8: [Function], + kf9: [Function], + khome: [Function], + kich1: [Function], + kcub1: [Function], + knp: [Function], + kpp: [Function], + kcuf1: [Function], + kind: [Function], + kri: [Function], + kcuu1: [Function], + rmkx: [Function], + smkx: [Function], + rmm: [Function], + smm: [Function], + dch: [Function], + dl: [Function], + cud: [Function], + ich: [Function], + indn: [Function], + il: [Function], + cub: [Function], + cuf: [Function], + rin: [Function], + cuu: [Function], + mc0: [Function], + mc4: [Function], + mc5: [Function], + rep: [Function], + rs1: [Function], + rs2: [Function], + rc: [Function], + vpa: [Function], + sc: [Function], + ind: [Function], + ri: [Function], + sgr: [Function], + hts: [Function], + ht: [Function], + kb2: [Function], + acsc: [Object], + kcbt: [Function], + smam: [Function], + rmam: [Function], + kend: [Function], + kent: [Function], + kDC: [Function], + kEND: [Function], + kHOM: [Function], + kIC: [Function], + kLFT: [Function], + kNXT: [Function], + kPRV: [Function], + kRIT: [Function], + kf11: [Function], + kf12: [Function], + kf13: [Function], + kf14: [Function], + kf15: [Function], + kf16: [Function], + kf17: [Function], + kf18: [Function], + kf19: [Function], + kf20: [Function], + kf21: [Function], + kf22: [Function], + kf23: [Function], + kf24: [Function], + kf25: [Function], + kf26: [Function], + kf27: [Function], + kf28: [Function], + kf29: [Function], + kf30: [Function], + kf31: [Function], + kf32: [Function], + kf33: [Function], + kf34: [Function], + kf35: [Function], + kf36: [Function], + kf37: [Function], + kf38: [Function], + kf39: [Function], + kf40: [Function], + kf41: [Function], + kf42: [Function], + kf43: [Function], + kf44: [Function], + kf45: [Function], + kf46: [Function], + kf47: [Function], + kf48: [Function], + kf49: [Function], + kf50: [Function], + kf51: [Function], + kf52: [Function], + kf53: [Function], + kf54: [Function], + kf55: [Function], + kf56: [Function], + kf57: [Function], + kf58: [Function], + kf59: [Function], + kf60: [Function], + kf61: [Function], + kf62: [Function], + kf63: [Function], + el1: [Function], + u6: [Function], + u7: [Function], + u8: [Function], + u9: [Function], + op: [Function], + oc: [Function], + initc: [Function], + sitm: [Function], + ritm: [Function], + kmous: [Function], + setaf: [Function], + setab: [Function], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Function], + mrcup: [Function], + ll: [Function], + dsl: [Function], + hd: [Function], + smdc: [Function], + prot: [Function], + rmdc: [Function], + ff: [Function], + fsl: [Function], + is1: [Function], + is3: [Function], + if: [Function], + ich1: [Function], + ip: [Function], + ktbc: [Function], + kclr: [Function], + kctab: [Function], + kdl1: [Function], + krmir: [Function], + kel: [Function], + ked: [Function], + kf0: [Function], + kil1: [Function], + kll: [Function], + khts: [Function], + lf0: [Function], + lf1: [Function], + lf10: [Function], + lf2: [Function], + lf3: [Function], + lf4: [Function], + lf5: [Function], + lf6: [Function], + lf7: [Function], + lf8: [Function], + lf9: [Function], + nel: [Function], + pad: [Function], + pfkey: [Function], + pfloc: [Function], + pfx: [Function], + rs3: [Function], + rf: [Function], + wind: [Function], + tsl: [Function], + uc: [Function], + hu: [Function], + iprog: [Function], + ka1: [Function], + ka3: [Function], + kc1: [Function], + kc3: [Function], + mc5p: [Function], + rmp: [Function], + pln: [Function], + smxon: [Function], + rmxon: [Function], + xonc: [Function], + xoffc: [Function], + enacs: [Function], + smln: [Function], + rmln: [Function], + kbeg: [Function], + kcan: [Function], + kclo: [Function], + kcmd: [Function], + kcpy: [Function], + kcrt: [Function], + kext: [Function], + kfnd: [Function], + khlp: [Function], + kmrk: [Function], + kmsg: [Function], + kmov: [Function], + knxt: [Function], + kopn: [Function], + kopt: [Function], + kprv: [Function], + kprt: [Function], + krdo: [Function], + kref: [Function], + krfr: [Function], + krpl: [Function], + krst: [Function], + kres: [Function], + ksav: [Function], + kspd: [Function], + kund: [Function], + kBEG: [Function], + kCAN: [Function], + kCMD: [Function], + kCPY: [Function], + kCRT: [Function], + kDL: [Function], + kslt: [Function], + kEOL: [Function], + kEXT: [Function], + kFND: [Function], + kHLP: [Function], + kMSG: [Function], + kMOV: [Function], + kOPT: [Function], + kPRT: [Function], + kRDO: [Function], + kRPL: [Function], + kRES: [Function], + kSAV: [Function], + kSPD: [Function], + kUND: [Function], + rfi: [Function], + mgc: [Function], + smgl: [Function], + smgr: [Function], + fln: [Function], + sclk: [Function], + dclk: [Function], + rmclk: [Function], + cwin: [Function], + wingo: [Function], + hup: [Function], + dial: [Function], + qdial: [Function], + hook: [Function], + pause: [Function], + wait: [Function], + u0: [Function], + u1: [Function], + u2: [Function], + u3: [Function], + u4: [Function], + u5: [Function], + initp: [Function], + scp: [Function], + setf: [Function], + setb: [Function], + cpi: [Function], + lpi: [Function], + chr: [Function], + cvr: [Function], + defc: [Function], + swidm: [Function], + sdrfq: [Function], + slm: [Function], + smicm: [Function], + snlq: [Function], + snrmq: [Function], + sshm: [Function], + ssubm: [Function], + ssupm: [Function], + sum: [Function], + rwidm: [Function], + rlm: [Function], + rmicm: [Function], + rshm: [Function], + rsubm: [Function], + rsupm: [Function], + rum: [Function], + mhpa: [Function], + mcud1: [Function], + mcub1: [Function], + mcuf1: [Function], + mvpa: [Function], + mcuu1: [Function], + porder: [Function], + mcud: [Function], + mcub: [Function], + mcuf: [Function], + mcuu: [Function], + scs: [Function], + smgb: [Function], + smgbp: [Function], + smglp: [Function], + smgrp: [Function], + smgt: [Function], + smgtp: [Function], + sbim: [Function], + scsd: [Function], + rbim: [Function], + rcsd: [Function], + subcs: [Function], + supcs: [Function], + docr: [Function], + zerom: [Function], + csnm: [Function], + minfo: [Function], + reqmp: [Function], + getm: [Function], + pfxl: [Function], + devt: [Function], + csin: [Function], + s0ds: [Function], + s1ds: [Function], + s2ds: [Function], + s3ds: [Function], + smglr: [Function], + smgtb: [Function], + birep: [Function], + binel: [Function], + bicr: [Function], + colornm: [Function], + defbi: [Function], + endbi: [Function], + setcolor: [Function], + slines: [Function], + dispc: [Function], + smpch: [Function], + rmpch: [Function], + smsc: [Function], + rmsc: [Function], + pctrm: [Function], + scesc: [Function], + scesa: [Function], + ehhlm: [Function], + elhlm: [Function], + elohlm: [Function], + erhlm: [Function], + ethlm: [Function], + evhlm: [Function], + sgr1: [Function], + slength: [Function], + info: [Object], + all: [Object], + methods: [Object], + bools: [Object], + numbers: [Object], + strings: [Object], + features: [Object], + unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + setbuf: true, + acscr: [Object] }, + put: + { [Function] + options: [Object], + terminal: 'xterm-256color', + debug: undefined, + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + error: null, + terminfoPrefix: undefined, + terminfoFile: undefined, + termcapFile: undefined, + auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function], + bell: [Function], + carriage_return: [Function], + change_scroll_region: [Function], + clear_all_tabs: [Function], + clear_screen: [Function], + clr_eol: [Function], + clr_eos: [Function], + column_address: [Function], + cursor_address: [Function], + cursor_down: [Function], + cursor_home: [Function], + cursor_invisible: [Function], + cursor_left: [Function], + cursor_normal: [Function], + cursor_right: [Function], + cursor_up: [Function], + cursor_visible: [Function], + delete_character: [Function], + delete_line: [Function], + enter_alt_charset_mode: [Function], + enter_blink_mode: [Function], + enter_bold_mode: [Function], + enter_ca_mode: [Function], + enter_dim_mode: [Function], + enter_insert_mode: [Function], + enter_secure_mode: [Function], + enter_reverse_mode: [Function], + enter_standout_mode: [Function], + enter_underline_mode: [Function], + erase_chars: [Function], + exit_alt_charset_mode: [Function], + exit_attribute_mode: [Function], + exit_ca_mode: [Function], + exit_insert_mode: [Function], + exit_standout_mode: [Function], + exit_underline_mode: [Function], + flash_screen: [Function], + init_2string: [Function], + insert_line: [Function], + key_backspace: [Function], + key_dc: [Function], + key_down: [Function], + key_f1: [Function], + key_f10: [Function], + key_f2: [Function], + key_f3: [Function], + key_f4: [Function], + key_f5: [Function], + key_f6: [Function], + key_f7: [Function], + key_f8: [Function], + key_f9: [Function], + key_home: [Function], + key_ic: [Function], + key_left: [Function], + key_npage: [Function], + key_ppage: [Function], + key_right: [Function], + key_sf: [Function], + key_sr: [Function], + key_up: [Function], + keypad_local: [Function], + keypad_xmit: [Function], + meta_off: [Function], + meta_on: [Function], + parm_dch: [Function], + parm_delete_line: [Function], + parm_down_cursor: [Function], + parm_ich: [Function], + parm_index: [Function], + parm_insert_line: [Function], + parm_left_cursor: [Function], + parm_right_cursor: [Function], + parm_rindex: [Function], + parm_up_cursor: [Function], + print_screen: [Function], + prtr_off: [Function], + prtr_on: [Function], + repeat_char: [Function], + reset_1string: [Function], + reset_2string: [Function], + restore_cursor: [Function], + row_address: [Function], + save_cursor: [Function], + scroll_forward: [Function], + scroll_reverse: [Function], + set_attributes: [Function], + set_tab: [Function], + tab: [Function], + key_b2: [Function], + acs_chars: [Function], + key_btab: [Function], + enter_am_mode: [Function], + exit_am_mode: [Function], + key_end: [Function], + key_enter: [Function], + key_sdc: [Function], + key_send: [Function], + key_shome: [Function], + key_sic: [Function], + key_sleft: [Function], + key_snext: [Function], + key_sprevious: [Function], + key_sright: [Function], + key_f11: [Function], + key_f12: [Function], + key_f13: [Function], + key_f14: [Function], + key_f15: [Function], + key_f16: [Function], + key_f17: [Function], + key_f18: [Function], + key_f19: [Function], + key_f20: [Function], + key_f21: [Function], + key_f22: [Function], + key_f23: [Function], + key_f24: [Function], + key_f25: [Function], + key_f26: [Function], + key_f27: [Function], + key_f28: [Function], + key_f29: [Function], + key_f30: [Function], + key_f31: [Function], + key_f32: [Function], + key_f33: [Function], + key_f34: [Function], + key_f35: [Function], + key_f36: [Function], + key_f37: [Function], + key_f38: [Function], + key_f39: [Function], + key_f40: [Function], + key_f41: [Function], + key_f42: [Function], + key_f43: [Function], + key_f44: [Function], + key_f45: [Function], + key_f46: [Function], + key_f47: [Function], + key_f48: [Function], + key_f49: [Function], + key_f50: [Function], + key_f51: [Function], + key_f52: [Function], + key_f53: [Function], + key_f54: [Function], + key_f55: [Function], + key_f56: [Function], + key_f57: [Function], + key_f58: [Function], + key_f59: [Function], + key_f60: [Function], + key_f61: [Function], + key_f62: [Function], + key_f63: [Function], + clr_bol: [Function], + user6: [Function], + user7: [Function], + user8: [Function], + user9: [Function], + orig_pair: [Function], + orig_colors: [Function], + initialize_color: [Function], + enter_italics_mode: [Function], + exit_italics_mode: [Function], + key_mouse: [Function], + set_a_foreground: [Function], + set_a_background: [Function], + memory_lock: [Function], + memory_unlock: [Function], + Cr: [Function], + Cs: [Function], + E3: [Function], + Ms: [Function], + Se: [Function], + Ss: [Function], + kDC3: [Function], + kDC4: [Function], + kDC5: [Function], + kDC6: [Function], + kDC7: [Function], + kDN: [Function], + kDN3: [Function], + kDN4: [Function], + kDN5: [Function], + kDN6: [Function], + kDN7: [Function], + kEND3: [Function], + kEND4: [Function], + kEND5: [Function], + kEND6: [Function], + kEND7: [Function], + kHOM3: [Function], + kHOM4: [Function], + kHOM5: [Function], + kHOM6: [Function], + kHOM7: [Function], + kIC3: [Function], + kIC4: [Function], + kIC5: [Function], + kIC6: [Function], + kIC7: [Function], + kLFT3: [Function], + kLFT4: [Function], + kLFT5: [Function], + kLFT6: [Function], + kLFT7: [Function], + kNXT3: [Function], + kNXT4: [Function], + kNXT5: [Function], + kNXT6: [Function], + kNXT7: [Function], + kPRV3: [Function], + kPRV4: [Function], + kPRV5: [Function], + kPRV6: [Function], + kPRV7: [Function], + kRIT3: [Function], + kRIT4: [Function], + kRIT5: [Function], + kRIT6: [Function], + kRIT7: [Function], + kUP: [Function], + kUP3: [Function], + kUP4: [Function], + kUP5: [Function], + kUP6: [Function], + kUP7: [Function], + ka2: [Function], + kb1: [Function], + kb3: [Function], + kc2: [Function], + rmxx: [Function], + smxx: [Function], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Function], + cursor_mem_address: [Function], + cursor_to_ll: [Function], + dis_status_line: [Function], + down_half_line: [Function], + enter_delete_mode: [Function], + enter_protected_mode: [Function], + exit_delete_mode: [Function], + form_feed: [Function], + from_status_line: [Function], + init_1string: [Function], + init_3string: [Function], + init_file: [Function], + insert_character: [Function], + insert_padding: [Function], + key_catab: [Function], + key_clear: [Function], + key_ctab: [Function], + key_dl: [Function], + key_eic: [Function], + key_eol: [Function], + key_eos: [Function], + key_f0: [Function], + key_il: [Function], + key_ll: [Function], + key_stab: [Function], + lab_f0: [Function], + lab_f1: [Function], + lab_f10: [Function], + lab_f2: [Function], + lab_f3: [Function], + lab_f4: [Function], + lab_f5: [Function], + lab_f6: [Function], + lab_f7: [Function], + lab_f8: [Function], + lab_f9: [Function], + newline: [Function], + pad_char: [Function], + pkey_key: [Function], + pkey_local: [Function], + pkey_xmit: [Function], + reset_3string: [Function], + reset_file: [Function], + set_window: [Function], + to_status_line: [Function], + underline_char: [Function], + up_half_line: [Function], + init_prog: [Function], + key_a1: [Function], + key_a3: [Function], + key_c1: [Function], + key_c3: [Function], + prtr_non: [Function], + char_padding: [Function], + plab_norm: [Function], + enter_xon_mode: [Function], + exit_xon_mode: [Function], + xon_character: [Function], + xoff_character: [Function], + ena_acs: [Function], + label_on: [Function], + label_off: [Function], + key_beg: [Function], + key_cancel: [Function], + key_close: [Function], + key_command: [Function], + key_copy: [Function], + key_create: [Function], + key_exit: [Function], + key_find: [Function], + key_help: [Function], + key_mark: [Function], + key_message: [Function], + key_move: [Function], + key_next: [Function], + key_open: [Function], + key_options: [Function], + key_previous: [Function], + key_print: [Function], + key_redo: [Function], + key_reference: [Function], + key_refresh: [Function], + key_replace: [Function], + key_restart: [Function], + key_resume: [Function], + key_save: [Function], + key_suspend: [Function], + key_undo: [Function], + key_sbeg: [Function], + key_scancel: [Function], + key_scommand: [Function], + key_scopy: [Function], + key_screate: [Function], + key_sdl: [Function], + key_select: [Function], + key_seol: [Function], + key_sexit: [Function], + key_sfind: [Function], + key_shelp: [Function], + key_smessage: [Function], + key_smove: [Function], + key_soptions: [Function], + key_sprint: [Function], + key_sredo: [Function], + key_sreplace: [Function], + key_srsume: [Function], + key_ssave: [Function], + key_ssuspend: [Function], + key_sundo: [Function], + req_for_input: [Function], + clear_margins: [Function], + set_left_margin: [Function], + set_right_margin: [Function], + label_format: [Function], + set_clock: [Function], + display_clock: [Function], + remove_clock: [Function], + create_window: [Function], + goto_window: [Function], + hangup: [Function], + dial_phone: [Function], + quick_dial: [Function], + tone: [Function], + pulse: [Function], + flash_hook: [Function], + fixed_pause: [Function], + wait_tone: [Function], + user0: [Function], + user1: [Function], + user2: [Function], + user3: [Function], + user4: [Function], + user5: [Function], + initialize_pair: [Function], + set_color_pair: [Function], + set_foreground: [Function], + set_background: [Function], + change_char_pitch: [Function], + change_line_pitch: [Function], + change_res_horz: [Function], + change_res_vert: [Function], + define_char: [Function], + enter_doublewide_mode: [Function], + enter_draft_quality: [Function], + enter_leftward_mode: [Function], + enter_micro_mode: [Function], + enter_near_letter_quality: [Function], + enter_normal_quality: [Function], + enter_shadow_mode: [Function], + enter_subscript_mode: [Function], + enter_superscript_mode: [Function], + enter_upward_mode: [Function], + exit_doublewide_mode: [Function], + exit_leftward_mode: [Function], + exit_micro_mode: [Function], + exit_shadow_mode: [Function], + exit_subscript_mode: [Function], + exit_superscript_mode: [Function], + exit_upward_mode: [Function], + micro_column_address: [Function], + micro_down: [Function], + micro_left: [Function], + micro_right: [Function], + micro_row_address: [Function], + micro_up: [Function], + order_of_pins: [Function], + parm_down_micro: [Function], + parm_left_micro: [Function], + parm_right_micro: [Function], + parm_up_micro: [Function], + select_char_set: [Function], + set_bottom_margin: [Function], + set_bottom_margin_parm: [Function], + set_left_margin_parm: [Function], + set_right_margin_parm: [Function], + set_top_margin: [Function], + set_top_margin_parm: [Function], + start_bit_image: [Function], + start_char_set_def: [Function], + stop_bit_image: [Function], + stop_char_set_def: [Function], + subscript_characters: [Function], + superscript_characters: [Function], + these_cause_cr: [Function], + zero_motion: [Function], + char_set_names: [Function], + mouse_info: [Function], + req_mouse_pos: [Function], + get_mouse: [Function], + pkey_plab: [Function], + device_type: [Function], + code_set_init: [Function], + set0_des_seq: [Function], + set1_des_seq: [Function], + set2_des_seq: [Function], + set3_des_seq: [Function], + set_lr_margin: [Function], + set_tb_margin: [Function], + bit_image_repeat: [Function], + bit_image_newline: [Function], + bit_image_carriage_return: [Function], + color_names: [Function], + define_bit_image_region: [Function], + end_bit_image_region: [Function], + set_color_band: [Function], + set_page_length: [Function], + display_pc_char: [Function], + enter_pc_charset_mode: [Function], + exit_pc_charset_mode: [Function], + enter_scancode_mode: [Function], + exit_scancode_mode: [Function], + pc_term_options: [Function], + scancode_escape: [Function], + alt_scancode_esc: [Function], + enter_horizontal_hl_mode: [Function], + enter_left_hl_mode: [Function], + enter_low_hl_mode: [Function], + enter_right_hl_mode: [Function], + enter_top_hl_mode: [Function], + enter_vertical_hl_mode: [Function], + set_a_attributes: [Function], + set_pglen_inch: [Function], + termcap_init2: [Function], + termcap_reset: [Function], + linefeed_if_not_lf: [Function], + backspace_if_not_bs: [Function], + other_non_function_keys: [Function], + arrow_key_map: [Function], + acs_ulcorner: [Function], + acs_llcorner: [Function], + acs_urcorner: [Function], + acs_lrcorner: [Function], + acs_ltee: [Function], + acs_rtee: [Function], + acs_btee: [Function], + acs_ttee: [Function], + acs_hline: [Function], + acs_vline: [Function], + acs_plus: [Function], + box_chars_1: [Function], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function], + bel: [Function], + cr: [Function], + csr: [Function], + tbc: [Function], + clear: [Function], + el: [Function], + ed: [Function], + hpa: [Function], + cup: [Function], + cud1: [Function], + home: [Function], + civis: [Function], + cub1: [Function], + cnorm: [Function], + cuf1: [Function], + cuu1: [Function], + cvvis: [Function], + dch1: [Function], + dl1: [Function], + smacs: [Function], + blink: [Function], + bold: [Function], + smcup: [Function], + dim: [Function], + smir: [Function], + invis: [Function], + rev: [Function], + smso: [Function], + smul: [Function], + ech: [Function], + rmacs: [Function], + sgr0: [Function], + rmcup: [Function], + rmir: [Function], + rmso: [Function], + rmul: [Function], + flash: [Function], + is2: [Function], + il1: [Function], + kbs: [Function], + kdch1: [Function], + kcud1: [Function], + kf1: [Function], + kf10: [Function], + kf2: [Function], + kf3: [Function], + kf4: [Function], + kf5: [Function], + kf6: [Function], + kf7: [Function], + kf8: [Function], + kf9: [Function], + khome: [Function], + kich1: [Function], + kcub1: [Function], + knp: [Function], + kpp: [Function], + kcuf1: [Function], + kind: [Function], + kri: [Function], + kcuu1: [Function], + rmkx: [Function], + smkx: [Function], + rmm: [Function], + smm: [Function], + dch: [Function], + dl: [Function], + cud: [Function], + ich: [Function], + indn: [Function], + il: [Function], + cub: [Function], + cuf: [Function], + rin: [Function], + cuu: [Function], + mc0: [Function], + mc4: [Function], + mc5: [Function], + rep: [Function], + rs1: [Function], + rs2: [Function], + rc: [Function], + vpa: [Function], + sc: [Function], + ind: [Function], + ri: [Function], + sgr: [Function], + hts: [Function], + ht: [Function], + kb2: [Function], + acsc: [Object], + kcbt: [Function], + smam: [Function], + rmam: [Function], + kend: [Function], + kent: [Function], + kDC: [Function], + kEND: [Function], + kHOM: [Function], + kIC: [Function], + kLFT: [Function], + kNXT: [Function], + kPRV: [Function], + kRIT: [Function], + kf11: [Function], + kf12: [Function], + kf13: [Function], + kf14: [Function], + kf15: [Function], + kf16: [Function], + kf17: [Function], + kf18: [Function], + kf19: [Function], + kf20: [Function], + kf21: [Function], + kf22: [Function], + kf23: [Function], + kf24: [Function], + kf25: [Function], + kf26: [Function], + kf27: [Function], + kf28: [Function], + kf29: [Function], + kf30: [Function], + kf31: [Function], + kf32: [Function], + kf33: [Function], + kf34: [Function], + kf35: [Function], + kf36: [Function], + kf37: [Function], + kf38: [Function], + kf39: [Function], + kf40: [Function], + kf41: [Function], + kf42: [Function], + kf43: [Function], + kf44: [Function], + kf45: [Function], + kf46: [Function], + kf47: [Function], + kf48: [Function], + kf49: [Function], + kf50: [Function], + kf51: [Function], + kf52: [Function], + kf53: [Function], + kf54: [Function], + kf55: [Function], + kf56: [Function], + kf57: [Function], + kf58: [Function], + kf59: [Function], + kf60: [Function], + kf61: [Function], + kf62: [Function], + kf63: [Function], + el1: [Function], + u6: [Function], + u7: [Function], + u8: [Function], + u9: [Function], + op: [Function], + oc: [Function], + initc: [Function], + sitm: [Function], + ritm: [Function], + kmous: [Function], + setaf: [Function], + setab: [Function], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Function], + mrcup: [Function], + ll: [Function], + dsl: [Function], + hd: [Function], + smdc: [Function], + prot: [Function], + rmdc: [Function], + ff: [Function], + fsl: [Function], + is1: [Function], + is3: [Function], + if: [Function], + ich1: [Function], + ip: [Function], + ktbc: [Function], + kclr: [Function], + kctab: [Function], + kdl1: [Function], + krmir: [Function], + kel: [Function], + ked: [Function], + kf0: [Function], + kil1: [Function], + kll: [Function], + khts: [Function], + lf0: [Function], + lf1: [Function], + lf10: [Function], + lf2: [Function], + lf3: [Function], + lf4: [Function], + lf5: [Function], + lf6: [Function], + lf7: [Function], + lf8: [Function], + lf9: [Function], + nel: [Function], + pad: [Function], + pfkey: [Function], + pfloc: [Function], + pfx: [Function], + rs3: [Function], + rf: [Function], + wind: [Function], + tsl: [Function], + uc: [Function], + hu: [Function], + iprog: [Function], + ka1: [Function], + ka3: [Function], + kc1: [Function], + kc3: [Function], + mc5p: [Function], + rmp: [Function], + pln: [Function], + smxon: [Function], + rmxon: [Function], + xonc: [Function], + xoffc: [Function], + enacs: [Function], + smln: [Function], + rmln: [Function], + kbeg: [Function], + kcan: [Function], + kclo: [Function], + kcmd: [Function], + kcpy: [Function], + kcrt: [Function], + kext: [Function], + kfnd: [Function], + khlp: [Function], + kmrk: [Function], + kmsg: [Function], + kmov: [Function], + knxt: [Function], + kopn: [Function], + kopt: [Function], + kprv: [Function], + kprt: [Function], + krdo: [Function], + kref: [Function], + krfr: [Function], + krpl: [Function], + krst: [Function], + kres: [Function], + ksav: [Function], + kspd: [Function], + kund: [Function], + kBEG: [Function], + kCAN: [Function], + kCMD: [Function], + kCPY: [Function], + kCRT: [Function], + kDL: [Function], + kslt: [Function], + kEOL: [Function], + kEXT: [Function], + kFND: [Function], + kHLP: [Function], + kMSG: [Function], + kMOV: [Function], + kOPT: [Function], + kPRT: [Function], + kRDO: [Function], + kRPL: [Function], + kRES: [Function], + kSAV: [Function], + kSPD: [Function], + kUND: [Function], + rfi: [Function], + mgc: [Function], + smgl: [Function], + smgr: [Function], + fln: [Function], + sclk: [Function], + dclk: [Function], + rmclk: [Function], + cwin: [Function], + wingo: [Function], + hup: [Function], + dial: [Function], + qdial: [Function], + hook: [Function], + pause: [Function], + wait: [Function], + u0: [Function], + u1: [Function], + u2: [Function], + u3: [Function], + u4: [Function], + u5: [Function], + initp: [Function], + scp: [Function], + setf: [Function], + setb: [Function], + cpi: [Function], + lpi: [Function], + chr: [Function], + cvr: [Function], + defc: [Function], + swidm: [Function], + sdrfq: [Function], + slm: [Function], + smicm: [Function], + snlq: [Function], + snrmq: [Function], + sshm: [Function], + ssubm: [Function], + ssupm: [Function], + sum: [Function], + rwidm: [Function], + rlm: [Function], + rmicm: [Function], + rshm: [Function], + rsubm: [Function], + rsupm: [Function], + rum: [Function], + mhpa: [Function], + mcud1: [Function], + mcub1: [Function], + mcuf1: [Function], + mvpa: [Function], + mcuu1: [Function], + porder: [Function], + mcud: [Function], + mcub: [Function], + mcuf: [Function], + mcuu: [Function], + scs: [Function], + smgb: [Function], + smgbp: [Function], + smglp: [Function], + smgrp: [Function], + smgt: [Function], + smgtp: [Function], + sbim: [Function], + scsd: [Function], + rbim: [Function], + rcsd: [Function], + subcs: [Function], + supcs: [Function], + docr: [Function], + zerom: [Function], + csnm: [Function], + minfo: [Function], + reqmp: [Function], + getm: [Function], + pfxl: [Function], + devt: [Function], + csin: [Function], + s0ds: [Function], + s1ds: [Function], + s2ds: [Function], + s3ds: [Function], + smglr: [Function], + smgtb: [Function], + birep: [Function], + binel: [Function], + bicr: [Function], + colornm: [Function], + defbi: [Function], + endbi: [Function], + setcolor: [Function], + slines: [Function], + dispc: [Function], + smpch: [Function], + rmpch: [Function], + smsc: [Function], + rmsc: [Function], + pctrm: [Function], + scesc: [Function], + scesa: [Function], + ehhlm: [Function], + elhlm: [Function], + elohlm: [Function], + erhlm: [Function], + ethlm: [Function], + evhlm: [Function], + sgr1: [Function], + slength: [Function], + info: [Object], + all: [Object], + methods: [Object], + bools: [Object], + numbers: [Object], + strings: [Object], + features: [Object], + unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + setbuf: true, + acscr: [Object] }, + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + error: null, + terminfoPrefix: undefined, + terminfoFile: undefined, + termcapFile: undefined, + auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function], + carriage_return: [Function], + change_scroll_region: [Function], + clear_all_tabs: [Function], + clear_screen: [Function], + clr_eol: [Function], + clr_eos: [Function], + column_address: [Function], + cursor_address: [Function], + cursor_down: [Function], + cursor_home: [Function], + cursor_left: [Function], + cursor_normal: [Function], + cursor_right: [Function], + cursor_up: [Function], + cursor_visible: [Function], + delete_character: [Function], + delete_line: [Function], + enter_blink_mode: [Function], + enter_bold_mode: [Function], + enter_ca_mode: [Function], + enter_dim_mode: [Function], + enter_insert_mode: [Function], + enter_secure_mode: [Function], + enter_reverse_mode: [Function], + enter_standout_mode: [Function], + enter_underline_mode: [Function], + erase_chars: [Function], + exit_attribute_mode: [Function], + exit_ca_mode: [Function], + exit_insert_mode: [Function], + exit_standout_mode: [Function], + exit_underline_mode: [Function], + flash_screen: [Function], + init_2string: [Function], + insert_line: [Function], + key_backspace: [Function], + key_dc: [Function], + key_down: [Function], + key_f1: [Function], + key_f10: [Function], + key_f2: [Function], + key_f3: [Function], + key_f4: [Function], + key_f5: [Function], + key_f6: [Function], + key_f7: [Function], + key_f8: [Function], + key_f9: [Function], + key_home: [Function], + key_ic: [Function], + key_left: [Function], + key_npage: [Function], + key_ppage: [Function], + key_right: [Function], + key_sf: [Function], + key_sr: [Function], + key_up: [Function], + keypad_local: [Function], + keypad_xmit: [Function], + meta_off: [Function], + meta_on: [Function], + parm_dch: [Function], + parm_delete_line: [Function], + parm_down_cursor: [Function], + parm_ich: [Function], + parm_index: [Function], + parm_insert_line: [Function], + parm_left_cursor: [Function], + parm_right_cursor: [Function], + parm_rindex: [Function], + parm_up_cursor: [Function], + repeat_char: [Function], + reset_1string: [Function], + reset_2string: [Function], + restore_cursor: [Function], + row_address: [Function], + save_cursor: [Function], + scroll_forward: [Function], + scroll_reverse: [Function], + set_attributes: [Function], + set_tab: [Function], + key_b2: [Function], + acs_chars: [Function], + key_btab: [Function], + enter_am_mode: [Function], + exit_am_mode: [Function], + key_end: [Function], + key_enter: [Function], + key_sdc: [Function], + key_send: [Function], + key_shome: [Function], + key_sic: [Function], + key_sleft: [Function], + key_snext: [Function], + key_sprevious: [Function], + key_sright: [Function], + key_f11: [Function], + key_f12: [Function], + key_f13: [Function], + key_f14: [Function], + key_f15: [Function], + key_f16: [Function], + key_f17: [Function], + key_f18: [Function], + key_f19: [Function], + key_f20: [Function], + key_f21: [Function], + key_f22: [Function], + key_f23: [Function], + key_f24: [Function], + key_f25: [Function], + key_f26: [Function], + key_f27: [Function], + key_f28: [Function], + key_f29: [Function], + key_f30: [Function], + key_f31: [Function], + key_f32: [Function], + key_f33: [Function], + key_f34: [Function], + key_f35: [Function], + key_f36: [Function], + key_f37: [Function], + key_f38: [Function], + key_f39: [Function], + key_f40: [Function], + key_f41: [Function], + key_f42: [Function], + key_f43: [Function], + key_f44: [Function], + key_f45: [Function], + key_f46: [Function], + key_f47: [Function], + key_f48: [Function], + key_f49: [Function], + key_f50: [Function], + key_f51: [Function], + key_f52: [Function], + key_f53: [Function], + key_f54: [Function], + key_f55: [Function], + key_f56: [Function], + key_f57: [Function], + key_f58: [Function], + key_f59: [Function], + key_f60: [Function], + key_f61: [Function], + key_f62: [Function], + key_f63: [Function], + clr_bol: [Function], + user6: [Function], + user7: [Function], + user8: [Function], + user9: [Function], + orig_pair: [Function], + orig_colors: [Function], + initialize_color: [Function], + enter_italics_mode: [Function], + exit_italics_mode: [Function], + key_mouse: [Function], + set_a_foreground: [Function], + set_a_background: [Function], + memory_lock: [Function], + memory_unlock: [Function], + Cr: [Function], + Cs: [Function], + E3: [Function], + Ms: [Function], + Se: [Function], + Ss: [Function], + kDC3: [Function], + kDC4: [Function], + kDC5: [Function], + kDC6: [Function], + kDC7: [Function], + kDN: [Function], + kDN3: [Function], + kDN4: [Function], + kDN5: [Function], + kDN6: [Function], + kDN7: [Function], + kEND3: [Function], + kEND4: [Function], + kEND5: [Function], + kEND6: [Function], + kEND7: [Function], + kHOM3: [Function], + kHOM4: [Function], + kHOM5: [Function], + kHOM6: [Function], + kHOM7: [Function], + kIC3: [Function], + kIC4: [Function], + kIC5: [Function], + kIC6: [Function], + kIC7: [Function], + kLFT3: [Function], + kLFT4: [Function], + kLFT5: [Function], + kLFT6: [Function], + kLFT7: [Function], + kNXT3: [Function], + kNXT4: [Function], + kNXT5: [Function], + kNXT6: [Function], + kNXT7: [Function], + kPRV3: [Function], + kPRV4: [Function], + kPRV5: [Function], + kPRV6: [Function], + kPRV7: [Function], + kRIT3: [Function], + kRIT4: [Function], + kRIT5: [Function], + kRIT6: [Function], + kRIT7: [Function], + kUP: [Function], + kUP3: [Function], + kUP4: [Function], + kUP5: [Function], + kUP6: [Function], + kUP7: [Function], + ka2: [Function], + kb1: [Function], + kb3: [Function], + kc2: [Function], + rmxx: [Function], + smxx: [Function], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Function], + cursor_mem_address: [Function], + cursor_to_ll: [Function], + dis_status_line: [Function], + down_half_line: [Function], + enter_delete_mode: [Function], + enter_protected_mode: [Function], + exit_delete_mode: [Function], + form_feed: [Function], + from_status_line: [Function], + init_1string: [Function], + init_3string: [Function], + init_file: [Function], + insert_character: [Function], + insert_padding: [Function], + key_catab: [Function], + key_clear: [Function], + key_ctab: [Function], + key_dl: [Function], + key_eic: [Function], + key_eol: [Function], + key_eos: [Function], + key_f0: [Function], + key_il: [Function], + key_ll: [Function], + key_stab: [Function], + lab_f0: [Function], + lab_f1: [Function], + lab_f10: [Function], + lab_f2: [Function], + lab_f3: [Function], + lab_f4: [Function], + lab_f5: [Function], + lab_f6: [Function], + lab_f7: [Function], + lab_f8: [Function], + lab_f9: [Function], + pad_char: [Function], + pkey_key: [Function], + pkey_local: [Function], + pkey_xmit: [Function], + reset_3string: [Function], + reset_file: [Function], + set_window: [Function], + to_status_line: [Function], + underline_char: [Function], + up_half_line: [Function], + init_prog: [Function], + key_a1: [Function], + key_a3: [Function], + key_c1: [Function], + key_c3: [Function], + char_padding: [Function], + plab_norm: [Function], + enter_xon_mode: [Function], + exit_xon_mode: [Function], + xon_character: [Function], + xoff_character: [Function], + ena_acs: [Function], + label_on: [Function], + label_off: [Function], + key_beg: [Function], + key_cancel: [Function], + key_close: [Function], + key_command: [Function], + key_copy: [Function], + key_create: [Function], + key_exit: [Function], + key_find: [Function], + key_help: [Function], + key_mark: [Function], + key_message: [Function], + key_move: [Function], + key_next: [Function], + key_open: [Function], + key_options: [Function], + key_previous: [Function], + key_print: [Function], + key_redo: [Function], + key_reference: [Function], + key_refresh: [Function], + key_replace: [Function], + key_restart: [Function], + key_resume: [Function], + key_save: [Function], + key_suspend: [Function], + key_undo: [Function], + key_sbeg: [Function], + key_scancel: [Function], + key_scommand: [Function], + key_scopy: [Function], + key_screate: [Function], + key_sdl: [Function], + key_select: [Function], + key_seol: [Function], + key_sexit: [Function], + key_sfind: [Function], + key_shelp: [Function], + key_smessage: [Function], + key_smove: [Function], + key_soptions: [Function], + key_sprint: [Function], + key_sredo: [Function], + key_sreplace: [Function], + key_srsume: [Function], + key_ssave: [Function], + key_ssuspend: [Function], + key_sundo: [Function], + req_for_input: [Function], + clear_margins: [Function], + set_left_margin: [Function], + set_right_margin: [Function], + label_format: [Function], + set_clock: [Function], + display_clock: [Function], + remove_clock: [Function], + create_window: [Function], + goto_window: [Function], + hangup: [Function], + dial_phone: [Function], + quick_dial: [Function], + tone: [Function], + pulse: [Function], + flash_hook: [Function], + fixed_pause: [Function], + wait_tone: [Function], + user0: [Function], + user1: [Function], + user2: [Function], + user3: [Function], + user4: [Function], + user5: [Function], + initialize_pair: [Function], + set_color_pair: [Function], + set_foreground: [Function], + set_background: [Function], + change_char_pitch: [Function], + change_line_pitch: [Function], + change_res_horz: [Function], + change_res_vert: [Function], + define_char: [Function], + enter_doublewide_mode: [Function], + enter_draft_quality: [Function], + enter_leftward_mode: [Function], + enter_micro_mode: [Function], + enter_near_letter_quality: [Function], + enter_normal_quality: [Function], + enter_shadow_mode: [Function], + enter_subscript_mode: [Function], + enter_superscript_mode: [Function], + enter_upward_mode: [Function], + exit_doublewide_mode: [Function], + exit_leftward_mode: [Function], + exit_micro_mode: [Function], + exit_shadow_mode: [Function], + exit_subscript_mode: [Function], + exit_superscript_mode: [Function], + exit_upward_mode: [Function], + micro_column_address: [Function], + micro_down: [Function], + micro_left: [Function], + micro_right: [Function], + micro_row_address: [Function], + micro_up: [Function], + order_of_pins: [Function], + parm_down_micro: [Function], + parm_left_micro: [Function], + parm_right_micro: [Function], + parm_up_micro: [Function], + select_char_set: [Function], + set_bottom_margin: [Function], + set_bottom_margin_parm: [Function], + set_left_margin_parm: [Function], + set_right_margin_parm: [Function], + set_top_margin: [Function], + set_top_margin_parm: [Function], + start_bit_image: [Function], + start_char_set_def: [Function], + stop_bit_image: [Function], + stop_char_set_def: [Function], + subscript_characters: [Function], + superscript_characters: [Function], + these_cause_cr: [Function], + zero_motion: [Function], + char_set_names: [Function], + mouse_info: [Function], + get_mouse: [Function], + pkey_plab: [Function], + device_type: [Function], + code_set_init: [Function], + set0_des_seq: [Function], + set1_des_seq: [Function], + set2_des_seq: [Function], + set3_des_seq: [Function], + set_lr_margin: [Function], + set_tb_margin: [Function], + bit_image_repeat: [Function], + bit_image_newline: [Function], + bit_image_carriage_return: [Function], + color_names: [Function], + define_bit_image_region: [Function], + end_bit_image_region: [Function], + set_color_band: [Function], + set_page_length: [Function], + display_pc_char: [Function], + enter_pc_charset_mode: [Function], + exit_pc_charset_mode: [Function], + enter_scancode_mode: [Function], + exit_scancode_mode: [Function], + pc_term_options: [Function], + scancode_escape: [Function], + alt_scancode_esc: [Function], + enter_horizontal_hl_mode: [Function], + enter_left_hl_mode: [Function], + enter_low_hl_mode: [Function], + enter_right_hl_mode: [Function], + enter_top_hl_mode: [Function], + enter_vertical_hl_mode: [Function], + set_a_attributes: [Function], + set_pglen_inch: [Function], + termcap_init2: [Function], + termcap_reset: [Function], + linefeed_if_not_lf: [Function], + backspace_if_not_bs: [Function], + other_non_function_keys: [Function], + arrow_key_map: [Function], + acs_ulcorner: [Function], + acs_llcorner: [Function], + acs_urcorner: [Function], + acs_lrcorner: [Function], + acs_ltee: [Function], + acs_rtee: [Function], + acs_btee: [Function], + acs_ttee: [Function], + acs_hline: [Function], + acs_vline: [Function], + acs_plus: [Function], + box_chars_1: [Function], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cud1: [Function], + home: [Function], + cub1: [Function], + cuf1: [Function], + cuu1: [Function], + dch1: [Function], + dl1: [Function], + blink: [Function], + bold: [Function], + dim: [Function], + smir: [Function], + invis: [Function], + rev: [Function], + smso: [Function], + smul: [Function], + sgr0: [Function], + rmir: [Function], + rmso: [Function], + rmul: [Function], + flash: [Function], + is2: [Function], + il1: [Function], + kdch1: [Function], + kcud1: [Function], + kf1: [Function], + kf10: [Function], + kf2: [Function], + kf3: [Function], + kf4: [Function], + kf5: [Function], + kf6: [Function], + kf7: [Function], + kf8: [Function], + kf9: [Function], + khome: [Function], + kich1: [Function], + kcub1: [Function], + knp: [Function], + kpp: [Function], + kcuf1: [Function], + kind: [Function], + kri: [Function], + kcuu1: [Function], + rmkx: [Function], + smkx: [Function], + rmm: [Function], + smm: [Function], + indn: [Function], + rin: [Function], + rs1: [Function], + hts: [Function], + kb2: [Function], + acsc: + { '`': '◆', + a: '▒', + f: '°', + g: '±', + i: '\u000b', + j: '┘', + k: '┐', + l: '┌', + m: '└', + n: '┼', + o: '⎺', + p: '⎻', + q: '─', + r: '⎼', + s: '⎽', + t: '├', + u: '┤', + v: '┴', + w: '┬', + x: '│', + y: '≤', + z: '≥', + '{': 'π', + '|': '≠', + '}': '£', + '~': '·' }, + kcbt: [Function], + smam: [Function], + rmam: [Function], + kend: [Function], + kent: [Function], + kDC: [Function], + kEND: [Function], + kHOM: [Function], + kIC: [Function], + kLFT: [Function], + kNXT: [Function], + kPRV: [Function], + kRIT: [Function], + kf11: [Function], + kf12: [Function], + kf13: [Function], + kf14: [Function], + kf15: [Function], + kf16: [Function], + kf17: [Function], + kf18: [Function], + kf19: [Function], + kf20: [Function], + kf21: [Function], + kf22: [Function], + kf23: [Function], + kf24: [Function], + kf25: [Function], + kf26: [Function], + kf27: [Function], + kf28: [Function], + kf29: [Function], + kf30: [Function], + kf31: [Function], + kf32: [Function], + kf33: [Function], + kf34: [Function], + kf35: [Function], + kf36: [Function], + kf37: [Function], + kf38: [Function], + kf39: [Function], + kf40: [Function], + kf41: [Function], + kf42: [Function], + kf43: [Function], + kf44: [Function], + kf45: [Function], + kf46: [Function], + kf47: [Function], + kf48: [Function], + kf49: [Function], + kf50: [Function], + kf51: [Function], + kf52: [Function], + kf53: [Function], + kf54: [Function], + kf55: [Function], + kf56: [Function], + kf57: [Function], + kf58: [Function], + kf59: [Function], + kf60: [Function], + kf61: [Function], + kf62: [Function], + kf63: [Function], + el1: [Function], + u6: [Function], + u7: [Function], + u8: [Function], + u9: [Function], + op: [Function], + oc: [Function], + initc: [Function], + sitm: [Function], + ritm: [Function], + kmous: [Function], + setaf: [Function], + setab: [Function], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Function], + mrcup: [Function], + ll: [Function], + dsl: [Function], + hd: [Function], + smdc: [Function], + prot: [Function], + rmdc: [Function], + fsl: [Function], + is1: [Function], + is3: [Function], + if: [Function], + ich1: [Function], + ip: [Function], + ktbc: [Function], + kclr: [Function], + kctab: [Function], + kdl1: [Function], + krmir: [Function], + kel: [Function], + ked: [Function], + kf0: [Function], + kil1: [Function], + kll: [Function], + khts: [Function], + lf0: [Function], + lf1: [Function], + lf10: [Function], + lf2: [Function], + lf3: [Function], + lf4: [Function], + lf5: [Function], + lf6: [Function], + lf7: [Function], + lf8: [Function], + lf9: [Function], + pad: [Function], + pfkey: [Function], + pfloc: [Function], + pfx: [Function], + rs3: [Function], + rf: [Function], + wind: [Function], + tsl: [Function], + uc: [Function], + hu: [Function], + iprog: [Function], + ka1: [Function], + ka3: [Function], + kc1: [Function], + kc3: [Function], + rmp: [Function], + pln: [Function], + smxon: [Function], + rmxon: [Function], + xonc: [Function], + xoffc: [Function], + enacs: [Function], + smln: [Function], + rmln: [Function], + kbeg: [Function], + kcan: [Function], + kclo: [Function], + kcmd: [Function], + kcpy: [Function], + kcrt: [Function], + kext: [Function], + kfnd: [Function], + khlp: [Function], + kmrk: [Function], + kmsg: [Function], + kmov: [Function], + knxt: [Function], + kopn: [Function], + kopt: [Function], + kprv: [Function], + kprt: [Function], + krdo: [Function], + kref: [Function], + krfr: [Function], + krpl: [Function], + krst: [Function], + kres: [Function], + ksav: [Function], + kspd: [Function], + kund: [Function], + kBEG: [Function], + kCAN: [Function], + kCMD: [Function], + kCPY: [Function], + kCRT: [Function], + kDL: [Function], + kslt: [Function], + kEOL: [Function], + kEXT: [Function], + kFND: [Function], + kHLP: [Function], + kMSG: [Function], + kMOV: [Function], + kOPT: [Function], + kPRT: [Function], + kRDO: [Function], + kRPL: [Function], + kRES: [Function], + kSAV: [Function], + kSPD: [Function], + kUND: [Function], + rfi: [Function], + mgc: [Function], + smgl: [Function], + smgr: [Function], + fln: [Function], + sclk: [Function], + dclk: [Function], + rmclk: [Function], + cwin: [Function], + wingo: [Function], + hup: [Function], + dial: [Function], + qdial: [Function], + hook: [Function], + wait: [Function], + u0: [Function], + u1: [Function], + u2: [Function], + u3: [Function], + u4: [Function], + u5: [Function], + initp: [Function], + scp: [Function], + setf: [Function], + setb: [Function], + cpi: [Function], + lpi: [Function], + chr: [Function], + cvr: [Function], + defc: [Function], + swidm: [Function], + sdrfq: [Function], + slm: [Function], + smicm: [Function], + snlq: [Function], + snrmq: [Function], + sshm: [Function], + ssubm: [Function], + ssupm: [Function], + sum: [Function], + rwidm: [Function], + rlm: [Function], + rmicm: [Function], + rshm: [Function], + rsubm: [Function], + rsupm: [Function], + rum: [Function], + mhpa: [Function], + mcud1: [Function], + mcub1: [Function], + mcuf1: [Function], + mvpa: [Function], + mcuu1: [Function], + porder: [Function], + mcud: [Function], + mcub: [Function], + mcuf: [Function], + mcuu: [Function], + scs: [Function], + smgb: [Function], + smgbp: [Function], + smglp: [Function], + smgrp: [Function], + smgt: [Function], + smgtp: [Function], + sbim: [Function], + scsd: [Function], + rbim: [Function], + rcsd: [Function], + subcs: [Function], + supcs: [Function], + docr: [Function], + zerom: [Function], + csnm: [Function], + minfo: [Function], + getm: [Function], + pfxl: [Function], + devt: [Function], + csin: [Function], + s0ds: [Function], + s1ds: [Function], + s2ds: [Function], + s3ds: [Function], + smglr: [Function], + smgtb: [Function], + birep: [Function], + binel: [Function], + bicr: [Function], + colornm: [Function], + defbi: [Function], + endbi: [Function], + setcolor: [Function], + slines: [Function], + dispc: [Function], + smpch: [Function], + rmpch: [Function], + smsc: [Function], + rmsc: [Function], + pctrm: [Function], + scesc: [Function], + scesa: [Function], + ehhlm: [Function], + elhlm: [Function], + elohlm: [Function], + erhlm: [Function], + ethlm: [Function], + evhlm: [Function], + sgr1: [Function], + slength: [Function], + info: + { header: [Object], + name: 'xterm-256color', + names: [Array], + desc: 'xterm with 256 colors', + dir: '/lib/terminfo', + file: '/lib/terminfo/x/xterm-256color', + bools: [Object], + numbers: [Object], + strings: [Object], + features: [Object], + all: [Object], + methods: [Object] }, + all: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: '\u001b[Z', + bell: '\u0007', + carriage_return: '\r', + change_scroll_region: '\u001b[%i%p1%d;%p2%dr', + clear_all_tabs: '\u001b[3g', + clear_screen: '\u001b[H\u001b[2J', + clr_eol: '\u001b[K', + clr_eos: '\u001b[J', + column_address: '\u001b[%i%p1%dG', + cursor_address: '\u001b[%i%p1%d;%p2%dH', + cursor_down: '\n', + cursor_home: '\u001b[H', + cursor_invisible: '\u001b[?25l', + cursor_left: '\b', + cursor_normal: '\u001b[?12l\u001b[?25h', + cursor_right: '\u001b[C', + cursor_up: '\u001b[A', + cursor_visible: '\u001b[?12;25h', + delete_character: '\u001b[P', + delete_line: '\u001b[M', + enter_alt_charset_mode: '\u001b(0', + enter_blink_mode: '\u001b[5m', + enter_bold_mode: '\u001b[1m', + enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', + enter_dim_mode: '\u001b[2m', + enter_insert_mode: '\u001b[4h', + enter_secure_mode: '\u001b[8m', + enter_reverse_mode: '\u001b[7m', + enter_standout_mode: '\u001b[7m', + enter_underline_mode: '\u001b[4m', + erase_chars: '\u001b[%p1%dX', + exit_alt_charset_mode: '\u001b(B', + exit_attribute_mode: '\u001b(B\u001b[m', + exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', + exit_insert_mode: '\u001b[4l', + exit_standout_mode: '\u001b[27m', + exit_underline_mode: '\u001b[24m', + flash_screen: '\u001b[?5h$<100/>\u001b[?5l', + init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + insert_line: '\u001b[L', + key_backspace: '', + key_dc: '\u001b[3~', + key_down: '\u001bOB', + key_f1: '\u001bOP', + key_f10: '\u001b[21~', + key_f2: '\u001bOQ', + key_f3: '\u001bOR', + key_f4: '\u001bOS', + key_f5: '\u001b[15~', + key_f6: '\u001b[17~', + key_f7: '\u001b[18~', + key_f8: '\u001b[19~', + key_f9: '\u001b[20~', + key_home: '\u001bOH', + key_ic: '\u001b[2~', + key_left: '\u001bOD', + key_npage: '\u001b[6~', + key_ppage: '\u001b[5~', + key_right: '\u001bOC', + key_sf: '\u001b[1;2B', + key_sr: '\u001b[1;2A', + key_up: '\u001bOA', + keypad_local: '\u001b[?1l\u001b>', + keypad_xmit: '\u001b[?1h\u001b=', + meta_off: '\u001b[?1034l', + meta_on: '\u001b[?1034h', + parm_dch: '\u001b[%p1%dP', + parm_delete_line: '\u001b[%p1%dM', + parm_down_cursor: '\u001b[%p1%dB', + parm_ich: '\u001b[%p1%d@', + parm_index: '\u001b[%p1%dS', + parm_insert_line: '\u001b[%p1%dL', + parm_left_cursor: '\u001b[%p1%dD', + parm_right_cursor: '\u001b[%p1%dC', + parm_rindex: '\u001b[%p1%dT', + parm_up_cursor: '\u001b[%p1%dA', + print_screen: '\u001b[i', + prtr_off: '\u001b[4i', + prtr_on: '\u001b[5i', + repeat_char: '%p1%c\u001b[%p2%{1}%-%db', + reset_1string: '\u001bc\u001b]104\u0007', + reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + restore_cursor: '\u001b8', + row_address: '\u001b[%i%p1%dd', + save_cursor: '\u001b7', + scroll_forward: '\n', + scroll_reverse: '\u001bM', + set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', + set_tab: '\u001bH', + tab: '\t', + key_b2: '\u001bOE', + acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', + key_btab: '\u001b[Z', + enter_am_mode: '\u001b[?7h', + exit_am_mode: '\u001b[?7l', + key_end: '\u001bOF', + key_enter: '\u001bOM', + key_sdc: '\u001b[3;2~', + key_send: '\u001b[1;2F', + key_shome: '\u001b[1;2H', + key_sic: '\u001b[2;2~', + key_sleft: '\u001b[1;2D', + key_snext: '\u001b[6;2~', + key_sprevious: '\u001b[5;2~', + key_sright: '\u001b[1;2C', + key_f11: '\u001b[23~', + key_f12: '\u001b[24~', + key_f13: '\u001b[1;2P', + key_f14: '\u001b[1;2Q', + key_f15: '\u001b[1;2R', + key_f16: '\u001b[1;2S', + key_f17: '\u001b[15;2~', + key_f18: '\u001b[17;2~', + key_f19: '\u001b[18;2~', + key_f20: '\u001b[19;2~', + key_f21: '\u001b[20;2~', + key_f22: '\u001b[21;2~', + key_f23: '\u001b[23;2~', + key_f24: '\u001b[24;2~', + key_f25: '\u001b[1;5P', + key_f26: '\u001b[1;5Q', + key_f27: '\u001b[1;5R', + key_f28: '\u001b[1;5S', + key_f29: '\u001b[15;5~', + key_f30: '\u001b[17;5~', + key_f31: '\u001b[18;5~', + key_f32: '\u001b[19;5~', + key_f33: '\u001b[20;5~', + key_f34: '\u001b[21;5~', + key_f35: '\u001b[23;5~', + key_f36: '\u001b[24;5~', + key_f37: '\u001b[1;6P', + key_f38: '\u001b[1;6Q', + key_f39: '\u001b[1;6R', + key_f40: '\u001b[1;6S', + key_f41: '\u001b[15;6~', + key_f42: '\u001b[17;6~', + key_f43: '\u001b[18;6~', + key_f44: '\u001b[19;6~', + key_f45: '\u001b[20;6~', + key_f46: '\u001b[21;6~', + key_f47: '\u001b[23;6~', + key_f48: '\u001b[24;6~', + key_f49: '\u001b[1;3P', + key_f50: '\u001b[1;3Q', + key_f51: '\u001b[1;3R', + key_f52: '\u001b[1;3S', + key_f53: '\u001b[15;3~', + key_f54: '\u001b[17;3~', + key_f55: '\u001b[18;3~', + key_f56: '\u001b[19;3~', + key_f57: '\u001b[20;3~', + key_f58: '\u001b[21;3~', + key_f59: '\u001b[23;3~', + key_f60: '\u001b[24;3~', + key_f61: '\u001b[1;4P', + key_f62: '\u001b[1;4Q', + key_f63: '\u001b[1;4R', + clr_bol: '\u001b[1K', + user6: '\u001b[%i%d;%dR', + user7: '\u001b[6n', + user8: '\u001b[?%[;0123456789]c', + user9: '\u001b[c', + orig_pair: '\u001b[39;49m', + orig_colors: '\u001b]104\u0007', + initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', + enter_italics_mode: '\u001b[3m', + exit_italics_mode: '\u001b[23m', + key_mouse: '\u001b[M', + set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', + set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', + memory_lock: '\u001bl', + memory_unlock: '\u001bm', + Cr: '\u001b]112\u0007', + Cs: '\u001b]12;%p1%s\u0007', + E3: '\u001b[3J', + Ms: '\u001b]52;%p1%s;%p2%s\u0007', + Se: '\u001b[2 q', + Ss: '\u001b[%p1%d q', + kDC3: '\u001b[3;3~', + kDC4: '\u001b[3;4~', + kDC5: '\u001b[3;5~', + kDC6: '\u001b[3;6~', + kDC7: '\u001b[3;7~', + kDN: '\u001b[1;2B', + kDN3: '\u001b[1;3B', + kDN4: '\u001b[1;4B', + kDN5: '\u001b[1;5B', + kDN6: '\u001b[1;6B', + kDN7: '\u001b[1;7B', + kEND3: '\u001b[1;3F', + kEND4: '\u001b[1;4F', + kEND5: '\u001b[1;5F', + kEND6: '\u001b[1;6F', + kEND7: '\u001b[1;7F', + kHOM3: '\u001b[1;3H', + kHOM4: '\u001b[1;4H', + kHOM5: '\u001b[1;5H', + kHOM6: '\u001b[1;6H', + kHOM7: '\u001b[1;7H', + kIC3: '\u001b[2;3~', + kIC4: '\u001b[2;4~', + kIC5: '\u001b[2;5~', + kIC6: '\u001b[2;6~', + kIC7: '\u001b[2;7~', + kLFT3: '\u001b[1;3D', + kLFT4: '\u001b[1;4D', + kLFT5: '\u001b[1;5D', + kLFT6: '\u001b[1;6D', + kLFT7: '\u001b[1;7D', + kNXT3: '\u001b[6;3~', + kNXT4: '\u001b[6;4~', + kNXT5: '\u001b[6;5~', + kNXT6: '\u001b[6;6~', + kNXT7: '\u001b[6;7~', + kPRV3: '\u001b[5;3~', + kPRV4: '\u001b[5;4~', + kPRV5: '\u001b[5;5~', + kPRV6: '\u001b[5;6~', + kPRV7: '\u001b[5;7~', + kRIT3: '\u001b[1;3C', + kRIT4: '\u001b[1;4C', + kRIT5: '\u001b[1;5C', + kRIT6: '\u001b[1;6C', + kRIT7: '\u001b[1;7C', + kUP: '\u001b[1;2A', + kUP3: '\u001b[1;3A', + kUP4: '\u001b[1;4A', + kUP5: '\u001b[1;5A', + kUP6: '\u001b[1;6A', + kUP7: '\u001b[1;7A', + ka2: '', + kb1: '', + kb3: '', + kc2: '', + rmxx: '\u001b[29m', + smxx: '\u001b[9m' }, + methods: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function: anonymous], + bell: [Function: anonymous], + carriage_return: [Function: anonymous], + change_scroll_region: [Function: anonymous], + clear_all_tabs: [Function: anonymous], + clear_screen: [Function: anonymous], + clr_eol: [Function: anonymous], + clr_eos: [Function: anonymous], + column_address: [Function: anonymous], + cursor_address: [Function: anonymous], + cursor_down: [Function: anonymous], + cursor_home: [Function: anonymous], + cursor_invisible: [Function: anonymous], + cursor_left: [Function: anonymous], + cursor_normal: [Function: anonymous], + cursor_right: [Function: anonymous], + cursor_up: [Function: anonymous], + cursor_visible: [Function: anonymous], + delete_character: [Function: anonymous], + delete_line: [Function: anonymous], + enter_alt_charset_mode: [Function: anonymous], + enter_blink_mode: [Function: anonymous], + enter_bold_mode: [Function: anonymous], + enter_ca_mode: [Function: anonymous], + enter_dim_mode: [Function: anonymous], + enter_insert_mode: [Function: anonymous], + enter_secure_mode: [Function: anonymous], + enter_reverse_mode: [Function: anonymous], + enter_standout_mode: [Function: anonymous], + enter_underline_mode: [Function: anonymous], + erase_chars: [Function: anonymous], + exit_alt_charset_mode: [Function: anonymous], + exit_attribute_mode: [Function: anonymous], + exit_ca_mode: [Function: anonymous], + exit_insert_mode: [Function: anonymous], + exit_standout_mode: [Function: anonymous], + exit_underline_mode: [Function: anonymous], + flash_screen: [Function: anonymous], + init_2string: [Function: anonymous], + insert_line: [Function: anonymous], + key_backspace: [Function: anonymous], + key_dc: [Function: anonymous], + key_down: [Function: anonymous], + key_f1: [Function: anonymous], + key_f10: [Function: anonymous], + key_f2: [Function: anonymous], + key_f3: [Function: anonymous], + key_f4: [Function: anonymous], + key_f5: [Function: anonymous], + key_f6: [Function: anonymous], + key_f7: [Function: anonymous], + key_f8: [Function: anonymous], + key_f9: [Function: anonymous], + key_home: [Function: anonymous], + key_ic: [Function: anonymous], + key_left: [Function: anonymous], + key_npage: [Function: anonymous], + key_ppage: [Function: anonymous], + key_right: [Function: anonymous], + key_sf: [Function: anonymous], + key_sr: [Function: anonymous], + key_up: [Function: anonymous], + keypad_local: [Function: anonymous], + keypad_xmit: [Function: anonymous], + meta_off: [Function: anonymous], + meta_on: [Function: anonymous], + parm_dch: [Function: anonymous], + parm_delete_line: [Function: anonymous], + parm_down_cursor: [Function: anonymous], + parm_ich: [Function: anonymous], + parm_index: [Function: anonymous], + parm_insert_line: [Function: anonymous], + parm_left_cursor: [Function: anonymous], + parm_right_cursor: [Function: anonymous], + parm_rindex: [Function: anonymous], + parm_up_cursor: [Function: anonymous], + print_screen: [Function: anonymous], + prtr_off: [Function: anonymous], + prtr_on: [Function: anonymous], + repeat_char: [Function: anonymous], + reset_1string: [Function: anonymous], + reset_2string: [Function: anonymous], + restore_cursor: [Function: anonymous], + row_address: [Function: anonymous], + save_cursor: [Function: anonymous], + scroll_forward: [Function: anonymous], + scroll_reverse: [Function: anonymous], + set_attributes: [Function: anonymous], + set_tab: [Function: anonymous], + tab: [Function: anonymous], + key_b2: [Function: anonymous], + acs_chars: [Function: anonymous], + key_btab: [Function: anonymous], + enter_am_mode: [Function: anonymous], + exit_am_mode: [Function: anonymous], + key_end: [Function: anonymous], + key_enter: [Function: anonymous], + key_sdc: [Function: anonymous], + key_send: [Function: anonymous], + key_shome: [Function: anonymous], + key_sic: [Function: anonymous], + key_sleft: [Function: anonymous], + key_snext: [Function: anonymous], + key_sprevious: [Function: anonymous], + key_sright: [Function: anonymous], + key_f11: [Function: anonymous], + key_f12: [Function: anonymous], + key_f13: [Function: anonymous], + key_f14: [Function: anonymous], + key_f15: [Function: anonymous], + key_f16: [Function: anonymous], + key_f17: [Function: anonymous], + key_f18: [Function: anonymous], + key_f19: [Function: anonymous], + key_f20: [Function: anonymous], + key_f21: [Function: anonymous], + key_f22: [Function: anonymous], + key_f23: [Function: anonymous], + key_f24: [Function: anonymous], + key_f25: [Function: anonymous], + key_f26: [Function: anonymous], + key_f27: [Function: anonymous], + key_f28: [Function: anonymous], + key_f29: [Function: anonymous], + key_f30: [Function: anonymous], + key_f31: [Function: anonymous], + key_f32: [Function: anonymous], + key_f33: [Function: anonymous], + key_f34: [Function: anonymous], + key_f35: [Function: anonymous], + key_f36: [Function: anonymous], + key_f37: [Function: anonymous], + key_f38: [Function: anonymous], + key_f39: [Function: anonymous], + key_f40: [Function: anonymous], + key_f41: [Function: anonymous], + key_f42: [Function: anonymous], + key_f43: [Function: anonymous], + key_f44: [Function: anonymous], + key_f45: [Function: anonymous], + key_f46: [Function: anonymous], + key_f47: [Function: anonymous], + key_f48: [Function: anonymous], + key_f49: [Function: anonymous], + key_f50: [Function: anonymous], + key_f51: [Function: anonymous], + key_f52: [Function: anonymous], + key_f53: [Function: anonymous], + key_f54: [Function: anonymous], + key_f55: [Function: anonymous], + key_f56: [Function: anonymous], + key_f57: [Function: anonymous], + key_f58: [Function: anonymous], + key_f59: [Function: anonymous], + key_f60: [Function: anonymous], + key_f61: [Function: anonymous], + key_f62: [Function: anonymous], + key_f63: [Function: anonymous], + clr_bol: [Function: anonymous], + user6: [Function: anonymous], + user7: [Function: anonymous], + user8: [Function: anonymous], + user9: [Function: anonymous], + orig_pair: [Function: anonymous], + orig_colors: [Function: anonymous], + initialize_color: [Function: bound anonymous], + enter_italics_mode: [Function: anonymous], + exit_italics_mode: [Function: anonymous], + key_mouse: [Function: anonymous], + set_a_foreground: [Function: anonymous], + set_a_background: [Function: anonymous], + memory_lock: [Function: anonymous], + memory_unlock: [Function: anonymous], + Cr: [Function: anonymous], + Cs: [Function: anonymous], + E3: [Function: anonymous], + Ms: [Function: anonymous], + Se: [Function: anonymous], + Ss: [Function: anonymous], + kDC3: [Function: anonymous], + kDC4: [Function: anonymous], + kDC5: [Function: anonymous], + kDC6: [Function: anonymous], + kDC7: [Function: anonymous], + kDN: [Function: anonymous], + kDN3: [Function: anonymous], + kDN4: [Function: anonymous], + kDN5: [Function: anonymous], + kDN6: [Function: anonymous], + kDN7: [Function: anonymous], + kEND3: [Function: anonymous], + kEND4: [Function: anonymous], + kEND5: [Function: anonymous], + kEND6: [Function: anonymous], + kEND7: [Function: anonymous], + kHOM3: [Function: anonymous], + kHOM4: [Function: anonymous], + kHOM5: [Function: anonymous], + kHOM6: [Function: anonymous], + kHOM7: [Function: anonymous], + kIC3: [Function: anonymous], + kIC4: [Function: anonymous], + kIC5: [Function: anonymous], + kIC6: [Function: anonymous], + kIC7: [Function: anonymous], + kLFT3: [Function: anonymous], + kLFT4: [Function: anonymous], + kLFT5: [Function: anonymous], + kLFT6: [Function: anonymous], + kLFT7: [Function: anonymous], + kNXT3: [Function: anonymous], + kNXT4: [Function: anonymous], + kNXT5: [Function: anonymous], + kNXT6: [Function: anonymous], + kNXT7: [Function: anonymous], + kPRV3: [Function: anonymous], + kPRV4: [Function: anonymous], + kPRV5: [Function: anonymous], + kPRV6: [Function: anonymous], + kPRV7: [Function: anonymous], + kRIT3: [Function: anonymous], + kRIT4: [Function: anonymous], + kRIT5: [Function: anonymous], + kRIT6: [Function: anonymous], + kRIT7: [Function: anonymous], + kUP: [Function: anonymous], + kUP3: [Function: anonymous], + kUP4: [Function: anonymous], + kUP5: [Function: anonymous], + kUP6: [Function: anonymous], + kUP7: [Function: anonymous], + ka2: [Object], + kb1: [Object], + kb3: [Object], + kc2: [Object], + rmxx: [Function: anonymous], + smxx: [Function: anonymous], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Object], + cursor_mem_address: [Object], + cursor_to_ll: [Object], + dis_status_line: [Object], + down_half_line: [Object], + enter_delete_mode: [Object], + enter_protected_mode: [Object], + exit_delete_mode: [Object], + form_feed: [Object], + from_status_line: [Object], + init_1string: [Object], + init_3string: [Object], + init_file: [Object], + insert_character: [Object], + insert_padding: [Object], + key_catab: [Object], + key_clear: [Object], + key_ctab: [Object], + key_dl: [Object], + key_eic: [Object], + key_eol: [Object], + key_eos: [Object], + key_f0: [Object], + key_il: [Object], + key_ll: [Object], + key_stab: [Object], + lab_f0: [Object], + lab_f1: [Object], + lab_f10: [Object], + lab_f2: [Object], + lab_f3: [Object], + lab_f4: [Object], + lab_f5: [Object], + lab_f6: [Object], + lab_f7: [Object], + lab_f8: [Object], + lab_f9: [Object], + newline: [Object], + pad_char: [Object], + pkey_key: [Object], + pkey_local: [Object], + pkey_xmit: [Object], + reset_3string: [Object], + reset_file: [Object], + set_window: [Object], + to_status_line: [Object], + underline_char: [Object], + up_half_line: [Object], + init_prog: [Object], + key_a1: [Object], + key_a3: [Object], + key_c1: [Object], + key_c3: [Object], + prtr_non: [Object], + char_padding: [Object], + plab_norm: [Object], + enter_xon_mode: [Object], + exit_xon_mode: [Object], + xon_character: [Object], + xoff_character: [Object], + ena_acs: [Object], + label_on: [Object], + label_off: [Object], + key_beg: [Object], + key_cancel: [Object], + key_close: [Object], + key_command: [Object], + key_copy: [Object], + key_create: [Object], + key_exit: [Object], + key_find: [Object], + key_help: [Object], + key_mark: [Object], + key_message: [Object], + key_move: [Object], + key_next: [Object], + key_open: [Object], + key_options: [Object], + key_previous: [Object], + key_print: [Object], + key_redo: [Object], + key_reference: [Object], + key_refresh: [Object], + key_replace: [Object], + key_restart: [Object], + key_resume: [Object], + key_save: [Object], + key_suspend: [Object], + key_undo: [Object], + key_sbeg: [Object], + key_scancel: [Object], + key_scommand: [Object], + key_scopy: [Object], + key_screate: [Object], + key_sdl: [Object], + key_select: [Object], + key_seol: [Object], + key_sexit: [Object], + key_sfind: [Object], + key_shelp: [Object], + key_smessage: [Object], + key_smove: [Object], + key_soptions: [Object], + key_sprint: [Object], + key_sredo: [Object], + key_sreplace: [Object], + key_srsume: [Object], + key_ssave: [Object], + key_ssuspend: [Object], + key_sundo: [Object], + req_for_input: [Object], + clear_margins: [Object], + set_left_margin: [Object], + set_right_margin: [Object], + label_format: [Object], + set_clock: [Object], + display_clock: [Object], + remove_clock: [Object], + create_window: [Object], + goto_window: [Object], + hangup: [Object], + dial_phone: [Object], + quick_dial: [Object], + tone: [Object], + pulse: [Object], + flash_hook: [Object], + fixed_pause: [Object], + wait_tone: [Object], + user0: [Object], + user1: [Object], + user2: [Object], + user3: [Object], + user4: [Object], + user5: [Object], + initialize_pair: [Object], + set_color_pair: [Object], + set_foreground: [Object], + set_background: [Object], + change_char_pitch: [Object], + change_line_pitch: [Object], + change_res_horz: [Object], + change_res_vert: [Object], + define_char: [Object], + enter_doublewide_mode: [Object], + enter_draft_quality: [Object], + enter_leftward_mode: [Object], + enter_micro_mode: [Object], + enter_near_letter_quality: [Object], + enter_normal_quality: [Object], + enter_shadow_mode: [Object], + enter_subscript_mode: [Object], + enter_superscript_mode: [Object], + enter_upward_mode: [Object], + exit_doublewide_mode: [Object], + exit_leftward_mode: [Object], + exit_micro_mode: [Object], + exit_shadow_mode: [Object], + exit_subscript_mode: [Object], + exit_superscript_mode: [Object], + exit_upward_mode: [Object], + micro_column_address: [Object], + micro_down: [Object], + micro_left: [Object], + micro_right: [Object], + micro_row_address: [Object], + micro_up: [Object], + order_of_pins: [Object], + parm_down_micro: [Object], + parm_left_micro: [Object], + parm_right_micro: [Object], + parm_up_micro: [Object], + select_char_set: [Object], + set_bottom_margin: [Object], + set_bottom_margin_parm: [Object], + set_left_margin_parm: [Object], + set_right_margin_parm: [Object], + set_top_margin: [Object], + set_top_margin_parm: [Object], + start_bit_image: [Object], + start_char_set_def: [Object], + stop_bit_image: [Object], + stop_char_set_def: [Object], + subscript_characters: [Object], + superscript_characters: [Object], + these_cause_cr: [Object], + zero_motion: [Object], + char_set_names: [Object], + mouse_info: [Object], + req_mouse_pos: [Object], + get_mouse: [Object], + pkey_plab: [Object], + device_type: [Object], + code_set_init: [Object], + set0_des_seq: [Object], + set1_des_seq: [Object], + set2_des_seq: [Object], + set3_des_seq: [Object], + set_lr_margin: [Object], + set_tb_margin: [Object], + bit_image_repeat: [Object], + bit_image_newline: [Object], + bit_image_carriage_return: [Object], + color_names: [Object], + define_bit_image_region: [Object], + end_bit_image_region: [Object], + set_color_band: [Object], + set_page_length: [Object], + display_pc_char: [Object], + enter_pc_charset_mode: [Object], + exit_pc_charset_mode: [Object], + enter_scancode_mode: [Object], + exit_scancode_mode: [Object], + pc_term_options: [Object], + scancode_escape: [Object], + alt_scancode_esc: [Object], + enter_horizontal_hl_mode: [Object], + enter_left_hl_mode: [Object], + enter_low_hl_mode: [Object], + enter_right_hl_mode: [Object], + enter_top_hl_mode: [Object], + enter_vertical_hl_mode: [Object], + set_a_attributes: [Object], + set_pglen_inch: [Object], + termcap_init2: [Object], + termcap_reset: [Object], + linefeed_if_not_lf: [Object], + backspace_if_not_bs: [Object], + other_non_function_keys: [Object], + arrow_key_map: [Object], + acs_ulcorner: [Object], + acs_llcorner: [Object], + acs_urcorner: [Object], + acs_lrcorner: [Object], + acs_ltee: [Object], + acs_rtee: [Object], + acs_btee: [Object], + acs_ttee: [Object], + acs_hline: [Object], + acs_vline: [Object], + acs_plus: [Object], + box_chars_1: [Object], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function: anonymous], + bel: [Function: anonymous], + cr: [Function: anonymous], + csr: [Function: anonymous], + tbc: [Function: anonymous], + clear: [Function: anonymous], + el: [Function: anonymous], + ed: [Function: anonymous], + hpa: [Function: anonymous], + cup: [Function: anonymous], + cud1: [Function: anonymous], + home: [Function: anonymous], + civis: [Function: anonymous], + cub1: [Function: anonymous], + cnorm: [Function: anonymous], + cuf1: [Function: anonymous], + cuu1: [Function: anonymous], + cvvis: [Function: anonymous], + dch1: [Function: anonymous], + dl1: [Function: anonymous], + smacs: [Function: anonymous], + blink: [Function: anonymous], + bold: [Function: anonymous], + smcup: [Function: anonymous], + dim: [Function: anonymous], + smir: [Function: anonymous], + invis: [Function: anonymous], + rev: [Function: anonymous], + smso: [Function: anonymous], + smul: [Function: anonymous], + ech: [Function: anonymous], + rmacs: [Function: anonymous], + sgr0: [Function: anonymous], + rmcup: [Function: anonymous], + rmir: [Function: anonymous], + rmso: [Function: anonymous], + rmul: [Function: anonymous], + flash: [Function: anonymous], + is2: [Function: anonymous], + il1: [Function: anonymous], + kbs: [Function: anonymous], + kdch1: [Function: anonymous], + kcud1: [Function: anonymous], + kf1: [Function: anonymous], + kf10: [Function: anonymous], + kf2: [Function: anonymous], + kf3: [Function: anonymous], + kf4: [Function: anonymous], + kf5: [Function: anonymous], + kf6: [Function: anonymous], + kf7: [Function: anonymous], + kf8: [Function: anonymous], + kf9: [Function: anonymous], + khome: [Function: anonymous], + kich1: [Function: anonymous], + kcub1: [Function: anonymous], + knp: [Function: anonymous], + kpp: [Function: anonymous], + kcuf1: [Function: anonymous], + kind: [Function: anonymous], + kri: [Function: anonymous], + kcuu1: [Function: anonymous], + rmkx: [Function: anonymous], + smkx: [Function: anonymous], + rmm: [Function: anonymous], + smm: [Function: anonymous], + dch: [Function: anonymous], + dl: [Function: anonymous], + cud: [Function: anonymous], + ich: [Function: anonymous], + indn: [Function: anonymous], + il: [Function: anonymous], + cub: [Function: anonymous], + cuf: [Function: anonymous], + rin: [Function: anonymous], + cuu: [Function: anonymous], + mc0: [Function: anonymous], + mc4: [Function: anonymous], + mc5: [Function: anonymous], + rep: [Function: anonymous], + rs1: [Function: anonymous], + rs2: [Function: anonymous], + rc: [Function: anonymous], + vpa: [Function: anonymous], + sc: [Function: anonymous], + ind: [Function: anonymous], + ri: [Function: anonymous], + sgr: [Function: anonymous], + hts: [Function: anonymous], + ht: [Function: anonymous], + kb2: [Function: anonymous], + acsc: [Function: anonymous], + kcbt: [Function: anonymous], + smam: [Function: anonymous], + rmam: [Function: anonymous], + kend: [Function: anonymous], + kent: [Function: anonymous], + kDC: [Function: anonymous], + kEND: [Function: anonymous], + kHOM: [Function: anonymous], + kIC: [Function: anonymous], + kLFT: [Function: anonymous], + kNXT: [Function: anonymous], + kPRV: [Function: anonymous], + kRIT: [Function: anonymous], + kf11: [Function: anonymous], + kf12: [Function: anonymous], + kf13: [Function: anonymous], + kf14: [Function: anonymous], + kf15: [Function: anonymous], + kf16: [Function: anonymous], + kf17: [Function: anonymous], + kf18: [Function: anonymous], + kf19: [Function: anonymous], + kf20: [Function: anonymous], + kf21: [Function: anonymous], + kf22: [Function: anonymous], + kf23: [Function: anonymous], + kf24: [Function: anonymous], + kf25: [Function: anonymous], + kf26: [Function: anonymous], + kf27: [Function: anonymous], + kf28: [Function: anonymous], + kf29: [Function: anonymous], + kf30: [Function: anonymous], + kf31: [Function: anonymous], + kf32: [Function: anonymous], + kf33: [Function: anonymous], + kf34: [Function: anonymous], + kf35: [Function: anonymous], + kf36: [Function: anonymous], + kf37: [Function: anonymous], + kf38: [Function: anonymous], + kf39: [Function: anonymous], + kf40: [Function: anonymous], + kf41: [Function: anonymous], + kf42: [Function: anonymous], + kf43: [Function: anonymous], + kf44: [Function: anonymous], + kf45: [Function: anonymous], + kf46: [Function: anonymous], + kf47: [Function: anonymous], + kf48: [Function: anonymous], + kf49: [Function: anonymous], + kf50: [Function: anonymous], + kf51: [Function: anonymous], + kf52: [Function: anonymous], + kf53: [Function: anonymous], + kf54: [Function: anonymous], + kf55: [Function: anonymous], + kf56: [Function: anonymous], + kf57: [Function: anonymous], + kf58: [Function: anonymous], + kf59: [Function: anonymous], + kf60: [Function: anonymous], + kf61: [Function: anonymous], + kf62: [Function: anonymous], + kf63: [Function: anonymous], + el1: [Function: anonymous], + u6: [Function: anonymous], + u7: [Function: anonymous], + u8: [Function: anonymous], + u9: [Function: anonymous], + op: [Function: anonymous], + oc: [Function: anonymous], + initc: [Function: bound anonymous], + sitm: [Function: anonymous], + ritm: [Function: anonymous], + kmous: [Function: anonymous], + setaf: [Function: anonymous], + setab: [Function: anonymous], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Object], + mrcup: [Object], + ll: [Object], + dsl: [Object], + hd: [Object], + smdc: [Object], + prot: [Object], + rmdc: [Object], + ff: [Object], + fsl: [Object], + is1: [Object], + is3: [Object], + if: [Object], + ich1: [Object], + ip: [Object], + ktbc: [Object], + kclr: [Object], + kctab: [Object], + kdl1: [Object], + krmir: [Object], + kel: [Object], + ked: [Object], + kf0: [Object], + kil1: [Object], + kll: [Object], + khts: [Object], + lf0: [Object], + lf1: [Object], + lf10: [Object], + lf2: [Object], + lf3: [Object], + lf4: [Object], + lf5: [Object], + lf6: [Object], + lf7: [Object], + lf8: [Object], + lf9: [Object], + nel: [Object], + pad: [Object], + pfkey: [Object], + pfloc: [Object], + pfx: [Object], + rs3: [Object], + rf: [Object], + wind: [Object], + tsl: [Object], + uc: [Object], + hu: [Object], + iprog: [Object], + ka1: [Object], + ka3: [Object], + kc1: [Object], + kc3: [Object], + mc5p: [Object], + rmp: [Object], + pln: [Object], + smxon: [Object], + rmxon: [Object], + xonc: [Object], + xoffc: [Object], + enacs: [Object], + smln: [Object], + rmln: [Object], + kbeg: [Object], + kcan: [Object], + kclo: [Object], + kcmd: [Object], + kcpy: [Object], + kcrt: [Object], + kext: [Object], + kfnd: [Object], + khlp: [Object], + kmrk: [Object], + kmsg: [Object], + kmov: [Object], + knxt: [Object], + kopn: [Object], + kopt: [Object], + kprv: [Object], + kprt: [Object], + krdo: [Object], + kref: [Object], + krfr: [Object], + krpl: [Object], + krst: [Object], + kres: [Object], + ksav: [Object], + kspd: [Object], + kund: [Object], + kBEG: [Object], + kCAN: [Object], + kCMD: [Object], + kCPY: [Object], + kCRT: [Object], + kDL: [Object], + kslt: [Object], + kEOL: [Object], + kEXT: [Object], + kFND: [Object], + kHLP: [Object], + kMSG: [Object], + kMOV: [Object], + kOPT: [Object], + kPRT: [Object], + kRDO: [Object], + kRPL: [Object], + kRES: [Object], + kSAV: [Object], + kSPD: [Object], + kUND: [Object], + rfi: [Object], + mgc: [Object], + smgl: [Object], + smgr: [Object], + fln: [Object], + sclk: [Object], + dclk: [Object], + rmclk: [Object], + cwin: [Object], + wingo: [Object], + hup: [Object], + dial: [Object], + qdial: [Object], + hook: [Object], + pause: [Object], + wait: [Object], + u0: [Object], + u1: [Object], + u2: [Object], + u3: [Object], + u4: [Object], + u5: [Object], + initp: [Object], + scp: [Object], + setf: [Object], + setb: [Object], + cpi: [Object], + lpi: [Object], + chr: [Object], + cvr: [Object], + defc: [Object], + swidm: [Object], + sdrfq: [Object], + slm: [Object], + smicm: [Object], + snlq: [Object], + snrmq: [Object], + sshm: [Object], + ssubm: [Object], + ssupm: [Object], + sum: [Object], + rwidm: [Object], + rlm: [Object], + rmicm: [Object], + rshm: [Object], + rsubm: [Object], + rsupm: [Object], + rum: [Object], + mhpa: [Object], + mcud1: [Object], + mcub1: [Object], + mcuf1: [Object], + mvpa: [Object], + mcuu1: [Object], + porder: [Object], + mcud: [Object], + mcub: [Object], + mcuf: [Object], + mcuu: [Object], + scs: [Object], + smgb: [Object], + smgbp: [Object], + smglp: [Object], + smgrp: [Object], + smgt: [Object], + smgtp: [Object], + sbim: [Object], + scsd: [Object], + rbim: [Object], + rcsd: [Object], + subcs: [Object], + supcs: [Object], + docr: [Object], + zerom: [Object], + csnm: [Object], + minfo: [Object], + reqmp: [Object], + getm: [Object], + pfxl: [Object], + devt: [Object], + csin: [Object], + s0ds: [Object], + s1ds: [Object], + s2ds: [Object], + s3ds: [Object], + smglr: [Object], + smgtb: [Object], + birep: [Object], + binel: [Object], + bicr: [Object], + colornm: [Object], + defbi: [Object], + endbi: [Object], + setcolor: [Object], + slines: [Object], + dispc: [Object], + smpch: [Object], + rmpch: [Object], + smsc: [Object], + rmsc: [Object], + pctrm: [Object], + scesc: [Object], + scesa: [Object], + ehhlm: [Object], + elhlm: [Object], + elohlm: [Object], + erhlm: [Object], + ethlm: [Object], + evhlm: [Object], + sgr1: [Object], + slength: [Object] }, + bools: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true }, + numbers: + { columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767 }, + strings: + { back_tab: '\u001b[Z', + bell: '\u0007', + carriage_return: '\r', + change_scroll_region: '\u001b[%i%p1%d;%p2%dr', + clear_all_tabs: '\u001b[3g', + clear_screen: '\u001b[H\u001b[2J', + clr_eol: '\u001b[K', + clr_eos: '\u001b[J', + column_address: '\u001b[%i%p1%dG', + cursor_address: '\u001b[%i%p1%d;%p2%dH', + cursor_down: '\n', + cursor_home: '\u001b[H', + cursor_invisible: '\u001b[?25l', + cursor_left: '\b', + cursor_normal: '\u001b[?12l\u001b[?25h', + cursor_right: '\u001b[C', + cursor_up: '\u001b[A', + cursor_visible: '\u001b[?12;25h', + delete_character: '\u001b[P', + delete_line: '\u001b[M', + enter_alt_charset_mode: '\u001b(0', + enter_blink_mode: '\u001b[5m', + enter_bold_mode: '\u001b[1m', + enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', + enter_dim_mode: '\u001b[2m', + enter_insert_mode: '\u001b[4h', + enter_secure_mode: '\u001b[8m', + enter_reverse_mode: '\u001b[7m', + enter_standout_mode: '\u001b[7m', + enter_underline_mode: '\u001b[4m', + erase_chars: '\u001b[%p1%dX', + exit_alt_charset_mode: '\u001b(B', + exit_attribute_mode: '\u001b(B\u001b[m', + exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', + exit_insert_mode: '\u001b[4l', + exit_standout_mode: '\u001b[27m', + exit_underline_mode: '\u001b[24m', + flash_screen: '\u001b[?5h$<100/>\u001b[?5l', + init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + insert_line: '\u001b[L', + key_backspace: '', + key_dc: '\u001b[3~', + key_down: '\u001bOB', + key_f1: '\u001bOP', + key_f10: '\u001b[21~', + key_f2: '\u001bOQ', + key_f3: '\u001bOR', + key_f4: '\u001bOS', + key_f5: '\u001b[15~', + key_f6: '\u001b[17~', + key_f7: '\u001b[18~', + key_f8: '\u001b[19~', + key_f9: '\u001b[20~', + key_home: '\u001bOH', + key_ic: '\u001b[2~', + key_left: '\u001bOD', + key_npage: '\u001b[6~', + key_ppage: '\u001b[5~', + key_right: '\u001bOC', + key_sf: '\u001b[1;2B', + key_sr: '\u001b[1;2A', + key_up: '\u001bOA', + keypad_local: '\u001b[?1l\u001b>', + keypad_xmit: '\u001b[?1h\u001b=', + meta_off: '\u001b[?1034l', + meta_on: '\u001b[?1034h', + parm_dch: '\u001b[%p1%dP', + parm_delete_line: '\u001b[%p1%dM', + parm_down_cursor: '\u001b[%p1%dB', + parm_ich: '\u001b[%p1%d@', + parm_index: '\u001b[%p1%dS', + parm_insert_line: '\u001b[%p1%dL', + parm_left_cursor: '\u001b[%p1%dD', + parm_right_cursor: '\u001b[%p1%dC', + parm_rindex: '\u001b[%p1%dT', + parm_up_cursor: '\u001b[%p1%dA', + print_screen: '\u001b[i', + prtr_off: '\u001b[4i', + prtr_on: '\u001b[5i', + repeat_char: '%p1%c\u001b[%p2%{1}%-%db', + reset_1string: '\u001bc\u001b]104\u0007', + reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + restore_cursor: '\u001b8', + row_address: '\u001b[%i%p1%dd', + save_cursor: '\u001b7', + scroll_forward: '\n', + scroll_reverse: '\u001bM', + set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', + set_tab: '\u001bH', + tab: '\t', + key_b2: '\u001bOE', + acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', + key_btab: '\u001b[Z', + enter_am_mode: '\u001b[?7h', + exit_am_mode: '\u001b[?7l', + key_end: '\u001bOF', + key_enter: '\u001bOM', + key_sdc: '\u001b[3;2~', + key_send: '\u001b[1;2F', + key_shome: '\u001b[1;2H', + key_sic: '\u001b[2;2~', + key_sleft: '\u001b[1;2D', + key_snext: '\u001b[6;2~', + key_sprevious: '\u001b[5;2~', + key_sright: '\u001b[1;2C', + key_f11: '\u001b[23~', + key_f12: '\u001b[24~', + key_f13: '\u001b[1;2P', + key_f14: '\u001b[1;2Q', + key_f15: '\u001b[1;2R', + key_f16: '\u001b[1;2S', + key_f17: '\u001b[15;2~', + key_f18: '\u001b[17;2~', + key_f19: '\u001b[18;2~', + key_f20: '\u001b[19;2~', + key_f21: '\u001b[20;2~', + key_f22: '\u001b[21;2~', + key_f23: '\u001b[23;2~', + key_f24: '\u001b[24;2~', + key_f25: '\u001b[1;5P', + key_f26: '\u001b[1;5Q', + key_f27: '\u001b[1;5R', + key_f28: '\u001b[1;5S', + key_f29: '\u001b[15;5~', + key_f30: '\u001b[17;5~', + key_f31: '\u001b[18;5~', + key_f32: '\u001b[19;5~', + key_f33: '\u001b[20;5~', + key_f34: '\u001b[21;5~', + key_f35: '\u001b[23;5~', + key_f36: '\u001b[24;5~', + key_f37: '\u001b[1;6P', + key_f38: '\u001b[1;6Q', + key_f39: '\u001b[1;6R', + key_f40: '\u001b[1;6S', + key_f41: '\u001b[15;6~', + key_f42: '\u001b[17;6~', + key_f43: '\u001b[18;6~', + key_f44: '\u001b[19;6~', + key_f45: '\u001b[20;6~', + key_f46: '\u001b[21;6~', + key_f47: '\u001b[23;6~', + key_f48: '\u001b[24;6~', + key_f49: '\u001b[1;3P', + key_f50: '\u001b[1;3Q', + key_f51: '\u001b[1;3R', + key_f52: '\u001b[1;3S', + key_f53: '\u001b[15;3~', + key_f54: '\u001b[17;3~', + key_f55: '\u001b[18;3~', + key_f56: '\u001b[19;3~', + key_f57: '\u001b[20;3~', + key_f58: '\u001b[21;3~', + key_f59: '\u001b[23;3~', + key_f60: '\u001b[24;3~', + key_f61: '\u001b[1;4P', + key_f62: '\u001b[1;4Q', + key_f63: '\u001b[1;4R', + clr_bol: '\u001b[1K', + user6: '\u001b[%i%d;%dR', + user7: '\u001b[6n', + user8: '\u001b[?%[;0123456789]c', + user9: '\u001b[c', + orig_pair: '\u001b[39;49m', + orig_colors: '\u001b]104\u0007', + initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', + enter_italics_mode: '\u001b[3m', + exit_italics_mode: '\u001b[23m', + key_mouse: '\u001b[M', + set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', + set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', + memory_lock: '\u001bl', + memory_unlock: '\u001bm', + Cr: '\u001b]112\u0007', + Cs: '\u001b]12;%p1%s\u0007', + E3: '\u001b[3J', + Ms: '\u001b]52;%p1%s;%p2%s\u0007', + Se: '\u001b[2 q', + Ss: '\u001b[%p1%d q', + kDC3: '\u001b[3;3~', + kDC4: '\u001b[3;4~', + kDC5: '\u001b[3;5~', + kDC6: '\u001b[3;6~', + kDC7: '\u001b[3;7~', + kDN: '\u001b[1;2B', + kDN3: '\u001b[1;3B', + kDN4: '\u001b[1;4B', + kDN5: '\u001b[1;5B', + kDN6: '\u001b[1;6B', + kDN7: '\u001b[1;7B', + kEND3: '\u001b[1;3F', + kEND4: '\u001b[1;4F', + kEND5: '\u001b[1;5F', + kEND6: '\u001b[1;6F', + kEND7: '\u001b[1;7F', + kHOM3: '\u001b[1;3H', + kHOM4: '\u001b[1;4H', + kHOM5: '\u001b[1;5H', + kHOM6: '\u001b[1;6H', + kHOM7: '\u001b[1;7H', + kIC3: '\u001b[2;3~', + kIC4: '\u001b[2;4~', + kIC5: '\u001b[2;5~', + kIC6: '\u001b[2;6~', + kIC7: '\u001b[2;7~', + kLFT3: '\u001b[1;3D', + kLFT4: '\u001b[1;4D', + kLFT5: '\u001b[1;5D', + kLFT6: '\u001b[1;6D', + kLFT7: '\u001b[1;7D', + kNXT3: '\u001b[6;3~', + kNXT4: '\u001b[6;4~', + kNXT5: '\u001b[6;5~', + kNXT6: '\u001b[6;6~', + kNXT7: '\u001b[6;7~', + kPRV3: '\u001b[5;3~', + kPRV4: '\u001b[5;4~', + kPRV5: '\u001b[5;5~', + kPRV6: '\u001b[5;6~', + kPRV7: '\u001b[5;7~', + kRIT3: '\u001b[1;3C', + kRIT4: '\u001b[1;4C', + kRIT5: '\u001b[1;5C', + kRIT6: '\u001b[1;6C', + kRIT7: '\u001b[1;7C', + kUP: '\u001b[1;2A', + kUP3: '\u001b[1;3A', + kUP4: '\u001b[1;4A', + kUP5: '\u001b[1;5A', + kUP6: '\u001b[1;6A', + kUP7: '\u001b[1;7A', + ka2: '', + kb1: '', + kb3: '', + kc2: '', + rmxx: '\u001b[29m', + smxx: '\u001b[9m' }, + features: + { unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + padding: true, + setbuf: true, + acsc: [Object], + acscr: [Object] }, + unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + setbuf: true, + acscr: + { '◆': '`', + '▒': 'a', + '°': 'f', + '±': 'g', + '\u000b': 'i', + '┘': 'j', + '┐': 'k', + '┌': 'l', + '└': 'm', + '┼': 'n', + '⎺': 'o', + '⎻': 'p', + '─': 'q', + '⎼': 'r', + '⎽': 's', + '├': 't', + '┤': 'u', + '┴': 'v', + '┬': 'w', + '│': 'x', + '≤': 'y', + '≥': 'z', + 'π': '{', + '≠': '|', + '£': '}', + '·': '~' }, + _newHandler: [Function: fn], + isAlt: true, + cursorHidden: true, + _currentMouse: { sgrMouse: true, cellMotion: true, allMotion: true }, + mouseEnabled: true, + _boundMouse: true }, + tput: + Tput { + options: + { terminal: 'xterm-256color', + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + forceUnicode: undefined }, + terminal: 'xterm-256color', + debug: undefined, + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + error: null, + terminfoPrefix: undefined, + terminfoFile: undefined, + termcapFile: undefined, + auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function], + bell: [Function], + carriage_return: [Function], + change_scroll_region: [Function], + clear_all_tabs: [Function], + clear_screen: [Function], + clr_eol: [Function], + clr_eos: [Function], + column_address: [Function], + cursor_address: [Function], + cursor_down: [Function], + cursor_home: [Function], + cursor_invisible: [Function], + cursor_left: [Function], + cursor_normal: [Function], + cursor_right: [Function], + cursor_up: [Function], + cursor_visible: [Function], + delete_character: [Function], + delete_line: [Function], + enter_alt_charset_mode: [Function], + enter_blink_mode: [Function], + enter_bold_mode: [Function], + enter_ca_mode: [Function], + enter_dim_mode: [Function], + enter_insert_mode: [Function], + enter_secure_mode: [Function], + enter_reverse_mode: [Function], + enter_standout_mode: [Function], + enter_underline_mode: [Function], + erase_chars: [Function], + exit_alt_charset_mode: [Function], + exit_attribute_mode: [Function], + exit_ca_mode: [Function], + exit_insert_mode: [Function], + exit_standout_mode: [Function], + exit_underline_mode: [Function], + flash_screen: [Function], + init_2string: [Function], + insert_line: [Function], + key_backspace: [Function], + key_dc: [Function], + key_down: [Function], + key_f1: [Function], + key_f10: [Function], + key_f2: [Function], + key_f3: [Function], + key_f4: [Function], + key_f5: [Function], + key_f6: [Function], + key_f7: [Function], + key_f8: [Function], + key_f9: [Function], + key_home: [Function], + key_ic: [Function], + key_left: [Function], + key_npage: [Function], + key_ppage: [Function], + key_right: [Function], + key_sf: [Function], + key_sr: [Function], + key_up: [Function], + keypad_local: [Function], + keypad_xmit: [Function], + meta_off: [Function], + meta_on: [Function], + parm_dch: [Function], + parm_delete_line: [Function], + parm_down_cursor: [Function], + parm_ich: [Function], + parm_index: [Function], + parm_insert_line: [Function], + parm_left_cursor: [Function], + parm_right_cursor: [Function], + parm_rindex: [Function], + parm_up_cursor: [Function], + print_screen: [Function], + prtr_off: [Function], + prtr_on: [Function], + repeat_char: [Function], + reset_1string: [Function], + reset_2string: [Function], + restore_cursor: [Function], + row_address: [Function], + save_cursor: [Function], + scroll_forward: [Function], + scroll_reverse: [Function], + set_attributes: [Function], + set_tab: [Function], + tab: [Function], + key_b2: [Function], + acs_chars: [Function], + key_btab: [Function], + enter_am_mode: [Function], + exit_am_mode: [Function], + key_end: [Function], + key_enter: [Function], + key_sdc: [Function], + key_send: [Function], + key_shome: [Function], + key_sic: [Function], + key_sleft: [Function], + key_snext: [Function], + key_sprevious: [Function], + key_sright: [Function], + key_f11: [Function], + key_f12: [Function], + key_f13: [Function], + key_f14: [Function], + key_f15: [Function], + key_f16: [Function], + key_f17: [Function], + key_f18: [Function], + key_f19: [Function], + key_f20: [Function], + key_f21: [Function], + key_f22: [Function], + key_f23: [Function], + key_f24: [Function], + key_f25: [Function], + key_f26: [Function], + key_f27: [Function], + key_f28: [Function], + key_f29: [Function], + key_f30: [Function], + key_f31: [Function], + key_f32: [Function], + key_f33: [Function], + key_f34: [Function], + key_f35: [Function], + key_f36: [Function], + key_f37: [Function], + key_f38: [Function], + key_f39: [Function], + key_f40: [Function], + key_f41: [Function], + key_f42: [Function], + key_f43: [Function], + key_f44: [Function], + key_f45: [Function], + key_f46: [Function], + key_f47: [Function], + key_f48: [Function], + key_f49: [Function], + key_f50: [Function], + key_f51: [Function], + key_f52: [Function], + key_f53: [Function], + key_f54: [Function], + key_f55: [Function], + key_f56: [Function], + key_f57: [Function], + key_f58: [Function], + key_f59: [Function], + key_f60: [Function], + key_f61: [Function], + key_f62: [Function], + key_f63: [Function], + clr_bol: [Function], + user6: [Function], + user7: [Function], + user8: [Function], + user9: [Function], + orig_pair: [Function], + orig_colors: [Function], + initialize_color: [Function], + enter_italics_mode: [Function], + exit_italics_mode: [Function], + key_mouse: [Function], + set_a_foreground: [Function], + set_a_background: [Function], + memory_lock: [Function], + memory_unlock: [Function], + Cr: [Function], + Cs: [Function], + E3: [Function], + Ms: [Function], + Se: [Function], + Ss: [Function], + kDC3: [Function], + kDC4: [Function], + kDC5: [Function], + kDC6: [Function], + kDC7: [Function], + kDN: [Function], + kDN3: [Function], + kDN4: [Function], + kDN5: [Function], + kDN6: [Function], + kDN7: [Function], + kEND3: [Function], + kEND4: [Function], + kEND5: [Function], + kEND6: [Function], + kEND7: [Function], + kHOM3: [Function], + kHOM4: [Function], + kHOM5: [Function], + kHOM6: [Function], + kHOM7: [Function], + kIC3: [Function], + kIC4: [Function], + kIC5: [Function], + kIC6: [Function], + kIC7: [Function], + kLFT3: [Function], + kLFT4: [Function], + kLFT5: [Function], + kLFT6: [Function], + kLFT7: [Function], + kNXT3: [Function], + kNXT4: [Function], + kNXT5: [Function], + kNXT6: [Function], + kNXT7: [Function], + kPRV3: [Function], + kPRV4: [Function], + kPRV5: [Function], + kPRV6: [Function], + kPRV7: [Function], + kRIT3: [Function], + kRIT4: [Function], + kRIT5: [Function], + kRIT6: [Function], + kRIT7: [Function], + kUP: [Function], + kUP3: [Function], + kUP4: [Function], + kUP5: [Function], + kUP6: [Function], + kUP7: [Function], + ka2: [Function], + kb1: [Function], + kb3: [Function], + kc2: [Function], + rmxx: [Function], + smxx: [Function], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Function], + cursor_mem_address: [Function], + cursor_to_ll: [Function], + dis_status_line: [Function], + down_half_line: [Function], + enter_delete_mode: [Function], + enter_protected_mode: [Function], + exit_delete_mode: [Function], + form_feed: [Function], + from_status_line: [Function], + init_1string: [Function], + init_3string: [Function], + init_file: [Function], + insert_character: [Function], + insert_padding: [Function], + key_catab: [Function], + key_clear: [Function], + key_ctab: [Function], + key_dl: [Function], + key_eic: [Function], + key_eol: [Function], + key_eos: [Function], + key_f0: [Function], + key_il: [Function], + key_ll: [Function], + key_stab: [Function], + lab_f0: [Function], + lab_f1: [Function], + lab_f10: [Function], + lab_f2: [Function], + lab_f3: [Function], + lab_f4: [Function], + lab_f5: [Function], + lab_f6: [Function], + lab_f7: [Function], + lab_f8: [Function], + lab_f9: [Function], + newline: [Function], + pad_char: [Function], + pkey_key: [Function], + pkey_local: [Function], + pkey_xmit: [Function], + reset_3string: [Function], + reset_file: [Function], + set_window: [Function], + to_status_line: [Function], + underline_char: [Function], + up_half_line: [Function], + init_prog: [Function], + key_a1: [Function], + key_a3: [Function], + key_c1: [Function], + key_c3: [Function], + prtr_non: [Function], + char_padding: [Function], + plab_norm: [Function], + enter_xon_mode: [Function], + exit_xon_mode: [Function], + xon_character: [Function], + xoff_character: [Function], + ena_acs: [Function], + label_on: [Function], + label_off: [Function], + key_beg: [Function], + key_cancel: [Function], + key_close: [Function], + key_command: [Function], + key_copy: [Function], + key_create: [Function], + key_exit: [Function], + key_find: [Function], + key_help: [Function], + key_mark: [Function], + key_message: [Function], + key_move: [Function], + key_next: [Function], + key_open: [Function], + key_options: [Function], + key_previous: [Function], + key_print: [Function], + key_redo: [Function], + key_reference: [Function], + key_refresh: [Function], + key_replace: [Function], + key_restart: [Function], + key_resume: [Function], + key_save: [Function], + key_suspend: [Function], + key_undo: [Function], + key_sbeg: [Function], + key_scancel: [Function], + key_scommand: [Function], + key_scopy: [Function], + key_screate: [Function], + key_sdl: [Function], + key_select: [Function], + key_seol: [Function], + key_sexit: [Function], + key_sfind: [Function], + key_shelp: [Function], + key_smessage: [Function], + key_smove: [Function], + key_soptions: [Function], + key_sprint: [Function], + key_sredo: [Function], + key_sreplace: [Function], + key_srsume: [Function], + key_ssave: [Function], + key_ssuspend: [Function], + key_sundo: [Function], + req_for_input: [Function], + clear_margins: [Function], + set_left_margin: [Function], + set_right_margin: [Function], + label_format: [Function], + set_clock: [Function], + display_clock: [Function], + remove_clock: [Function], + create_window: [Function], + goto_window: [Function], + hangup: [Function], + dial_phone: [Function], + quick_dial: [Function], + tone: [Function], + pulse: [Function], + flash_hook: [Function], + fixed_pause: [Function], + wait_tone: [Function], + user0: [Function], + user1: [Function], + user2: [Function], + user3: [Function], + user4: [Function], + user5: [Function], + initialize_pair: [Function], + set_color_pair: [Function], + set_foreground: [Function], + set_background: [Function], + change_char_pitch: [Function], + change_line_pitch: [Function], + change_res_horz: [Function], + change_res_vert: [Function], + define_char: [Function], + enter_doublewide_mode: [Function], + enter_draft_quality: [Function], + enter_leftward_mode: [Function], + enter_micro_mode: [Function], + enter_near_letter_quality: [Function], + enter_normal_quality: [Function], + enter_shadow_mode: [Function], + enter_subscript_mode: [Function], + enter_superscript_mode: [Function], + enter_upward_mode: [Function], + exit_doublewide_mode: [Function], + exit_leftward_mode: [Function], + exit_micro_mode: [Function], + exit_shadow_mode: [Function], + exit_subscript_mode: [Function], + exit_superscript_mode: [Function], + exit_upward_mode: [Function], + micro_column_address: [Function], + micro_down: [Function], + micro_left: [Function], + micro_right: [Function], + micro_row_address: [Function], + micro_up: [Function], + order_of_pins: [Function], + parm_down_micro: [Function], + parm_left_micro: [Function], + parm_right_micro: [Function], + parm_up_micro: [Function], + select_char_set: [Function], + set_bottom_margin: [Function], + set_bottom_margin_parm: [Function], + set_left_margin_parm: [Function], + set_right_margin_parm: [Function], + set_top_margin: [Function], + set_top_margin_parm: [Function], + start_bit_image: [Function], + start_char_set_def: [Function], + stop_bit_image: [Function], + stop_char_set_def: [Function], + subscript_characters: [Function], + superscript_characters: [Function], + these_cause_cr: [Function], + zero_motion: [Function], + char_set_names: [Function], + mouse_info: [Function], + req_mouse_pos: [Function], + get_mouse: [Function], + pkey_plab: [Function], + device_type: [Function], + code_set_init: [Function], + set0_des_seq: [Function], + set1_des_seq: [Function], + set2_des_seq: [Function], + set3_des_seq: [Function], + set_lr_margin: [Function], + set_tb_margin: [Function], + bit_image_repeat: [Function], + bit_image_newline: [Function], + bit_image_carriage_return: [Function], + color_names: [Function], + define_bit_image_region: [Function], + end_bit_image_region: [Function], + set_color_band: [Function], + set_page_length: [Function], + display_pc_char: [Function], + enter_pc_charset_mode: [Function], + exit_pc_charset_mode: [Function], + enter_scancode_mode: [Function], + exit_scancode_mode: [Function], + pc_term_options: [Function], + scancode_escape: [Function], + alt_scancode_esc: [Function], + enter_horizontal_hl_mode: [Function], + enter_left_hl_mode: [Function], + enter_low_hl_mode: [Function], + enter_right_hl_mode: [Function], + enter_top_hl_mode: [Function], + enter_vertical_hl_mode: [Function], + set_a_attributes: [Function], + set_pglen_inch: [Function], + termcap_init2: [Function], + termcap_reset: [Function], + linefeed_if_not_lf: [Function], + backspace_if_not_bs: [Function], + other_non_function_keys: [Function], + arrow_key_map: [Function], + acs_ulcorner: [Function], + acs_llcorner: [Function], + acs_urcorner: [Function], + acs_lrcorner: [Function], + acs_ltee: [Function], + acs_rtee: [Function], + acs_btee: [Function], + acs_ttee: [Function], + acs_hline: [Function], + acs_vline: [Function], + acs_plus: [Function], + box_chars_1: [Function], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function], + bel: [Function], + cr: [Function], + csr: [Function], + tbc: [Function], + clear: [Function], + el: [Function], + ed: [Function], + hpa: [Function], + cup: [Function], + cud1: [Function], + home: [Function], + civis: [Function], + cub1: [Function], + cnorm: [Function], + cuf1: [Function], + cuu1: [Function], + cvvis: [Function], + dch1: [Function], + dl1: [Function], + smacs: [Function], + blink: [Function], + bold: [Function], + smcup: [Function], + dim: [Function], + smir: [Function], + invis: [Function], + rev: [Function], + smso: [Function], + smul: [Function], + ech: [Function], + rmacs: [Function], + sgr0: [Function], + rmcup: [Function], + rmir: [Function], + rmso: [Function], + rmul: [Function], + flash: [Function], + is2: [Function], + il1: [Function], + kbs: [Function], + kdch1: [Function], + kcud1: [Function], + kf1: [Function], + kf10: [Function], + kf2: [Function], + kf3: [Function], + kf4: [Function], + kf5: [Function], + kf6: [Function], + kf7: [Function], + kf8: [Function], + kf9: [Function], + khome: [Function], + kich1: [Function], + kcub1: [Function], + knp: [Function], + kpp: [Function], + kcuf1: [Function], + kind: [Function], + kri: [Function], + kcuu1: [Function], + rmkx: [Function], + smkx: [Function], + rmm: [Function], + smm: [Function], + dch: [Function], + dl: [Function], + cud: [Function], + ich: [Function], + indn: [Function], + il: [Function], + cub: [Function], + cuf: [Function], + rin: [Function], + cuu: [Function], + mc0: [Function], + mc4: [Function], + mc5: [Function], + rep: [Function], + rs1: [Function], + rs2: [Function], + rc: [Function], + vpa: [Function], + sc: [Function], + ind: [Function], + ri: [Function], + sgr: [Function], + hts: [Function], + ht: [Function], + kb2: [Function], + acsc: + { '`': '◆', + a: '▒', + f: '°', + g: '±', + i: '\u000b', + j: '┘', + k: '┐', + l: '┌', + m: '└', + n: '┼', + o: '⎺', + p: '⎻', + q: '─', + r: '⎼', + s: '⎽', + t: '├', + u: '┤', + v: '┴', + w: '┬', + x: '│', + y: '≤', + z: '≥', + '{': 'π', + '|': '≠', + '}': '£', + '~': '·' }, + kcbt: [Function], + smam: [Function], + rmam: [Function], + kend: [Function], + kent: [Function], + kDC: [Function], + kEND: [Function], + kHOM: [Function], + kIC: [Function], + kLFT: [Function], + kNXT: [Function], + kPRV: [Function], + kRIT: [Function], + kf11: [Function], + kf12: [Function], + kf13: [Function], + kf14: [Function], + kf15: [Function], + kf16: [Function], + kf17: [Function], + kf18: [Function], + kf19: [Function], + kf20: [Function], + kf21: [Function], + kf22: [Function], + kf23: [Function], + kf24: [Function], + kf25: [Function], + kf26: [Function], + kf27: [Function], + kf28: [Function], + kf29: [Function], + kf30: [Function], + kf31: [Function], + kf32: [Function], + kf33: [Function], + kf34: [Function], + kf35: [Function], + kf36: [Function], + kf37: [Function], + kf38: [Function], + kf39: [Function], + kf40: [Function], + kf41: [Function], + kf42: [Function], + kf43: [Function], + kf44: [Function], + kf45: [Function], + kf46: [Function], + kf47: [Function], + kf48: [Function], + kf49: [Function], + kf50: [Function], + kf51: [Function], + kf52: [Function], + kf53: [Function], + kf54: [Function], + kf55: [Function], + kf56: [Function], + kf57: [Function], + kf58: [Function], + kf59: [Function], + kf60: [Function], + kf61: [Function], + kf62: [Function], + kf63: [Function], + el1: [Function], + u6: [Function], + u7: [Function], + u8: [Function], + u9: [Function], + op: [Function], + oc: [Function], + initc: [Function], + sitm: [Function], + ritm: [Function], + kmous: [Function], + setaf: [Function], + setab: [Function], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Function], + mrcup: [Function], + ll: [Function], + dsl: [Function], + hd: [Function], + smdc: [Function], + prot: [Function], + rmdc: [Function], + ff: [Function], + fsl: [Function], + is1: [Function], + is3: [Function], + if: [Function], + ich1: [Function], + ip: [Function], + ktbc: [Function], + kclr: [Function], + kctab: [Function], + kdl1: [Function], + krmir: [Function], + kel: [Function], + ked: [Function], + kf0: [Function], + kil1: [Function], + kll: [Function], + khts: [Function], + lf0: [Function], + lf1: [Function], + lf10: [Function], + lf2: [Function], + lf3: [Function], + lf4: [Function], + lf5: [Function], + lf6: [Function], + lf7: [Function], + lf8: [Function], + lf9: [Function], + nel: [Function], + pad: [Function], + pfkey: [Function], + pfloc: [Function], + pfx: [Function], + rs3: [Function], + rf: [Function], + wind: [Function], + tsl: [Function], + uc: [Function], + hu: [Function], + iprog: [Function], + ka1: [Function], + ka3: [Function], + kc1: [Function], + kc3: [Function], + mc5p: [Function], + rmp: [Function], + pln: [Function], + smxon: [Function], + rmxon: [Function], + xonc: [Function], + xoffc: [Function], + enacs: [Function], + smln: [Function], + rmln: [Function], + kbeg: [Function], + kcan: [Function], + kclo: [Function], + kcmd: [Function], + kcpy: [Function], + kcrt: [Function], + kext: [Function], + kfnd: [Function], + khlp: [Function], + kmrk: [Function], + kmsg: [Function], + kmov: [Function], + knxt: [Function], + kopn: [Function], + kopt: [Function], + kprv: [Function], + kprt: [Function], + krdo: [Function], + kref: [Function], + krfr: [Function], + krpl: [Function], + krst: [Function], + kres: [Function], + ksav: [Function], + kspd: [Function], + kund: [Function], + kBEG: [Function], + kCAN: [Function], + kCMD: [Function], + kCPY: [Function], + kCRT: [Function], + kDL: [Function], + kslt: [Function], + kEOL: [Function], + kEXT: [Function], + kFND: [Function], + kHLP: [Function], + kMSG: [Function], + kMOV: [Function], + kOPT: [Function], + kPRT: [Function], + kRDO: [Function], + kRPL: [Function], + kRES: [Function], + kSAV: [Function], + kSPD: [Function], + kUND: [Function], + rfi: [Function], + mgc: [Function], + smgl: [Function], + smgr: [Function], + fln: [Function], + sclk: [Function], + dclk: [Function], + rmclk: [Function], + cwin: [Function], + wingo: [Function], + hup: [Function], + dial: [Function], + qdial: [Function], + hook: [Function], + pause: [Function], + wait: [Function], + u0: [Function], + u1: [Function], + u2: [Function], + u3: [Function], + u4: [Function], + u5: [Function], + initp: [Function], + scp: [Function], + setf: [Function], + setb: [Function], + cpi: [Function], + lpi: [Function], + chr: [Function], + cvr: [Function], + defc: [Function], + swidm: [Function], + sdrfq: [Function], + slm: [Function], + smicm: [Function], + snlq: [Function], + snrmq: [Function], + sshm: [Function], + ssubm: [Function], + ssupm: [Function], + sum: [Function], + rwidm: [Function], + rlm: [Function], + rmicm: [Function], + rshm: [Function], + rsubm: [Function], + rsupm: [Function], + rum: [Function], + mhpa: [Function], + mcud1: [Function], + mcub1: [Function], + mcuf1: [Function], + mvpa: [Function], + mcuu1: [Function], + porder: [Function], + mcud: [Function], + mcub: [Function], + mcuf: [Function], + mcuu: [Function], + scs: [Function], + smgb: [Function], + smgbp: [Function], + smglp: [Function], + smgrp: [Function], + smgt: [Function], + smgtp: [Function], + sbim: [Function], + scsd: [Function], + rbim: [Function], + rcsd: [Function], + subcs: [Function], + supcs: [Function], + docr: [Function], + zerom: [Function], + csnm: [Function], + minfo: [Function], + reqmp: [Function], + getm: [Function], + pfxl: [Function], + devt: [Function], + csin: [Function], + s0ds: [Function], + s1ds: [Function], + s2ds: [Function], + s3ds: [Function], + smglr: [Function], + smgtb: [Function], + birep: [Function], + binel: [Function], + bicr: [Function], + colornm: [Function], + defbi: [Function], + endbi: [Function], + setcolor: [Function], + slines: [Function], + dispc: [Function], + smpch: [Function], + rmpch: [Function], + smsc: [Function], + rmsc: [Function], + pctrm: [Function], + scesc: [Function], + scesa: [Function], + ehhlm: [Function], + elhlm: [Function], + elohlm: [Function], + erhlm: [Function], + ethlm: [Function], + evhlm: [Function], + sgr1: [Function], + slength: [Function], + info: + { header: [Object], + name: 'xterm-256color', + names: [Array], + desc: 'xterm with 256 colors', + dir: '/lib/terminfo', + file: '/lib/terminfo/x/xterm-256color', + bools: [Object], + numbers: [Object], + strings: [Object], + features: [Object], + all: [Object], + methods: [Object] }, + all: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: '\u001b[Z', + bell: '\u0007', + carriage_return: '\r', + change_scroll_region: '\u001b[%i%p1%d;%p2%dr', + clear_all_tabs: '\u001b[3g', + clear_screen: '\u001b[H\u001b[2J', + clr_eol: '\u001b[K', + clr_eos: '\u001b[J', + column_address: '\u001b[%i%p1%dG', + cursor_address: '\u001b[%i%p1%d;%p2%dH', + cursor_down: '\n', + cursor_home: '\u001b[H', + cursor_invisible: '\u001b[?25l', + cursor_left: '\b', + cursor_normal: '\u001b[?12l\u001b[?25h', + cursor_right: '\u001b[C', + cursor_up: '\u001b[A', + cursor_visible: '\u001b[?12;25h', + delete_character: '\u001b[P', + delete_line: '\u001b[M', + enter_alt_charset_mode: '\u001b(0', + enter_blink_mode: '\u001b[5m', + enter_bold_mode: '\u001b[1m', + enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', + enter_dim_mode: '\u001b[2m', + enter_insert_mode: '\u001b[4h', + enter_secure_mode: '\u001b[8m', + enter_reverse_mode: '\u001b[7m', + enter_standout_mode: '\u001b[7m', + enter_underline_mode: '\u001b[4m', + erase_chars: '\u001b[%p1%dX', + exit_alt_charset_mode: '\u001b(B', + exit_attribute_mode: '\u001b(B\u001b[m', + exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', + exit_insert_mode: '\u001b[4l', + exit_standout_mode: '\u001b[27m', + exit_underline_mode: '\u001b[24m', + flash_screen: '\u001b[?5h$<100/>\u001b[?5l', + init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + insert_line: '\u001b[L', + key_backspace: '', + key_dc: '\u001b[3~', + key_down: '\u001bOB', + key_f1: '\u001bOP', + key_f10: '\u001b[21~', + key_f2: '\u001bOQ', + key_f3: '\u001bOR', + key_f4: '\u001bOS', + key_f5: '\u001b[15~', + key_f6: '\u001b[17~', + key_f7: '\u001b[18~', + key_f8: '\u001b[19~', + key_f9: '\u001b[20~', + key_home: '\u001bOH', + key_ic: '\u001b[2~', + key_left: '\u001bOD', + key_npage: '\u001b[6~', + key_ppage: '\u001b[5~', + key_right: '\u001bOC', + key_sf: '\u001b[1;2B', + key_sr: '\u001b[1;2A', + key_up: '\u001bOA', + keypad_local: '\u001b[?1l\u001b>', + keypad_xmit: '\u001b[?1h\u001b=', + meta_off: '\u001b[?1034l', + meta_on: '\u001b[?1034h', + parm_dch: '\u001b[%p1%dP', + parm_delete_line: '\u001b[%p1%dM', + parm_down_cursor: '\u001b[%p1%dB', + parm_ich: '\u001b[%p1%d@', + parm_index: '\u001b[%p1%dS', + parm_insert_line: '\u001b[%p1%dL', + parm_left_cursor: '\u001b[%p1%dD', + parm_right_cursor: '\u001b[%p1%dC', + parm_rindex: '\u001b[%p1%dT', + parm_up_cursor: '\u001b[%p1%dA', + print_screen: '\u001b[i', + prtr_off: '\u001b[4i', + prtr_on: '\u001b[5i', + repeat_char: '%p1%c\u001b[%p2%{1}%-%db', + reset_1string: '\u001bc\u001b]104\u0007', + reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + restore_cursor: '\u001b8', + row_address: '\u001b[%i%p1%dd', + save_cursor: '\u001b7', + scroll_forward: '\n', + scroll_reverse: '\u001bM', + set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', + set_tab: '\u001bH', + tab: '\t', + key_b2: '\u001bOE', + acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', + key_btab: '\u001b[Z', + enter_am_mode: '\u001b[?7h', + exit_am_mode: '\u001b[?7l', + key_end: '\u001bOF', + key_enter: '\u001bOM', + key_sdc: '\u001b[3;2~', + key_send: '\u001b[1;2F', + key_shome: '\u001b[1;2H', + key_sic: '\u001b[2;2~', + key_sleft: '\u001b[1;2D', + key_snext: '\u001b[6;2~', + key_sprevious: '\u001b[5;2~', + key_sright: '\u001b[1;2C', + key_f11: '\u001b[23~', + key_f12: '\u001b[24~', + key_f13: '\u001b[1;2P', + key_f14: '\u001b[1;2Q', + key_f15: '\u001b[1;2R', + key_f16: '\u001b[1;2S', + key_f17: '\u001b[15;2~', + key_f18: '\u001b[17;2~', + key_f19: '\u001b[18;2~', + key_f20: '\u001b[19;2~', + key_f21: '\u001b[20;2~', + key_f22: '\u001b[21;2~', + key_f23: '\u001b[23;2~', + key_f24: '\u001b[24;2~', + key_f25: '\u001b[1;5P', + key_f26: '\u001b[1;5Q', + key_f27: '\u001b[1;5R', + key_f28: '\u001b[1;5S', + key_f29: '\u001b[15;5~', + key_f30: '\u001b[17;5~', + key_f31: '\u001b[18;5~', + key_f32: '\u001b[19;5~', + key_f33: '\u001b[20;5~', + key_f34: '\u001b[21;5~', + key_f35: '\u001b[23;5~', + key_f36: '\u001b[24;5~', + key_f37: '\u001b[1;6P', + key_f38: '\u001b[1;6Q', + key_f39: '\u001b[1;6R', + key_f40: '\u001b[1;6S', + key_f41: '\u001b[15;6~', + key_f42: '\u001b[17;6~', + key_f43: '\u001b[18;6~', + key_f44: '\u001b[19;6~', + key_f45: '\u001b[20;6~', + key_f46: '\u001b[21;6~', + key_f47: '\u001b[23;6~', + key_f48: '\u001b[24;6~', + key_f49: '\u001b[1;3P', + key_f50: '\u001b[1;3Q', + key_f51: '\u001b[1;3R', + key_f52: '\u001b[1;3S', + key_f53: '\u001b[15;3~', + key_f54: '\u001b[17;3~', + key_f55: '\u001b[18;3~', + key_f56: '\u001b[19;3~', + key_f57: '\u001b[20;3~', + key_f58: '\u001b[21;3~', + key_f59: '\u001b[23;3~', + key_f60: '\u001b[24;3~', + key_f61: '\u001b[1;4P', + key_f62: '\u001b[1;4Q', + key_f63: '\u001b[1;4R', + clr_bol: '\u001b[1K', + user6: '\u001b[%i%d;%dR', + user7: '\u001b[6n', + user8: '\u001b[?%[;0123456789]c', + user9: '\u001b[c', + orig_pair: '\u001b[39;49m', + orig_colors: '\u001b]104\u0007', + initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', + enter_italics_mode: '\u001b[3m', + exit_italics_mode: '\u001b[23m', + key_mouse: '\u001b[M', + set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', + set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', + memory_lock: '\u001bl', + memory_unlock: '\u001bm', + Cr: '\u001b]112\u0007', + Cs: '\u001b]12;%p1%s\u0007', + E3: '\u001b[3J', + Ms: '\u001b]52;%p1%s;%p2%s\u0007', + Se: '\u001b[2 q', + Ss: '\u001b[%p1%d q', + kDC3: '\u001b[3;3~', + kDC4: '\u001b[3;4~', + kDC5: '\u001b[3;5~', + kDC6: '\u001b[3;6~', + kDC7: '\u001b[3;7~', + kDN: '\u001b[1;2B', + kDN3: '\u001b[1;3B', + kDN4: '\u001b[1;4B', + kDN5: '\u001b[1;5B', + kDN6: '\u001b[1;6B', + kDN7: '\u001b[1;7B', + kEND3: '\u001b[1;3F', + kEND4: '\u001b[1;4F', + kEND5: '\u001b[1;5F', + kEND6: '\u001b[1;6F', + kEND7: '\u001b[1;7F', + kHOM3: '\u001b[1;3H', + kHOM4: '\u001b[1;4H', + kHOM5: '\u001b[1;5H', + kHOM6: '\u001b[1;6H', + kHOM7: '\u001b[1;7H', + kIC3: '\u001b[2;3~', + kIC4: '\u001b[2;4~', + kIC5: '\u001b[2;5~', + kIC6: '\u001b[2;6~', + kIC7: '\u001b[2;7~', + kLFT3: '\u001b[1;3D', + kLFT4: '\u001b[1;4D', + kLFT5: '\u001b[1;5D', + kLFT6: '\u001b[1;6D', + kLFT7: '\u001b[1;7D', + kNXT3: '\u001b[6;3~', + kNXT4: '\u001b[6;4~', + kNXT5: '\u001b[6;5~', + kNXT6: '\u001b[6;6~', + kNXT7: '\u001b[6;7~', + kPRV3: '\u001b[5;3~', + kPRV4: '\u001b[5;4~', + kPRV5: '\u001b[5;5~', + kPRV6: '\u001b[5;6~', + kPRV7: '\u001b[5;7~', + kRIT3: '\u001b[1;3C', + kRIT4: '\u001b[1;4C', + kRIT5: '\u001b[1;5C', + kRIT6: '\u001b[1;6C', + kRIT7: '\u001b[1;7C', + kUP: '\u001b[1;2A', + kUP3: '\u001b[1;3A', + kUP4: '\u001b[1;4A', + kUP5: '\u001b[1;5A', + kUP6: '\u001b[1;6A', + kUP7: '\u001b[1;7A', + ka2: '', + kb1: '', + kb3: '', + kc2: '', + rmxx: '\u001b[29m', + smxx: '\u001b[9m' }, + methods: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function: anonymous], + bell: [Function: anonymous], + carriage_return: [Function: anonymous], + change_scroll_region: [Function: anonymous], + clear_all_tabs: [Function: anonymous], + clear_screen: [Function: anonymous], + clr_eol: [Function: anonymous], + clr_eos: [Function: anonymous], + column_address: [Function: anonymous], + cursor_address: [Function: anonymous], + cursor_down: [Function: anonymous], + cursor_home: [Function: anonymous], + cursor_invisible: [Function: anonymous], + cursor_left: [Function: anonymous], + cursor_normal: [Function: anonymous], + cursor_right: [Function: anonymous], + cursor_up: [Function: anonymous], + cursor_visible: [Function: anonymous], + delete_character: [Function: anonymous], + delete_line: [Function: anonymous], + enter_alt_charset_mode: [Function: anonymous], + enter_blink_mode: [Function: anonymous], + enter_bold_mode: [Function: anonymous], + enter_ca_mode: [Function: anonymous], + enter_dim_mode: [Function: anonymous], + enter_insert_mode: [Function: anonymous], + enter_secure_mode: [Function: anonymous], + enter_reverse_mode: [Function: anonymous], + enter_standout_mode: [Function: anonymous], + enter_underline_mode: [Function: anonymous], + erase_chars: [Function: anonymous], + exit_alt_charset_mode: [Function: anonymous], + exit_attribute_mode: [Function: anonymous], + exit_ca_mode: [Function: anonymous], + exit_insert_mode: [Function: anonymous], + exit_standout_mode: [Function: anonymous], + exit_underline_mode: [Function: anonymous], + flash_screen: [Function: anonymous], + init_2string: [Function: anonymous], + insert_line: [Function: anonymous], + key_backspace: [Function: anonymous], + key_dc: [Function: anonymous], + key_down: [Function: anonymous], + key_f1: [Function: anonymous], + key_f10: [Function: anonymous], + key_f2: [Function: anonymous], + key_f3: [Function: anonymous], + key_f4: [Function: anonymous], + key_f5: [Function: anonymous], + key_f6: [Function: anonymous], + key_f7: [Function: anonymous], + key_f8: [Function: anonymous], + key_f9: [Function: anonymous], + key_home: [Function: anonymous], + key_ic: [Function: anonymous], + key_left: [Function: anonymous], + key_npage: [Function: anonymous], + key_ppage: [Function: anonymous], + key_right: [Function: anonymous], + key_sf: [Function: anonymous], + key_sr: [Function: anonymous], + key_up: [Function: anonymous], + keypad_local: [Function: anonymous], + keypad_xmit: [Function: anonymous], + meta_off: [Function: anonymous], + meta_on: [Function: anonymous], + parm_dch: [Function: anonymous], + parm_delete_line: [Function: anonymous], + parm_down_cursor: [Function: anonymous], + parm_ich: [Function: anonymous], + parm_index: [Function: anonymous], + parm_insert_line: [Function: anonymous], + parm_left_cursor: [Function: anonymous], + parm_right_cursor: [Function: anonymous], + parm_rindex: [Function: anonymous], + parm_up_cursor: [Function: anonymous], + print_screen: [Function: anonymous], + prtr_off: [Function: anonymous], + prtr_on: [Function: anonymous], + repeat_char: [Function: anonymous], + reset_1string: [Function: anonymous], + reset_2string: [Function: anonymous], + restore_cursor: [Function: anonymous], + row_address: [Function: anonymous], + save_cursor: [Function: anonymous], + scroll_forward: [Function: anonymous], + scroll_reverse: [Function: anonymous], + set_attributes: [Function: anonymous], + set_tab: [Function: anonymous], + tab: [Function: anonymous], + key_b2: [Function: anonymous], + acs_chars: [Function: anonymous], + key_btab: [Function: anonymous], + enter_am_mode: [Function: anonymous], + exit_am_mode: [Function: anonymous], + key_end: [Function: anonymous], + key_enter: [Function: anonymous], + key_sdc: [Function: anonymous], + key_send: [Function: anonymous], + key_shome: [Function: anonymous], + key_sic: [Function: anonymous], + key_sleft: [Function: anonymous], + key_snext: [Function: anonymous], + key_sprevious: [Function: anonymous], + key_sright: [Function: anonymous], + key_f11: [Function: anonymous], + key_f12: [Function: anonymous], + key_f13: [Function: anonymous], + key_f14: [Function: anonymous], + key_f15: [Function: anonymous], + key_f16: [Function: anonymous], + key_f17: [Function: anonymous], + key_f18: [Function: anonymous], + key_f19: [Function: anonymous], + key_f20: [Function: anonymous], + key_f21: [Function: anonymous], + key_f22: [Function: anonymous], + key_f23: [Function: anonymous], + key_f24: [Function: anonymous], + key_f25: [Function: anonymous], + key_f26: [Function: anonymous], + key_f27: [Function: anonymous], + key_f28: [Function: anonymous], + key_f29: [Function: anonymous], + key_f30: [Function: anonymous], + key_f31: [Function: anonymous], + key_f32: [Function: anonymous], + key_f33: [Function: anonymous], + key_f34: [Function: anonymous], + key_f35: [Function: anonymous], + key_f36: [Function: anonymous], + key_f37: [Function: anonymous], + key_f38: [Function: anonymous], + key_f39: [Function: anonymous], + key_f40: [Function: anonymous], + key_f41: [Function: anonymous], + key_f42: [Function: anonymous], + key_f43: [Function: anonymous], + key_f44: [Function: anonymous], + key_f45: [Function: anonymous], + key_f46: [Function: anonymous], + key_f47: [Function: anonymous], + key_f48: [Function: anonymous], + key_f49: [Function: anonymous], + key_f50: [Function: anonymous], + key_f51: [Function: anonymous], + key_f52: [Function: anonymous], + key_f53: [Function: anonymous], + key_f54: [Function: anonymous], + key_f55: [Function: anonymous], + key_f56: [Function: anonymous], + key_f57: [Function: anonymous], + key_f58: [Function: anonymous], + key_f59: [Function: anonymous], + key_f60: [Function: anonymous], + key_f61: [Function: anonymous], + key_f62: [Function: anonymous], + key_f63: [Function: anonymous], + clr_bol: [Function: anonymous], + user6: [Function: anonymous], + user7: [Function: anonymous], + user8: [Function: anonymous], + user9: [Function: anonymous], + orig_pair: [Function: anonymous], + orig_colors: [Function: anonymous], + initialize_color: [Function: bound anonymous], + enter_italics_mode: [Function: anonymous], + exit_italics_mode: [Function: anonymous], + key_mouse: [Function: anonymous], + set_a_foreground: [Function: anonymous], + set_a_background: [Function: anonymous], + memory_lock: [Function: anonymous], + memory_unlock: [Function: anonymous], + Cr: [Function: anonymous], + Cs: [Function: anonymous], + E3: [Function: anonymous], + Ms: [Function: anonymous], + Se: [Function: anonymous], + Ss: [Function: anonymous], + kDC3: [Function: anonymous], + kDC4: [Function: anonymous], + kDC5: [Function: anonymous], + kDC6: [Function: anonymous], + kDC7: [Function: anonymous], + kDN: [Function: anonymous], + kDN3: [Function: anonymous], + kDN4: [Function: anonymous], + kDN5: [Function: anonymous], + kDN6: [Function: anonymous], + kDN7: [Function: anonymous], + kEND3: [Function: anonymous], + kEND4: [Function: anonymous], + kEND5: [Function: anonymous], + kEND6: [Function: anonymous], + kEND7: [Function: anonymous], + kHOM3: [Function: anonymous], + kHOM4: [Function: anonymous], + kHOM5: [Function: anonymous], + kHOM6: [Function: anonymous], + kHOM7: [Function: anonymous], + kIC3: [Function: anonymous], + kIC4: [Function: anonymous], + kIC5: [Function: anonymous], + kIC6: [Function: anonymous], + kIC7: [Function: anonymous], + kLFT3: [Function: anonymous], + kLFT4: [Function: anonymous], + kLFT5: [Function: anonymous], + kLFT6: [Function: anonymous], + kLFT7: [Function: anonymous], + kNXT3: [Function: anonymous], + kNXT4: [Function: anonymous], + kNXT5: [Function: anonymous], + kNXT6: [Function: anonymous], + kNXT7: [Function: anonymous], + kPRV3: [Function: anonymous], + kPRV4: [Function: anonymous], + kPRV5: [Function: anonymous], + kPRV6: [Function: anonymous], + kPRV7: [Function: anonymous], + kRIT3: [Function: anonymous], + kRIT4: [Function: anonymous], + kRIT5: [Function: anonymous], + kRIT6: [Function: anonymous], + kRIT7: [Function: anonymous], + kUP: [Function: anonymous], + kUP3: [Function: anonymous], + kUP4: [Function: anonymous], + kUP5: [Function: anonymous], + kUP6: [Function: anonymous], + kUP7: [Function: anonymous], + ka2: [Object], + kb1: [Object], + kb3: [Object], + kc2: [Object], + rmxx: [Function: anonymous], + smxx: [Function: anonymous], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Object], + cursor_mem_address: [Object], + cursor_to_ll: [Object], + dis_status_line: [Object], + down_half_line: [Object], + enter_delete_mode: [Object], + enter_protected_mode: [Object], + exit_delete_mode: [Object], + form_feed: [Object], + from_status_line: [Object], + init_1string: [Object], + init_3string: [Object], + init_file: [Object], + insert_character: [Object], + insert_padding: [Object], + key_catab: [Object], + key_clear: [Object], + key_ctab: [Object], + key_dl: [Object], + key_eic: [Object], + key_eol: [Object], + key_eos: [Object], + key_f0: [Object], + key_il: [Object], + key_ll: [Object], + key_stab: [Object], + lab_f0: [Object], + lab_f1: [Object], + lab_f10: [Object], + lab_f2: [Object], + lab_f3: [Object], + lab_f4: [Object], + lab_f5: [Object], + lab_f6: [Object], + lab_f7: [Object], + lab_f8: [Object], + lab_f9: [Object], + newline: [Object], + pad_char: [Object], + pkey_key: [Object], + pkey_local: [Object], + pkey_xmit: [Object], + reset_3string: [Object], + reset_file: [Object], + set_window: [Object], + to_status_line: [Object], + underline_char: [Object], + up_half_line: [Object], + init_prog: [Object], + key_a1: [Object], + key_a3: [Object], + key_c1: [Object], + key_c3: [Object], + prtr_non: [Object], + char_padding: [Object], + plab_norm: [Object], + enter_xon_mode: [Object], + exit_xon_mode: [Object], + xon_character: [Object], + xoff_character: [Object], + ena_acs: [Object], + label_on: [Object], + label_off: [Object], + key_beg: [Object], + key_cancel: [Object], + key_close: [Object], + key_command: [Object], + key_copy: [Object], + key_create: [Object], + key_exit: [Object], + key_find: [Object], + key_help: [Object], + key_mark: [Object], + key_message: [Object], + key_move: [Object], + key_next: [Object], + key_open: [Object], + key_options: [Object], + key_previous: [Object], + key_print: [Object], + key_redo: [Object], + key_reference: [Object], + key_refresh: [Object], + key_replace: [Object], + key_restart: [Object], + key_resume: [Object], + key_save: [Object], + key_suspend: [Object], + key_undo: [Object], + key_sbeg: [Object], + key_scancel: [Object], + key_scommand: [Object], + key_scopy: [Object], + key_screate: [Object], + key_sdl: [Object], + key_select: [Object], + key_seol: [Object], + key_sexit: [Object], + key_sfind: [Object], + key_shelp: [Object], + key_smessage: [Object], + key_smove: [Object], + key_soptions: [Object], + key_sprint: [Object], + key_sredo: [Object], + key_sreplace: [Object], + key_srsume: [Object], + key_ssave: [Object], + key_ssuspend: [Object], + key_sundo: [Object], + req_for_input: [Object], + clear_margins: [Object], + set_left_margin: [Object], + set_right_margin: [Object], + label_format: [Object], + set_clock: [Object], + display_clock: [Object], + remove_clock: [Object], + create_window: [Object], + goto_window: [Object], + hangup: [Object], + dial_phone: [Object], + quick_dial: [Object], + tone: [Object], + pulse: [Object], + flash_hook: [Object], + fixed_pause: [Object], + wait_tone: [Object], + user0: [Object], + user1: [Object], + user2: [Object], + user3: [Object], + user4: [Object], + user5: [Object], + initialize_pair: [Object], + set_color_pair: [Object], + set_foreground: [Object], + set_background: [Object], + change_char_pitch: [Object], + change_line_pitch: [Object], + change_res_horz: [Object], + change_res_vert: [Object], + define_char: [Object], + enter_doublewide_mode: [Object], + enter_draft_quality: [Object], + enter_leftward_mode: [Object], + enter_micro_mode: [Object], + enter_near_letter_quality: [Object], + enter_normal_quality: [Object], + enter_shadow_mode: [Object], + enter_subscript_mode: [Object], + enter_superscript_mode: [Object], + enter_upward_mode: [Object], + exit_doublewide_mode: [Object], + exit_leftward_mode: [Object], + exit_micro_mode: [Object], + exit_shadow_mode: [Object], + exit_subscript_mode: [Object], + exit_superscript_mode: [Object], + exit_upward_mode: [Object], + micro_column_address: [Object], + micro_down: [Object], + micro_left: [Object], + micro_right: [Object], + micro_row_address: [Object], + micro_up: [Object], + order_of_pins: [Object], + parm_down_micro: [Object], + parm_left_micro: [Object], + parm_right_micro: [Object], + parm_up_micro: [Object], + select_char_set: [Object], + set_bottom_margin: [Object], + set_bottom_margin_parm: [Object], + set_left_margin_parm: [Object], + set_right_margin_parm: [Object], + set_top_margin: [Object], + set_top_margin_parm: [Object], + start_bit_image: [Object], + start_char_set_def: [Object], + stop_bit_image: [Object], + stop_char_set_def: [Object], + subscript_characters: [Object], + superscript_characters: [Object], + these_cause_cr: [Object], + zero_motion: [Object], + char_set_names: [Object], + mouse_info: [Object], + req_mouse_pos: [Object], + get_mouse: [Object], + pkey_plab: [Object], + device_type: [Object], + code_set_init: [Object], + set0_des_seq: [Object], + set1_des_seq: [Object], + set2_des_seq: [Object], + set3_des_seq: [Object], + set_lr_margin: [Object], + set_tb_margin: [Object], + bit_image_repeat: [Object], + bit_image_newline: [Object], + bit_image_carriage_return: [Object], + color_names: [Object], + define_bit_image_region: [Object], + end_bit_image_region: [Object], + set_color_band: [Object], + set_page_length: [Object], + display_pc_char: [Object], + enter_pc_charset_mode: [Object], + exit_pc_charset_mode: [Object], + enter_scancode_mode: [Object], + exit_scancode_mode: [Object], + pc_term_options: [Object], + scancode_escape: [Object], + alt_scancode_esc: [Object], + enter_horizontal_hl_mode: [Object], + enter_left_hl_mode: [Object], + enter_low_hl_mode: [Object], + enter_right_hl_mode: [Object], + enter_top_hl_mode: [Object], + enter_vertical_hl_mode: [Object], + set_a_attributes: [Object], + set_pglen_inch: [Object], + termcap_init2: [Object], + termcap_reset: [Object], + linefeed_if_not_lf: [Object], + backspace_if_not_bs: [Object], + other_non_function_keys: [Object], + arrow_key_map: [Object], + acs_ulcorner: [Object], + acs_llcorner: [Object], + acs_urcorner: [Object], + acs_lrcorner: [Object], + acs_ltee: [Object], + acs_rtee: [Object], + acs_btee: [Object], + acs_ttee: [Object], + acs_hline: [Object], + acs_vline: [Object], + acs_plus: [Object], + box_chars_1: [Object], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function: anonymous], + bel: [Function: anonymous], + cr: [Function: anonymous], + csr: [Function: anonymous], + tbc: [Function: anonymous], + clear: [Function: anonymous], + el: [Function: anonymous], + ed: [Function: anonymous], + hpa: [Function: anonymous], + cup: [Function: anonymous], + cud1: [Function: anonymous], + home: [Function: anonymous], + civis: [Function: anonymous], + cub1: [Function: anonymous], + cnorm: [Function: anonymous], + cuf1: [Function: anonymous], + cuu1: [Function: anonymous], + cvvis: [Function: anonymous], + dch1: [Function: anonymous], + dl1: [Function: anonymous], + smacs: [Function: anonymous], + blink: [Function: anonymous], + bold: [Function: anonymous], + smcup: [Function: anonymous], + dim: [Function: anonymous], + smir: [Function: anonymous], + invis: [Function: anonymous], + rev: [Function: anonymous], + smso: [Function: anonymous], + smul: [Function: anonymous], + ech: [Function: anonymous], + rmacs: [Function: anonymous], + sgr0: [Function: anonymous], + rmcup: [Function: anonymous], + rmir: [Function: anonymous], + rmso: [Function: anonymous], + rmul: [Function: anonymous], + flash: [Function: anonymous], + is2: [Function: anonymous], + il1: [Function: anonymous], + kbs: [Function: anonymous], + kdch1: [Function: anonymous], + kcud1: [Function: anonymous], + kf1: [Function: anonymous], + kf10: [Function: anonymous], + kf2: [Function: anonymous], + kf3: [Function: anonymous], + kf4: [Function: anonymous], + kf5: [Function: anonymous], + kf6: [Function: anonymous], + kf7: [Function: anonymous], + kf8: [Function: anonymous], + kf9: [Function: anonymous], + khome: [Function: anonymous], + kich1: [Function: anonymous], + kcub1: [Function: anonymous], + knp: [Function: anonymous], + kpp: [Function: anonymous], + kcuf1: [Function: anonymous], + kind: [Function: anonymous], + kri: [Function: anonymous], + kcuu1: [Function: anonymous], + rmkx: [Function: anonymous], + smkx: [Function: anonymous], + rmm: [Function: anonymous], + smm: [Function: anonymous], + dch: [Function: anonymous], + dl: [Function: anonymous], + cud: [Function: anonymous], + ich: [Function: anonymous], + indn: [Function: anonymous], + il: [Function: anonymous], + cub: [Function: anonymous], + cuf: [Function: anonymous], + rin: [Function: anonymous], + cuu: [Function: anonymous], + mc0: [Function: anonymous], + mc4: [Function: anonymous], + mc5: [Function: anonymous], + rep: [Function: anonymous], + rs1: [Function: anonymous], + rs2: [Function: anonymous], + rc: [Function: anonymous], + vpa: [Function: anonymous], + sc: [Function: anonymous], + ind: [Function: anonymous], + ri: [Function: anonymous], + sgr: [Function: anonymous], + hts: [Function: anonymous], + ht: [Function: anonymous], + kb2: [Function: anonymous], + acsc: [Function: anonymous], + kcbt: [Function: anonymous], + smam: [Function: anonymous], + rmam: [Function: anonymous], + kend: [Function: anonymous], + kent: [Function: anonymous], + kDC: [Function: anonymous], + kEND: [Function: anonymous], + kHOM: [Function: anonymous], + kIC: [Function: anonymous], + kLFT: [Function: anonymous], + kNXT: [Function: anonymous], + kPRV: [Function: anonymous], + kRIT: [Function: anonymous], + kf11: [Function: anonymous], + kf12: [Function: anonymous], + kf13: [Function: anonymous], + kf14: [Function: anonymous], + kf15: [Function: anonymous], + kf16: [Function: anonymous], + kf17: [Function: anonymous], + kf18: [Function: anonymous], + kf19: [Function: anonymous], + kf20: [Function: anonymous], + kf21: [Function: anonymous], + kf22: [Function: anonymous], + kf23: [Function: anonymous], + kf24: [Function: anonymous], + kf25: [Function: anonymous], + kf26: [Function: anonymous], + kf27: [Function: anonymous], + kf28: [Function: anonymous], + kf29: [Function: anonymous], + kf30: [Function: anonymous], + kf31: [Function: anonymous], + kf32: [Function: anonymous], + kf33: [Function: anonymous], + kf34: [Function: anonymous], + kf35: [Function: anonymous], + kf36: [Function: anonymous], + kf37: [Function: anonymous], + kf38: [Function: anonymous], + kf39: [Function: anonymous], + kf40: [Function: anonymous], + kf41: [Function: anonymous], + kf42: [Function: anonymous], + kf43: [Function: anonymous], + kf44: [Function: anonymous], + kf45: [Function: anonymous], + kf46: [Function: anonymous], + kf47: [Function: anonymous], + kf48: [Function: anonymous], + kf49: [Function: anonymous], + kf50: [Function: anonymous], + kf51: [Function: anonymous], + kf52: [Function: anonymous], + kf53: [Function: anonymous], + kf54: [Function: anonymous], + kf55: [Function: anonymous], + kf56: [Function: anonymous], + kf57: [Function: anonymous], + kf58: [Function: anonymous], + kf59: [Function: anonymous], + kf60: [Function: anonymous], + kf61: [Function: anonymous], + kf62: [Function: anonymous], + kf63: [Function: anonymous], + el1: [Function: anonymous], + u6: [Function: anonymous], + u7: [Function: anonymous], + u8: [Function: anonymous], + u9: [Function: anonymous], + op: [Function: anonymous], + oc: [Function: anonymous], + initc: [Function: bound anonymous], + sitm: [Function: anonymous], + ritm: [Function: anonymous], + kmous: [Function: anonymous], + setaf: [Function: anonymous], + setab: [Function: anonymous], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Object], + mrcup: [Object], + ll: [Object], + dsl: [Object], + hd: [Object], + smdc: [Object], + prot: [Object], + rmdc: [Object], + ff: [Object], + fsl: [Object], + is1: [Object], + is3: [Object], + if: [Object], + ich1: [Object], + ip: [Object], + ktbc: [Object], + kclr: [Object], + kctab: [Object], + kdl1: [Object], + krmir: [Object], + kel: [Object], + ked: [Object], + kf0: [Object], + kil1: [Object], + kll: [Object], + khts: [Object], + lf0: [Object], + lf1: [Object], + lf10: [Object], + lf2: [Object], + lf3: [Object], + lf4: [Object], + lf5: [Object], + lf6: [Object], + lf7: [Object], + lf8: [Object], + lf9: [Object], + nel: [Object], + pad: [Object], + pfkey: [Object], + pfloc: [Object], + pfx: [Object], + rs3: [Object], + rf: [Object], + wind: [Object], + tsl: [Object], + uc: [Object], + hu: [Object], + iprog: [Object], + ka1: [Object], + ka3: [Object], + kc1: [Object], + kc3: [Object], + mc5p: [Object], + rmp: [Object], + pln: [Object], + smxon: [Object], + rmxon: [Object], + xonc: [Object], + xoffc: [Object], + enacs: [Object], + smln: [Object], + rmln: [Object], + kbeg: [Object], + kcan: [Object], + kclo: [Object], + kcmd: [Object], + kcpy: [Object], + kcrt: [Object], + kext: [Object], + kfnd: [Object], + khlp: [Object], + kmrk: [Object], + kmsg: [Object], + kmov: [Object], + knxt: [Object], + kopn: [Object], + kopt: [Object], + kprv: [Object], + kprt: [Object], + krdo: [Object], + kref: [Object], + krfr: [Object], + krpl: [Object], + krst: [Object], + kres: [Object], + ksav: [Object], + kspd: [Object], + kund: [Object], + kBEG: [Object], + kCAN: [Object], + kCMD: [Object], + kCPY: [Object], + kCRT: [Object], + kDL: [Object], + kslt: [Object], + kEOL: [Object], + kEXT: [Object], + kFND: [Object], + kHLP: [Object], + kMSG: [Object], + kMOV: [Object], + kOPT: [Object], + kPRT: [Object], + kRDO: [Object], + kRPL: [Object], + kRES: [Object], + kSAV: [Object], + kSPD: [Object], + kUND: [Object], + rfi: [Object], + mgc: [Object], + smgl: [Object], + smgr: [Object], + fln: [Object], + sclk: [Object], + dclk: [Object], + rmclk: [Object], + cwin: [Object], + wingo: [Object], + hup: [Object], + dial: [Object], + qdial: [Object], + hook: [Object], + pause: [Object], + wait: [Object], + u0: [Object], + u1: [Object], + u2: [Object], + u3: [Object], + u4: [Object], + u5: [Object], + initp: [Object], + scp: [Object], + setf: [Object], + setb: [Object], + cpi: [Object], + lpi: [Object], + chr: [Object], + cvr: [Object], + defc: [Object], + swidm: [Object], + sdrfq: [Object], + slm: [Object], + smicm: [Object], + snlq: [Object], + snrmq: [Object], + sshm: [Object], + ssubm: [Object], + ssupm: [Object], + sum: [Object], + rwidm: [Object], + rlm: [Object], + rmicm: [Object], + rshm: [Object], + rsubm: [Object], + rsupm: [Object], + rum: [Object], + mhpa: [Object], + mcud1: [Object], + mcub1: [Object], + mcuf1: [Object], + mvpa: [Object], + mcuu1: [Object], + porder: [Object], + mcud: [Object], + mcub: [Object], + mcuf: [Object], + mcuu: [Object], + scs: [Object], + smgb: [Object], + smgbp: [Object], + smglp: [Object], + smgrp: [Object], + smgt: [Object], + smgtp: [Object], + sbim: [Object], + scsd: [Object], + rbim: [Object], + rcsd: [Object], + subcs: [Object], + supcs: [Object], + docr: [Object], + zerom: [Object], + csnm: [Object], + minfo: [Object], + reqmp: [Object], + getm: [Object], + pfxl: [Object], + devt: [Object], + csin: [Object], + s0ds: [Object], + s1ds: [Object], + s2ds: [Object], + s3ds: [Object], + smglr: [Object], + smgtb: [Object], + birep: [Object], + binel: [Object], + bicr: [Object], + colornm: [Object], + defbi: [Object], + endbi: [Object], + setcolor: [Object], + slines: [Object], + dispc: [Object], + smpch: [Object], + rmpch: [Object], + smsc: [Object], + rmsc: [Object], + pctrm: [Object], + scesc: [Object], + scesa: [Object], + ehhlm: [Object], + elhlm: [Object], + elohlm: [Object], + erhlm: [Object], + ethlm: [Object], + evhlm: [Object], + sgr1: [Object], + slength: [Object] }, + bools: + { auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true }, + numbers: + { columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767 }, + strings: + { back_tab: '\u001b[Z', + bell: '\u0007', + carriage_return: '\r', + change_scroll_region: '\u001b[%i%p1%d;%p2%dr', + clear_all_tabs: '\u001b[3g', + clear_screen: '\u001b[H\u001b[2J', + clr_eol: '\u001b[K', + clr_eos: '\u001b[J', + column_address: '\u001b[%i%p1%dG', + cursor_address: '\u001b[%i%p1%d;%p2%dH', + cursor_down: '\n', + cursor_home: '\u001b[H', + cursor_invisible: '\u001b[?25l', + cursor_left: '\b', + cursor_normal: '\u001b[?12l\u001b[?25h', + cursor_right: '\u001b[C', + cursor_up: '\u001b[A', + cursor_visible: '\u001b[?12;25h', + delete_character: '\u001b[P', + delete_line: '\u001b[M', + enter_alt_charset_mode: '\u001b(0', + enter_blink_mode: '\u001b[5m', + enter_bold_mode: '\u001b[1m', + enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', + enter_dim_mode: '\u001b[2m', + enter_insert_mode: '\u001b[4h', + enter_secure_mode: '\u001b[8m', + enter_reverse_mode: '\u001b[7m', + enter_standout_mode: '\u001b[7m', + enter_underline_mode: '\u001b[4m', + erase_chars: '\u001b[%p1%dX', + exit_alt_charset_mode: '\u001b(B', + exit_attribute_mode: '\u001b(B\u001b[m', + exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', + exit_insert_mode: '\u001b[4l', + exit_standout_mode: '\u001b[27m', + exit_underline_mode: '\u001b[24m', + flash_screen: '\u001b[?5h$<100/>\u001b[?5l', + init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + insert_line: '\u001b[L', + key_backspace: '', + key_dc: '\u001b[3~', + key_down: '\u001bOB', + key_f1: '\u001bOP', + key_f10: '\u001b[21~', + key_f2: '\u001bOQ', + key_f3: '\u001bOR', + key_f4: '\u001bOS', + key_f5: '\u001b[15~', + key_f6: '\u001b[17~', + key_f7: '\u001b[18~', + key_f8: '\u001b[19~', + key_f9: '\u001b[20~', + key_home: '\u001bOH', + key_ic: '\u001b[2~', + key_left: '\u001bOD', + key_npage: '\u001b[6~', + key_ppage: '\u001b[5~', + key_right: '\u001bOC', + key_sf: '\u001b[1;2B', + key_sr: '\u001b[1;2A', + key_up: '\u001bOA', + keypad_local: '\u001b[?1l\u001b>', + keypad_xmit: '\u001b[?1h\u001b=', + meta_off: '\u001b[?1034l', + meta_on: '\u001b[?1034h', + parm_dch: '\u001b[%p1%dP', + parm_delete_line: '\u001b[%p1%dM', + parm_down_cursor: '\u001b[%p1%dB', + parm_ich: '\u001b[%p1%d@', + parm_index: '\u001b[%p1%dS', + parm_insert_line: '\u001b[%p1%dL', + parm_left_cursor: '\u001b[%p1%dD', + parm_right_cursor: '\u001b[%p1%dC', + parm_rindex: '\u001b[%p1%dT', + parm_up_cursor: '\u001b[%p1%dA', + print_screen: '\u001b[i', + prtr_off: '\u001b[4i', + prtr_on: '\u001b[5i', + repeat_char: '%p1%c\u001b[%p2%{1}%-%db', + reset_1string: '\u001bc\u001b]104\u0007', + reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', + restore_cursor: '\u001b8', + row_address: '\u001b[%i%p1%dd', + save_cursor: '\u001b7', + scroll_forward: '\n', + scroll_reverse: '\u001bM', + set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', + set_tab: '\u001bH', + tab: '\t', + key_b2: '\u001bOE', + acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', + key_btab: '\u001b[Z', + enter_am_mode: '\u001b[?7h', + exit_am_mode: '\u001b[?7l', + key_end: '\u001bOF', + key_enter: '\u001bOM', + key_sdc: '\u001b[3;2~', + key_send: '\u001b[1;2F', + key_shome: '\u001b[1;2H', + key_sic: '\u001b[2;2~', + key_sleft: '\u001b[1;2D', + key_snext: '\u001b[6;2~', + key_sprevious: '\u001b[5;2~', + key_sright: '\u001b[1;2C', + key_f11: '\u001b[23~', + key_f12: '\u001b[24~', + key_f13: '\u001b[1;2P', + key_f14: '\u001b[1;2Q', + key_f15: '\u001b[1;2R', + key_f16: '\u001b[1;2S', + key_f17: '\u001b[15;2~', + key_f18: '\u001b[17;2~', + key_f19: '\u001b[18;2~', + key_f20: '\u001b[19;2~', + key_f21: '\u001b[20;2~', + key_f22: '\u001b[21;2~', + key_f23: '\u001b[23;2~', + key_f24: '\u001b[24;2~', + key_f25: '\u001b[1;5P', + key_f26: '\u001b[1;5Q', + key_f27: '\u001b[1;5R', + key_f28: '\u001b[1;5S', + key_f29: '\u001b[15;5~', + key_f30: '\u001b[17;5~', + key_f31: '\u001b[18;5~', + key_f32: '\u001b[19;5~', + key_f33: '\u001b[20;5~', + key_f34: '\u001b[21;5~', + key_f35: '\u001b[23;5~', + key_f36: '\u001b[24;5~', + key_f37: '\u001b[1;6P', + key_f38: '\u001b[1;6Q', + key_f39: '\u001b[1;6R', + key_f40: '\u001b[1;6S', + key_f41: '\u001b[15;6~', + key_f42: '\u001b[17;6~', + key_f43: '\u001b[18;6~', + key_f44: '\u001b[19;6~', + key_f45: '\u001b[20;6~', + key_f46: '\u001b[21;6~', + key_f47: '\u001b[23;6~', + key_f48: '\u001b[24;6~', + key_f49: '\u001b[1;3P', + key_f50: '\u001b[1;3Q', + key_f51: '\u001b[1;3R', + key_f52: '\u001b[1;3S', + key_f53: '\u001b[15;3~', + key_f54: '\u001b[17;3~', + key_f55: '\u001b[18;3~', + key_f56: '\u001b[19;3~', + key_f57: '\u001b[20;3~', + key_f58: '\u001b[21;3~', + key_f59: '\u001b[23;3~', + key_f60: '\u001b[24;3~', + key_f61: '\u001b[1;4P', + key_f62: '\u001b[1;4Q', + key_f63: '\u001b[1;4R', + clr_bol: '\u001b[1K', + user6: '\u001b[%i%d;%dR', + user7: '\u001b[6n', + user8: '\u001b[?%[;0123456789]c', + user9: '\u001b[c', + orig_pair: '\u001b[39;49m', + orig_colors: '\u001b]104\u0007', + initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', + enter_italics_mode: '\u001b[3m', + exit_italics_mode: '\u001b[23m', + key_mouse: '\u001b[M', + set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', + set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', + memory_lock: '\u001bl', + memory_unlock: '\u001bm', + Cr: '\u001b]112\u0007', + Cs: '\u001b]12;%p1%s\u0007', + E3: '\u001b[3J', + Ms: '\u001b]52;%p1%s;%p2%s\u0007', + Se: '\u001b[2 q', + Ss: '\u001b[%p1%d q', + kDC3: '\u001b[3;3~', + kDC4: '\u001b[3;4~', + kDC5: '\u001b[3;5~', + kDC6: '\u001b[3;6~', + kDC7: '\u001b[3;7~', + kDN: '\u001b[1;2B', + kDN3: '\u001b[1;3B', + kDN4: '\u001b[1;4B', + kDN5: '\u001b[1;5B', + kDN6: '\u001b[1;6B', + kDN7: '\u001b[1;7B', + kEND3: '\u001b[1;3F', + kEND4: '\u001b[1;4F', + kEND5: '\u001b[1;5F', + kEND6: '\u001b[1;6F', + kEND7: '\u001b[1;7F', + kHOM3: '\u001b[1;3H', + kHOM4: '\u001b[1;4H', + kHOM5: '\u001b[1;5H', + kHOM6: '\u001b[1;6H', + kHOM7: '\u001b[1;7H', + kIC3: '\u001b[2;3~', + kIC4: '\u001b[2;4~', + kIC5: '\u001b[2;5~', + kIC6: '\u001b[2;6~', + kIC7: '\u001b[2;7~', + kLFT3: '\u001b[1;3D', + kLFT4: '\u001b[1;4D', + kLFT5: '\u001b[1;5D', + kLFT6: '\u001b[1;6D', + kLFT7: '\u001b[1;7D', + kNXT3: '\u001b[6;3~', + kNXT4: '\u001b[6;4~', + kNXT5: '\u001b[6;5~', + kNXT6: '\u001b[6;6~', + kNXT7: '\u001b[6;7~', + kPRV3: '\u001b[5;3~', + kPRV4: '\u001b[5;4~', + kPRV5: '\u001b[5;5~', + kPRV6: '\u001b[5;6~', + kPRV7: '\u001b[5;7~', + kRIT3: '\u001b[1;3C', + kRIT4: '\u001b[1;4C', + kRIT5: '\u001b[1;5C', + kRIT6: '\u001b[1;6C', + kRIT7: '\u001b[1;7C', + kUP: '\u001b[1;2A', + kUP3: '\u001b[1;3A', + kUP4: '\u001b[1;4A', + kUP5: '\u001b[1;5A', + kUP6: '\u001b[1;6A', + kUP7: '\u001b[1;7A', + ka2: '', + kb1: '', + kb3: '', + kc2: '', + rmxx: '\u001b[29m', + smxx: '\u001b[9m' }, + features: + { unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + padding: true, + setbuf: true, + acsc: [Object], + acscr: [Object] }, + unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + setbuf: true, + acscr: + { '◆': '`', + '▒': 'a', + '°': 'f', + '±': 'g', + '\u000b': 'i', + '┘': 'j', + '┐': 'k', + '┌': 'l', + '└': 'm', + '┼': 'n', + '⎺': 'o', + '⎻': 'p', + '─': 'q', + '⎼': 'r', + '⎽': 's', + '├': 't', + '┤': 'u', + '┴': 'v', + '┬': 'w', + '│': 'x', + '≤': 'y', + '≥': 'z', + 'π': '{', + '≠': '|', + '£': '}', + '·': '~' } }, + _events: + { newListener: [Function: fn], + keypress: [Function], + resize: [ [Function], [Function: setupCharts] ], + render: [Function], + 'element click': [Function] }, + options: + { cursor: + { artificial: undefined, + shape: undefined, + blink: undefined, + color: undefined } }, + screen: [Circular], + parent: null, + children: + [ Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 1, + index: 0, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', + _clines: [Array], + _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', + lpos: [Object] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 2, + index: 1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'right', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: '20:55:02 ', + _clines: [Array], + _pcontent: '20:55:02 ', + lpos: [Object] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 3, + index: 2, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'center', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: 'Load Average: 0.94 1.13 0.95', + _clines: [Array], + _pcontent: 'Load Average: \n0.94 1.13 0.95', + lpos: [Object] }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 4, + index: 3, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: ' {white-bg}{black-fg}dd{/black-fg}{/white-bg} Kill process {white-bg}{black-fg}j{/black-fg}{/white-bg} Down {white-bg}{black-fg}PgDown{/black-fg}{/white-bg} 5 Down {white-bg}{black-fg}PgUp{/black-fg}{/white-bg} 5 Up {white-bg}{black-fg}k{/black-fg}{/white-bg} Up {white-bg}{black-fg}g{/black-fg}{/white-bg} Jump to top {white-bg}{black-fg}G{/black-fg}{/white-bg} Jump to bottom {white-bg}{black-fg}c{/black-fg}{/white-bg} Sort by CPU {white-bg}{black-fg}m{/black-fg}{/white-bg} Sort by Mem{|}http://parall.ax/vtop', + _clines: [Array], + _pcontent: ' \n \n\u001b[47m\u001b[30md\nd\n\u001b[39m\u001b[49m \nK\ni\nl\nl\n \np\nr\no\nc\ne\ns\ns\n \n \n\u001b[47m\u001b[30mj\n\u001b[39m\u001b[49m \nD\no\nw\nn\n \n \n\u001b[47m\u001b[30mP\ng\nD\no\nw\nn\n\u001b[39m\u001b[49m \n5\n \nD\no\nw\nn\n \n \n\u001b[47m\u001b[30mP\ng\nU\np\n\u001b[39m\u001b[49m \n5\n \nU\np\n \n \n\u001b[47m\u001b[30mk\n\u001b[39m\u001b[49m \nU\np\n \n \n\u001b[47m\u001b[30mg\n\u001b[39m\u001b[49m \nJ\nu\nm\np\n \nt\no\n \nt\no\np\n \n \n\u001b[47m\u001b[30mG\n\u001b[39m\u001b[49m \nJ\nu\nm\np\n \nt\no\n \nb\no\nt\nt\no\nm\n \n \n\u001b[47m\u001b[30mc\n\u001b[39m\u001b[49m \nS\no\nr\nt\n \nb\ny\n \nC\nP\nU\n \n \n\u001b[47m\u001b[30mm\n\u001b[39m\u001b[49m \nS\no\nr\nt\n \nb\ny\n \nM\ne\nm\n{\n|\n}\nh\nt\nt\np\n:\n/\n/\np\na\nr\na\nl\nl\n.\na\nx\n/\nv\nt\no\np', + lpos: [Object] }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 6, + index: 4, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: [Object], + parseTags: true, + content: ' {white-fg} 13%{/white-fg}\n', + _clines: [Array], + _pcontent: ' \u001b[37m 13%\u001b[39m\n', + _label: [Object], + _labelScroll: [Function], + _labelResize: [Function] }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 5, + index: 5, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: [Object], + parseTags: true, + content: '{white-fg} 8%{/white-fg}\n', + _clines: [Array], + _pcontent: '\u001b[37m 8%\u001b[39m\n', + _label: [Object], + _labelScroll: [Function], + _labelResize: [Function] }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 7, + index: 6, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: [Object], + parseTags: true, + content: '{bold} Command{/bold}\n', + _clines: [Array], + _pcontent: '\u001b[1m Command\u001b[22m\n', + _label: [Object], + _labelScroll: [Function], + _labelResize: [Function] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 194, + index: 7, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', + _clines: [Array], + _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', + lpos: [Object] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 195, + index: 8, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'right', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: '20:55:02 ', + _clines: [Array], + _pcontent: '20:55:02 ', + lpos: [Object] }, + Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 196, + index: 9, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'center', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: 'Load Average: 0.94 1.13 0.95', + _clines: [Array], + _pcontent: 'Load Average: \n0.94 1.13 0.95', + lpos: [Object] } ], + data: {}, + _: {}, + '$': {}, + uid: 0, + autoPadding: true, + tabc: ' ', + dockBorders: undefined, + ignoreLocked: [], + _unicode: false, + fullUnicode: undefined, + dattr: 262143, + renders: 19, + rleft: 0, + aleft: 0, + left: 0, + rright: 0, + aright: 0, + right: 0, + rtop: 0, + atop: 0, + top: 0, + rbottom: 0, + abottom: 0, + bottom: 0, + position: + { left: 0, + right: 0, + top: 0, + bottom: 0, + height: [Getter], + width: [Getter] }, + ileft: 0, + itop: 0, + iright: 0, + ibottom: 0, + iheight: 0, + iwidth: 0, + padding: { left: 0, top: 0, right: 0, bottom: 0 }, + hover: null, + history: + [ Text { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 1, + index: 0, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', + _clines: [Array], + _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', + lpos: [Object] }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true } ], + clickable: + [ ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 12, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' no', + clickable: true, + _clines: [Array], + _pcontent: ' no' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 13, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-she', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-she' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 14, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' Web Conte', + clickable: true, + _clines: [Array], + _pcontent: ' Web Conte' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 15, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' firef', + clickable: true, + _clines: [Array], + _pcontent: ' firef' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 16, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' Xo', + clickable: true, + _clines: [Array], + _pcontent: ' Xo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 17, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' pulseaud', + clickable: true, + _clines: [Array], + _pcontent: ' pulseaud' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 18, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' sublime_te', + clickable: true, + _clines: [Array], + _pcontent: ' sublime_te' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 19, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' packageki', + clickable: true, + _clines: [Array], + _pcontent: ' packageki' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 20, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-termina', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-termina' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 21, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' i', + clickable: true, + _clines: [Array], + _pcontent: ' i' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 22, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-ude', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-ude' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 23, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' docke', + clickable: true, + _clines: [Array], + _pcontent: ' docke' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 24, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ibus-daem', + clickable: true, + _clines: [Array], + _pcontent: ' ibus-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 25, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-softwa', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-softwa' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 26, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' sna', + clickable: true, + _clines: [Array], + _pcontent: ' sna' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 27, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' docker-contai', + clickable: true, + _clines: [Array], + _pcontent: ' docker-contai' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 28, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' t', + clickable: true, + _clines: [Array], + _pcontent: ' t' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 29, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' NetworkManag', + clickable: true, + _clines: [Array], + _pcontent: ' NetworkManag' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 30, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' plugin_ho', + clickable: true, + _clines: [Array], + _pcontent: ' plugin_ho' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 31, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' dbus-daem', + clickable: true, + _clines: [Array], + _pcontent: ' dbus-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 32, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' syste', + clickable: true, + _clines: [Array], + _pcontent: ' syste' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 33, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kintegrit', + clickable: true, + _clines: [Array], + _pcontent: ' kintegrit' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 34, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kbloc', + clickable: true, + _clines: [Array], + _pcontent: ' kbloc' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 35, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ata_s', + clickable: true, + _clines: [Array], + _pcontent: ' ata_s' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 36, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ', + clickable: true, + _clines: [Array], + _pcontent: ' ' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 37, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' edac-poll', + clickable: true, + _clines: [Array], + _pcontent: ' edac-poll' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 38, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' devfreq_', + clickable: true, + _clines: [Array], + _pcontent: ' devfreq_' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 39, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' watchdo', + clickable: true, + _clines: [Array], + _pcontent: ' watchdo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 40, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kswap', + clickable: true, + _clines: [Array], + _pcontent: ' kswap' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 41, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ecryptfs-kthr', + clickable: true, + _clines: [Array], + _pcontent: ' ecryptfs-kthr' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 42, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kthrot', + clickable: true, + _clines: [Array], + _pcontent: ' kthrot' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 43, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' acpi_thermal_', + clickable: true, + _clines: [Array], + _pcontent: ' acpi_thermal_' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 44, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nvme-', + clickable: true, + _clines: [Array], + _pcontent: ' nvme-' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 45, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ipv6_addrco', + clickable: true, + _clines: [Array], + _pcontent: ' ipv6_addrco' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 46, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kst', + clickable: true, + _clines: [Array], + _pcontent: ' kst' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 47, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' charger_manag', + clickable: true, + _clines: [Array], + _pcontent: ' charger_manag' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 48, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 49, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 50, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 51, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 52, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 53, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 54, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' i9', + clickable: true, + _clines: [Array], + _pcontent: ' i9' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 55, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nvidia-modes', + clickable: true, + _clines: [Array], + _pcontent: ' nvidia-modes' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 56, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' jb', + clickable: true, + _clines: [Array], + _pcontent: ' jb' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 57, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ext4-rsv-conv', + clickable: true, + _clines: [Array], + _pcontent: ' ext4-rsv-conv' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 58, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-journ', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-journ' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 59, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ', + clickable: true, + _clines: [Array], + _pcontent: ' ' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 60, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 61, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 62, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 63, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 64, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 65, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 66, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 67, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 68, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 69, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 70, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 71, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 72, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 73, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 74, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 75, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 76, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' asus_wireless', + clickable: true, + _clines: [Array], + _pcontent: ' asus_wireless' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 77, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kwork', + clickable: true, + _clines: [Array], + _pcontent: ' kwork' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 78, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cfg802', + clickable: true, + _clines: [Array], + _pcontent: ' cfg802' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 79, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kmemsti', + clickable: true, + _clines: [Array], + _pcontent: ' kmemsti' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 80, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' UVM global qu', + clickable: true, + _clines: [Array], + _pcontent: ' UVM global qu' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 81, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' UVM Tools Eve', + clickable: true, + _clines: [Array], + _pcontent: ' UVM Tools Eve' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 82, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' led_workque', + clickable: true, + _clines: [Array], + _pcontent: ' led_workque' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 83, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-times', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-times' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 84, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-resol', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-resol' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 85, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' avahi-daem', + clickable: true, + _clines: [Array], + _pcontent: ' avahi-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 86, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cup', + clickable: true, + _clines: [Array], + _pcontent: ' cup' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 87, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rsyslo', + clickable: true, + _clines: [Array], + _pcontent: ' rsyslo' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 88, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' bluetoot', + clickable: true, + _clines: [Array], + _pcontent: ' bluetoot' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 89, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-logi', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-logi' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 90, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' accounts-daem', + clickable: true, + _clines: [Array], + _pcontent: ' accounts-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 91, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' udisk', + clickable: true, + _clines: [Array], + _pcontent: ' udisk' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 92, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ModemManag', + clickable: true, + _clines: [Array], + _pcontent: ' ModemManag' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 93, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cr', + clickable: true, + _clines: [Array], + _pcontent: ' cr' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 94, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' irqbalan', + clickable: true, + _clines: [Array], + _pcontent: ' irqbalan' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 95, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' mm_percpu_', + clickable: true, + _clines: [Array], + _pcontent: ' mm_percpu_' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 96, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' wpa_supplica', + clickable: true, + _clines: [Array], + _pcontent: ' wpa_supplica' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 97, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' networkd-disp', + clickable: true, + _clines: [Array], + _pcontent: ' networkd-disp' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 98, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' therma', + clickable: true, + _clines: [Array], + _pcontent: ' therma' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 99, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ksoftir', + clickable: true, + _clines: [Array], + _pcontent: ' ksoftir' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 100, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' acp', + clickable: true, + _clines: [Array], + _pcontent: ' acp' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 101, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cups-brows', + clickable: true, + _clines: [Array], + _pcontent: ' cups-brows' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 102, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' polki', + clickable: true, + _clines: [Array], + _pcontent: ' polki' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 103, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kthrea', + clickable: true, + _clines: [Array], + _pcontent: ' kthrea' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 104, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gdm-session-w', + clickable: true, + _clines: [Array], + _pcontent: ' gdm-session-w' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 105, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rcu_sch', + clickable: true, + _clines: [Array], + _pcontent: ' rcu_sch' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 106, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' (sd-pa', + clickable: true, + _clines: [Array], + _pcontent: ' (sd-pa' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 107, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gdm-wayland-s', + clickable: true, + _clines: [Array], + _pcontent: ' gdm-wayland-s' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 108, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-session', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-session' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 109, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rcu_', + clickable: true, + _clines: [Array], + _pcontent: ' rcu_' }, + Box { + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 110, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nvidia-persis', + clickable: true, + _clines: [Array], + _pcontent: ' nvidia-persis' }, + ... 83 more items ], + keyable: + [ ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: [Object], + options: [Object], + screen: [Circular], + parent: [Object], + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: 0, + childBase: 0, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: undefined, + clickable: true, + value: 'no', + items: [Array], + ritems: [Array], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: [Array], + _pcontent: '', + _listInitialized: true } ], + grabKeys: false, + lockKeys: false, + _buf: '', + _ci: -1, + cursor: + { artificial: false, + shape: 'block', + blink: false, + color: null, + _set: false, + _state: 1, + _hidden: true }, + _maxListeners: Infinity, + lines: [ [ [Array], dirty: false ] ], + olines: [ [ [Array] ] ], + _listenedKeys: true, + _borderStops: {}, + _listenedMouse: true, + _needsClickableSort: true } +[?1l>[?12l[?25h[?1002l[?1003l[?1006l[?1049l \ No newline at end of file From 29f6b7af625b024893b368890fa93ef3341fbbd3 Mon Sep 17 00:00:00 2001 From: Apoorv Date: Thu, 1 Nov 2018 00:49:13 +0530 Subject: [PATCH 2/6] Pgupdown hoing --- app.js | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/app.js b/app.js index ce765f3..5c7cf72 100644 --- a/app.js +++ b/app.js @@ -431,6 +431,27 @@ const App = ((() => { let lastKey = '' + screen.on('keypress', function(ch, key) { + switch(key.name) { + case 'pageup': + processListSelection.scroll(processListSelection.height * -1); + screen.render(); + break; + case 'pagedown': + processListSelection.scroll(processListSelection.height); + screen.render(); + break; + case 'home': + processListSelection.scrollTo(0); + screen.render(); + break; + case 'end': + processListSelection.scrollTo(Number.MAX_SAFE_INTEGER); + screen.render(); + break; + } + }) + screen.on('keypress', (ch, key) => { if (key.full === 'up' || key.full === 'down' || key.full === 'k' || key.full === 'j') { // Disable table updates for half a second @@ -441,6 +462,15 @@ const App = ((() => { }, 1000) } + if (key.full === 'pageup' || key.full === 'pagedown') { + // Disable table updates for half a second + disableTableUpdate = true + clearTimeout(disableTableUpdateTimeout) + disableTableUpdateTimeout = setTimeout(() => { + disableTableUpdate = false + }, 1000) + } + if ( upgrading === false && ( @@ -568,6 +598,7 @@ const App = ((() => { }, style: loadedTheme.table.items, mouse: cli.mouse, + // alwaysScroll:true, scrollable: true, scrollbar: { style: { From 1193a5b0440dec06524015e6894b51859a5af3f4 Mon Sep 17 00:00:00 2001 From: Apoorv Date: Thu, 1 Nov 2018 00:50:32 +0530 Subject: [PATCH 3/6] removed t --- t | 34921 ------------------------------------------------------------ 1 file changed, 34921 deletions(-) delete mode 100644 t diff --git a/t b/t deleted file mode 100644 index ccb191e..0000000 --- a/t +++ /dev/null @@ -1,34921 +0,0 @@ -[?1049h[?1h=[?25l728[?1002h[?1003h[?1006h7 8728Screen { - index: 0, - program: - Program { - index: 1, - domain: null, - _events: - { resize: [Function], - focus: [Function], - blur: [Function], - warning: [Function], - keypress: [Function], - data: [Function], - mouse: [Function] }, - _eventsCount: 7, - _maxListeners: undefined, - options: - { input: undefined, - output: undefined, - log: undefined, - debug: undefined, - dump: undefined, - terminal: undefined, - resizeTimeout: undefined, - forceUnicode: undefined, - tput: true, - buffer: true, - zero: true }, - input: - ReadStream { - connecting: false, - _hadError: false, - _handle: [Object], - _parent: null, - _host: null, - _readableState: [Object], - readable: true, - domain: null, - _events: [Object], - _eventsCount: 6, - _maxListeners: undefined, - _writableState: [Object], - writable: false, - allowHalfOpen: false, - _bytesDispatched: 0, - _sockname: null, - _writev: null, - _pendingData: null, - _pendingEncoding: '', - server: null, - _server: null, - isRaw: true, - isTTY: true, - fd: 0, - _blessedInput: 2, - _keypressHandler: [Function], - _dataHandler: [Function], - _keypressDecoder: [Object], - read: [Function], - _consuming: true, - [Symbol(asyncId)]: 5, - [Symbol(bytesRead)]: 0 }, - output: - SyncWriteStream { - _writableState: [Object], - writable: true, - domain: null, - _events: [Object], - _eventsCount: 2, - _maxListeners: undefined, - fd: 1, - readable: false, - autoClose: false, - _type: 'fs', - _isStdio: true, - destroySoon: [Function], - _destroy: [Function], - _blessedOutput: 2, - _resizeHandler: [Function] }, - zero: true, - useBuffer: true, - x: 0, - y: 0, - savedX: 0, - savedY: 0, - cols: 1, - rows: 1, - scrollTop: 0, - scrollBottom: 0, - _terminal: 'xterm-256color', - isOSXTerm: false, - isiTerm2: false, - isXFCE: false, - isTerminator: false, - isLXDE: false, - isVTE: true, - isRxvt: false, - isXterm: false, - tmux: false, - tmuxVersion: 2, - _buf: '', - _flush: [Function: bound ], - _tputSetup: true, - tput: - Tput { - options: [Object], - terminal: 'xterm-256color', - debug: undefined, - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - error: null, - terminfoPrefix: undefined, - terminfoFile: undefined, - termcapFile: undefined, - auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function], - bell: [Function], - carriage_return: [Function], - change_scroll_region: [Function], - clear_all_tabs: [Function], - clear_screen: [Function], - clr_eol: [Function], - clr_eos: [Function], - column_address: [Function], - cursor_address: [Function], - cursor_down: [Function], - cursor_home: [Function], - cursor_invisible: [Function], - cursor_left: [Function], - cursor_normal: [Function], - cursor_right: [Function], - cursor_up: [Function], - cursor_visible: [Function], - delete_character: [Function], - delete_line: [Function], - enter_alt_charset_mode: [Function], - enter_blink_mode: [Function], - enter_bold_mode: [Function], - enter_ca_mode: [Function], - enter_dim_mode: [Function], - enter_insert_mode: [Function], - enter_secure_mode: [Function], - enter_reverse_mode: [Function], - enter_standout_mode: [Function], - enter_underline_mode: [Function], - erase_chars: [Function], - exit_alt_charset_mode: [Function], - exit_attribute_mode: [Function], - exit_ca_mode: [Function], - exit_insert_mode: [Function], - exit_standout_mode: [Function], - exit_underline_mode: [Function], - flash_screen: [Function], - init_2string: [Function], - insert_line: [Function], - key_backspace: [Function], - key_dc: [Function], - key_down: [Function], - key_f1: [Function], - key_f10: [Function], - key_f2: [Function], - key_f3: [Function], - key_f4: [Function], - key_f5: [Function], - key_f6: [Function], - key_f7: [Function], - key_f8: [Function], - key_f9: [Function], - key_home: [Function], - key_ic: [Function], - key_left: [Function], - key_npage: [Function], - key_ppage: [Function], - key_right: [Function], - key_sf: [Function], - key_sr: [Function], - key_up: [Function], - keypad_local: [Function], - keypad_xmit: [Function], - meta_off: [Function], - meta_on: [Function], - parm_dch: [Function], - parm_delete_line: [Function], - parm_down_cursor: [Function], - parm_ich: [Function], - parm_index: [Function], - parm_insert_line: [Function], - parm_left_cursor: [Function], - parm_right_cursor: [Function], - parm_rindex: [Function], - parm_up_cursor: [Function], - print_screen: [Function], - prtr_off: [Function], - prtr_on: [Function], - repeat_char: [Function], - reset_1string: [Function], - reset_2string: [Function], - restore_cursor: [Function], - row_address: [Function], - save_cursor: [Function], - scroll_forward: [Function], - scroll_reverse: [Function], - set_attributes: [Function], - set_tab: [Function], - tab: [Function], - key_b2: [Function], - acs_chars: [Function], - key_btab: [Function], - enter_am_mode: [Function], - exit_am_mode: [Function], - key_end: [Function], - key_enter: [Function], - key_sdc: [Function], - key_send: [Function], - key_shome: [Function], - key_sic: [Function], - key_sleft: [Function], - key_snext: [Function], - key_sprevious: [Function], - key_sright: [Function], - key_f11: [Function], - key_f12: [Function], - key_f13: [Function], - key_f14: [Function], - key_f15: [Function], - key_f16: [Function], - key_f17: [Function], - key_f18: [Function], - key_f19: [Function], - key_f20: [Function], - key_f21: [Function], - key_f22: [Function], - key_f23: [Function], - key_f24: [Function], - key_f25: [Function], - key_f26: [Function], - key_f27: [Function], - key_f28: [Function], - key_f29: [Function], - key_f30: [Function], - key_f31: [Function], - key_f32: [Function], - key_f33: [Function], - key_f34: [Function], - key_f35: [Function], - key_f36: [Function], - key_f37: [Function], - key_f38: [Function], - key_f39: [Function], - key_f40: [Function], - key_f41: [Function], - key_f42: [Function], - key_f43: [Function], - key_f44: [Function], - key_f45: [Function], - key_f46: [Function], - key_f47: [Function], - key_f48: [Function], - key_f49: [Function], - key_f50: [Function], - key_f51: [Function], - key_f52: [Function], - key_f53: [Function], - key_f54: [Function], - key_f55: [Function], - key_f56: [Function], - key_f57: [Function], - key_f58: [Function], - key_f59: [Function], - key_f60: [Function], - key_f61: [Function], - key_f62: [Function], - key_f63: [Function], - clr_bol: [Function], - user6: [Function], - user7: [Function], - user8: [Function], - user9: [Function], - orig_pair: [Function], - orig_colors: [Function], - initialize_color: [Function], - enter_italics_mode: [Function], - exit_italics_mode: [Function], - key_mouse: [Function], - set_a_foreground: [Function], - set_a_background: [Function], - memory_lock: [Function], - memory_unlock: [Function], - Cr: [Function], - Cs: [Function], - E3: [Function], - Ms: [Function], - Se: [Function], - Ss: [Function], - kDC3: [Function], - kDC4: [Function], - kDC5: [Function], - kDC6: [Function], - kDC7: [Function], - kDN: [Function], - kDN3: [Function], - kDN4: [Function], - kDN5: [Function], - kDN6: [Function], - kDN7: [Function], - kEND3: [Function], - kEND4: [Function], - kEND5: [Function], - kEND6: [Function], - kEND7: [Function], - kHOM3: [Function], - kHOM4: [Function], - kHOM5: [Function], - kHOM6: [Function], - kHOM7: [Function], - kIC3: [Function], - kIC4: [Function], - kIC5: [Function], - kIC6: [Function], - kIC7: [Function], - kLFT3: [Function], - kLFT4: [Function], - kLFT5: [Function], - kLFT6: [Function], - kLFT7: [Function], - kNXT3: [Function], - kNXT4: [Function], - kNXT5: [Function], - kNXT6: [Function], - kNXT7: [Function], - kPRV3: [Function], - kPRV4: [Function], - kPRV5: [Function], - kPRV6: [Function], - kPRV7: [Function], - kRIT3: [Function], - kRIT4: [Function], - kRIT5: [Function], - kRIT6: [Function], - kRIT7: [Function], - kUP: [Function], - kUP3: [Function], - kUP4: [Function], - kUP5: [Function], - kUP6: [Function], - kUP7: [Function], - ka2: [Function], - kb1: [Function], - kb3: [Function], - kc2: [Function], - rmxx: [Function], - smxx: [Function], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Function], - cursor_mem_address: [Function], - cursor_to_ll: [Function], - dis_status_line: [Function], - down_half_line: [Function], - enter_delete_mode: [Function], - enter_protected_mode: [Function], - exit_delete_mode: [Function], - form_feed: [Function], - from_status_line: [Function], - init_1string: [Function], - init_3string: [Function], - init_file: [Function], - insert_character: [Function], - insert_padding: [Function], - key_catab: [Function], - key_clear: [Function], - key_ctab: [Function], - key_dl: [Function], - key_eic: [Function], - key_eol: [Function], - key_eos: [Function], - key_f0: [Function], - key_il: [Function], - key_ll: [Function], - key_stab: [Function], - lab_f0: [Function], - lab_f1: [Function], - lab_f10: [Function], - lab_f2: [Function], - lab_f3: [Function], - lab_f4: [Function], - lab_f5: [Function], - lab_f6: [Function], - lab_f7: [Function], - lab_f8: [Function], - lab_f9: [Function], - newline: [Function], - pad_char: [Function], - pkey_key: [Function], - pkey_local: [Function], - pkey_xmit: [Function], - reset_3string: [Function], - reset_file: [Function], - set_window: [Function], - to_status_line: [Function], - underline_char: [Function], - up_half_line: [Function], - init_prog: [Function], - key_a1: [Function], - key_a3: [Function], - key_c1: [Function], - key_c3: [Function], - prtr_non: [Function], - char_padding: [Function], - plab_norm: [Function], - enter_xon_mode: [Function], - exit_xon_mode: [Function], - xon_character: [Function], - xoff_character: [Function], - ena_acs: [Function], - label_on: [Function], - label_off: [Function], - key_beg: [Function], - key_cancel: [Function], - key_close: [Function], - key_command: [Function], - key_copy: [Function], - key_create: [Function], - key_exit: [Function], - key_find: [Function], - key_help: [Function], - key_mark: [Function], - key_message: [Function], - key_move: [Function], - key_next: [Function], - key_open: [Function], - key_options: [Function], - key_previous: [Function], - key_print: [Function], - key_redo: [Function], - key_reference: [Function], - key_refresh: [Function], - key_replace: [Function], - key_restart: [Function], - key_resume: [Function], - key_save: [Function], - key_suspend: [Function], - key_undo: [Function], - key_sbeg: [Function], - key_scancel: [Function], - key_scommand: [Function], - key_scopy: [Function], - key_screate: [Function], - key_sdl: [Function], - key_select: [Function], - key_seol: [Function], - key_sexit: [Function], - key_sfind: [Function], - key_shelp: [Function], - key_smessage: [Function], - key_smove: [Function], - key_soptions: [Function], - key_sprint: [Function], - key_sredo: [Function], - key_sreplace: [Function], - key_srsume: [Function], - key_ssave: [Function], - key_ssuspend: [Function], - key_sundo: [Function], - req_for_input: [Function], - clear_margins: [Function], - set_left_margin: [Function], - set_right_margin: [Function], - label_format: [Function], - set_clock: [Function], - display_clock: [Function], - remove_clock: [Function], - create_window: [Function], - goto_window: [Function], - hangup: [Function], - dial_phone: [Function], - quick_dial: [Function], - tone: [Function], - pulse: [Function], - flash_hook: [Function], - fixed_pause: [Function], - wait_tone: [Function], - user0: [Function], - user1: [Function], - user2: [Function], - user3: [Function], - user4: [Function], - user5: [Function], - initialize_pair: [Function], - set_color_pair: [Function], - set_foreground: [Function], - set_background: [Function], - change_char_pitch: [Function], - change_line_pitch: [Function], - change_res_horz: [Function], - change_res_vert: [Function], - define_char: [Function], - enter_doublewide_mode: [Function], - enter_draft_quality: [Function], - enter_leftward_mode: [Function], - enter_micro_mode: [Function], - enter_near_letter_quality: [Function], - enter_normal_quality: [Function], - enter_shadow_mode: [Function], - enter_subscript_mode: [Function], - enter_superscript_mode: [Function], - enter_upward_mode: [Function], - exit_doublewide_mode: [Function], - exit_leftward_mode: [Function], - exit_micro_mode: [Function], - exit_shadow_mode: [Function], - exit_subscript_mode: [Function], - exit_superscript_mode: [Function], - exit_upward_mode: [Function], - micro_column_address: [Function], - micro_down: [Function], - micro_left: [Function], - micro_right: [Function], - micro_row_address: [Function], - micro_up: [Function], - order_of_pins: [Function], - parm_down_micro: [Function], - parm_left_micro: [Function], - parm_right_micro: [Function], - parm_up_micro: [Function], - select_char_set: [Function], - set_bottom_margin: [Function], - set_bottom_margin_parm: [Function], - set_left_margin_parm: [Function], - set_right_margin_parm: [Function], - set_top_margin: [Function], - set_top_margin_parm: [Function], - start_bit_image: [Function], - start_char_set_def: [Function], - stop_bit_image: [Function], - stop_char_set_def: [Function], - subscript_characters: [Function], - superscript_characters: [Function], - these_cause_cr: [Function], - zero_motion: [Function], - char_set_names: [Function], - mouse_info: [Function], - req_mouse_pos: [Function], - get_mouse: [Function], - pkey_plab: [Function], - device_type: [Function], - code_set_init: [Function], - set0_des_seq: [Function], - set1_des_seq: [Function], - set2_des_seq: [Function], - set3_des_seq: [Function], - set_lr_margin: [Function], - set_tb_margin: [Function], - bit_image_repeat: [Function], - bit_image_newline: [Function], - bit_image_carriage_return: [Function], - color_names: [Function], - define_bit_image_region: [Function], - end_bit_image_region: [Function], - set_color_band: [Function], - set_page_length: [Function], - display_pc_char: [Function], - enter_pc_charset_mode: [Function], - exit_pc_charset_mode: [Function], - enter_scancode_mode: [Function], - exit_scancode_mode: [Function], - pc_term_options: [Function], - scancode_escape: [Function], - alt_scancode_esc: [Function], - enter_horizontal_hl_mode: [Function], - enter_left_hl_mode: [Function], - enter_low_hl_mode: [Function], - enter_right_hl_mode: [Function], - enter_top_hl_mode: [Function], - enter_vertical_hl_mode: [Function], - set_a_attributes: [Function], - set_pglen_inch: [Function], - termcap_init2: [Function], - termcap_reset: [Function], - linefeed_if_not_lf: [Function], - backspace_if_not_bs: [Function], - other_non_function_keys: [Function], - arrow_key_map: [Function], - acs_ulcorner: [Function], - acs_llcorner: [Function], - acs_urcorner: [Function], - acs_lrcorner: [Function], - acs_ltee: [Function], - acs_rtee: [Function], - acs_btee: [Function], - acs_ttee: [Function], - acs_hline: [Function], - acs_vline: [Function], - acs_plus: [Function], - box_chars_1: [Function], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function], - bel: [Function], - cr: [Function], - csr: [Function], - tbc: [Function], - clear: [Function], - el: [Function], - ed: [Function], - hpa: [Function], - cup: [Function], - cud1: [Function], - home: [Function], - civis: [Function], - cub1: [Function], - cnorm: [Function], - cuf1: [Function], - cuu1: [Function], - cvvis: [Function], - dch1: [Function], - dl1: [Function], - smacs: [Function], - blink: [Function], - bold: [Function], - smcup: [Function], - dim: [Function], - smir: [Function], - invis: [Function], - rev: [Function], - smso: [Function], - smul: [Function], - ech: [Function], - rmacs: [Function], - sgr0: [Function], - rmcup: [Function], - rmir: [Function], - rmso: [Function], - rmul: [Function], - flash: [Function], - is2: [Function], - il1: [Function], - kbs: [Function], - kdch1: [Function], - kcud1: [Function], - kf1: [Function], - kf10: [Function], - kf2: [Function], - kf3: [Function], - kf4: [Function], - kf5: [Function], - kf6: [Function], - kf7: [Function], - kf8: [Function], - kf9: [Function], - khome: [Function], - kich1: [Function], - kcub1: [Function], - knp: [Function], - kpp: [Function], - kcuf1: [Function], - kind: [Function], - kri: [Function], - kcuu1: [Function], - rmkx: [Function], - smkx: [Function], - rmm: [Function], - smm: [Function], - dch: [Function], - dl: [Function], - cud: [Function], - ich: [Function], - indn: [Function], - il: [Function], - cub: [Function], - cuf: [Function], - rin: [Function], - cuu: [Function], - mc0: [Function], - mc4: [Function], - mc5: [Function], - rep: [Function], - rs1: [Function], - rs2: [Function], - rc: [Function], - vpa: [Function], - sc: [Function], - ind: [Function], - ri: [Function], - sgr: [Function], - hts: [Function], - ht: [Function], - kb2: [Function], - acsc: [Object], - kcbt: [Function], - smam: [Function], - rmam: [Function], - kend: [Function], - kent: [Function], - kDC: [Function], - kEND: [Function], - kHOM: [Function], - kIC: [Function], - kLFT: [Function], - kNXT: [Function], - kPRV: [Function], - kRIT: [Function], - kf11: [Function], - kf12: [Function], - kf13: [Function], - kf14: [Function], - kf15: [Function], - kf16: [Function], - kf17: [Function], - kf18: [Function], - kf19: [Function], - kf20: [Function], - kf21: [Function], - kf22: [Function], - kf23: [Function], - kf24: [Function], - kf25: [Function], - kf26: [Function], - kf27: [Function], - kf28: [Function], - kf29: [Function], - kf30: [Function], - kf31: [Function], - kf32: [Function], - kf33: [Function], - kf34: [Function], - kf35: [Function], - kf36: [Function], - kf37: [Function], - kf38: [Function], - kf39: [Function], - kf40: [Function], - kf41: [Function], - kf42: [Function], - kf43: [Function], - kf44: [Function], - kf45: [Function], - kf46: [Function], - kf47: [Function], - kf48: [Function], - kf49: [Function], - kf50: [Function], - kf51: [Function], - kf52: [Function], - kf53: [Function], - kf54: [Function], - kf55: [Function], - kf56: [Function], - kf57: [Function], - kf58: [Function], - kf59: [Function], - kf60: [Function], - kf61: [Function], - kf62: [Function], - kf63: [Function], - el1: [Function], - u6: [Function], - u7: [Function], - u8: [Function], - u9: [Function], - op: [Function], - oc: [Function], - initc: [Function], - sitm: [Function], - ritm: [Function], - kmous: [Function], - setaf: [Function], - setab: [Function], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Function], - mrcup: [Function], - ll: [Function], - dsl: [Function], - hd: [Function], - smdc: [Function], - prot: [Function], - rmdc: [Function], - ff: [Function], - fsl: [Function], - is1: [Function], - is3: [Function], - if: [Function], - ich1: [Function], - ip: [Function], - ktbc: [Function], - kclr: [Function], - kctab: [Function], - kdl1: [Function], - krmir: [Function], - kel: [Function], - ked: [Function], - kf0: [Function], - kil1: [Function], - kll: [Function], - khts: [Function], - lf0: [Function], - lf1: [Function], - lf10: [Function], - lf2: [Function], - lf3: [Function], - lf4: [Function], - lf5: [Function], - lf6: [Function], - lf7: [Function], - lf8: [Function], - lf9: [Function], - nel: [Function], - pad: [Function], - pfkey: [Function], - pfloc: [Function], - pfx: [Function], - rs3: [Function], - rf: [Function], - wind: [Function], - tsl: [Function], - uc: [Function], - hu: [Function], - iprog: [Function], - ka1: [Function], - ka3: [Function], - kc1: [Function], - kc3: [Function], - mc5p: [Function], - rmp: [Function], - pln: [Function], - smxon: [Function], - rmxon: [Function], - xonc: [Function], - xoffc: [Function], - enacs: [Function], - smln: [Function], - rmln: [Function], - kbeg: [Function], - kcan: [Function], - kclo: [Function], - kcmd: [Function], - kcpy: [Function], - kcrt: [Function], - kext: [Function], - kfnd: [Function], - khlp: [Function], - kmrk: [Function], - kmsg: [Function], - kmov: [Function], - knxt: [Function], - kopn: [Function], - kopt: [Function], - kprv: [Function], - kprt: [Function], - krdo: [Function], - kref: [Function], - krfr: [Function], - krpl: [Function], - krst: [Function], - kres: [Function], - ksav: [Function], - kspd: [Function], - kund: [Function], - kBEG: [Function], - kCAN: [Function], - kCMD: [Function], - kCPY: [Function], - kCRT: [Function], - kDL: [Function], - kslt: [Function], - kEOL: [Function], - kEXT: [Function], - kFND: [Function], - kHLP: [Function], - kMSG: [Function], - kMOV: [Function], - kOPT: [Function], - kPRT: [Function], - kRDO: [Function], - kRPL: [Function], - kRES: [Function], - kSAV: [Function], - kSPD: [Function], - kUND: [Function], - rfi: [Function], - mgc: [Function], - smgl: [Function], - smgr: [Function], - fln: [Function], - sclk: [Function], - dclk: [Function], - rmclk: [Function], - cwin: [Function], - wingo: [Function], - hup: [Function], - dial: [Function], - qdial: [Function], - hook: [Function], - pause: [Function], - wait: [Function], - u0: [Function], - u1: [Function], - u2: [Function], - u3: [Function], - u4: [Function], - u5: [Function], - initp: [Function], - scp: [Function], - setf: [Function], - setb: [Function], - cpi: [Function], - lpi: [Function], - chr: [Function], - cvr: [Function], - defc: [Function], - swidm: [Function], - sdrfq: [Function], - slm: [Function], - smicm: [Function], - snlq: [Function], - snrmq: [Function], - sshm: [Function], - ssubm: [Function], - ssupm: [Function], - sum: [Function], - rwidm: [Function], - rlm: [Function], - rmicm: [Function], - rshm: [Function], - rsubm: [Function], - rsupm: [Function], - rum: [Function], - mhpa: [Function], - mcud1: [Function], - mcub1: [Function], - mcuf1: [Function], - mvpa: [Function], - mcuu1: [Function], - porder: [Function], - mcud: [Function], - mcub: [Function], - mcuf: [Function], - mcuu: [Function], - scs: [Function], - smgb: [Function], - smgbp: [Function], - smglp: [Function], - smgrp: [Function], - smgt: [Function], - smgtp: [Function], - sbim: [Function], - scsd: [Function], - rbim: [Function], - rcsd: [Function], - subcs: [Function], - supcs: [Function], - docr: [Function], - zerom: [Function], - csnm: [Function], - minfo: [Function], - reqmp: [Function], - getm: [Function], - pfxl: [Function], - devt: [Function], - csin: [Function], - s0ds: [Function], - s1ds: [Function], - s2ds: [Function], - s3ds: [Function], - smglr: [Function], - smgtb: [Function], - birep: [Function], - binel: [Function], - bicr: [Function], - colornm: [Function], - defbi: [Function], - endbi: [Function], - setcolor: [Function], - slines: [Function], - dispc: [Function], - smpch: [Function], - rmpch: [Function], - smsc: [Function], - rmsc: [Function], - pctrm: [Function], - scesc: [Function], - scesa: [Function], - ehhlm: [Function], - elhlm: [Function], - elohlm: [Function], - erhlm: [Function], - ethlm: [Function], - evhlm: [Function], - sgr1: [Function], - slength: [Function], - info: [Object], - all: [Object], - methods: [Object], - bools: [Object], - numbers: [Object], - strings: [Object], - features: [Object], - unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - setbuf: true, - acscr: [Object] }, - put: - { [Function] - options: [Object], - terminal: 'xterm-256color', - debug: undefined, - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - error: null, - terminfoPrefix: undefined, - terminfoFile: undefined, - termcapFile: undefined, - auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function], - bell: [Function], - carriage_return: [Function], - change_scroll_region: [Function], - clear_all_tabs: [Function], - clear_screen: [Function], - clr_eol: [Function], - clr_eos: [Function], - column_address: [Function], - cursor_address: [Function], - cursor_down: [Function], - cursor_home: [Function], - cursor_invisible: [Function], - cursor_left: [Function], - cursor_normal: [Function], - cursor_right: [Function], - cursor_up: [Function], - cursor_visible: [Function], - delete_character: [Function], - delete_line: [Function], - enter_alt_charset_mode: [Function], - enter_blink_mode: [Function], - enter_bold_mode: [Function], - enter_ca_mode: [Function], - enter_dim_mode: [Function], - enter_insert_mode: [Function], - enter_secure_mode: [Function], - enter_reverse_mode: [Function], - enter_standout_mode: [Function], - enter_underline_mode: [Function], - erase_chars: [Function], - exit_alt_charset_mode: [Function], - exit_attribute_mode: [Function], - exit_ca_mode: [Function], - exit_insert_mode: [Function], - exit_standout_mode: [Function], - exit_underline_mode: [Function], - flash_screen: [Function], - init_2string: [Function], - insert_line: [Function], - key_backspace: [Function], - key_dc: [Function], - key_down: [Function], - key_f1: [Function], - key_f10: [Function], - key_f2: [Function], - key_f3: [Function], - key_f4: [Function], - key_f5: [Function], - key_f6: [Function], - key_f7: [Function], - key_f8: [Function], - key_f9: [Function], - key_home: [Function], - key_ic: [Function], - key_left: [Function], - key_npage: [Function], - key_ppage: [Function], - key_right: [Function], - key_sf: [Function], - key_sr: [Function], - key_up: [Function], - keypad_local: [Function], - keypad_xmit: [Function], - meta_off: [Function], - meta_on: [Function], - parm_dch: [Function], - parm_delete_line: [Function], - parm_down_cursor: [Function], - parm_ich: [Function], - parm_index: [Function], - parm_insert_line: [Function], - parm_left_cursor: [Function], - parm_right_cursor: [Function], - parm_rindex: [Function], - parm_up_cursor: [Function], - print_screen: [Function], - prtr_off: [Function], - prtr_on: [Function], - repeat_char: [Function], - reset_1string: [Function], - reset_2string: [Function], - restore_cursor: [Function], - row_address: [Function], - save_cursor: [Function], - scroll_forward: [Function], - scroll_reverse: [Function], - set_attributes: [Function], - set_tab: [Function], - tab: [Function], - key_b2: [Function], - acs_chars: [Function], - key_btab: [Function], - enter_am_mode: [Function], - exit_am_mode: [Function], - key_end: [Function], - key_enter: [Function], - key_sdc: [Function], - key_send: [Function], - key_shome: [Function], - key_sic: [Function], - key_sleft: [Function], - key_snext: [Function], - key_sprevious: [Function], - key_sright: [Function], - key_f11: [Function], - key_f12: [Function], - key_f13: [Function], - key_f14: [Function], - key_f15: [Function], - key_f16: [Function], - key_f17: [Function], - key_f18: [Function], - key_f19: [Function], - key_f20: [Function], - key_f21: [Function], - key_f22: [Function], - key_f23: [Function], - key_f24: [Function], - key_f25: [Function], - key_f26: [Function], - key_f27: [Function], - key_f28: [Function], - key_f29: [Function], - key_f30: [Function], - key_f31: [Function], - key_f32: [Function], - key_f33: [Function], - key_f34: [Function], - key_f35: [Function], - key_f36: [Function], - key_f37: [Function], - key_f38: [Function], - key_f39: [Function], - key_f40: [Function], - key_f41: [Function], - key_f42: [Function], - key_f43: [Function], - key_f44: [Function], - key_f45: [Function], - key_f46: [Function], - key_f47: [Function], - key_f48: [Function], - key_f49: [Function], - key_f50: [Function], - key_f51: [Function], - key_f52: [Function], - key_f53: [Function], - key_f54: [Function], - key_f55: [Function], - key_f56: [Function], - key_f57: [Function], - key_f58: [Function], - key_f59: [Function], - key_f60: [Function], - key_f61: [Function], - key_f62: [Function], - key_f63: [Function], - clr_bol: [Function], - user6: [Function], - user7: [Function], - user8: [Function], - user9: [Function], - orig_pair: [Function], - orig_colors: [Function], - initialize_color: [Function], - enter_italics_mode: [Function], - exit_italics_mode: [Function], - key_mouse: [Function], - set_a_foreground: [Function], - set_a_background: [Function], - memory_lock: [Function], - memory_unlock: [Function], - Cr: [Function], - Cs: [Function], - E3: [Function], - Ms: [Function], - Se: [Function], - Ss: [Function], - kDC3: [Function], - kDC4: [Function], - kDC5: [Function], - kDC6: [Function], - kDC7: [Function], - kDN: [Function], - kDN3: [Function], - kDN4: [Function], - kDN5: [Function], - kDN6: [Function], - kDN7: [Function], - kEND3: [Function], - kEND4: [Function], - kEND5: [Function], - kEND6: [Function], - kEND7: [Function], - kHOM3: [Function], - kHOM4: [Function], - kHOM5: [Function], - kHOM6: [Function], - kHOM7: [Function], - kIC3: [Function], - kIC4: [Function], - kIC5: [Function], - kIC6: [Function], - kIC7: [Function], - kLFT3: [Function], - kLFT4: [Function], - kLFT5: [Function], - kLFT6: [Function], - kLFT7: [Function], - kNXT3: [Function], - kNXT4: [Function], - kNXT5: [Function], - kNXT6: [Function], - kNXT7: [Function], - kPRV3: [Function], - kPRV4: [Function], - kPRV5: [Function], - kPRV6: [Function], - kPRV7: [Function], - kRIT3: [Function], - kRIT4: [Function], - kRIT5: [Function], - kRIT6: [Function], - kRIT7: [Function], - kUP: [Function], - kUP3: [Function], - kUP4: [Function], - kUP5: [Function], - kUP6: [Function], - kUP7: [Function], - ka2: [Function], - kb1: [Function], - kb3: [Function], - kc2: [Function], - rmxx: [Function], - smxx: [Function], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Function], - cursor_mem_address: [Function], - cursor_to_ll: [Function], - dis_status_line: [Function], - down_half_line: [Function], - enter_delete_mode: [Function], - enter_protected_mode: [Function], - exit_delete_mode: [Function], - form_feed: [Function], - from_status_line: [Function], - init_1string: [Function], - init_3string: [Function], - init_file: [Function], - insert_character: [Function], - insert_padding: [Function], - key_catab: [Function], - key_clear: [Function], - key_ctab: [Function], - key_dl: [Function], - key_eic: [Function], - key_eol: [Function], - key_eos: [Function], - key_f0: [Function], - key_il: [Function], - key_ll: [Function], - key_stab: [Function], - lab_f0: [Function], - lab_f1: [Function], - lab_f10: [Function], - lab_f2: [Function], - lab_f3: [Function], - lab_f4: [Function], - lab_f5: [Function], - lab_f6: [Function], - lab_f7: [Function], - lab_f8: [Function], - lab_f9: [Function], - newline: [Function], - pad_char: [Function], - pkey_key: [Function], - pkey_local: [Function], - pkey_xmit: [Function], - reset_3string: [Function], - reset_file: [Function], - set_window: [Function], - to_status_line: [Function], - underline_char: [Function], - up_half_line: [Function], - init_prog: [Function], - key_a1: [Function], - key_a3: [Function], - key_c1: [Function], - key_c3: [Function], - prtr_non: [Function], - char_padding: [Function], - plab_norm: [Function], - enter_xon_mode: [Function], - exit_xon_mode: [Function], - xon_character: [Function], - xoff_character: [Function], - ena_acs: [Function], - label_on: [Function], - label_off: [Function], - key_beg: [Function], - key_cancel: [Function], - key_close: [Function], - key_command: [Function], - key_copy: [Function], - key_create: [Function], - key_exit: [Function], - key_find: [Function], - key_help: [Function], - key_mark: [Function], - key_message: [Function], - key_move: [Function], - key_next: [Function], - key_open: [Function], - key_options: [Function], - key_previous: [Function], - key_print: [Function], - key_redo: [Function], - key_reference: [Function], - key_refresh: [Function], - key_replace: [Function], - key_restart: [Function], - key_resume: [Function], - key_save: [Function], - key_suspend: [Function], - key_undo: [Function], - key_sbeg: [Function], - key_scancel: [Function], - key_scommand: [Function], - key_scopy: [Function], - key_screate: [Function], - key_sdl: [Function], - key_select: [Function], - key_seol: [Function], - key_sexit: [Function], - key_sfind: [Function], - key_shelp: [Function], - key_smessage: [Function], - key_smove: [Function], - key_soptions: [Function], - key_sprint: [Function], - key_sredo: [Function], - key_sreplace: [Function], - key_srsume: [Function], - key_ssave: [Function], - key_ssuspend: [Function], - key_sundo: [Function], - req_for_input: [Function], - clear_margins: [Function], - set_left_margin: [Function], - set_right_margin: [Function], - label_format: [Function], - set_clock: [Function], - display_clock: [Function], - remove_clock: [Function], - create_window: [Function], - goto_window: [Function], - hangup: [Function], - dial_phone: [Function], - quick_dial: [Function], - tone: [Function], - pulse: [Function], - flash_hook: [Function], - fixed_pause: [Function], - wait_tone: [Function], - user0: [Function], - user1: [Function], - user2: [Function], - user3: [Function], - user4: [Function], - user5: [Function], - initialize_pair: [Function], - set_color_pair: [Function], - set_foreground: [Function], - set_background: [Function], - change_char_pitch: [Function], - change_line_pitch: [Function], - change_res_horz: [Function], - change_res_vert: [Function], - define_char: [Function], - enter_doublewide_mode: [Function], - enter_draft_quality: [Function], - enter_leftward_mode: [Function], - enter_micro_mode: [Function], - enter_near_letter_quality: [Function], - enter_normal_quality: [Function], - enter_shadow_mode: [Function], - enter_subscript_mode: [Function], - enter_superscript_mode: [Function], - enter_upward_mode: [Function], - exit_doublewide_mode: [Function], - exit_leftward_mode: [Function], - exit_micro_mode: [Function], - exit_shadow_mode: [Function], - exit_subscript_mode: [Function], - exit_superscript_mode: [Function], - exit_upward_mode: [Function], - micro_column_address: [Function], - micro_down: [Function], - micro_left: [Function], - micro_right: [Function], - micro_row_address: [Function], - micro_up: [Function], - order_of_pins: [Function], - parm_down_micro: [Function], - parm_left_micro: [Function], - parm_right_micro: [Function], - parm_up_micro: [Function], - select_char_set: [Function], - set_bottom_margin: [Function], - set_bottom_margin_parm: [Function], - set_left_margin_parm: [Function], - set_right_margin_parm: [Function], - set_top_margin: [Function], - set_top_margin_parm: [Function], - start_bit_image: [Function], - start_char_set_def: [Function], - stop_bit_image: [Function], - stop_char_set_def: [Function], - subscript_characters: [Function], - superscript_characters: [Function], - these_cause_cr: [Function], - zero_motion: [Function], - char_set_names: [Function], - mouse_info: [Function], - req_mouse_pos: [Function], - get_mouse: [Function], - pkey_plab: [Function], - device_type: [Function], - code_set_init: [Function], - set0_des_seq: [Function], - set1_des_seq: [Function], - set2_des_seq: [Function], - set3_des_seq: [Function], - set_lr_margin: [Function], - set_tb_margin: [Function], - bit_image_repeat: [Function], - bit_image_newline: [Function], - bit_image_carriage_return: [Function], - color_names: [Function], - define_bit_image_region: [Function], - end_bit_image_region: [Function], - set_color_band: [Function], - set_page_length: [Function], - display_pc_char: [Function], - enter_pc_charset_mode: [Function], - exit_pc_charset_mode: [Function], - enter_scancode_mode: [Function], - exit_scancode_mode: [Function], - pc_term_options: [Function], - scancode_escape: [Function], - alt_scancode_esc: [Function], - enter_horizontal_hl_mode: [Function], - enter_left_hl_mode: [Function], - enter_low_hl_mode: [Function], - enter_right_hl_mode: [Function], - enter_top_hl_mode: [Function], - enter_vertical_hl_mode: [Function], - set_a_attributes: [Function], - set_pglen_inch: [Function], - termcap_init2: [Function], - termcap_reset: [Function], - linefeed_if_not_lf: [Function], - backspace_if_not_bs: [Function], - other_non_function_keys: [Function], - arrow_key_map: [Function], - acs_ulcorner: [Function], - acs_llcorner: [Function], - acs_urcorner: [Function], - acs_lrcorner: [Function], - acs_ltee: [Function], - acs_rtee: [Function], - acs_btee: [Function], - acs_ttee: [Function], - acs_hline: [Function], - acs_vline: [Function], - acs_plus: [Function], - box_chars_1: [Function], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function], - bel: [Function], - cr: [Function], - csr: [Function], - tbc: [Function], - clear: [Function], - el: [Function], - ed: [Function], - hpa: [Function], - cup: [Function], - cud1: [Function], - home: [Function], - civis: [Function], - cub1: [Function], - cnorm: [Function], - cuf1: [Function], - cuu1: [Function], - cvvis: [Function], - dch1: [Function], - dl1: [Function], - smacs: [Function], - blink: [Function], - bold: [Function], - smcup: [Function], - dim: [Function], - smir: [Function], - invis: [Function], - rev: [Function], - smso: [Function], - smul: [Function], - ech: [Function], - rmacs: [Function], - sgr0: [Function], - rmcup: [Function], - rmir: [Function], - rmso: [Function], - rmul: [Function], - flash: [Function], - is2: [Function], - il1: [Function], - kbs: [Function], - kdch1: [Function], - kcud1: [Function], - kf1: [Function], - kf10: [Function], - kf2: [Function], - kf3: [Function], - kf4: [Function], - kf5: [Function], - kf6: [Function], - kf7: [Function], - kf8: [Function], - kf9: [Function], - khome: [Function], - kich1: [Function], - kcub1: [Function], - knp: [Function], - kpp: [Function], - kcuf1: [Function], - kind: [Function], - kri: [Function], - kcuu1: [Function], - rmkx: [Function], - smkx: [Function], - rmm: [Function], - smm: [Function], - dch: [Function], - dl: [Function], - cud: [Function], - ich: [Function], - indn: [Function], - il: [Function], - cub: [Function], - cuf: [Function], - rin: [Function], - cuu: [Function], - mc0: [Function], - mc4: [Function], - mc5: [Function], - rep: [Function], - rs1: [Function], - rs2: [Function], - rc: [Function], - vpa: [Function], - sc: [Function], - ind: [Function], - ri: [Function], - sgr: [Function], - hts: [Function], - ht: [Function], - kb2: [Function], - acsc: [Object], - kcbt: [Function], - smam: [Function], - rmam: [Function], - kend: [Function], - kent: [Function], - kDC: [Function], - kEND: [Function], - kHOM: [Function], - kIC: [Function], - kLFT: [Function], - kNXT: [Function], - kPRV: [Function], - kRIT: [Function], - kf11: [Function], - kf12: [Function], - kf13: [Function], - kf14: [Function], - kf15: [Function], - kf16: [Function], - kf17: [Function], - kf18: [Function], - kf19: [Function], - kf20: [Function], - kf21: [Function], - kf22: [Function], - kf23: [Function], - kf24: [Function], - kf25: [Function], - kf26: [Function], - kf27: [Function], - kf28: [Function], - kf29: [Function], - kf30: [Function], - kf31: [Function], - kf32: [Function], - kf33: [Function], - kf34: [Function], - kf35: [Function], - kf36: [Function], - kf37: [Function], - kf38: [Function], - kf39: [Function], - kf40: [Function], - kf41: [Function], - kf42: [Function], - kf43: [Function], - kf44: [Function], - kf45: [Function], - kf46: [Function], - kf47: [Function], - kf48: [Function], - kf49: [Function], - kf50: [Function], - kf51: [Function], - kf52: [Function], - kf53: [Function], - kf54: [Function], - kf55: [Function], - kf56: [Function], - kf57: [Function], - kf58: [Function], - kf59: [Function], - kf60: [Function], - kf61: [Function], - kf62: [Function], - kf63: [Function], - el1: [Function], - u6: [Function], - u7: [Function], - u8: [Function], - u9: [Function], - op: [Function], - oc: [Function], - initc: [Function], - sitm: [Function], - ritm: [Function], - kmous: [Function], - setaf: [Function], - setab: [Function], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Function], - mrcup: [Function], - ll: [Function], - dsl: [Function], - hd: [Function], - smdc: [Function], - prot: [Function], - rmdc: [Function], - ff: [Function], - fsl: [Function], - is1: [Function], - is3: [Function], - if: [Function], - ich1: [Function], - ip: [Function], - ktbc: [Function], - kclr: [Function], - kctab: [Function], - kdl1: [Function], - krmir: [Function], - kel: [Function], - ked: [Function], - kf0: [Function], - kil1: [Function], - kll: [Function], - khts: [Function], - lf0: [Function], - lf1: [Function], - lf10: [Function], - lf2: [Function], - lf3: [Function], - lf4: [Function], - lf5: [Function], - lf6: [Function], - lf7: [Function], - lf8: [Function], - lf9: [Function], - nel: [Function], - pad: [Function], - pfkey: [Function], - pfloc: [Function], - pfx: [Function], - rs3: [Function], - rf: [Function], - wind: [Function], - tsl: [Function], - uc: [Function], - hu: [Function], - iprog: [Function], - ka1: [Function], - ka3: [Function], - kc1: [Function], - kc3: [Function], - mc5p: [Function], - rmp: [Function], - pln: [Function], - smxon: [Function], - rmxon: [Function], - xonc: [Function], - xoffc: [Function], - enacs: [Function], - smln: [Function], - rmln: [Function], - kbeg: [Function], - kcan: [Function], - kclo: [Function], - kcmd: [Function], - kcpy: [Function], - kcrt: [Function], - kext: [Function], - kfnd: [Function], - khlp: [Function], - kmrk: [Function], - kmsg: [Function], - kmov: [Function], - knxt: [Function], - kopn: [Function], - kopt: [Function], - kprv: [Function], - kprt: [Function], - krdo: [Function], - kref: [Function], - krfr: [Function], - krpl: [Function], - krst: [Function], - kres: [Function], - ksav: [Function], - kspd: [Function], - kund: [Function], - kBEG: [Function], - kCAN: [Function], - kCMD: [Function], - kCPY: [Function], - kCRT: [Function], - kDL: [Function], - kslt: [Function], - kEOL: [Function], - kEXT: [Function], - kFND: [Function], - kHLP: [Function], - kMSG: [Function], - kMOV: [Function], - kOPT: [Function], - kPRT: [Function], - kRDO: [Function], - kRPL: [Function], - kRES: [Function], - kSAV: [Function], - kSPD: [Function], - kUND: [Function], - rfi: [Function], - mgc: [Function], - smgl: [Function], - smgr: [Function], - fln: [Function], - sclk: [Function], - dclk: [Function], - rmclk: [Function], - cwin: [Function], - wingo: [Function], - hup: [Function], - dial: [Function], - qdial: [Function], - hook: [Function], - pause: [Function], - wait: [Function], - u0: [Function], - u1: [Function], - u2: [Function], - u3: [Function], - u4: [Function], - u5: [Function], - initp: [Function], - scp: [Function], - setf: [Function], - setb: [Function], - cpi: [Function], - lpi: [Function], - chr: [Function], - cvr: [Function], - defc: [Function], - swidm: [Function], - sdrfq: [Function], - slm: [Function], - smicm: [Function], - snlq: [Function], - snrmq: [Function], - sshm: [Function], - ssubm: [Function], - ssupm: [Function], - sum: [Function], - rwidm: [Function], - rlm: [Function], - rmicm: [Function], - rshm: [Function], - rsubm: [Function], - rsupm: [Function], - rum: [Function], - mhpa: [Function], - mcud1: [Function], - mcub1: [Function], - mcuf1: [Function], - mvpa: [Function], - mcuu1: [Function], - porder: [Function], - mcud: [Function], - mcub: [Function], - mcuf: [Function], - mcuu: [Function], - scs: [Function], - smgb: [Function], - smgbp: [Function], - smglp: [Function], - smgrp: [Function], - smgt: [Function], - smgtp: [Function], - sbim: [Function], - scsd: [Function], - rbim: [Function], - rcsd: [Function], - subcs: [Function], - supcs: [Function], - docr: [Function], - zerom: [Function], - csnm: [Function], - minfo: [Function], - reqmp: [Function], - getm: [Function], - pfxl: [Function], - devt: [Function], - csin: [Function], - s0ds: [Function], - s1ds: [Function], - s2ds: [Function], - s3ds: [Function], - smglr: [Function], - smgtb: [Function], - birep: [Function], - binel: [Function], - bicr: [Function], - colornm: [Function], - defbi: [Function], - endbi: [Function], - setcolor: [Function], - slines: [Function], - dispc: [Function], - smpch: [Function], - rmpch: [Function], - smsc: [Function], - rmsc: [Function], - pctrm: [Function], - scesc: [Function], - scesa: [Function], - ehhlm: [Function], - elhlm: [Function], - elohlm: [Function], - erhlm: [Function], - ethlm: [Function], - evhlm: [Function], - sgr1: [Function], - slength: [Function], - info: [Object], - all: [Object], - methods: [Object], - bools: [Object], - numbers: [Object], - strings: [Object], - features: [Object], - unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - setbuf: true, - acscr: [Object] }, - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - error: null, - terminfoPrefix: undefined, - terminfoFile: undefined, - termcapFile: undefined, - auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function], - carriage_return: [Function], - change_scroll_region: [Function], - clear_all_tabs: [Function], - clear_screen: [Function], - clr_eol: [Function], - clr_eos: [Function], - column_address: [Function], - cursor_address: [Function], - cursor_down: [Function], - cursor_home: [Function], - cursor_left: [Function], - cursor_normal: [Function], - cursor_right: [Function], - cursor_up: [Function], - cursor_visible: [Function], - delete_character: [Function], - delete_line: [Function], - enter_blink_mode: [Function], - enter_bold_mode: [Function], - enter_ca_mode: [Function], - enter_dim_mode: [Function], - enter_insert_mode: [Function], - enter_secure_mode: [Function], - enter_reverse_mode: [Function], - enter_standout_mode: [Function], - enter_underline_mode: [Function], - erase_chars: [Function], - exit_attribute_mode: [Function], - exit_ca_mode: [Function], - exit_insert_mode: [Function], - exit_standout_mode: [Function], - exit_underline_mode: [Function], - flash_screen: [Function], - init_2string: [Function], - insert_line: [Function], - key_backspace: [Function], - key_dc: [Function], - key_down: [Function], - key_f1: [Function], - key_f10: [Function], - key_f2: [Function], - key_f3: [Function], - key_f4: [Function], - key_f5: [Function], - key_f6: [Function], - key_f7: [Function], - key_f8: [Function], - key_f9: [Function], - key_home: [Function], - key_ic: [Function], - key_left: [Function], - key_npage: [Function], - key_ppage: [Function], - key_right: [Function], - key_sf: [Function], - key_sr: [Function], - key_up: [Function], - keypad_local: [Function], - keypad_xmit: [Function], - meta_off: [Function], - meta_on: [Function], - parm_dch: [Function], - parm_delete_line: [Function], - parm_down_cursor: [Function], - parm_ich: [Function], - parm_index: [Function], - parm_insert_line: [Function], - parm_left_cursor: [Function], - parm_right_cursor: [Function], - parm_rindex: [Function], - parm_up_cursor: [Function], - repeat_char: [Function], - reset_1string: [Function], - reset_2string: [Function], - restore_cursor: [Function], - row_address: [Function], - save_cursor: [Function], - scroll_forward: [Function], - scroll_reverse: [Function], - set_attributes: [Function], - set_tab: [Function], - key_b2: [Function], - acs_chars: [Function], - key_btab: [Function], - enter_am_mode: [Function], - exit_am_mode: [Function], - key_end: [Function], - key_enter: [Function], - key_sdc: [Function], - key_send: [Function], - key_shome: [Function], - key_sic: [Function], - key_sleft: [Function], - key_snext: [Function], - key_sprevious: [Function], - key_sright: [Function], - key_f11: [Function], - key_f12: [Function], - key_f13: [Function], - key_f14: [Function], - key_f15: [Function], - key_f16: [Function], - key_f17: [Function], - key_f18: [Function], - key_f19: [Function], - key_f20: [Function], - key_f21: [Function], - key_f22: [Function], - key_f23: [Function], - key_f24: [Function], - key_f25: [Function], - key_f26: [Function], - key_f27: [Function], - key_f28: [Function], - key_f29: [Function], - key_f30: [Function], - key_f31: [Function], - key_f32: [Function], - key_f33: [Function], - key_f34: [Function], - key_f35: [Function], - key_f36: [Function], - key_f37: [Function], - key_f38: [Function], - key_f39: [Function], - key_f40: [Function], - key_f41: [Function], - key_f42: [Function], - key_f43: [Function], - key_f44: [Function], - key_f45: [Function], - key_f46: [Function], - key_f47: [Function], - key_f48: [Function], - key_f49: [Function], - key_f50: [Function], - key_f51: [Function], - key_f52: [Function], - key_f53: [Function], - key_f54: [Function], - key_f55: [Function], - key_f56: [Function], - key_f57: [Function], - key_f58: [Function], - key_f59: [Function], - key_f60: [Function], - key_f61: [Function], - key_f62: [Function], - key_f63: [Function], - clr_bol: [Function], - user6: [Function], - user7: [Function], - user8: [Function], - user9: [Function], - orig_pair: [Function], - orig_colors: [Function], - initialize_color: [Function], - enter_italics_mode: [Function], - exit_italics_mode: [Function], - key_mouse: [Function], - set_a_foreground: [Function], - set_a_background: [Function], - memory_lock: [Function], - memory_unlock: [Function], - Cr: [Function], - Cs: [Function], - E3: [Function], - Ms: [Function], - Se: [Function], - Ss: [Function], - kDC3: [Function], - kDC4: [Function], - kDC5: [Function], - kDC6: [Function], - kDC7: [Function], - kDN: [Function], - kDN3: [Function], - kDN4: [Function], - kDN5: [Function], - kDN6: [Function], - kDN7: [Function], - kEND3: [Function], - kEND4: [Function], - kEND5: [Function], - kEND6: [Function], - kEND7: [Function], - kHOM3: [Function], - kHOM4: [Function], - kHOM5: [Function], - kHOM6: [Function], - kHOM7: [Function], - kIC3: [Function], - kIC4: [Function], - kIC5: [Function], - kIC6: [Function], - kIC7: [Function], - kLFT3: [Function], - kLFT4: [Function], - kLFT5: [Function], - kLFT6: [Function], - kLFT7: [Function], - kNXT3: [Function], - kNXT4: [Function], - kNXT5: [Function], - kNXT6: [Function], - kNXT7: [Function], - kPRV3: [Function], - kPRV4: [Function], - kPRV5: [Function], - kPRV6: [Function], - kPRV7: [Function], - kRIT3: [Function], - kRIT4: [Function], - kRIT5: [Function], - kRIT6: [Function], - kRIT7: [Function], - kUP: [Function], - kUP3: [Function], - kUP4: [Function], - kUP5: [Function], - kUP6: [Function], - kUP7: [Function], - ka2: [Function], - kb1: [Function], - kb3: [Function], - kc2: [Function], - rmxx: [Function], - smxx: [Function], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Function], - cursor_mem_address: [Function], - cursor_to_ll: [Function], - dis_status_line: [Function], - down_half_line: [Function], - enter_delete_mode: [Function], - enter_protected_mode: [Function], - exit_delete_mode: [Function], - form_feed: [Function], - from_status_line: [Function], - init_1string: [Function], - init_3string: [Function], - init_file: [Function], - insert_character: [Function], - insert_padding: [Function], - key_catab: [Function], - key_clear: [Function], - key_ctab: [Function], - key_dl: [Function], - key_eic: [Function], - key_eol: [Function], - key_eos: [Function], - key_f0: [Function], - key_il: [Function], - key_ll: [Function], - key_stab: [Function], - lab_f0: [Function], - lab_f1: [Function], - lab_f10: [Function], - lab_f2: [Function], - lab_f3: [Function], - lab_f4: [Function], - lab_f5: [Function], - lab_f6: [Function], - lab_f7: [Function], - lab_f8: [Function], - lab_f9: [Function], - pad_char: [Function], - pkey_key: [Function], - pkey_local: [Function], - pkey_xmit: [Function], - reset_3string: [Function], - reset_file: [Function], - set_window: [Function], - to_status_line: [Function], - underline_char: [Function], - up_half_line: [Function], - init_prog: [Function], - key_a1: [Function], - key_a3: [Function], - key_c1: [Function], - key_c3: [Function], - char_padding: [Function], - plab_norm: [Function], - enter_xon_mode: [Function], - exit_xon_mode: [Function], - xon_character: [Function], - xoff_character: [Function], - ena_acs: [Function], - label_on: [Function], - label_off: [Function], - key_beg: [Function], - key_cancel: [Function], - key_close: [Function], - key_command: [Function], - key_copy: [Function], - key_create: [Function], - key_exit: [Function], - key_find: [Function], - key_help: [Function], - key_mark: [Function], - key_message: [Function], - key_move: [Function], - key_next: [Function], - key_open: [Function], - key_options: [Function], - key_previous: [Function], - key_print: [Function], - key_redo: [Function], - key_reference: [Function], - key_refresh: [Function], - key_replace: [Function], - key_restart: [Function], - key_resume: [Function], - key_save: [Function], - key_suspend: [Function], - key_undo: [Function], - key_sbeg: [Function], - key_scancel: [Function], - key_scommand: [Function], - key_scopy: [Function], - key_screate: [Function], - key_sdl: [Function], - key_select: [Function], - key_seol: [Function], - key_sexit: [Function], - key_sfind: [Function], - key_shelp: [Function], - key_smessage: [Function], - key_smove: [Function], - key_soptions: [Function], - key_sprint: [Function], - key_sredo: [Function], - key_sreplace: [Function], - key_srsume: [Function], - key_ssave: [Function], - key_ssuspend: [Function], - key_sundo: [Function], - req_for_input: [Function], - clear_margins: [Function], - set_left_margin: [Function], - set_right_margin: [Function], - label_format: [Function], - set_clock: [Function], - display_clock: [Function], - remove_clock: [Function], - create_window: [Function], - goto_window: [Function], - hangup: [Function], - dial_phone: [Function], - quick_dial: [Function], - tone: [Function], - pulse: [Function], - flash_hook: [Function], - fixed_pause: [Function], - wait_tone: [Function], - user0: [Function], - user1: [Function], - user2: [Function], - user3: [Function], - user4: [Function], - user5: [Function], - initialize_pair: [Function], - set_color_pair: [Function], - set_foreground: [Function], - set_background: [Function], - change_char_pitch: [Function], - change_line_pitch: [Function], - change_res_horz: [Function], - change_res_vert: [Function], - define_char: [Function], - enter_doublewide_mode: [Function], - enter_draft_quality: [Function], - enter_leftward_mode: [Function], - enter_micro_mode: [Function], - enter_near_letter_quality: [Function], - enter_normal_quality: [Function], - enter_shadow_mode: [Function], - enter_subscript_mode: [Function], - enter_superscript_mode: [Function], - enter_upward_mode: [Function], - exit_doublewide_mode: [Function], - exit_leftward_mode: [Function], - exit_micro_mode: [Function], - exit_shadow_mode: [Function], - exit_subscript_mode: [Function], - exit_superscript_mode: [Function], - exit_upward_mode: [Function], - micro_column_address: [Function], - micro_down: [Function], - micro_left: [Function], - micro_right: [Function], - micro_row_address: [Function], - micro_up: [Function], - order_of_pins: [Function], - parm_down_micro: [Function], - parm_left_micro: [Function], - parm_right_micro: [Function], - parm_up_micro: [Function], - select_char_set: [Function], - set_bottom_margin: [Function], - set_bottom_margin_parm: [Function], - set_left_margin_parm: [Function], - set_right_margin_parm: [Function], - set_top_margin: [Function], - set_top_margin_parm: [Function], - start_bit_image: [Function], - start_char_set_def: [Function], - stop_bit_image: [Function], - stop_char_set_def: [Function], - subscript_characters: [Function], - superscript_characters: [Function], - these_cause_cr: [Function], - zero_motion: [Function], - char_set_names: [Function], - mouse_info: [Function], - get_mouse: [Function], - pkey_plab: [Function], - device_type: [Function], - code_set_init: [Function], - set0_des_seq: [Function], - set1_des_seq: [Function], - set2_des_seq: [Function], - set3_des_seq: [Function], - set_lr_margin: [Function], - set_tb_margin: [Function], - bit_image_repeat: [Function], - bit_image_newline: [Function], - bit_image_carriage_return: [Function], - color_names: [Function], - define_bit_image_region: [Function], - end_bit_image_region: [Function], - set_color_band: [Function], - set_page_length: [Function], - display_pc_char: [Function], - enter_pc_charset_mode: [Function], - exit_pc_charset_mode: [Function], - enter_scancode_mode: [Function], - exit_scancode_mode: [Function], - pc_term_options: [Function], - scancode_escape: [Function], - alt_scancode_esc: [Function], - enter_horizontal_hl_mode: [Function], - enter_left_hl_mode: [Function], - enter_low_hl_mode: [Function], - enter_right_hl_mode: [Function], - enter_top_hl_mode: [Function], - enter_vertical_hl_mode: [Function], - set_a_attributes: [Function], - set_pglen_inch: [Function], - termcap_init2: [Function], - termcap_reset: [Function], - linefeed_if_not_lf: [Function], - backspace_if_not_bs: [Function], - other_non_function_keys: [Function], - arrow_key_map: [Function], - acs_ulcorner: [Function], - acs_llcorner: [Function], - acs_urcorner: [Function], - acs_lrcorner: [Function], - acs_ltee: [Function], - acs_rtee: [Function], - acs_btee: [Function], - acs_ttee: [Function], - acs_hline: [Function], - acs_vline: [Function], - acs_plus: [Function], - box_chars_1: [Function], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cud1: [Function], - home: [Function], - cub1: [Function], - cuf1: [Function], - cuu1: [Function], - dch1: [Function], - dl1: [Function], - blink: [Function], - bold: [Function], - dim: [Function], - smir: [Function], - invis: [Function], - rev: [Function], - smso: [Function], - smul: [Function], - sgr0: [Function], - rmir: [Function], - rmso: [Function], - rmul: [Function], - flash: [Function], - is2: [Function], - il1: [Function], - kdch1: [Function], - kcud1: [Function], - kf1: [Function], - kf10: [Function], - kf2: [Function], - kf3: [Function], - kf4: [Function], - kf5: [Function], - kf6: [Function], - kf7: [Function], - kf8: [Function], - kf9: [Function], - khome: [Function], - kich1: [Function], - kcub1: [Function], - knp: [Function], - kpp: [Function], - kcuf1: [Function], - kind: [Function], - kri: [Function], - kcuu1: [Function], - rmkx: [Function], - smkx: [Function], - rmm: [Function], - smm: [Function], - indn: [Function], - rin: [Function], - rs1: [Function], - hts: [Function], - kb2: [Function], - acsc: - { '`': '◆', - a: '▒', - f: '°', - g: '±', - i: '\u000b', - j: '┘', - k: '┐', - l: '┌', - m: '└', - n: '┼', - o: '⎺', - p: '⎻', - q: '─', - r: '⎼', - s: '⎽', - t: '├', - u: '┤', - v: '┴', - w: '┬', - x: '│', - y: '≤', - z: '≥', - '{': 'π', - '|': '≠', - '}': '£', - '~': '·' }, - kcbt: [Function], - smam: [Function], - rmam: [Function], - kend: [Function], - kent: [Function], - kDC: [Function], - kEND: [Function], - kHOM: [Function], - kIC: [Function], - kLFT: [Function], - kNXT: [Function], - kPRV: [Function], - kRIT: [Function], - kf11: [Function], - kf12: [Function], - kf13: [Function], - kf14: [Function], - kf15: [Function], - kf16: [Function], - kf17: [Function], - kf18: [Function], - kf19: [Function], - kf20: [Function], - kf21: [Function], - kf22: [Function], - kf23: [Function], - kf24: [Function], - kf25: [Function], - kf26: [Function], - kf27: [Function], - kf28: [Function], - kf29: [Function], - kf30: [Function], - kf31: [Function], - kf32: [Function], - kf33: [Function], - kf34: [Function], - kf35: [Function], - kf36: [Function], - kf37: [Function], - kf38: [Function], - kf39: [Function], - kf40: [Function], - kf41: [Function], - kf42: [Function], - kf43: [Function], - kf44: [Function], - kf45: [Function], - kf46: [Function], - kf47: [Function], - kf48: [Function], - kf49: [Function], - kf50: [Function], - kf51: [Function], - kf52: [Function], - kf53: [Function], - kf54: [Function], - kf55: [Function], - kf56: [Function], - kf57: [Function], - kf58: [Function], - kf59: [Function], - kf60: [Function], - kf61: [Function], - kf62: [Function], - kf63: [Function], - el1: [Function], - u6: [Function], - u7: [Function], - u8: [Function], - u9: [Function], - op: [Function], - oc: [Function], - initc: [Function], - sitm: [Function], - ritm: [Function], - kmous: [Function], - setaf: [Function], - setab: [Function], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Function], - mrcup: [Function], - ll: [Function], - dsl: [Function], - hd: [Function], - smdc: [Function], - prot: [Function], - rmdc: [Function], - fsl: [Function], - is1: [Function], - is3: [Function], - if: [Function], - ich1: [Function], - ip: [Function], - ktbc: [Function], - kclr: [Function], - kctab: [Function], - kdl1: [Function], - krmir: [Function], - kel: [Function], - ked: [Function], - kf0: [Function], - kil1: [Function], - kll: [Function], - khts: [Function], - lf0: [Function], - lf1: [Function], - lf10: [Function], - lf2: [Function], - lf3: [Function], - lf4: [Function], - lf5: [Function], - lf6: [Function], - lf7: [Function], - lf8: [Function], - lf9: [Function], - pad: [Function], - pfkey: [Function], - pfloc: [Function], - pfx: [Function], - rs3: [Function], - rf: [Function], - wind: [Function], - tsl: [Function], - uc: [Function], - hu: [Function], - iprog: [Function], - ka1: [Function], - ka3: [Function], - kc1: [Function], - kc3: [Function], - rmp: [Function], - pln: [Function], - smxon: [Function], - rmxon: [Function], - xonc: [Function], - xoffc: [Function], - enacs: [Function], - smln: [Function], - rmln: [Function], - kbeg: [Function], - kcan: [Function], - kclo: [Function], - kcmd: [Function], - kcpy: [Function], - kcrt: [Function], - kext: [Function], - kfnd: [Function], - khlp: [Function], - kmrk: [Function], - kmsg: [Function], - kmov: [Function], - knxt: [Function], - kopn: [Function], - kopt: [Function], - kprv: [Function], - kprt: [Function], - krdo: [Function], - kref: [Function], - krfr: [Function], - krpl: [Function], - krst: [Function], - kres: [Function], - ksav: [Function], - kspd: [Function], - kund: [Function], - kBEG: [Function], - kCAN: [Function], - kCMD: [Function], - kCPY: [Function], - kCRT: [Function], - kDL: [Function], - kslt: [Function], - kEOL: [Function], - kEXT: [Function], - kFND: [Function], - kHLP: [Function], - kMSG: [Function], - kMOV: [Function], - kOPT: [Function], - kPRT: [Function], - kRDO: [Function], - kRPL: [Function], - kRES: [Function], - kSAV: [Function], - kSPD: [Function], - kUND: [Function], - rfi: [Function], - mgc: [Function], - smgl: [Function], - smgr: [Function], - fln: [Function], - sclk: [Function], - dclk: [Function], - rmclk: [Function], - cwin: [Function], - wingo: [Function], - hup: [Function], - dial: [Function], - qdial: [Function], - hook: [Function], - wait: [Function], - u0: [Function], - u1: [Function], - u2: [Function], - u3: [Function], - u4: [Function], - u5: [Function], - initp: [Function], - scp: [Function], - setf: [Function], - setb: [Function], - cpi: [Function], - lpi: [Function], - chr: [Function], - cvr: [Function], - defc: [Function], - swidm: [Function], - sdrfq: [Function], - slm: [Function], - smicm: [Function], - snlq: [Function], - snrmq: [Function], - sshm: [Function], - ssubm: [Function], - ssupm: [Function], - sum: [Function], - rwidm: [Function], - rlm: [Function], - rmicm: [Function], - rshm: [Function], - rsubm: [Function], - rsupm: [Function], - rum: [Function], - mhpa: [Function], - mcud1: [Function], - mcub1: [Function], - mcuf1: [Function], - mvpa: [Function], - mcuu1: [Function], - porder: [Function], - mcud: [Function], - mcub: [Function], - mcuf: [Function], - mcuu: [Function], - scs: [Function], - smgb: [Function], - smgbp: [Function], - smglp: [Function], - smgrp: [Function], - smgt: [Function], - smgtp: [Function], - sbim: [Function], - scsd: [Function], - rbim: [Function], - rcsd: [Function], - subcs: [Function], - supcs: [Function], - docr: [Function], - zerom: [Function], - csnm: [Function], - minfo: [Function], - getm: [Function], - pfxl: [Function], - devt: [Function], - csin: [Function], - s0ds: [Function], - s1ds: [Function], - s2ds: [Function], - s3ds: [Function], - smglr: [Function], - smgtb: [Function], - birep: [Function], - binel: [Function], - bicr: [Function], - colornm: [Function], - defbi: [Function], - endbi: [Function], - setcolor: [Function], - slines: [Function], - dispc: [Function], - smpch: [Function], - rmpch: [Function], - smsc: [Function], - rmsc: [Function], - pctrm: [Function], - scesc: [Function], - scesa: [Function], - ehhlm: [Function], - elhlm: [Function], - elohlm: [Function], - erhlm: [Function], - ethlm: [Function], - evhlm: [Function], - sgr1: [Function], - slength: [Function], - info: - { header: [Object], - name: 'xterm-256color', - names: [Array], - desc: 'xterm with 256 colors', - dir: '/lib/terminfo', - file: '/lib/terminfo/x/xterm-256color', - bools: [Object], - numbers: [Object], - strings: [Object], - features: [Object], - all: [Object], - methods: [Object] }, - all: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: '\u001b[Z', - bell: '\u0007', - carriage_return: '\r', - change_scroll_region: '\u001b[%i%p1%d;%p2%dr', - clear_all_tabs: '\u001b[3g', - clear_screen: '\u001b[H\u001b[2J', - clr_eol: '\u001b[K', - clr_eos: '\u001b[J', - column_address: '\u001b[%i%p1%dG', - cursor_address: '\u001b[%i%p1%d;%p2%dH', - cursor_down: '\n', - cursor_home: '\u001b[H', - cursor_invisible: '\u001b[?25l', - cursor_left: '\b', - cursor_normal: '\u001b[?12l\u001b[?25h', - cursor_right: '\u001b[C', - cursor_up: '\u001b[A', - cursor_visible: '\u001b[?12;25h', - delete_character: '\u001b[P', - delete_line: '\u001b[M', - enter_alt_charset_mode: '\u001b(0', - enter_blink_mode: '\u001b[5m', - enter_bold_mode: '\u001b[1m', - enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', - enter_dim_mode: '\u001b[2m', - enter_insert_mode: '\u001b[4h', - enter_secure_mode: '\u001b[8m', - enter_reverse_mode: '\u001b[7m', - enter_standout_mode: '\u001b[7m', - enter_underline_mode: '\u001b[4m', - erase_chars: '\u001b[%p1%dX', - exit_alt_charset_mode: '\u001b(B', - exit_attribute_mode: '\u001b(B\u001b[m', - exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', - exit_insert_mode: '\u001b[4l', - exit_standout_mode: '\u001b[27m', - exit_underline_mode: '\u001b[24m', - flash_screen: '\u001b[?5h$<100/>\u001b[?5l', - init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - insert_line: '\u001b[L', - key_backspace: '', - key_dc: '\u001b[3~', - key_down: '\u001bOB', - key_f1: '\u001bOP', - key_f10: '\u001b[21~', - key_f2: '\u001bOQ', - key_f3: '\u001bOR', - key_f4: '\u001bOS', - key_f5: '\u001b[15~', - key_f6: '\u001b[17~', - key_f7: '\u001b[18~', - key_f8: '\u001b[19~', - key_f9: '\u001b[20~', - key_home: '\u001bOH', - key_ic: '\u001b[2~', - key_left: '\u001bOD', - key_npage: '\u001b[6~', - key_ppage: '\u001b[5~', - key_right: '\u001bOC', - key_sf: '\u001b[1;2B', - key_sr: '\u001b[1;2A', - key_up: '\u001bOA', - keypad_local: '\u001b[?1l\u001b>', - keypad_xmit: '\u001b[?1h\u001b=', - meta_off: '\u001b[?1034l', - meta_on: '\u001b[?1034h', - parm_dch: '\u001b[%p1%dP', - parm_delete_line: '\u001b[%p1%dM', - parm_down_cursor: '\u001b[%p1%dB', - parm_ich: '\u001b[%p1%d@', - parm_index: '\u001b[%p1%dS', - parm_insert_line: '\u001b[%p1%dL', - parm_left_cursor: '\u001b[%p1%dD', - parm_right_cursor: '\u001b[%p1%dC', - parm_rindex: '\u001b[%p1%dT', - parm_up_cursor: '\u001b[%p1%dA', - print_screen: '\u001b[i', - prtr_off: '\u001b[4i', - prtr_on: '\u001b[5i', - repeat_char: '%p1%c\u001b[%p2%{1}%-%db', - reset_1string: '\u001bc\u001b]104\u0007', - reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - restore_cursor: '\u001b8', - row_address: '\u001b[%i%p1%dd', - save_cursor: '\u001b7', - scroll_forward: '\n', - scroll_reverse: '\u001bM', - set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', - set_tab: '\u001bH', - tab: '\t', - key_b2: '\u001bOE', - acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', - key_btab: '\u001b[Z', - enter_am_mode: '\u001b[?7h', - exit_am_mode: '\u001b[?7l', - key_end: '\u001bOF', - key_enter: '\u001bOM', - key_sdc: '\u001b[3;2~', - key_send: '\u001b[1;2F', - key_shome: '\u001b[1;2H', - key_sic: '\u001b[2;2~', - key_sleft: '\u001b[1;2D', - key_snext: '\u001b[6;2~', - key_sprevious: '\u001b[5;2~', - key_sright: '\u001b[1;2C', - key_f11: '\u001b[23~', - key_f12: '\u001b[24~', - key_f13: '\u001b[1;2P', - key_f14: '\u001b[1;2Q', - key_f15: '\u001b[1;2R', - key_f16: '\u001b[1;2S', - key_f17: '\u001b[15;2~', - key_f18: '\u001b[17;2~', - key_f19: '\u001b[18;2~', - key_f20: '\u001b[19;2~', - key_f21: '\u001b[20;2~', - key_f22: '\u001b[21;2~', - key_f23: '\u001b[23;2~', - key_f24: '\u001b[24;2~', - key_f25: '\u001b[1;5P', - key_f26: '\u001b[1;5Q', - key_f27: '\u001b[1;5R', - key_f28: '\u001b[1;5S', - key_f29: '\u001b[15;5~', - key_f30: '\u001b[17;5~', - key_f31: '\u001b[18;5~', - key_f32: '\u001b[19;5~', - key_f33: '\u001b[20;5~', - key_f34: '\u001b[21;5~', - key_f35: '\u001b[23;5~', - key_f36: '\u001b[24;5~', - key_f37: '\u001b[1;6P', - key_f38: '\u001b[1;6Q', - key_f39: '\u001b[1;6R', - key_f40: '\u001b[1;6S', - key_f41: '\u001b[15;6~', - key_f42: '\u001b[17;6~', - key_f43: '\u001b[18;6~', - key_f44: '\u001b[19;6~', - key_f45: '\u001b[20;6~', - key_f46: '\u001b[21;6~', - key_f47: '\u001b[23;6~', - key_f48: '\u001b[24;6~', - key_f49: '\u001b[1;3P', - key_f50: '\u001b[1;3Q', - key_f51: '\u001b[1;3R', - key_f52: '\u001b[1;3S', - key_f53: '\u001b[15;3~', - key_f54: '\u001b[17;3~', - key_f55: '\u001b[18;3~', - key_f56: '\u001b[19;3~', - key_f57: '\u001b[20;3~', - key_f58: '\u001b[21;3~', - key_f59: '\u001b[23;3~', - key_f60: '\u001b[24;3~', - key_f61: '\u001b[1;4P', - key_f62: '\u001b[1;4Q', - key_f63: '\u001b[1;4R', - clr_bol: '\u001b[1K', - user6: '\u001b[%i%d;%dR', - user7: '\u001b[6n', - user8: '\u001b[?%[;0123456789]c', - user9: '\u001b[c', - orig_pair: '\u001b[39;49m', - orig_colors: '\u001b]104\u0007', - initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', - enter_italics_mode: '\u001b[3m', - exit_italics_mode: '\u001b[23m', - key_mouse: '\u001b[M', - set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', - set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', - memory_lock: '\u001bl', - memory_unlock: '\u001bm', - Cr: '\u001b]112\u0007', - Cs: '\u001b]12;%p1%s\u0007', - E3: '\u001b[3J', - Ms: '\u001b]52;%p1%s;%p2%s\u0007', - Se: '\u001b[2 q', - Ss: '\u001b[%p1%d q', - kDC3: '\u001b[3;3~', - kDC4: '\u001b[3;4~', - kDC5: '\u001b[3;5~', - kDC6: '\u001b[3;6~', - kDC7: '\u001b[3;7~', - kDN: '\u001b[1;2B', - kDN3: '\u001b[1;3B', - kDN4: '\u001b[1;4B', - kDN5: '\u001b[1;5B', - kDN6: '\u001b[1;6B', - kDN7: '\u001b[1;7B', - kEND3: '\u001b[1;3F', - kEND4: '\u001b[1;4F', - kEND5: '\u001b[1;5F', - kEND6: '\u001b[1;6F', - kEND7: '\u001b[1;7F', - kHOM3: '\u001b[1;3H', - kHOM4: '\u001b[1;4H', - kHOM5: '\u001b[1;5H', - kHOM6: '\u001b[1;6H', - kHOM7: '\u001b[1;7H', - kIC3: '\u001b[2;3~', - kIC4: '\u001b[2;4~', - kIC5: '\u001b[2;5~', - kIC6: '\u001b[2;6~', - kIC7: '\u001b[2;7~', - kLFT3: '\u001b[1;3D', - kLFT4: '\u001b[1;4D', - kLFT5: '\u001b[1;5D', - kLFT6: '\u001b[1;6D', - kLFT7: '\u001b[1;7D', - kNXT3: '\u001b[6;3~', - kNXT4: '\u001b[6;4~', - kNXT5: '\u001b[6;5~', - kNXT6: '\u001b[6;6~', - kNXT7: '\u001b[6;7~', - kPRV3: '\u001b[5;3~', - kPRV4: '\u001b[5;4~', - kPRV5: '\u001b[5;5~', - kPRV6: '\u001b[5;6~', - kPRV7: '\u001b[5;7~', - kRIT3: '\u001b[1;3C', - kRIT4: '\u001b[1;4C', - kRIT5: '\u001b[1;5C', - kRIT6: '\u001b[1;6C', - kRIT7: '\u001b[1;7C', - kUP: '\u001b[1;2A', - kUP3: '\u001b[1;3A', - kUP4: '\u001b[1;4A', - kUP5: '\u001b[1;5A', - kUP6: '\u001b[1;6A', - kUP7: '\u001b[1;7A', - ka2: '', - kb1: '', - kb3: '', - kc2: '', - rmxx: '\u001b[29m', - smxx: '\u001b[9m' }, - methods: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function: anonymous], - bell: [Function: anonymous], - carriage_return: [Function: anonymous], - change_scroll_region: [Function: anonymous], - clear_all_tabs: [Function: anonymous], - clear_screen: [Function: anonymous], - clr_eol: [Function: anonymous], - clr_eos: [Function: anonymous], - column_address: [Function: anonymous], - cursor_address: [Function: anonymous], - cursor_down: [Function: anonymous], - cursor_home: [Function: anonymous], - cursor_invisible: [Function: anonymous], - cursor_left: [Function: anonymous], - cursor_normal: [Function: anonymous], - cursor_right: [Function: anonymous], - cursor_up: [Function: anonymous], - cursor_visible: [Function: anonymous], - delete_character: [Function: anonymous], - delete_line: [Function: anonymous], - enter_alt_charset_mode: [Function: anonymous], - enter_blink_mode: [Function: anonymous], - enter_bold_mode: [Function: anonymous], - enter_ca_mode: [Function: anonymous], - enter_dim_mode: [Function: anonymous], - enter_insert_mode: [Function: anonymous], - enter_secure_mode: [Function: anonymous], - enter_reverse_mode: [Function: anonymous], - enter_standout_mode: [Function: anonymous], - enter_underline_mode: [Function: anonymous], - erase_chars: [Function: anonymous], - exit_alt_charset_mode: [Function: anonymous], - exit_attribute_mode: [Function: anonymous], - exit_ca_mode: [Function: anonymous], - exit_insert_mode: [Function: anonymous], - exit_standout_mode: [Function: anonymous], - exit_underline_mode: [Function: anonymous], - flash_screen: [Function: anonymous], - init_2string: [Function: anonymous], - insert_line: [Function: anonymous], - key_backspace: [Function: anonymous], - key_dc: [Function: anonymous], - key_down: [Function: anonymous], - key_f1: [Function: anonymous], - key_f10: [Function: anonymous], - key_f2: [Function: anonymous], - key_f3: [Function: anonymous], - key_f4: [Function: anonymous], - key_f5: [Function: anonymous], - key_f6: [Function: anonymous], - key_f7: [Function: anonymous], - key_f8: [Function: anonymous], - key_f9: [Function: anonymous], - key_home: [Function: anonymous], - key_ic: [Function: anonymous], - key_left: [Function: anonymous], - key_npage: [Function: anonymous], - key_ppage: [Function: anonymous], - key_right: [Function: anonymous], - key_sf: [Function: anonymous], - key_sr: [Function: anonymous], - key_up: [Function: anonymous], - keypad_local: [Function: anonymous], - keypad_xmit: [Function: anonymous], - meta_off: [Function: anonymous], - meta_on: [Function: anonymous], - parm_dch: [Function: anonymous], - parm_delete_line: [Function: anonymous], - parm_down_cursor: [Function: anonymous], - parm_ich: [Function: anonymous], - parm_index: [Function: anonymous], - parm_insert_line: [Function: anonymous], - parm_left_cursor: [Function: anonymous], - parm_right_cursor: [Function: anonymous], - parm_rindex: [Function: anonymous], - parm_up_cursor: [Function: anonymous], - print_screen: [Function: anonymous], - prtr_off: [Function: anonymous], - prtr_on: [Function: anonymous], - repeat_char: [Function: anonymous], - reset_1string: [Function: anonymous], - reset_2string: [Function: anonymous], - restore_cursor: [Function: anonymous], - row_address: [Function: anonymous], - save_cursor: [Function: anonymous], - scroll_forward: [Function: anonymous], - scroll_reverse: [Function: anonymous], - set_attributes: [Function: anonymous], - set_tab: [Function: anonymous], - tab: [Function: anonymous], - key_b2: [Function: anonymous], - acs_chars: [Function: anonymous], - key_btab: [Function: anonymous], - enter_am_mode: [Function: anonymous], - exit_am_mode: [Function: anonymous], - key_end: [Function: anonymous], - key_enter: [Function: anonymous], - key_sdc: [Function: anonymous], - key_send: [Function: anonymous], - key_shome: [Function: anonymous], - key_sic: [Function: anonymous], - key_sleft: [Function: anonymous], - key_snext: [Function: anonymous], - key_sprevious: [Function: anonymous], - key_sright: [Function: anonymous], - key_f11: [Function: anonymous], - key_f12: [Function: anonymous], - key_f13: [Function: anonymous], - key_f14: [Function: anonymous], - key_f15: [Function: anonymous], - key_f16: [Function: anonymous], - key_f17: [Function: anonymous], - key_f18: [Function: anonymous], - key_f19: [Function: anonymous], - key_f20: [Function: anonymous], - key_f21: [Function: anonymous], - key_f22: [Function: anonymous], - key_f23: [Function: anonymous], - key_f24: [Function: anonymous], - key_f25: [Function: anonymous], - key_f26: [Function: anonymous], - key_f27: [Function: anonymous], - key_f28: [Function: anonymous], - key_f29: [Function: anonymous], - key_f30: [Function: anonymous], - key_f31: [Function: anonymous], - key_f32: [Function: anonymous], - key_f33: [Function: anonymous], - key_f34: [Function: anonymous], - key_f35: [Function: anonymous], - key_f36: [Function: anonymous], - key_f37: [Function: anonymous], - key_f38: [Function: anonymous], - key_f39: [Function: anonymous], - key_f40: [Function: anonymous], - key_f41: [Function: anonymous], - key_f42: [Function: anonymous], - key_f43: [Function: anonymous], - key_f44: [Function: anonymous], - key_f45: [Function: anonymous], - key_f46: [Function: anonymous], - key_f47: [Function: anonymous], - key_f48: [Function: anonymous], - key_f49: [Function: anonymous], - key_f50: [Function: anonymous], - key_f51: [Function: anonymous], - key_f52: [Function: anonymous], - key_f53: [Function: anonymous], - key_f54: [Function: anonymous], - key_f55: [Function: anonymous], - key_f56: [Function: anonymous], - key_f57: [Function: anonymous], - key_f58: [Function: anonymous], - key_f59: [Function: anonymous], - key_f60: [Function: anonymous], - key_f61: [Function: anonymous], - key_f62: [Function: anonymous], - key_f63: [Function: anonymous], - clr_bol: [Function: anonymous], - user6: [Function: anonymous], - user7: [Function: anonymous], - user8: [Function: anonymous], - user9: [Function: anonymous], - orig_pair: [Function: anonymous], - orig_colors: [Function: anonymous], - initialize_color: [Function: bound anonymous], - enter_italics_mode: [Function: anonymous], - exit_italics_mode: [Function: anonymous], - key_mouse: [Function: anonymous], - set_a_foreground: [Function: anonymous], - set_a_background: [Function: anonymous], - memory_lock: [Function: anonymous], - memory_unlock: [Function: anonymous], - Cr: [Function: anonymous], - Cs: [Function: anonymous], - E3: [Function: anonymous], - Ms: [Function: anonymous], - Se: [Function: anonymous], - Ss: [Function: anonymous], - kDC3: [Function: anonymous], - kDC4: [Function: anonymous], - kDC5: [Function: anonymous], - kDC6: [Function: anonymous], - kDC7: [Function: anonymous], - kDN: [Function: anonymous], - kDN3: [Function: anonymous], - kDN4: [Function: anonymous], - kDN5: [Function: anonymous], - kDN6: [Function: anonymous], - kDN7: [Function: anonymous], - kEND3: [Function: anonymous], - kEND4: [Function: anonymous], - kEND5: [Function: anonymous], - kEND6: [Function: anonymous], - kEND7: [Function: anonymous], - kHOM3: [Function: anonymous], - kHOM4: [Function: anonymous], - kHOM5: [Function: anonymous], - kHOM6: [Function: anonymous], - kHOM7: [Function: anonymous], - kIC3: [Function: anonymous], - kIC4: [Function: anonymous], - kIC5: [Function: anonymous], - kIC6: [Function: anonymous], - kIC7: [Function: anonymous], - kLFT3: [Function: anonymous], - kLFT4: [Function: anonymous], - kLFT5: [Function: anonymous], - kLFT6: [Function: anonymous], - kLFT7: [Function: anonymous], - kNXT3: [Function: anonymous], - kNXT4: [Function: anonymous], - kNXT5: [Function: anonymous], - kNXT6: [Function: anonymous], - kNXT7: [Function: anonymous], - kPRV3: [Function: anonymous], - kPRV4: [Function: anonymous], - kPRV5: [Function: anonymous], - kPRV6: [Function: anonymous], - kPRV7: [Function: anonymous], - kRIT3: [Function: anonymous], - kRIT4: [Function: anonymous], - kRIT5: [Function: anonymous], - kRIT6: [Function: anonymous], - kRIT7: [Function: anonymous], - kUP: [Function: anonymous], - kUP3: [Function: anonymous], - kUP4: [Function: anonymous], - kUP5: [Function: anonymous], - kUP6: [Function: anonymous], - kUP7: [Function: anonymous], - ka2: [Object], - kb1: [Object], - kb3: [Object], - kc2: [Object], - rmxx: [Function: anonymous], - smxx: [Function: anonymous], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Object], - cursor_mem_address: [Object], - cursor_to_ll: [Object], - dis_status_line: [Object], - down_half_line: [Object], - enter_delete_mode: [Object], - enter_protected_mode: [Object], - exit_delete_mode: [Object], - form_feed: [Object], - from_status_line: [Object], - init_1string: [Object], - init_3string: [Object], - init_file: [Object], - insert_character: [Object], - insert_padding: [Object], - key_catab: [Object], - key_clear: [Object], - key_ctab: [Object], - key_dl: [Object], - key_eic: [Object], - key_eol: [Object], - key_eos: [Object], - key_f0: [Object], - key_il: [Object], - key_ll: [Object], - key_stab: [Object], - lab_f0: [Object], - lab_f1: [Object], - lab_f10: [Object], - lab_f2: [Object], - lab_f3: [Object], - lab_f4: [Object], - lab_f5: [Object], - lab_f6: [Object], - lab_f7: [Object], - lab_f8: [Object], - lab_f9: [Object], - newline: [Object], - pad_char: [Object], - pkey_key: [Object], - pkey_local: [Object], - pkey_xmit: [Object], - reset_3string: [Object], - reset_file: [Object], - set_window: [Object], - to_status_line: [Object], - underline_char: [Object], - up_half_line: [Object], - init_prog: [Object], - key_a1: [Object], - key_a3: [Object], - key_c1: [Object], - key_c3: [Object], - prtr_non: [Object], - char_padding: [Object], - plab_norm: [Object], - enter_xon_mode: [Object], - exit_xon_mode: [Object], - xon_character: [Object], - xoff_character: [Object], - ena_acs: [Object], - label_on: [Object], - label_off: [Object], - key_beg: [Object], - key_cancel: [Object], - key_close: [Object], - key_command: [Object], - key_copy: [Object], - key_create: [Object], - key_exit: [Object], - key_find: [Object], - key_help: [Object], - key_mark: [Object], - key_message: [Object], - key_move: [Object], - key_next: [Object], - key_open: [Object], - key_options: [Object], - key_previous: [Object], - key_print: [Object], - key_redo: [Object], - key_reference: [Object], - key_refresh: [Object], - key_replace: [Object], - key_restart: [Object], - key_resume: [Object], - key_save: [Object], - key_suspend: [Object], - key_undo: [Object], - key_sbeg: [Object], - key_scancel: [Object], - key_scommand: [Object], - key_scopy: [Object], - key_screate: [Object], - key_sdl: [Object], - key_select: [Object], - key_seol: [Object], - key_sexit: [Object], - key_sfind: [Object], - key_shelp: [Object], - key_smessage: [Object], - key_smove: [Object], - key_soptions: [Object], - key_sprint: [Object], - key_sredo: [Object], - key_sreplace: [Object], - key_srsume: [Object], - key_ssave: [Object], - key_ssuspend: [Object], - key_sundo: [Object], - req_for_input: [Object], - clear_margins: [Object], - set_left_margin: [Object], - set_right_margin: [Object], - label_format: [Object], - set_clock: [Object], - display_clock: [Object], - remove_clock: [Object], - create_window: [Object], - goto_window: [Object], - hangup: [Object], - dial_phone: [Object], - quick_dial: [Object], - tone: [Object], - pulse: [Object], - flash_hook: [Object], - fixed_pause: [Object], - wait_tone: [Object], - user0: [Object], - user1: [Object], - user2: [Object], - user3: [Object], - user4: [Object], - user5: [Object], - initialize_pair: [Object], - set_color_pair: [Object], - set_foreground: [Object], - set_background: [Object], - change_char_pitch: [Object], - change_line_pitch: [Object], - change_res_horz: [Object], - change_res_vert: [Object], - define_char: [Object], - enter_doublewide_mode: [Object], - enter_draft_quality: [Object], - enter_leftward_mode: [Object], - enter_micro_mode: [Object], - enter_near_letter_quality: [Object], - enter_normal_quality: [Object], - enter_shadow_mode: [Object], - enter_subscript_mode: [Object], - enter_superscript_mode: [Object], - enter_upward_mode: [Object], - exit_doublewide_mode: [Object], - exit_leftward_mode: [Object], - exit_micro_mode: [Object], - exit_shadow_mode: [Object], - exit_subscript_mode: [Object], - exit_superscript_mode: [Object], - exit_upward_mode: [Object], - micro_column_address: [Object], - micro_down: [Object], - micro_left: [Object], - micro_right: [Object], - micro_row_address: [Object], - micro_up: [Object], - order_of_pins: [Object], - parm_down_micro: [Object], - parm_left_micro: [Object], - parm_right_micro: [Object], - parm_up_micro: [Object], - select_char_set: [Object], - set_bottom_margin: [Object], - set_bottom_margin_parm: [Object], - set_left_margin_parm: [Object], - set_right_margin_parm: [Object], - set_top_margin: [Object], - set_top_margin_parm: [Object], - start_bit_image: [Object], - start_char_set_def: [Object], - stop_bit_image: [Object], - stop_char_set_def: [Object], - subscript_characters: [Object], - superscript_characters: [Object], - these_cause_cr: [Object], - zero_motion: [Object], - char_set_names: [Object], - mouse_info: [Object], - req_mouse_pos: [Object], - get_mouse: [Object], - pkey_plab: [Object], - device_type: [Object], - code_set_init: [Object], - set0_des_seq: [Object], - set1_des_seq: [Object], - set2_des_seq: [Object], - set3_des_seq: [Object], - set_lr_margin: [Object], - set_tb_margin: [Object], - bit_image_repeat: [Object], - bit_image_newline: [Object], - bit_image_carriage_return: [Object], - color_names: [Object], - define_bit_image_region: [Object], - end_bit_image_region: [Object], - set_color_band: [Object], - set_page_length: [Object], - display_pc_char: [Object], - enter_pc_charset_mode: [Object], - exit_pc_charset_mode: [Object], - enter_scancode_mode: [Object], - exit_scancode_mode: [Object], - pc_term_options: [Object], - scancode_escape: [Object], - alt_scancode_esc: [Object], - enter_horizontal_hl_mode: [Object], - enter_left_hl_mode: [Object], - enter_low_hl_mode: [Object], - enter_right_hl_mode: [Object], - enter_top_hl_mode: [Object], - enter_vertical_hl_mode: [Object], - set_a_attributes: [Object], - set_pglen_inch: [Object], - termcap_init2: [Object], - termcap_reset: [Object], - linefeed_if_not_lf: [Object], - backspace_if_not_bs: [Object], - other_non_function_keys: [Object], - arrow_key_map: [Object], - acs_ulcorner: [Object], - acs_llcorner: [Object], - acs_urcorner: [Object], - acs_lrcorner: [Object], - acs_ltee: [Object], - acs_rtee: [Object], - acs_btee: [Object], - acs_ttee: [Object], - acs_hline: [Object], - acs_vline: [Object], - acs_plus: [Object], - box_chars_1: [Object], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function: anonymous], - bel: [Function: anonymous], - cr: [Function: anonymous], - csr: [Function: anonymous], - tbc: [Function: anonymous], - clear: [Function: anonymous], - el: [Function: anonymous], - ed: [Function: anonymous], - hpa: [Function: anonymous], - cup: [Function: anonymous], - cud1: [Function: anonymous], - home: [Function: anonymous], - civis: [Function: anonymous], - cub1: [Function: anonymous], - cnorm: [Function: anonymous], - cuf1: [Function: anonymous], - cuu1: [Function: anonymous], - cvvis: [Function: anonymous], - dch1: [Function: anonymous], - dl1: [Function: anonymous], - smacs: [Function: anonymous], - blink: [Function: anonymous], - bold: [Function: anonymous], - smcup: [Function: anonymous], - dim: [Function: anonymous], - smir: [Function: anonymous], - invis: [Function: anonymous], - rev: [Function: anonymous], - smso: [Function: anonymous], - smul: [Function: anonymous], - ech: [Function: anonymous], - rmacs: [Function: anonymous], - sgr0: [Function: anonymous], - rmcup: [Function: anonymous], - rmir: [Function: anonymous], - rmso: [Function: anonymous], - rmul: [Function: anonymous], - flash: [Function: anonymous], - is2: [Function: anonymous], - il1: [Function: anonymous], - kbs: [Function: anonymous], - kdch1: [Function: anonymous], - kcud1: [Function: anonymous], - kf1: [Function: anonymous], - kf10: [Function: anonymous], - kf2: [Function: anonymous], - kf3: [Function: anonymous], - kf4: [Function: anonymous], - kf5: [Function: anonymous], - kf6: [Function: anonymous], - kf7: [Function: anonymous], - kf8: [Function: anonymous], - kf9: [Function: anonymous], - khome: [Function: anonymous], - kich1: [Function: anonymous], - kcub1: [Function: anonymous], - knp: [Function: anonymous], - kpp: [Function: anonymous], - kcuf1: [Function: anonymous], - kind: [Function: anonymous], - kri: [Function: anonymous], - kcuu1: [Function: anonymous], - rmkx: [Function: anonymous], - smkx: [Function: anonymous], - rmm: [Function: anonymous], - smm: [Function: anonymous], - dch: [Function: anonymous], - dl: [Function: anonymous], - cud: [Function: anonymous], - ich: [Function: anonymous], - indn: [Function: anonymous], - il: [Function: anonymous], - cub: [Function: anonymous], - cuf: [Function: anonymous], - rin: [Function: anonymous], - cuu: [Function: anonymous], - mc0: [Function: anonymous], - mc4: [Function: anonymous], - mc5: [Function: anonymous], - rep: [Function: anonymous], - rs1: [Function: anonymous], - rs2: [Function: anonymous], - rc: [Function: anonymous], - vpa: [Function: anonymous], - sc: [Function: anonymous], - ind: [Function: anonymous], - ri: [Function: anonymous], - sgr: [Function: anonymous], - hts: [Function: anonymous], - ht: [Function: anonymous], - kb2: [Function: anonymous], - acsc: [Function: anonymous], - kcbt: [Function: anonymous], - smam: [Function: anonymous], - rmam: [Function: anonymous], - kend: [Function: anonymous], - kent: [Function: anonymous], - kDC: [Function: anonymous], - kEND: [Function: anonymous], - kHOM: [Function: anonymous], - kIC: [Function: anonymous], - kLFT: [Function: anonymous], - kNXT: [Function: anonymous], - kPRV: [Function: anonymous], - kRIT: [Function: anonymous], - kf11: [Function: anonymous], - kf12: [Function: anonymous], - kf13: [Function: anonymous], - kf14: [Function: anonymous], - kf15: [Function: anonymous], - kf16: [Function: anonymous], - kf17: [Function: anonymous], - kf18: [Function: anonymous], - kf19: [Function: anonymous], - kf20: [Function: anonymous], - kf21: [Function: anonymous], - kf22: [Function: anonymous], - kf23: [Function: anonymous], - kf24: [Function: anonymous], - kf25: [Function: anonymous], - kf26: [Function: anonymous], - kf27: [Function: anonymous], - kf28: [Function: anonymous], - kf29: [Function: anonymous], - kf30: [Function: anonymous], - kf31: [Function: anonymous], - kf32: [Function: anonymous], - kf33: [Function: anonymous], - kf34: [Function: anonymous], - kf35: [Function: anonymous], - kf36: [Function: anonymous], - kf37: [Function: anonymous], - kf38: [Function: anonymous], - kf39: [Function: anonymous], - kf40: [Function: anonymous], - kf41: [Function: anonymous], - kf42: [Function: anonymous], - kf43: [Function: anonymous], - kf44: [Function: anonymous], - kf45: [Function: anonymous], - kf46: [Function: anonymous], - kf47: [Function: anonymous], - kf48: [Function: anonymous], - kf49: [Function: anonymous], - kf50: [Function: anonymous], - kf51: [Function: anonymous], - kf52: [Function: anonymous], - kf53: [Function: anonymous], - kf54: [Function: anonymous], - kf55: [Function: anonymous], - kf56: [Function: anonymous], - kf57: [Function: anonymous], - kf58: [Function: anonymous], - kf59: [Function: anonymous], - kf60: [Function: anonymous], - kf61: [Function: anonymous], - kf62: [Function: anonymous], - kf63: [Function: anonymous], - el1: [Function: anonymous], - u6: [Function: anonymous], - u7: [Function: anonymous], - u8: [Function: anonymous], - u9: [Function: anonymous], - op: [Function: anonymous], - oc: [Function: anonymous], - initc: [Function: bound anonymous], - sitm: [Function: anonymous], - ritm: [Function: anonymous], - kmous: [Function: anonymous], - setaf: [Function: anonymous], - setab: [Function: anonymous], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Object], - mrcup: [Object], - ll: [Object], - dsl: [Object], - hd: [Object], - smdc: [Object], - prot: [Object], - rmdc: [Object], - ff: [Object], - fsl: [Object], - is1: [Object], - is3: [Object], - if: [Object], - ich1: [Object], - ip: [Object], - ktbc: [Object], - kclr: [Object], - kctab: [Object], - kdl1: [Object], - krmir: [Object], - kel: [Object], - ked: [Object], - kf0: [Object], - kil1: [Object], - kll: [Object], - khts: [Object], - lf0: [Object], - lf1: [Object], - lf10: [Object], - lf2: [Object], - lf3: [Object], - lf4: [Object], - lf5: [Object], - lf6: [Object], - lf7: [Object], - lf8: [Object], - lf9: [Object], - nel: [Object], - pad: [Object], - pfkey: [Object], - pfloc: [Object], - pfx: [Object], - rs3: [Object], - rf: [Object], - wind: [Object], - tsl: [Object], - uc: [Object], - hu: [Object], - iprog: [Object], - ka1: [Object], - ka3: [Object], - kc1: [Object], - kc3: [Object], - mc5p: [Object], - rmp: [Object], - pln: [Object], - smxon: [Object], - rmxon: [Object], - xonc: [Object], - xoffc: [Object], - enacs: [Object], - smln: [Object], - rmln: [Object], - kbeg: [Object], - kcan: [Object], - kclo: [Object], - kcmd: [Object], - kcpy: [Object], - kcrt: [Object], - kext: [Object], - kfnd: [Object], - khlp: [Object], - kmrk: [Object], - kmsg: [Object], - kmov: [Object], - knxt: [Object], - kopn: [Object], - kopt: [Object], - kprv: [Object], - kprt: [Object], - krdo: [Object], - kref: [Object], - krfr: [Object], - krpl: [Object], - krst: [Object], - kres: [Object], - ksav: [Object], - kspd: [Object], - kund: [Object], - kBEG: [Object], - kCAN: [Object], - kCMD: [Object], - kCPY: [Object], - kCRT: [Object], - kDL: [Object], - kslt: [Object], - kEOL: [Object], - kEXT: [Object], - kFND: [Object], - kHLP: [Object], - kMSG: [Object], - kMOV: [Object], - kOPT: [Object], - kPRT: [Object], - kRDO: [Object], - kRPL: [Object], - kRES: [Object], - kSAV: [Object], - kSPD: [Object], - kUND: [Object], - rfi: [Object], - mgc: [Object], - smgl: [Object], - smgr: [Object], - fln: [Object], - sclk: [Object], - dclk: [Object], - rmclk: [Object], - cwin: [Object], - wingo: [Object], - hup: [Object], - dial: [Object], - qdial: [Object], - hook: [Object], - pause: [Object], - wait: [Object], - u0: [Object], - u1: [Object], - u2: [Object], - u3: [Object], - u4: [Object], - u5: [Object], - initp: [Object], - scp: [Object], - setf: [Object], - setb: [Object], - cpi: [Object], - lpi: [Object], - chr: [Object], - cvr: [Object], - defc: [Object], - swidm: [Object], - sdrfq: [Object], - slm: [Object], - smicm: [Object], - snlq: [Object], - snrmq: [Object], - sshm: [Object], - ssubm: [Object], - ssupm: [Object], - sum: [Object], - rwidm: [Object], - rlm: [Object], - rmicm: [Object], - rshm: [Object], - rsubm: [Object], - rsupm: [Object], - rum: [Object], - mhpa: [Object], - mcud1: [Object], - mcub1: [Object], - mcuf1: [Object], - mvpa: [Object], - mcuu1: [Object], - porder: [Object], - mcud: [Object], - mcub: [Object], - mcuf: [Object], - mcuu: [Object], - scs: [Object], - smgb: [Object], - smgbp: [Object], - smglp: [Object], - smgrp: [Object], - smgt: [Object], - smgtp: [Object], - sbim: [Object], - scsd: [Object], - rbim: [Object], - rcsd: [Object], - subcs: [Object], - supcs: [Object], - docr: [Object], - zerom: [Object], - csnm: [Object], - minfo: [Object], - reqmp: [Object], - getm: [Object], - pfxl: [Object], - devt: [Object], - csin: [Object], - s0ds: [Object], - s1ds: [Object], - s2ds: [Object], - s3ds: [Object], - smglr: [Object], - smgtb: [Object], - birep: [Object], - binel: [Object], - bicr: [Object], - colornm: [Object], - defbi: [Object], - endbi: [Object], - setcolor: [Object], - slines: [Object], - dispc: [Object], - smpch: [Object], - rmpch: [Object], - smsc: [Object], - rmsc: [Object], - pctrm: [Object], - scesc: [Object], - scesa: [Object], - ehhlm: [Object], - elhlm: [Object], - elohlm: [Object], - erhlm: [Object], - ethlm: [Object], - evhlm: [Object], - sgr1: [Object], - slength: [Object] }, - bools: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true }, - numbers: - { columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767 }, - strings: - { back_tab: '\u001b[Z', - bell: '\u0007', - carriage_return: '\r', - change_scroll_region: '\u001b[%i%p1%d;%p2%dr', - clear_all_tabs: '\u001b[3g', - clear_screen: '\u001b[H\u001b[2J', - clr_eol: '\u001b[K', - clr_eos: '\u001b[J', - column_address: '\u001b[%i%p1%dG', - cursor_address: '\u001b[%i%p1%d;%p2%dH', - cursor_down: '\n', - cursor_home: '\u001b[H', - cursor_invisible: '\u001b[?25l', - cursor_left: '\b', - cursor_normal: '\u001b[?12l\u001b[?25h', - cursor_right: '\u001b[C', - cursor_up: '\u001b[A', - cursor_visible: '\u001b[?12;25h', - delete_character: '\u001b[P', - delete_line: '\u001b[M', - enter_alt_charset_mode: '\u001b(0', - enter_blink_mode: '\u001b[5m', - enter_bold_mode: '\u001b[1m', - enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', - enter_dim_mode: '\u001b[2m', - enter_insert_mode: '\u001b[4h', - enter_secure_mode: '\u001b[8m', - enter_reverse_mode: '\u001b[7m', - enter_standout_mode: '\u001b[7m', - enter_underline_mode: '\u001b[4m', - erase_chars: '\u001b[%p1%dX', - exit_alt_charset_mode: '\u001b(B', - exit_attribute_mode: '\u001b(B\u001b[m', - exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', - exit_insert_mode: '\u001b[4l', - exit_standout_mode: '\u001b[27m', - exit_underline_mode: '\u001b[24m', - flash_screen: '\u001b[?5h$<100/>\u001b[?5l', - init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - insert_line: '\u001b[L', - key_backspace: '', - key_dc: '\u001b[3~', - key_down: '\u001bOB', - key_f1: '\u001bOP', - key_f10: '\u001b[21~', - key_f2: '\u001bOQ', - key_f3: '\u001bOR', - key_f4: '\u001bOS', - key_f5: '\u001b[15~', - key_f6: '\u001b[17~', - key_f7: '\u001b[18~', - key_f8: '\u001b[19~', - key_f9: '\u001b[20~', - key_home: '\u001bOH', - key_ic: '\u001b[2~', - key_left: '\u001bOD', - key_npage: '\u001b[6~', - key_ppage: '\u001b[5~', - key_right: '\u001bOC', - key_sf: '\u001b[1;2B', - key_sr: '\u001b[1;2A', - key_up: '\u001bOA', - keypad_local: '\u001b[?1l\u001b>', - keypad_xmit: '\u001b[?1h\u001b=', - meta_off: '\u001b[?1034l', - meta_on: '\u001b[?1034h', - parm_dch: '\u001b[%p1%dP', - parm_delete_line: '\u001b[%p1%dM', - parm_down_cursor: '\u001b[%p1%dB', - parm_ich: '\u001b[%p1%d@', - parm_index: '\u001b[%p1%dS', - parm_insert_line: '\u001b[%p1%dL', - parm_left_cursor: '\u001b[%p1%dD', - parm_right_cursor: '\u001b[%p1%dC', - parm_rindex: '\u001b[%p1%dT', - parm_up_cursor: '\u001b[%p1%dA', - print_screen: '\u001b[i', - prtr_off: '\u001b[4i', - prtr_on: '\u001b[5i', - repeat_char: '%p1%c\u001b[%p2%{1}%-%db', - reset_1string: '\u001bc\u001b]104\u0007', - reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - restore_cursor: '\u001b8', - row_address: '\u001b[%i%p1%dd', - save_cursor: '\u001b7', - scroll_forward: '\n', - scroll_reverse: '\u001bM', - set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', - set_tab: '\u001bH', - tab: '\t', - key_b2: '\u001bOE', - acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', - key_btab: '\u001b[Z', - enter_am_mode: '\u001b[?7h', - exit_am_mode: '\u001b[?7l', - key_end: '\u001bOF', - key_enter: '\u001bOM', - key_sdc: '\u001b[3;2~', - key_send: '\u001b[1;2F', - key_shome: '\u001b[1;2H', - key_sic: '\u001b[2;2~', - key_sleft: '\u001b[1;2D', - key_snext: '\u001b[6;2~', - key_sprevious: '\u001b[5;2~', - key_sright: '\u001b[1;2C', - key_f11: '\u001b[23~', - key_f12: '\u001b[24~', - key_f13: '\u001b[1;2P', - key_f14: '\u001b[1;2Q', - key_f15: '\u001b[1;2R', - key_f16: '\u001b[1;2S', - key_f17: '\u001b[15;2~', - key_f18: '\u001b[17;2~', - key_f19: '\u001b[18;2~', - key_f20: '\u001b[19;2~', - key_f21: '\u001b[20;2~', - key_f22: '\u001b[21;2~', - key_f23: '\u001b[23;2~', - key_f24: '\u001b[24;2~', - key_f25: '\u001b[1;5P', - key_f26: '\u001b[1;5Q', - key_f27: '\u001b[1;5R', - key_f28: '\u001b[1;5S', - key_f29: '\u001b[15;5~', - key_f30: '\u001b[17;5~', - key_f31: '\u001b[18;5~', - key_f32: '\u001b[19;5~', - key_f33: '\u001b[20;5~', - key_f34: '\u001b[21;5~', - key_f35: '\u001b[23;5~', - key_f36: '\u001b[24;5~', - key_f37: '\u001b[1;6P', - key_f38: '\u001b[1;6Q', - key_f39: '\u001b[1;6R', - key_f40: '\u001b[1;6S', - key_f41: '\u001b[15;6~', - key_f42: '\u001b[17;6~', - key_f43: '\u001b[18;6~', - key_f44: '\u001b[19;6~', - key_f45: '\u001b[20;6~', - key_f46: '\u001b[21;6~', - key_f47: '\u001b[23;6~', - key_f48: '\u001b[24;6~', - key_f49: '\u001b[1;3P', - key_f50: '\u001b[1;3Q', - key_f51: '\u001b[1;3R', - key_f52: '\u001b[1;3S', - key_f53: '\u001b[15;3~', - key_f54: '\u001b[17;3~', - key_f55: '\u001b[18;3~', - key_f56: '\u001b[19;3~', - key_f57: '\u001b[20;3~', - key_f58: '\u001b[21;3~', - key_f59: '\u001b[23;3~', - key_f60: '\u001b[24;3~', - key_f61: '\u001b[1;4P', - key_f62: '\u001b[1;4Q', - key_f63: '\u001b[1;4R', - clr_bol: '\u001b[1K', - user6: '\u001b[%i%d;%dR', - user7: '\u001b[6n', - user8: '\u001b[?%[;0123456789]c', - user9: '\u001b[c', - orig_pair: '\u001b[39;49m', - orig_colors: '\u001b]104\u0007', - initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', - enter_italics_mode: '\u001b[3m', - exit_italics_mode: '\u001b[23m', - key_mouse: '\u001b[M', - set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', - set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', - memory_lock: '\u001bl', - memory_unlock: '\u001bm', - Cr: '\u001b]112\u0007', - Cs: '\u001b]12;%p1%s\u0007', - E3: '\u001b[3J', - Ms: '\u001b]52;%p1%s;%p2%s\u0007', - Se: '\u001b[2 q', - Ss: '\u001b[%p1%d q', - kDC3: '\u001b[3;3~', - kDC4: '\u001b[3;4~', - kDC5: '\u001b[3;5~', - kDC6: '\u001b[3;6~', - kDC7: '\u001b[3;7~', - kDN: '\u001b[1;2B', - kDN3: '\u001b[1;3B', - kDN4: '\u001b[1;4B', - kDN5: '\u001b[1;5B', - kDN6: '\u001b[1;6B', - kDN7: '\u001b[1;7B', - kEND3: '\u001b[1;3F', - kEND4: '\u001b[1;4F', - kEND5: '\u001b[1;5F', - kEND6: '\u001b[1;6F', - kEND7: '\u001b[1;7F', - kHOM3: '\u001b[1;3H', - kHOM4: '\u001b[1;4H', - kHOM5: '\u001b[1;5H', - kHOM6: '\u001b[1;6H', - kHOM7: '\u001b[1;7H', - kIC3: '\u001b[2;3~', - kIC4: '\u001b[2;4~', - kIC5: '\u001b[2;5~', - kIC6: '\u001b[2;6~', - kIC7: '\u001b[2;7~', - kLFT3: '\u001b[1;3D', - kLFT4: '\u001b[1;4D', - kLFT5: '\u001b[1;5D', - kLFT6: '\u001b[1;6D', - kLFT7: '\u001b[1;7D', - kNXT3: '\u001b[6;3~', - kNXT4: '\u001b[6;4~', - kNXT5: '\u001b[6;5~', - kNXT6: '\u001b[6;6~', - kNXT7: '\u001b[6;7~', - kPRV3: '\u001b[5;3~', - kPRV4: '\u001b[5;4~', - kPRV5: '\u001b[5;5~', - kPRV6: '\u001b[5;6~', - kPRV7: '\u001b[5;7~', - kRIT3: '\u001b[1;3C', - kRIT4: '\u001b[1;4C', - kRIT5: '\u001b[1;5C', - kRIT6: '\u001b[1;6C', - kRIT7: '\u001b[1;7C', - kUP: '\u001b[1;2A', - kUP3: '\u001b[1;3A', - kUP4: '\u001b[1;4A', - kUP5: '\u001b[1;5A', - kUP6: '\u001b[1;6A', - kUP7: '\u001b[1;7A', - ka2: '', - kb1: '', - kb3: '', - kc2: '', - rmxx: '\u001b[29m', - smxx: '\u001b[9m' }, - features: - { unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - padding: true, - setbuf: true, - acsc: [Object], - acscr: [Object] }, - unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - setbuf: true, - acscr: - { '◆': '`', - '▒': 'a', - '°': 'f', - '±': 'g', - '\u000b': 'i', - '┘': 'j', - '┐': 'k', - '┌': 'l', - '└': 'm', - '┼': 'n', - '⎺': 'o', - '⎻': 'p', - '─': 'q', - '⎼': 'r', - '⎽': 's', - '├': 't', - '┤': 'u', - '┴': 'v', - '┬': 'w', - '│': 'x', - '≤': 'y', - '≥': 'z', - 'π': '{', - '≠': '|', - '£': '}', - '·': '~' }, - _newHandler: [Function: fn], - isAlt: true, - cursorHidden: true, - _currentMouse: { sgrMouse: true, cellMotion: true, allMotion: true }, - mouseEnabled: true, - _boundMouse: true }, - tput: - Tput { - options: - { terminal: 'xterm-256color', - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - forceUnicode: undefined }, - terminal: 'xterm-256color', - debug: undefined, - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - error: null, - terminfoPrefix: undefined, - terminfoFile: undefined, - termcapFile: undefined, - auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function], - bell: [Function], - carriage_return: [Function], - change_scroll_region: [Function], - clear_all_tabs: [Function], - clear_screen: [Function], - clr_eol: [Function], - clr_eos: [Function], - column_address: [Function], - cursor_address: [Function], - cursor_down: [Function], - cursor_home: [Function], - cursor_invisible: [Function], - cursor_left: [Function], - cursor_normal: [Function], - cursor_right: [Function], - cursor_up: [Function], - cursor_visible: [Function], - delete_character: [Function], - delete_line: [Function], - enter_alt_charset_mode: [Function], - enter_blink_mode: [Function], - enter_bold_mode: [Function], - enter_ca_mode: [Function], - enter_dim_mode: [Function], - enter_insert_mode: [Function], - enter_secure_mode: [Function], - enter_reverse_mode: [Function], - enter_standout_mode: [Function], - enter_underline_mode: [Function], - erase_chars: [Function], - exit_alt_charset_mode: [Function], - exit_attribute_mode: [Function], - exit_ca_mode: [Function], - exit_insert_mode: [Function], - exit_standout_mode: [Function], - exit_underline_mode: [Function], - flash_screen: [Function], - init_2string: [Function], - insert_line: [Function], - key_backspace: [Function], - key_dc: [Function], - key_down: [Function], - key_f1: [Function], - key_f10: [Function], - key_f2: [Function], - key_f3: [Function], - key_f4: [Function], - key_f5: [Function], - key_f6: [Function], - key_f7: [Function], - key_f8: [Function], - key_f9: [Function], - key_home: [Function], - key_ic: [Function], - key_left: [Function], - key_npage: [Function], - key_ppage: [Function], - key_right: [Function], - key_sf: [Function], - key_sr: [Function], - key_up: [Function], - keypad_local: [Function], - keypad_xmit: [Function], - meta_off: [Function], - meta_on: [Function], - parm_dch: [Function], - parm_delete_line: [Function], - parm_down_cursor: [Function], - parm_ich: [Function], - parm_index: [Function], - parm_insert_line: [Function], - parm_left_cursor: [Function], - parm_right_cursor: [Function], - parm_rindex: [Function], - parm_up_cursor: [Function], - print_screen: [Function], - prtr_off: [Function], - prtr_on: [Function], - repeat_char: [Function], - reset_1string: [Function], - reset_2string: [Function], - restore_cursor: [Function], - row_address: [Function], - save_cursor: [Function], - scroll_forward: [Function], - scroll_reverse: [Function], - set_attributes: [Function], - set_tab: [Function], - tab: [Function], - key_b2: [Function], - acs_chars: [Function], - key_btab: [Function], - enter_am_mode: [Function], - exit_am_mode: [Function], - key_end: [Function], - key_enter: [Function], - key_sdc: [Function], - key_send: [Function], - key_shome: [Function], - key_sic: [Function], - key_sleft: [Function], - key_snext: [Function], - key_sprevious: [Function], - key_sright: [Function], - key_f11: [Function], - key_f12: [Function], - key_f13: [Function], - key_f14: [Function], - key_f15: [Function], - key_f16: [Function], - key_f17: [Function], - key_f18: [Function], - key_f19: [Function], - key_f20: [Function], - key_f21: [Function], - key_f22: [Function], - key_f23: [Function], - key_f24: [Function], - key_f25: [Function], - key_f26: [Function], - key_f27: [Function], - key_f28: [Function], - key_f29: [Function], - key_f30: [Function], - key_f31: [Function], - key_f32: [Function], - key_f33: [Function], - key_f34: [Function], - key_f35: [Function], - key_f36: [Function], - key_f37: [Function], - key_f38: [Function], - key_f39: [Function], - key_f40: [Function], - key_f41: [Function], - key_f42: [Function], - key_f43: [Function], - key_f44: [Function], - key_f45: [Function], - key_f46: [Function], - key_f47: [Function], - key_f48: [Function], - key_f49: [Function], - key_f50: [Function], - key_f51: [Function], - key_f52: [Function], - key_f53: [Function], - key_f54: [Function], - key_f55: [Function], - key_f56: [Function], - key_f57: [Function], - key_f58: [Function], - key_f59: [Function], - key_f60: [Function], - key_f61: [Function], - key_f62: [Function], - key_f63: [Function], - clr_bol: [Function], - user6: [Function], - user7: [Function], - user8: [Function], - user9: [Function], - orig_pair: [Function], - orig_colors: [Function], - initialize_color: [Function], - enter_italics_mode: [Function], - exit_italics_mode: [Function], - key_mouse: [Function], - set_a_foreground: [Function], - set_a_background: [Function], - memory_lock: [Function], - memory_unlock: [Function], - Cr: [Function], - Cs: [Function], - E3: [Function], - Ms: [Function], - Se: [Function], - Ss: [Function], - kDC3: [Function], - kDC4: [Function], - kDC5: [Function], - kDC6: [Function], - kDC7: [Function], - kDN: [Function], - kDN3: [Function], - kDN4: [Function], - kDN5: [Function], - kDN6: [Function], - kDN7: [Function], - kEND3: [Function], - kEND4: [Function], - kEND5: [Function], - kEND6: [Function], - kEND7: [Function], - kHOM3: [Function], - kHOM4: [Function], - kHOM5: [Function], - kHOM6: [Function], - kHOM7: [Function], - kIC3: [Function], - kIC4: [Function], - kIC5: [Function], - kIC6: [Function], - kIC7: [Function], - kLFT3: [Function], - kLFT4: [Function], - kLFT5: [Function], - kLFT6: [Function], - kLFT7: [Function], - kNXT3: [Function], - kNXT4: [Function], - kNXT5: [Function], - kNXT6: [Function], - kNXT7: [Function], - kPRV3: [Function], - kPRV4: [Function], - kPRV5: [Function], - kPRV6: [Function], - kPRV7: [Function], - kRIT3: [Function], - kRIT4: [Function], - kRIT5: [Function], - kRIT6: [Function], - kRIT7: [Function], - kUP: [Function], - kUP3: [Function], - kUP4: [Function], - kUP5: [Function], - kUP6: [Function], - kUP7: [Function], - ka2: [Function], - kb1: [Function], - kb3: [Function], - kc2: [Function], - rmxx: [Function], - smxx: [Function], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Function], - cursor_mem_address: [Function], - cursor_to_ll: [Function], - dis_status_line: [Function], - down_half_line: [Function], - enter_delete_mode: [Function], - enter_protected_mode: [Function], - exit_delete_mode: [Function], - form_feed: [Function], - from_status_line: [Function], - init_1string: [Function], - init_3string: [Function], - init_file: [Function], - insert_character: [Function], - insert_padding: [Function], - key_catab: [Function], - key_clear: [Function], - key_ctab: [Function], - key_dl: [Function], - key_eic: [Function], - key_eol: [Function], - key_eos: [Function], - key_f0: [Function], - key_il: [Function], - key_ll: [Function], - key_stab: [Function], - lab_f0: [Function], - lab_f1: [Function], - lab_f10: [Function], - lab_f2: [Function], - lab_f3: [Function], - lab_f4: [Function], - lab_f5: [Function], - lab_f6: [Function], - lab_f7: [Function], - lab_f8: [Function], - lab_f9: [Function], - newline: [Function], - pad_char: [Function], - pkey_key: [Function], - pkey_local: [Function], - pkey_xmit: [Function], - reset_3string: [Function], - reset_file: [Function], - set_window: [Function], - to_status_line: [Function], - underline_char: [Function], - up_half_line: [Function], - init_prog: [Function], - key_a1: [Function], - key_a3: [Function], - key_c1: [Function], - key_c3: [Function], - prtr_non: [Function], - char_padding: [Function], - plab_norm: [Function], - enter_xon_mode: [Function], - exit_xon_mode: [Function], - xon_character: [Function], - xoff_character: [Function], - ena_acs: [Function], - label_on: [Function], - label_off: [Function], - key_beg: [Function], - key_cancel: [Function], - key_close: [Function], - key_command: [Function], - key_copy: [Function], - key_create: [Function], - key_exit: [Function], - key_find: [Function], - key_help: [Function], - key_mark: [Function], - key_message: [Function], - key_move: [Function], - key_next: [Function], - key_open: [Function], - key_options: [Function], - key_previous: [Function], - key_print: [Function], - key_redo: [Function], - key_reference: [Function], - key_refresh: [Function], - key_replace: [Function], - key_restart: [Function], - key_resume: [Function], - key_save: [Function], - key_suspend: [Function], - key_undo: [Function], - key_sbeg: [Function], - key_scancel: [Function], - key_scommand: [Function], - key_scopy: [Function], - key_screate: [Function], - key_sdl: [Function], - key_select: [Function], - key_seol: [Function], - key_sexit: [Function], - key_sfind: [Function], - key_shelp: [Function], - key_smessage: [Function], - key_smove: [Function], - key_soptions: [Function], - key_sprint: [Function], - key_sredo: [Function], - key_sreplace: [Function], - key_srsume: [Function], - key_ssave: [Function], - key_ssuspend: [Function], - key_sundo: [Function], - req_for_input: [Function], - clear_margins: [Function], - set_left_margin: [Function], - set_right_margin: [Function], - label_format: [Function], - set_clock: [Function], - display_clock: [Function], - remove_clock: [Function], - create_window: [Function], - goto_window: [Function], - hangup: [Function], - dial_phone: [Function], - quick_dial: [Function], - tone: [Function], - pulse: [Function], - flash_hook: [Function], - fixed_pause: [Function], - wait_tone: [Function], - user0: [Function], - user1: [Function], - user2: [Function], - user3: [Function], - user4: [Function], - user5: [Function], - initialize_pair: [Function], - set_color_pair: [Function], - set_foreground: [Function], - set_background: [Function], - change_char_pitch: [Function], - change_line_pitch: [Function], - change_res_horz: [Function], - change_res_vert: [Function], - define_char: [Function], - enter_doublewide_mode: [Function], - enter_draft_quality: [Function], - enter_leftward_mode: [Function], - enter_micro_mode: [Function], - enter_near_letter_quality: [Function], - enter_normal_quality: [Function], - enter_shadow_mode: [Function], - enter_subscript_mode: [Function], - enter_superscript_mode: [Function], - enter_upward_mode: [Function], - exit_doublewide_mode: [Function], - exit_leftward_mode: [Function], - exit_micro_mode: [Function], - exit_shadow_mode: [Function], - exit_subscript_mode: [Function], - exit_superscript_mode: [Function], - exit_upward_mode: [Function], - micro_column_address: [Function], - micro_down: [Function], - micro_left: [Function], - micro_right: [Function], - micro_row_address: [Function], - micro_up: [Function], - order_of_pins: [Function], - parm_down_micro: [Function], - parm_left_micro: [Function], - parm_right_micro: [Function], - parm_up_micro: [Function], - select_char_set: [Function], - set_bottom_margin: [Function], - set_bottom_margin_parm: [Function], - set_left_margin_parm: [Function], - set_right_margin_parm: [Function], - set_top_margin: [Function], - set_top_margin_parm: [Function], - start_bit_image: [Function], - start_char_set_def: [Function], - stop_bit_image: [Function], - stop_char_set_def: [Function], - subscript_characters: [Function], - superscript_characters: [Function], - these_cause_cr: [Function], - zero_motion: [Function], - char_set_names: [Function], - mouse_info: [Function], - req_mouse_pos: [Function], - get_mouse: [Function], - pkey_plab: [Function], - device_type: [Function], - code_set_init: [Function], - set0_des_seq: [Function], - set1_des_seq: [Function], - set2_des_seq: [Function], - set3_des_seq: [Function], - set_lr_margin: [Function], - set_tb_margin: [Function], - bit_image_repeat: [Function], - bit_image_newline: [Function], - bit_image_carriage_return: [Function], - color_names: [Function], - define_bit_image_region: [Function], - end_bit_image_region: [Function], - set_color_band: [Function], - set_page_length: [Function], - display_pc_char: [Function], - enter_pc_charset_mode: [Function], - exit_pc_charset_mode: [Function], - enter_scancode_mode: [Function], - exit_scancode_mode: [Function], - pc_term_options: [Function], - scancode_escape: [Function], - alt_scancode_esc: [Function], - enter_horizontal_hl_mode: [Function], - enter_left_hl_mode: [Function], - enter_low_hl_mode: [Function], - enter_right_hl_mode: [Function], - enter_top_hl_mode: [Function], - enter_vertical_hl_mode: [Function], - set_a_attributes: [Function], - set_pglen_inch: [Function], - termcap_init2: [Function], - termcap_reset: [Function], - linefeed_if_not_lf: [Function], - backspace_if_not_bs: [Function], - other_non_function_keys: [Function], - arrow_key_map: [Function], - acs_ulcorner: [Function], - acs_llcorner: [Function], - acs_urcorner: [Function], - acs_lrcorner: [Function], - acs_ltee: [Function], - acs_rtee: [Function], - acs_btee: [Function], - acs_ttee: [Function], - acs_hline: [Function], - acs_vline: [Function], - acs_plus: [Function], - box_chars_1: [Function], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function], - bel: [Function], - cr: [Function], - csr: [Function], - tbc: [Function], - clear: [Function], - el: [Function], - ed: [Function], - hpa: [Function], - cup: [Function], - cud1: [Function], - home: [Function], - civis: [Function], - cub1: [Function], - cnorm: [Function], - cuf1: [Function], - cuu1: [Function], - cvvis: [Function], - dch1: [Function], - dl1: [Function], - smacs: [Function], - blink: [Function], - bold: [Function], - smcup: [Function], - dim: [Function], - smir: [Function], - invis: [Function], - rev: [Function], - smso: [Function], - smul: [Function], - ech: [Function], - rmacs: [Function], - sgr0: [Function], - rmcup: [Function], - rmir: [Function], - rmso: [Function], - rmul: [Function], - flash: [Function], - is2: [Function], - il1: [Function], - kbs: [Function], - kdch1: [Function], - kcud1: [Function], - kf1: [Function], - kf10: [Function], - kf2: [Function], - kf3: [Function], - kf4: [Function], - kf5: [Function], - kf6: [Function], - kf7: [Function], - kf8: [Function], - kf9: [Function], - khome: [Function], - kich1: [Function], - kcub1: [Function], - knp: [Function], - kpp: [Function], - kcuf1: [Function], - kind: [Function], - kri: [Function], - kcuu1: [Function], - rmkx: [Function], - smkx: [Function], - rmm: [Function], - smm: [Function], - dch: [Function], - dl: [Function], - cud: [Function], - ich: [Function], - indn: [Function], - il: [Function], - cub: [Function], - cuf: [Function], - rin: [Function], - cuu: [Function], - mc0: [Function], - mc4: [Function], - mc5: [Function], - rep: [Function], - rs1: [Function], - rs2: [Function], - rc: [Function], - vpa: [Function], - sc: [Function], - ind: [Function], - ri: [Function], - sgr: [Function], - hts: [Function], - ht: [Function], - kb2: [Function], - acsc: - { '`': '◆', - a: '▒', - f: '°', - g: '±', - i: '\u000b', - j: '┘', - k: '┐', - l: '┌', - m: '└', - n: '┼', - o: '⎺', - p: '⎻', - q: '─', - r: '⎼', - s: '⎽', - t: '├', - u: '┤', - v: '┴', - w: '┬', - x: '│', - y: '≤', - z: '≥', - '{': 'π', - '|': '≠', - '}': '£', - '~': '·' }, - kcbt: [Function], - smam: [Function], - rmam: [Function], - kend: [Function], - kent: [Function], - kDC: [Function], - kEND: [Function], - kHOM: [Function], - kIC: [Function], - kLFT: [Function], - kNXT: [Function], - kPRV: [Function], - kRIT: [Function], - kf11: [Function], - kf12: [Function], - kf13: [Function], - kf14: [Function], - kf15: [Function], - kf16: [Function], - kf17: [Function], - kf18: [Function], - kf19: [Function], - kf20: [Function], - kf21: [Function], - kf22: [Function], - kf23: [Function], - kf24: [Function], - kf25: [Function], - kf26: [Function], - kf27: [Function], - kf28: [Function], - kf29: [Function], - kf30: [Function], - kf31: [Function], - kf32: [Function], - kf33: [Function], - kf34: [Function], - kf35: [Function], - kf36: [Function], - kf37: [Function], - kf38: [Function], - kf39: [Function], - kf40: [Function], - kf41: [Function], - kf42: [Function], - kf43: [Function], - kf44: [Function], - kf45: [Function], - kf46: [Function], - kf47: [Function], - kf48: [Function], - kf49: [Function], - kf50: [Function], - kf51: [Function], - kf52: [Function], - kf53: [Function], - kf54: [Function], - kf55: [Function], - kf56: [Function], - kf57: [Function], - kf58: [Function], - kf59: [Function], - kf60: [Function], - kf61: [Function], - kf62: [Function], - kf63: [Function], - el1: [Function], - u6: [Function], - u7: [Function], - u8: [Function], - u9: [Function], - op: [Function], - oc: [Function], - initc: [Function], - sitm: [Function], - ritm: [Function], - kmous: [Function], - setaf: [Function], - setab: [Function], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Function], - mrcup: [Function], - ll: [Function], - dsl: [Function], - hd: [Function], - smdc: [Function], - prot: [Function], - rmdc: [Function], - ff: [Function], - fsl: [Function], - is1: [Function], - is3: [Function], - if: [Function], - ich1: [Function], - ip: [Function], - ktbc: [Function], - kclr: [Function], - kctab: [Function], - kdl1: [Function], - krmir: [Function], - kel: [Function], - ked: [Function], - kf0: [Function], - kil1: [Function], - kll: [Function], - khts: [Function], - lf0: [Function], - lf1: [Function], - lf10: [Function], - lf2: [Function], - lf3: [Function], - lf4: [Function], - lf5: [Function], - lf6: [Function], - lf7: [Function], - lf8: [Function], - lf9: [Function], - nel: [Function], - pad: [Function], - pfkey: [Function], - pfloc: [Function], - pfx: [Function], - rs3: [Function], - rf: [Function], - wind: [Function], - tsl: [Function], - uc: [Function], - hu: [Function], - iprog: [Function], - ka1: [Function], - ka3: [Function], - kc1: [Function], - kc3: [Function], - mc5p: [Function], - rmp: [Function], - pln: [Function], - smxon: [Function], - rmxon: [Function], - xonc: [Function], - xoffc: [Function], - enacs: [Function], - smln: [Function], - rmln: [Function], - kbeg: [Function], - kcan: [Function], - kclo: [Function], - kcmd: [Function], - kcpy: [Function], - kcrt: [Function], - kext: [Function], - kfnd: [Function], - khlp: [Function], - kmrk: [Function], - kmsg: [Function], - kmov: [Function], - knxt: [Function], - kopn: [Function], - kopt: [Function], - kprv: [Function], - kprt: [Function], - krdo: [Function], - kref: [Function], - krfr: [Function], - krpl: [Function], - krst: [Function], - kres: [Function], - ksav: [Function], - kspd: [Function], - kund: [Function], - kBEG: [Function], - kCAN: [Function], - kCMD: [Function], - kCPY: [Function], - kCRT: [Function], - kDL: [Function], - kslt: [Function], - kEOL: [Function], - kEXT: [Function], - kFND: [Function], - kHLP: [Function], - kMSG: [Function], - kMOV: [Function], - kOPT: [Function], - kPRT: [Function], - kRDO: [Function], - kRPL: [Function], - kRES: [Function], - kSAV: [Function], - kSPD: [Function], - kUND: [Function], - rfi: [Function], - mgc: [Function], - smgl: [Function], - smgr: [Function], - fln: [Function], - sclk: [Function], - dclk: [Function], - rmclk: [Function], - cwin: [Function], - wingo: [Function], - hup: [Function], - dial: [Function], - qdial: [Function], - hook: [Function], - pause: [Function], - wait: [Function], - u0: [Function], - u1: [Function], - u2: [Function], - u3: [Function], - u4: [Function], - u5: [Function], - initp: [Function], - scp: [Function], - setf: [Function], - setb: [Function], - cpi: [Function], - lpi: [Function], - chr: [Function], - cvr: [Function], - defc: [Function], - swidm: [Function], - sdrfq: [Function], - slm: [Function], - smicm: [Function], - snlq: [Function], - snrmq: [Function], - sshm: [Function], - ssubm: [Function], - ssupm: [Function], - sum: [Function], - rwidm: [Function], - rlm: [Function], - rmicm: [Function], - rshm: [Function], - rsubm: [Function], - rsupm: [Function], - rum: [Function], - mhpa: [Function], - mcud1: [Function], - mcub1: [Function], - mcuf1: [Function], - mvpa: [Function], - mcuu1: [Function], - porder: [Function], - mcud: [Function], - mcub: [Function], - mcuf: [Function], - mcuu: [Function], - scs: [Function], - smgb: [Function], - smgbp: [Function], - smglp: [Function], - smgrp: [Function], - smgt: [Function], - smgtp: [Function], - sbim: [Function], - scsd: [Function], - rbim: [Function], - rcsd: [Function], - subcs: [Function], - supcs: [Function], - docr: [Function], - zerom: [Function], - csnm: [Function], - minfo: [Function], - reqmp: [Function], - getm: [Function], - pfxl: [Function], - devt: [Function], - csin: [Function], - s0ds: [Function], - s1ds: [Function], - s2ds: [Function], - s3ds: [Function], - smglr: [Function], - smgtb: [Function], - birep: [Function], - binel: [Function], - bicr: [Function], - colornm: [Function], - defbi: [Function], - endbi: [Function], - setcolor: [Function], - slines: [Function], - dispc: [Function], - smpch: [Function], - rmpch: [Function], - smsc: [Function], - rmsc: [Function], - pctrm: [Function], - scesc: [Function], - scesa: [Function], - ehhlm: [Function], - elhlm: [Function], - elohlm: [Function], - erhlm: [Function], - ethlm: [Function], - evhlm: [Function], - sgr1: [Function], - slength: [Function], - info: - { header: [Object], - name: 'xterm-256color', - names: [Array], - desc: 'xterm with 256 colors', - dir: '/lib/terminfo', - file: '/lib/terminfo/x/xterm-256color', - bools: [Object], - numbers: [Object], - strings: [Object], - features: [Object], - all: [Object], - methods: [Object] }, - all: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: '\u001b[Z', - bell: '\u0007', - carriage_return: '\r', - change_scroll_region: '\u001b[%i%p1%d;%p2%dr', - clear_all_tabs: '\u001b[3g', - clear_screen: '\u001b[H\u001b[2J', - clr_eol: '\u001b[K', - clr_eos: '\u001b[J', - column_address: '\u001b[%i%p1%dG', - cursor_address: '\u001b[%i%p1%d;%p2%dH', - cursor_down: '\n', - cursor_home: '\u001b[H', - cursor_invisible: '\u001b[?25l', - cursor_left: '\b', - cursor_normal: '\u001b[?12l\u001b[?25h', - cursor_right: '\u001b[C', - cursor_up: '\u001b[A', - cursor_visible: '\u001b[?12;25h', - delete_character: '\u001b[P', - delete_line: '\u001b[M', - enter_alt_charset_mode: '\u001b(0', - enter_blink_mode: '\u001b[5m', - enter_bold_mode: '\u001b[1m', - enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', - enter_dim_mode: '\u001b[2m', - enter_insert_mode: '\u001b[4h', - enter_secure_mode: '\u001b[8m', - enter_reverse_mode: '\u001b[7m', - enter_standout_mode: '\u001b[7m', - enter_underline_mode: '\u001b[4m', - erase_chars: '\u001b[%p1%dX', - exit_alt_charset_mode: '\u001b(B', - exit_attribute_mode: '\u001b(B\u001b[m', - exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', - exit_insert_mode: '\u001b[4l', - exit_standout_mode: '\u001b[27m', - exit_underline_mode: '\u001b[24m', - flash_screen: '\u001b[?5h$<100/>\u001b[?5l', - init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - insert_line: '\u001b[L', - key_backspace: '', - key_dc: '\u001b[3~', - key_down: '\u001bOB', - key_f1: '\u001bOP', - key_f10: '\u001b[21~', - key_f2: '\u001bOQ', - key_f3: '\u001bOR', - key_f4: '\u001bOS', - key_f5: '\u001b[15~', - key_f6: '\u001b[17~', - key_f7: '\u001b[18~', - key_f8: '\u001b[19~', - key_f9: '\u001b[20~', - key_home: '\u001bOH', - key_ic: '\u001b[2~', - key_left: '\u001bOD', - key_npage: '\u001b[6~', - key_ppage: '\u001b[5~', - key_right: '\u001bOC', - key_sf: '\u001b[1;2B', - key_sr: '\u001b[1;2A', - key_up: '\u001bOA', - keypad_local: '\u001b[?1l\u001b>', - keypad_xmit: '\u001b[?1h\u001b=', - meta_off: '\u001b[?1034l', - meta_on: '\u001b[?1034h', - parm_dch: '\u001b[%p1%dP', - parm_delete_line: '\u001b[%p1%dM', - parm_down_cursor: '\u001b[%p1%dB', - parm_ich: '\u001b[%p1%d@', - parm_index: '\u001b[%p1%dS', - parm_insert_line: '\u001b[%p1%dL', - parm_left_cursor: '\u001b[%p1%dD', - parm_right_cursor: '\u001b[%p1%dC', - parm_rindex: '\u001b[%p1%dT', - parm_up_cursor: '\u001b[%p1%dA', - print_screen: '\u001b[i', - prtr_off: '\u001b[4i', - prtr_on: '\u001b[5i', - repeat_char: '%p1%c\u001b[%p2%{1}%-%db', - reset_1string: '\u001bc\u001b]104\u0007', - reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - restore_cursor: '\u001b8', - row_address: '\u001b[%i%p1%dd', - save_cursor: '\u001b7', - scroll_forward: '\n', - scroll_reverse: '\u001bM', - set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', - set_tab: '\u001bH', - tab: '\t', - key_b2: '\u001bOE', - acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', - key_btab: '\u001b[Z', - enter_am_mode: '\u001b[?7h', - exit_am_mode: '\u001b[?7l', - key_end: '\u001bOF', - key_enter: '\u001bOM', - key_sdc: '\u001b[3;2~', - key_send: '\u001b[1;2F', - key_shome: '\u001b[1;2H', - key_sic: '\u001b[2;2~', - key_sleft: '\u001b[1;2D', - key_snext: '\u001b[6;2~', - key_sprevious: '\u001b[5;2~', - key_sright: '\u001b[1;2C', - key_f11: '\u001b[23~', - key_f12: '\u001b[24~', - key_f13: '\u001b[1;2P', - key_f14: '\u001b[1;2Q', - key_f15: '\u001b[1;2R', - key_f16: '\u001b[1;2S', - key_f17: '\u001b[15;2~', - key_f18: '\u001b[17;2~', - key_f19: '\u001b[18;2~', - key_f20: '\u001b[19;2~', - key_f21: '\u001b[20;2~', - key_f22: '\u001b[21;2~', - key_f23: '\u001b[23;2~', - key_f24: '\u001b[24;2~', - key_f25: '\u001b[1;5P', - key_f26: '\u001b[1;5Q', - key_f27: '\u001b[1;5R', - key_f28: '\u001b[1;5S', - key_f29: '\u001b[15;5~', - key_f30: '\u001b[17;5~', - key_f31: '\u001b[18;5~', - key_f32: '\u001b[19;5~', - key_f33: '\u001b[20;5~', - key_f34: '\u001b[21;5~', - key_f35: '\u001b[23;5~', - key_f36: '\u001b[24;5~', - key_f37: '\u001b[1;6P', - key_f38: '\u001b[1;6Q', - key_f39: '\u001b[1;6R', - key_f40: '\u001b[1;6S', - key_f41: '\u001b[15;6~', - key_f42: '\u001b[17;6~', - key_f43: '\u001b[18;6~', - key_f44: '\u001b[19;6~', - key_f45: '\u001b[20;6~', - key_f46: '\u001b[21;6~', - key_f47: '\u001b[23;6~', - key_f48: '\u001b[24;6~', - key_f49: '\u001b[1;3P', - key_f50: '\u001b[1;3Q', - key_f51: '\u001b[1;3R', - key_f52: '\u001b[1;3S', - key_f53: '\u001b[15;3~', - key_f54: '\u001b[17;3~', - key_f55: '\u001b[18;3~', - key_f56: '\u001b[19;3~', - key_f57: '\u001b[20;3~', - key_f58: '\u001b[21;3~', - key_f59: '\u001b[23;3~', - key_f60: '\u001b[24;3~', - key_f61: '\u001b[1;4P', - key_f62: '\u001b[1;4Q', - key_f63: '\u001b[1;4R', - clr_bol: '\u001b[1K', - user6: '\u001b[%i%d;%dR', - user7: '\u001b[6n', - user8: '\u001b[?%[;0123456789]c', - user9: '\u001b[c', - orig_pair: '\u001b[39;49m', - orig_colors: '\u001b]104\u0007', - initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', - enter_italics_mode: '\u001b[3m', - exit_italics_mode: '\u001b[23m', - key_mouse: '\u001b[M', - set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', - set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', - memory_lock: '\u001bl', - memory_unlock: '\u001bm', - Cr: '\u001b]112\u0007', - Cs: '\u001b]12;%p1%s\u0007', - E3: '\u001b[3J', - Ms: '\u001b]52;%p1%s;%p2%s\u0007', - Se: '\u001b[2 q', - Ss: '\u001b[%p1%d q', - kDC3: '\u001b[3;3~', - kDC4: '\u001b[3;4~', - kDC5: '\u001b[3;5~', - kDC6: '\u001b[3;6~', - kDC7: '\u001b[3;7~', - kDN: '\u001b[1;2B', - kDN3: '\u001b[1;3B', - kDN4: '\u001b[1;4B', - kDN5: '\u001b[1;5B', - kDN6: '\u001b[1;6B', - kDN7: '\u001b[1;7B', - kEND3: '\u001b[1;3F', - kEND4: '\u001b[1;4F', - kEND5: '\u001b[1;5F', - kEND6: '\u001b[1;6F', - kEND7: '\u001b[1;7F', - kHOM3: '\u001b[1;3H', - kHOM4: '\u001b[1;4H', - kHOM5: '\u001b[1;5H', - kHOM6: '\u001b[1;6H', - kHOM7: '\u001b[1;7H', - kIC3: '\u001b[2;3~', - kIC4: '\u001b[2;4~', - kIC5: '\u001b[2;5~', - kIC6: '\u001b[2;6~', - kIC7: '\u001b[2;7~', - kLFT3: '\u001b[1;3D', - kLFT4: '\u001b[1;4D', - kLFT5: '\u001b[1;5D', - kLFT6: '\u001b[1;6D', - kLFT7: '\u001b[1;7D', - kNXT3: '\u001b[6;3~', - kNXT4: '\u001b[6;4~', - kNXT5: '\u001b[6;5~', - kNXT6: '\u001b[6;6~', - kNXT7: '\u001b[6;7~', - kPRV3: '\u001b[5;3~', - kPRV4: '\u001b[5;4~', - kPRV5: '\u001b[5;5~', - kPRV6: '\u001b[5;6~', - kPRV7: '\u001b[5;7~', - kRIT3: '\u001b[1;3C', - kRIT4: '\u001b[1;4C', - kRIT5: '\u001b[1;5C', - kRIT6: '\u001b[1;6C', - kRIT7: '\u001b[1;7C', - kUP: '\u001b[1;2A', - kUP3: '\u001b[1;3A', - kUP4: '\u001b[1;4A', - kUP5: '\u001b[1;5A', - kUP6: '\u001b[1;6A', - kUP7: '\u001b[1;7A', - ka2: '', - kb1: '', - kb3: '', - kc2: '', - rmxx: '\u001b[29m', - smxx: '\u001b[9m' }, - methods: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function: anonymous], - bell: [Function: anonymous], - carriage_return: [Function: anonymous], - change_scroll_region: [Function: anonymous], - clear_all_tabs: [Function: anonymous], - clear_screen: [Function: anonymous], - clr_eol: [Function: anonymous], - clr_eos: [Function: anonymous], - column_address: [Function: anonymous], - cursor_address: [Function: anonymous], - cursor_down: [Function: anonymous], - cursor_home: [Function: anonymous], - cursor_invisible: [Function: anonymous], - cursor_left: [Function: anonymous], - cursor_normal: [Function: anonymous], - cursor_right: [Function: anonymous], - cursor_up: [Function: anonymous], - cursor_visible: [Function: anonymous], - delete_character: [Function: anonymous], - delete_line: [Function: anonymous], - enter_alt_charset_mode: [Function: anonymous], - enter_blink_mode: [Function: anonymous], - enter_bold_mode: [Function: anonymous], - enter_ca_mode: [Function: anonymous], - enter_dim_mode: [Function: anonymous], - enter_insert_mode: [Function: anonymous], - enter_secure_mode: [Function: anonymous], - enter_reverse_mode: [Function: anonymous], - enter_standout_mode: [Function: anonymous], - enter_underline_mode: [Function: anonymous], - erase_chars: [Function: anonymous], - exit_alt_charset_mode: [Function: anonymous], - exit_attribute_mode: [Function: anonymous], - exit_ca_mode: [Function: anonymous], - exit_insert_mode: [Function: anonymous], - exit_standout_mode: [Function: anonymous], - exit_underline_mode: [Function: anonymous], - flash_screen: [Function: anonymous], - init_2string: [Function: anonymous], - insert_line: [Function: anonymous], - key_backspace: [Function: anonymous], - key_dc: [Function: anonymous], - key_down: [Function: anonymous], - key_f1: [Function: anonymous], - key_f10: [Function: anonymous], - key_f2: [Function: anonymous], - key_f3: [Function: anonymous], - key_f4: [Function: anonymous], - key_f5: [Function: anonymous], - key_f6: [Function: anonymous], - key_f7: [Function: anonymous], - key_f8: [Function: anonymous], - key_f9: [Function: anonymous], - key_home: [Function: anonymous], - key_ic: [Function: anonymous], - key_left: [Function: anonymous], - key_npage: [Function: anonymous], - key_ppage: [Function: anonymous], - key_right: [Function: anonymous], - key_sf: [Function: anonymous], - key_sr: [Function: anonymous], - key_up: [Function: anonymous], - keypad_local: [Function: anonymous], - keypad_xmit: [Function: anonymous], - meta_off: [Function: anonymous], - meta_on: [Function: anonymous], - parm_dch: [Function: anonymous], - parm_delete_line: [Function: anonymous], - parm_down_cursor: [Function: anonymous], - parm_ich: [Function: anonymous], - parm_index: [Function: anonymous], - parm_insert_line: [Function: anonymous], - parm_left_cursor: [Function: anonymous], - parm_right_cursor: [Function: anonymous], - parm_rindex: [Function: anonymous], - parm_up_cursor: [Function: anonymous], - print_screen: [Function: anonymous], - prtr_off: [Function: anonymous], - prtr_on: [Function: anonymous], - repeat_char: [Function: anonymous], - reset_1string: [Function: anonymous], - reset_2string: [Function: anonymous], - restore_cursor: [Function: anonymous], - row_address: [Function: anonymous], - save_cursor: [Function: anonymous], - scroll_forward: [Function: anonymous], - scroll_reverse: [Function: anonymous], - set_attributes: [Function: anonymous], - set_tab: [Function: anonymous], - tab: [Function: anonymous], - key_b2: [Function: anonymous], - acs_chars: [Function: anonymous], - key_btab: [Function: anonymous], - enter_am_mode: [Function: anonymous], - exit_am_mode: [Function: anonymous], - key_end: [Function: anonymous], - key_enter: [Function: anonymous], - key_sdc: [Function: anonymous], - key_send: [Function: anonymous], - key_shome: [Function: anonymous], - key_sic: [Function: anonymous], - key_sleft: [Function: anonymous], - key_snext: [Function: anonymous], - key_sprevious: [Function: anonymous], - key_sright: [Function: anonymous], - key_f11: [Function: anonymous], - key_f12: [Function: anonymous], - key_f13: [Function: anonymous], - key_f14: [Function: anonymous], - key_f15: [Function: anonymous], - key_f16: [Function: anonymous], - key_f17: [Function: anonymous], - key_f18: [Function: anonymous], - key_f19: [Function: anonymous], - key_f20: [Function: anonymous], - key_f21: [Function: anonymous], - key_f22: [Function: anonymous], - key_f23: [Function: anonymous], - key_f24: [Function: anonymous], - key_f25: [Function: anonymous], - key_f26: [Function: anonymous], - key_f27: [Function: anonymous], - key_f28: [Function: anonymous], - key_f29: [Function: anonymous], - key_f30: [Function: anonymous], - key_f31: [Function: anonymous], - key_f32: [Function: anonymous], - key_f33: [Function: anonymous], - key_f34: [Function: anonymous], - key_f35: [Function: anonymous], - key_f36: [Function: anonymous], - key_f37: [Function: anonymous], - key_f38: [Function: anonymous], - key_f39: [Function: anonymous], - key_f40: [Function: anonymous], - key_f41: [Function: anonymous], - key_f42: [Function: anonymous], - key_f43: [Function: anonymous], - key_f44: [Function: anonymous], - key_f45: [Function: anonymous], - key_f46: [Function: anonymous], - key_f47: [Function: anonymous], - key_f48: [Function: anonymous], - key_f49: [Function: anonymous], - key_f50: [Function: anonymous], - key_f51: [Function: anonymous], - key_f52: [Function: anonymous], - key_f53: [Function: anonymous], - key_f54: [Function: anonymous], - key_f55: [Function: anonymous], - key_f56: [Function: anonymous], - key_f57: [Function: anonymous], - key_f58: [Function: anonymous], - key_f59: [Function: anonymous], - key_f60: [Function: anonymous], - key_f61: [Function: anonymous], - key_f62: [Function: anonymous], - key_f63: [Function: anonymous], - clr_bol: [Function: anonymous], - user6: [Function: anonymous], - user7: [Function: anonymous], - user8: [Function: anonymous], - user9: [Function: anonymous], - orig_pair: [Function: anonymous], - orig_colors: [Function: anonymous], - initialize_color: [Function: bound anonymous], - enter_italics_mode: [Function: anonymous], - exit_italics_mode: [Function: anonymous], - key_mouse: [Function: anonymous], - set_a_foreground: [Function: anonymous], - set_a_background: [Function: anonymous], - memory_lock: [Function: anonymous], - memory_unlock: [Function: anonymous], - Cr: [Function: anonymous], - Cs: [Function: anonymous], - E3: [Function: anonymous], - Ms: [Function: anonymous], - Se: [Function: anonymous], - Ss: [Function: anonymous], - kDC3: [Function: anonymous], - kDC4: [Function: anonymous], - kDC5: [Function: anonymous], - kDC6: [Function: anonymous], - kDC7: [Function: anonymous], - kDN: [Function: anonymous], - kDN3: [Function: anonymous], - kDN4: [Function: anonymous], - kDN5: [Function: anonymous], - kDN6: [Function: anonymous], - kDN7: [Function: anonymous], - kEND3: [Function: anonymous], - kEND4: [Function: anonymous], - kEND5: [Function: anonymous], - kEND6: [Function: anonymous], - kEND7: [Function: anonymous], - kHOM3: [Function: anonymous], - kHOM4: [Function: anonymous], - kHOM5: [Function: anonymous], - kHOM6: [Function: anonymous], - kHOM7: [Function: anonymous], - kIC3: [Function: anonymous], - kIC4: [Function: anonymous], - kIC5: [Function: anonymous], - kIC6: [Function: anonymous], - kIC7: [Function: anonymous], - kLFT3: [Function: anonymous], - kLFT4: [Function: anonymous], - kLFT5: [Function: anonymous], - kLFT6: [Function: anonymous], - kLFT7: [Function: anonymous], - kNXT3: [Function: anonymous], - kNXT4: [Function: anonymous], - kNXT5: [Function: anonymous], - kNXT6: [Function: anonymous], - kNXT7: [Function: anonymous], - kPRV3: [Function: anonymous], - kPRV4: [Function: anonymous], - kPRV5: [Function: anonymous], - kPRV6: [Function: anonymous], - kPRV7: [Function: anonymous], - kRIT3: [Function: anonymous], - kRIT4: [Function: anonymous], - kRIT5: [Function: anonymous], - kRIT6: [Function: anonymous], - kRIT7: [Function: anonymous], - kUP: [Function: anonymous], - kUP3: [Function: anonymous], - kUP4: [Function: anonymous], - kUP5: [Function: anonymous], - kUP6: [Function: anonymous], - kUP7: [Function: anonymous], - ka2: [Object], - kb1: [Object], - kb3: [Object], - kc2: [Object], - rmxx: [Function: anonymous], - smxx: [Function: anonymous], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Object], - cursor_mem_address: [Object], - cursor_to_ll: [Object], - dis_status_line: [Object], - down_half_line: [Object], - enter_delete_mode: [Object], - enter_protected_mode: [Object], - exit_delete_mode: [Object], - form_feed: [Object], - from_status_line: [Object], - init_1string: [Object], - init_3string: [Object], - init_file: [Object], - insert_character: [Object], - insert_padding: [Object], - key_catab: [Object], - key_clear: [Object], - key_ctab: [Object], - key_dl: [Object], - key_eic: [Object], - key_eol: [Object], - key_eos: [Object], - key_f0: [Object], - key_il: [Object], - key_ll: [Object], - key_stab: [Object], - lab_f0: [Object], - lab_f1: [Object], - lab_f10: [Object], - lab_f2: [Object], - lab_f3: [Object], - lab_f4: [Object], - lab_f5: [Object], - lab_f6: [Object], - lab_f7: [Object], - lab_f8: [Object], - lab_f9: [Object], - newline: [Object], - pad_char: [Object], - pkey_key: [Object], - pkey_local: [Object], - pkey_xmit: [Object], - reset_3string: [Object], - reset_file: [Object], - set_window: [Object], - to_status_line: [Object], - underline_char: [Object], - up_half_line: [Object], - init_prog: [Object], - key_a1: [Object], - key_a3: [Object], - key_c1: [Object], - key_c3: [Object], - prtr_non: [Object], - char_padding: [Object], - plab_norm: [Object], - enter_xon_mode: [Object], - exit_xon_mode: [Object], - xon_character: [Object], - xoff_character: [Object], - ena_acs: [Object], - label_on: [Object], - label_off: [Object], - key_beg: [Object], - key_cancel: [Object], - key_close: [Object], - key_command: [Object], - key_copy: [Object], - key_create: [Object], - key_exit: [Object], - key_find: [Object], - key_help: [Object], - key_mark: [Object], - key_message: [Object], - key_move: [Object], - key_next: [Object], - key_open: [Object], - key_options: [Object], - key_previous: [Object], - key_print: [Object], - key_redo: [Object], - key_reference: [Object], - key_refresh: [Object], - key_replace: [Object], - key_restart: [Object], - key_resume: [Object], - key_save: [Object], - key_suspend: [Object], - key_undo: [Object], - key_sbeg: [Object], - key_scancel: [Object], - key_scommand: [Object], - key_scopy: [Object], - key_screate: [Object], - key_sdl: [Object], - key_select: [Object], - key_seol: [Object], - key_sexit: [Object], - key_sfind: [Object], - key_shelp: [Object], - key_smessage: [Object], - key_smove: [Object], - key_soptions: [Object], - key_sprint: [Object], - key_sredo: [Object], - key_sreplace: [Object], - key_srsume: [Object], - key_ssave: [Object], - key_ssuspend: [Object], - key_sundo: [Object], - req_for_input: [Object], - clear_margins: [Object], - set_left_margin: [Object], - set_right_margin: [Object], - label_format: [Object], - set_clock: [Object], - display_clock: [Object], - remove_clock: [Object], - create_window: [Object], - goto_window: [Object], - hangup: [Object], - dial_phone: [Object], - quick_dial: [Object], - tone: [Object], - pulse: [Object], - flash_hook: [Object], - fixed_pause: [Object], - wait_tone: [Object], - user0: [Object], - user1: [Object], - user2: [Object], - user3: [Object], - user4: [Object], - user5: [Object], - initialize_pair: [Object], - set_color_pair: [Object], - set_foreground: [Object], - set_background: [Object], - change_char_pitch: [Object], - change_line_pitch: [Object], - change_res_horz: [Object], - change_res_vert: [Object], - define_char: [Object], - enter_doublewide_mode: [Object], - enter_draft_quality: [Object], - enter_leftward_mode: [Object], - enter_micro_mode: [Object], - enter_near_letter_quality: [Object], - enter_normal_quality: [Object], - enter_shadow_mode: [Object], - enter_subscript_mode: [Object], - enter_superscript_mode: [Object], - enter_upward_mode: [Object], - exit_doublewide_mode: [Object], - exit_leftward_mode: [Object], - exit_micro_mode: [Object], - exit_shadow_mode: [Object], - exit_subscript_mode: [Object], - exit_superscript_mode: [Object], - exit_upward_mode: [Object], - micro_column_address: [Object], - micro_down: [Object], - micro_left: [Object], - micro_right: [Object], - micro_row_address: [Object], - micro_up: [Object], - order_of_pins: [Object], - parm_down_micro: [Object], - parm_left_micro: [Object], - parm_right_micro: [Object], - parm_up_micro: [Object], - select_char_set: [Object], - set_bottom_margin: [Object], - set_bottom_margin_parm: [Object], - set_left_margin_parm: [Object], - set_right_margin_parm: [Object], - set_top_margin: [Object], - set_top_margin_parm: [Object], - start_bit_image: [Object], - start_char_set_def: [Object], - stop_bit_image: [Object], - stop_char_set_def: [Object], - subscript_characters: [Object], - superscript_characters: [Object], - these_cause_cr: [Object], - zero_motion: [Object], - char_set_names: [Object], - mouse_info: [Object], - req_mouse_pos: [Object], - get_mouse: [Object], - pkey_plab: [Object], - device_type: [Object], - code_set_init: [Object], - set0_des_seq: [Object], - set1_des_seq: [Object], - set2_des_seq: [Object], - set3_des_seq: [Object], - set_lr_margin: [Object], - set_tb_margin: [Object], - bit_image_repeat: [Object], - bit_image_newline: [Object], - bit_image_carriage_return: [Object], - color_names: [Object], - define_bit_image_region: [Object], - end_bit_image_region: [Object], - set_color_band: [Object], - set_page_length: [Object], - display_pc_char: [Object], - enter_pc_charset_mode: [Object], - exit_pc_charset_mode: [Object], - enter_scancode_mode: [Object], - exit_scancode_mode: [Object], - pc_term_options: [Object], - scancode_escape: [Object], - alt_scancode_esc: [Object], - enter_horizontal_hl_mode: [Object], - enter_left_hl_mode: [Object], - enter_low_hl_mode: [Object], - enter_right_hl_mode: [Object], - enter_top_hl_mode: [Object], - enter_vertical_hl_mode: [Object], - set_a_attributes: [Object], - set_pglen_inch: [Object], - termcap_init2: [Object], - termcap_reset: [Object], - linefeed_if_not_lf: [Object], - backspace_if_not_bs: [Object], - other_non_function_keys: [Object], - arrow_key_map: [Object], - acs_ulcorner: [Object], - acs_llcorner: [Object], - acs_urcorner: [Object], - acs_lrcorner: [Object], - acs_ltee: [Object], - acs_rtee: [Object], - acs_btee: [Object], - acs_ttee: [Object], - acs_hline: [Object], - acs_vline: [Object], - acs_plus: [Object], - box_chars_1: [Object], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function: anonymous], - bel: [Function: anonymous], - cr: [Function: anonymous], - csr: [Function: anonymous], - tbc: [Function: anonymous], - clear: [Function: anonymous], - el: [Function: anonymous], - ed: [Function: anonymous], - hpa: [Function: anonymous], - cup: [Function: anonymous], - cud1: [Function: anonymous], - home: [Function: anonymous], - civis: [Function: anonymous], - cub1: [Function: anonymous], - cnorm: [Function: anonymous], - cuf1: [Function: anonymous], - cuu1: [Function: anonymous], - cvvis: [Function: anonymous], - dch1: [Function: anonymous], - dl1: [Function: anonymous], - smacs: [Function: anonymous], - blink: [Function: anonymous], - bold: [Function: anonymous], - smcup: [Function: anonymous], - dim: [Function: anonymous], - smir: [Function: anonymous], - invis: [Function: anonymous], - rev: [Function: anonymous], - smso: [Function: anonymous], - smul: [Function: anonymous], - ech: [Function: anonymous], - rmacs: [Function: anonymous], - sgr0: [Function: anonymous], - rmcup: [Function: anonymous], - rmir: [Function: anonymous], - rmso: [Function: anonymous], - rmul: [Function: anonymous], - flash: [Function: anonymous], - is2: [Function: anonymous], - il1: [Function: anonymous], - kbs: [Function: anonymous], - kdch1: [Function: anonymous], - kcud1: [Function: anonymous], - kf1: [Function: anonymous], - kf10: [Function: anonymous], - kf2: [Function: anonymous], - kf3: [Function: anonymous], - kf4: [Function: anonymous], - kf5: [Function: anonymous], - kf6: [Function: anonymous], - kf7: [Function: anonymous], - kf8: [Function: anonymous], - kf9: [Function: anonymous], - khome: [Function: anonymous], - kich1: [Function: anonymous], - kcub1: [Function: anonymous], - knp: [Function: anonymous], - kpp: [Function: anonymous], - kcuf1: [Function: anonymous], - kind: [Function: anonymous], - kri: [Function: anonymous], - kcuu1: [Function: anonymous], - rmkx: [Function: anonymous], - smkx: [Function: anonymous], - rmm: [Function: anonymous], - smm: [Function: anonymous], - dch: [Function: anonymous], - dl: [Function: anonymous], - cud: [Function: anonymous], - ich: [Function: anonymous], - indn: [Function: anonymous], - il: [Function: anonymous], - cub: [Function: anonymous], - cuf: [Function: anonymous], - rin: [Function: anonymous], - cuu: [Function: anonymous], - mc0: [Function: anonymous], - mc4: [Function: anonymous], - mc5: [Function: anonymous], - rep: [Function: anonymous], - rs1: [Function: anonymous], - rs2: [Function: anonymous], - rc: [Function: anonymous], - vpa: [Function: anonymous], - sc: [Function: anonymous], - ind: [Function: anonymous], - ri: [Function: anonymous], - sgr: [Function: anonymous], - hts: [Function: anonymous], - ht: [Function: anonymous], - kb2: [Function: anonymous], - acsc: [Function: anonymous], - kcbt: [Function: anonymous], - smam: [Function: anonymous], - rmam: [Function: anonymous], - kend: [Function: anonymous], - kent: [Function: anonymous], - kDC: [Function: anonymous], - kEND: [Function: anonymous], - kHOM: [Function: anonymous], - kIC: [Function: anonymous], - kLFT: [Function: anonymous], - kNXT: [Function: anonymous], - kPRV: [Function: anonymous], - kRIT: [Function: anonymous], - kf11: [Function: anonymous], - kf12: [Function: anonymous], - kf13: [Function: anonymous], - kf14: [Function: anonymous], - kf15: [Function: anonymous], - kf16: [Function: anonymous], - kf17: [Function: anonymous], - kf18: [Function: anonymous], - kf19: [Function: anonymous], - kf20: [Function: anonymous], - kf21: [Function: anonymous], - kf22: [Function: anonymous], - kf23: [Function: anonymous], - kf24: [Function: anonymous], - kf25: [Function: anonymous], - kf26: [Function: anonymous], - kf27: [Function: anonymous], - kf28: [Function: anonymous], - kf29: [Function: anonymous], - kf30: [Function: anonymous], - kf31: [Function: anonymous], - kf32: [Function: anonymous], - kf33: [Function: anonymous], - kf34: [Function: anonymous], - kf35: [Function: anonymous], - kf36: [Function: anonymous], - kf37: [Function: anonymous], - kf38: [Function: anonymous], - kf39: [Function: anonymous], - kf40: [Function: anonymous], - kf41: [Function: anonymous], - kf42: [Function: anonymous], - kf43: [Function: anonymous], - kf44: [Function: anonymous], - kf45: [Function: anonymous], - kf46: [Function: anonymous], - kf47: [Function: anonymous], - kf48: [Function: anonymous], - kf49: [Function: anonymous], - kf50: [Function: anonymous], - kf51: [Function: anonymous], - kf52: [Function: anonymous], - kf53: [Function: anonymous], - kf54: [Function: anonymous], - kf55: [Function: anonymous], - kf56: [Function: anonymous], - kf57: [Function: anonymous], - kf58: [Function: anonymous], - kf59: [Function: anonymous], - kf60: [Function: anonymous], - kf61: [Function: anonymous], - kf62: [Function: anonymous], - kf63: [Function: anonymous], - el1: [Function: anonymous], - u6: [Function: anonymous], - u7: [Function: anonymous], - u8: [Function: anonymous], - u9: [Function: anonymous], - op: [Function: anonymous], - oc: [Function: anonymous], - initc: [Function: bound anonymous], - sitm: [Function: anonymous], - ritm: [Function: anonymous], - kmous: [Function: anonymous], - setaf: [Function: anonymous], - setab: [Function: anonymous], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Object], - mrcup: [Object], - ll: [Object], - dsl: [Object], - hd: [Object], - smdc: [Object], - prot: [Object], - rmdc: [Object], - ff: [Object], - fsl: [Object], - is1: [Object], - is3: [Object], - if: [Object], - ich1: [Object], - ip: [Object], - ktbc: [Object], - kclr: [Object], - kctab: [Object], - kdl1: [Object], - krmir: [Object], - kel: [Object], - ked: [Object], - kf0: [Object], - kil1: [Object], - kll: [Object], - khts: [Object], - lf0: [Object], - lf1: [Object], - lf10: [Object], - lf2: [Object], - lf3: [Object], - lf4: [Object], - lf5: [Object], - lf6: [Object], - lf7: [Object], - lf8: [Object], - lf9: [Object], - nel: [Object], - pad: [Object], - pfkey: [Object], - pfloc: [Object], - pfx: [Object], - rs3: [Object], - rf: [Object], - wind: [Object], - tsl: [Object], - uc: [Object], - hu: [Object], - iprog: [Object], - ka1: [Object], - ka3: [Object], - kc1: [Object], - kc3: [Object], - mc5p: [Object], - rmp: [Object], - pln: [Object], - smxon: [Object], - rmxon: [Object], - xonc: [Object], - xoffc: [Object], - enacs: [Object], - smln: [Object], - rmln: [Object], - kbeg: [Object], - kcan: [Object], - kclo: [Object], - kcmd: [Object], - kcpy: [Object], - kcrt: [Object], - kext: [Object], - kfnd: [Object], - khlp: [Object], - kmrk: [Object], - kmsg: [Object], - kmov: [Object], - knxt: [Object], - kopn: [Object], - kopt: [Object], - kprv: [Object], - kprt: [Object], - krdo: [Object], - kref: [Object], - krfr: [Object], - krpl: [Object], - krst: [Object], - kres: [Object], - ksav: [Object], - kspd: [Object], - kund: [Object], - kBEG: [Object], - kCAN: [Object], - kCMD: [Object], - kCPY: [Object], - kCRT: [Object], - kDL: [Object], - kslt: [Object], - kEOL: [Object], - kEXT: [Object], - kFND: [Object], - kHLP: [Object], - kMSG: [Object], - kMOV: [Object], - kOPT: [Object], - kPRT: [Object], - kRDO: [Object], - kRPL: [Object], - kRES: [Object], - kSAV: [Object], - kSPD: [Object], - kUND: [Object], - rfi: [Object], - mgc: [Object], - smgl: [Object], - smgr: [Object], - fln: [Object], - sclk: [Object], - dclk: [Object], - rmclk: [Object], - cwin: [Object], - wingo: [Object], - hup: [Object], - dial: [Object], - qdial: [Object], - hook: [Object], - pause: [Object], - wait: [Object], - u0: [Object], - u1: [Object], - u2: [Object], - u3: [Object], - u4: [Object], - u5: [Object], - initp: [Object], - scp: [Object], - setf: [Object], - setb: [Object], - cpi: [Object], - lpi: [Object], - chr: [Object], - cvr: [Object], - defc: [Object], - swidm: [Object], - sdrfq: [Object], - slm: [Object], - smicm: [Object], - snlq: [Object], - snrmq: [Object], - sshm: [Object], - ssubm: [Object], - ssupm: [Object], - sum: [Object], - rwidm: [Object], - rlm: [Object], - rmicm: [Object], - rshm: [Object], - rsubm: [Object], - rsupm: [Object], - rum: [Object], - mhpa: [Object], - mcud1: [Object], - mcub1: [Object], - mcuf1: [Object], - mvpa: [Object], - mcuu1: [Object], - porder: [Object], - mcud: [Object], - mcub: [Object], - mcuf: [Object], - mcuu: [Object], - scs: [Object], - smgb: [Object], - smgbp: [Object], - smglp: [Object], - smgrp: [Object], - smgt: [Object], - smgtp: [Object], - sbim: [Object], - scsd: [Object], - rbim: [Object], - rcsd: [Object], - subcs: [Object], - supcs: [Object], - docr: [Object], - zerom: [Object], - csnm: [Object], - minfo: [Object], - reqmp: [Object], - getm: [Object], - pfxl: [Object], - devt: [Object], - csin: [Object], - s0ds: [Object], - s1ds: [Object], - s2ds: [Object], - s3ds: [Object], - smglr: [Object], - smgtb: [Object], - birep: [Object], - binel: [Object], - bicr: [Object], - colornm: [Object], - defbi: [Object], - endbi: [Object], - setcolor: [Object], - slines: [Object], - dispc: [Object], - smpch: [Object], - rmpch: [Object], - smsc: [Object], - rmsc: [Object], - pctrm: [Object], - scesc: [Object], - scesa: [Object], - ehhlm: [Object], - elhlm: [Object], - elohlm: [Object], - erhlm: [Object], - ethlm: [Object], - evhlm: [Object], - sgr1: [Object], - slength: [Object] }, - bools: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true }, - numbers: - { columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767 }, - strings: - { back_tab: '\u001b[Z', - bell: '\u0007', - carriage_return: '\r', - change_scroll_region: '\u001b[%i%p1%d;%p2%dr', - clear_all_tabs: '\u001b[3g', - clear_screen: '\u001b[H\u001b[2J', - clr_eol: '\u001b[K', - clr_eos: '\u001b[J', - column_address: '\u001b[%i%p1%dG', - cursor_address: '\u001b[%i%p1%d;%p2%dH', - cursor_down: '\n', - cursor_home: '\u001b[H', - cursor_invisible: '\u001b[?25l', - cursor_left: '\b', - cursor_normal: '\u001b[?12l\u001b[?25h', - cursor_right: '\u001b[C', - cursor_up: '\u001b[A', - cursor_visible: '\u001b[?12;25h', - delete_character: '\u001b[P', - delete_line: '\u001b[M', - enter_alt_charset_mode: '\u001b(0', - enter_blink_mode: '\u001b[5m', - enter_bold_mode: '\u001b[1m', - enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', - enter_dim_mode: '\u001b[2m', - enter_insert_mode: '\u001b[4h', - enter_secure_mode: '\u001b[8m', - enter_reverse_mode: '\u001b[7m', - enter_standout_mode: '\u001b[7m', - enter_underline_mode: '\u001b[4m', - erase_chars: '\u001b[%p1%dX', - exit_alt_charset_mode: '\u001b(B', - exit_attribute_mode: '\u001b(B\u001b[m', - exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', - exit_insert_mode: '\u001b[4l', - exit_standout_mode: '\u001b[27m', - exit_underline_mode: '\u001b[24m', - flash_screen: '\u001b[?5h$<100/>\u001b[?5l', - init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - insert_line: '\u001b[L', - key_backspace: '', - key_dc: '\u001b[3~', - key_down: '\u001bOB', - key_f1: '\u001bOP', - key_f10: '\u001b[21~', - key_f2: '\u001bOQ', - key_f3: '\u001bOR', - key_f4: '\u001bOS', - key_f5: '\u001b[15~', - key_f6: '\u001b[17~', - key_f7: '\u001b[18~', - key_f8: '\u001b[19~', - key_f9: '\u001b[20~', - key_home: '\u001bOH', - key_ic: '\u001b[2~', - key_left: '\u001bOD', - key_npage: '\u001b[6~', - key_ppage: '\u001b[5~', - key_right: '\u001bOC', - key_sf: '\u001b[1;2B', - key_sr: '\u001b[1;2A', - key_up: '\u001bOA', - keypad_local: '\u001b[?1l\u001b>', - keypad_xmit: '\u001b[?1h\u001b=', - meta_off: '\u001b[?1034l', - meta_on: '\u001b[?1034h', - parm_dch: '\u001b[%p1%dP', - parm_delete_line: '\u001b[%p1%dM', - parm_down_cursor: '\u001b[%p1%dB', - parm_ich: '\u001b[%p1%d@', - parm_index: '\u001b[%p1%dS', - parm_insert_line: '\u001b[%p1%dL', - parm_left_cursor: '\u001b[%p1%dD', - parm_right_cursor: '\u001b[%p1%dC', - parm_rindex: '\u001b[%p1%dT', - parm_up_cursor: '\u001b[%p1%dA', - print_screen: '\u001b[i', - prtr_off: '\u001b[4i', - prtr_on: '\u001b[5i', - repeat_char: '%p1%c\u001b[%p2%{1}%-%db', - reset_1string: '\u001bc\u001b]104\u0007', - reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - restore_cursor: '\u001b8', - row_address: '\u001b[%i%p1%dd', - save_cursor: '\u001b7', - scroll_forward: '\n', - scroll_reverse: '\u001bM', - set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', - set_tab: '\u001bH', - tab: '\t', - key_b2: '\u001bOE', - acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', - key_btab: '\u001b[Z', - enter_am_mode: '\u001b[?7h', - exit_am_mode: '\u001b[?7l', - key_end: '\u001bOF', - key_enter: '\u001bOM', - key_sdc: '\u001b[3;2~', - key_send: '\u001b[1;2F', - key_shome: '\u001b[1;2H', - key_sic: '\u001b[2;2~', - key_sleft: '\u001b[1;2D', - key_snext: '\u001b[6;2~', - key_sprevious: '\u001b[5;2~', - key_sright: '\u001b[1;2C', - key_f11: '\u001b[23~', - key_f12: '\u001b[24~', - key_f13: '\u001b[1;2P', - key_f14: '\u001b[1;2Q', - key_f15: '\u001b[1;2R', - key_f16: '\u001b[1;2S', - key_f17: '\u001b[15;2~', - key_f18: '\u001b[17;2~', - key_f19: '\u001b[18;2~', - key_f20: '\u001b[19;2~', - key_f21: '\u001b[20;2~', - key_f22: '\u001b[21;2~', - key_f23: '\u001b[23;2~', - key_f24: '\u001b[24;2~', - key_f25: '\u001b[1;5P', - key_f26: '\u001b[1;5Q', - key_f27: '\u001b[1;5R', - key_f28: '\u001b[1;5S', - key_f29: '\u001b[15;5~', - key_f30: '\u001b[17;5~', - key_f31: '\u001b[18;5~', - key_f32: '\u001b[19;5~', - key_f33: '\u001b[20;5~', - key_f34: '\u001b[21;5~', - key_f35: '\u001b[23;5~', - key_f36: '\u001b[24;5~', - key_f37: '\u001b[1;6P', - key_f38: '\u001b[1;6Q', - key_f39: '\u001b[1;6R', - key_f40: '\u001b[1;6S', - key_f41: '\u001b[15;6~', - key_f42: '\u001b[17;6~', - key_f43: '\u001b[18;6~', - key_f44: '\u001b[19;6~', - key_f45: '\u001b[20;6~', - key_f46: '\u001b[21;6~', - key_f47: '\u001b[23;6~', - key_f48: '\u001b[24;6~', - key_f49: '\u001b[1;3P', - key_f50: '\u001b[1;3Q', - key_f51: '\u001b[1;3R', - key_f52: '\u001b[1;3S', - key_f53: '\u001b[15;3~', - key_f54: '\u001b[17;3~', - key_f55: '\u001b[18;3~', - key_f56: '\u001b[19;3~', - key_f57: '\u001b[20;3~', - key_f58: '\u001b[21;3~', - key_f59: '\u001b[23;3~', - key_f60: '\u001b[24;3~', - key_f61: '\u001b[1;4P', - key_f62: '\u001b[1;4Q', - key_f63: '\u001b[1;4R', - clr_bol: '\u001b[1K', - user6: '\u001b[%i%d;%dR', - user7: '\u001b[6n', - user8: '\u001b[?%[;0123456789]c', - user9: '\u001b[c', - orig_pair: '\u001b[39;49m', - orig_colors: '\u001b]104\u0007', - initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', - enter_italics_mode: '\u001b[3m', - exit_italics_mode: '\u001b[23m', - key_mouse: '\u001b[M', - set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', - set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', - memory_lock: '\u001bl', - memory_unlock: '\u001bm', - Cr: '\u001b]112\u0007', - Cs: '\u001b]12;%p1%s\u0007', - E3: '\u001b[3J', - Ms: '\u001b]52;%p1%s;%p2%s\u0007', - Se: '\u001b[2 q', - Ss: '\u001b[%p1%d q', - kDC3: '\u001b[3;3~', - kDC4: '\u001b[3;4~', - kDC5: '\u001b[3;5~', - kDC6: '\u001b[3;6~', - kDC7: '\u001b[3;7~', - kDN: '\u001b[1;2B', - kDN3: '\u001b[1;3B', - kDN4: '\u001b[1;4B', - kDN5: '\u001b[1;5B', - kDN6: '\u001b[1;6B', - kDN7: '\u001b[1;7B', - kEND3: '\u001b[1;3F', - kEND4: '\u001b[1;4F', - kEND5: '\u001b[1;5F', - kEND6: '\u001b[1;6F', - kEND7: '\u001b[1;7F', - kHOM3: '\u001b[1;3H', - kHOM4: '\u001b[1;4H', - kHOM5: '\u001b[1;5H', - kHOM6: '\u001b[1;6H', - kHOM7: '\u001b[1;7H', - kIC3: '\u001b[2;3~', - kIC4: '\u001b[2;4~', - kIC5: '\u001b[2;5~', - kIC6: '\u001b[2;6~', - kIC7: '\u001b[2;7~', - kLFT3: '\u001b[1;3D', - kLFT4: '\u001b[1;4D', - kLFT5: '\u001b[1;5D', - kLFT6: '\u001b[1;6D', - kLFT7: '\u001b[1;7D', - kNXT3: '\u001b[6;3~', - kNXT4: '\u001b[6;4~', - kNXT5: '\u001b[6;5~', - kNXT6: '\u001b[6;6~', - kNXT7: '\u001b[6;7~', - kPRV3: '\u001b[5;3~', - kPRV4: '\u001b[5;4~', - kPRV5: '\u001b[5;5~', - kPRV6: '\u001b[5;6~', - kPRV7: '\u001b[5;7~', - kRIT3: '\u001b[1;3C', - kRIT4: '\u001b[1;4C', - kRIT5: '\u001b[1;5C', - kRIT6: '\u001b[1;6C', - kRIT7: '\u001b[1;7C', - kUP: '\u001b[1;2A', - kUP3: '\u001b[1;3A', - kUP4: '\u001b[1;4A', - kUP5: '\u001b[1;5A', - kUP6: '\u001b[1;6A', - kUP7: '\u001b[1;7A', - ka2: '', - kb1: '', - kb3: '', - kc2: '', - rmxx: '\u001b[29m', - smxx: '\u001b[9m' }, - features: - { unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - padding: true, - setbuf: true, - acsc: [Object], - acscr: [Object] }, - unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - setbuf: true, - acscr: - { '◆': '`', - '▒': 'a', - '°': 'f', - '±': 'g', - '\u000b': 'i', - '┘': 'j', - '┐': 'k', - '┌': 'l', - '└': 'm', - '┼': 'n', - '⎺': 'o', - '⎻': 'p', - '─': 'q', - '⎼': 'r', - '⎽': 's', - '├': 't', - '┤': 'u', - '┴': 'v', - '┬': 'w', - '│': 'x', - '≤': 'y', - '≥': 'z', - 'π': '{', - '≠': '|', - '£': '}', - '·': '~' } }, - _events: - { newListener: [Function: fn], - keypress: [Function], - resize: [ [Function], [Function: setupCharts] ], - render: [Function], - 'element click': [Function] }, - options: - { cursor: - { artificial: undefined, - shape: undefined, - blink: undefined, - color: undefined } }, - screen: [Circular], - parent: null, - children: - [ Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 1, - index: 0, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', - _clines: [Array], - _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', - lpos: [Object] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 2, - index: 1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'right', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: '20:55:01 ', - _clines: [Array], - _pcontent: '20:55:01 ', - lpos: [Object] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 3, - index: 2, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'center', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: 'Load Average: 0.94 1.13 0.95', - _clines: [Array], - _pcontent: 'Load Average: \n0.94 1.13 0.95', - lpos: [Object] }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 4, - index: 3, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: ' {white-bg}{black-fg}dd{/black-fg}{/white-bg} Kill process {white-bg}{black-fg}j{/black-fg}{/white-bg} Down {white-bg}{black-fg}PgDown{/black-fg}{/white-bg} 5 Down {white-bg}{black-fg}PgUp{/black-fg}{/white-bg} 5 Up {white-bg}{black-fg}k{/black-fg}{/white-bg} Up {white-bg}{black-fg}g{/black-fg}{/white-bg} Jump to top {white-bg}{black-fg}G{/black-fg}{/white-bg} Jump to bottom {white-bg}{black-fg}c{/black-fg}{/white-bg} Sort by CPU {white-bg}{black-fg}m{/black-fg}{/white-bg} Sort by Mem{|}http://parall.ax/vtop', - _clines: [Array], - _pcontent: ' \n \n\u001b[47m\u001b[30md\nd\n\u001b[39m\u001b[49m \nK\ni\nl\nl\n \np\nr\no\nc\ne\ns\ns\n \n \n\u001b[47m\u001b[30mj\n\u001b[39m\u001b[49m \nD\no\nw\nn\n \n \n\u001b[47m\u001b[30mP\ng\nD\no\nw\nn\n\u001b[39m\u001b[49m \n5\n \nD\no\nw\nn\n \n \n\u001b[47m\u001b[30mP\ng\nU\np\n\u001b[39m\u001b[49m \n5\n \nU\np\n \n \n\u001b[47m\u001b[30mk\n\u001b[39m\u001b[49m \nU\np\n \n \n\u001b[47m\u001b[30mg\n\u001b[39m\u001b[49m \nJ\nu\nm\np\n \nt\no\n \nt\no\np\n \n \n\u001b[47m\u001b[30mG\n\u001b[39m\u001b[49m \nJ\nu\nm\np\n \nt\no\n \nb\no\nt\nt\no\nm\n \n \n\u001b[47m\u001b[30mc\n\u001b[39m\u001b[49m \nS\no\nr\nt\n \nb\ny\n \nC\nP\nU\n \n \n\u001b[47m\u001b[30mm\n\u001b[39m\u001b[49m \nS\no\nr\nt\n \nb\ny\n \nM\ne\nm\n{\n|\n}\nh\nt\nt\np\n:\n/\n/\np\na\nr\na\nl\nl\n.\na\nx\n/\nv\nt\no\np', - lpos: [Object] }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 6, - index: 4, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: [Object], - parseTags: true, - content: ' {white-fg} 13%{/white-fg}\n', - _clines: [Array], - _pcontent: ' \u001b[37m 13%\u001b[39m\n', - _label: [Object], - _labelScroll: [Function], - _labelResize: [Function] }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 5, - index: 5, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: [Object], - parseTags: true, - content: '{white-fg} 9%{/white-fg}\n', - _clines: [Array], - _pcontent: '\u001b[37m 9%\u001b[39m\n', - _label: [Object], - _labelScroll: [Function], - _labelResize: [Function] }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 7, - index: 6, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: [Object], - parseTags: true, - content: '{bold} Command{/bold}\n', - _clines: [Array], - _pcontent: '\u001b[1m Command\u001b[22m\n', - _label: [Object], - _labelScroll: [Function], - _labelResize: [Function] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 194, - index: 7, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', - _clines: [Array], - _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', - lpos: [Object] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 195, - index: 8, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'right', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: '20:55:01 ', - _clines: [Array], - _pcontent: '20:55:01 ', - lpos: [Object] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 196, - index: 9, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'center', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: 'Load Average: 1.02 1.15 0.96', - _clines: [Array], - _pcontent: 'Load Average: \n1.02 1.15 0.96', - lpos: [Object] } ], - data: {}, - _: {}, - '$': {}, - uid: 0, - autoPadding: true, - tabc: ' ', - dockBorders: undefined, - ignoreLocked: [], - _unicode: false, - fullUnicode: undefined, - dattr: 262143, - renders: 12, - rleft: 0, - aleft: 0, - left: 0, - rright: 0, - aright: 0, - right: 0, - rtop: 0, - atop: 0, - top: 0, - rbottom: 0, - abottom: 0, - bottom: 0, - position: - { left: 0, - right: 0, - top: 0, - bottom: 0, - height: [Getter], - width: [Getter] }, - ileft: 0, - itop: 0, - iright: 0, - ibottom: 0, - iheight: 0, - iwidth: 0, - padding: { left: 0, top: 0, right: 0, bottom: 0 }, - hover: null, - history: - [ Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 1, - index: 0, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', - _clines: [Array], - _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', - lpos: [Object] }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true } ], - clickable: - [ ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 12, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' no', - clickable: true, - _clines: [Array], - _pcontent: ' no' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 13, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-she', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-she' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 14, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' Web Conte', - clickable: true, - _clines: [Array], - _pcontent: ' Web Conte' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 15, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' firef', - clickable: true, - _clines: [Array], - _pcontent: ' firef' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 16, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' Xo', - clickable: true, - _clines: [Array], - _pcontent: ' Xo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 17, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' pulseaud', - clickable: true, - _clines: [Array], - _pcontent: ' pulseaud' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 18, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' sublime_te', - clickable: true, - _clines: [Array], - _pcontent: ' sublime_te' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 19, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' packageki', - clickable: true, - _clines: [Array], - _pcontent: ' packageki' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 20, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-termina', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-termina' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 21, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' i', - clickable: true, - _clines: [Array], - _pcontent: ' i' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 22, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-ude', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-ude' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 23, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' docke', - clickable: true, - _clines: [Array], - _pcontent: ' docke' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 24, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ibus-daem', - clickable: true, - _clines: [Array], - _pcontent: ' ibus-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 25, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-softwa', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-softwa' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 26, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' sna', - clickable: true, - _clines: [Array], - _pcontent: ' sna' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 27, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' docker-contai', - clickable: true, - _clines: [Array], - _pcontent: ' docker-contai' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 28, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' t', - clickable: true, - _clines: [Array], - _pcontent: ' t' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 29, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' NetworkManag', - clickable: true, - _clines: [Array], - _pcontent: ' NetworkManag' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 30, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' plugin_ho', - clickable: true, - _clines: [Array], - _pcontent: ' plugin_ho' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 31, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' dbus-daem', - clickable: true, - _clines: [Array], - _pcontent: ' dbus-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 32, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' syste', - clickable: true, - _clines: [Array], - _pcontent: ' syste' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 33, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kintegrit', - clickable: true, - _clines: [Array], - _pcontent: ' kintegrit' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 34, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kbloc', - clickable: true, - _clines: [Array], - _pcontent: ' kbloc' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 35, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ata_s', - clickable: true, - _clines: [Array], - _pcontent: ' ata_s' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 36, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ', - clickable: true, - _clines: [Array], - _pcontent: ' ' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 37, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' edac-poll', - clickable: true, - _clines: [Array], - _pcontent: ' edac-poll' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 38, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' devfreq_', - clickable: true, - _clines: [Array], - _pcontent: ' devfreq_' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 39, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' watchdo', - clickable: true, - _clines: [Array], - _pcontent: ' watchdo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 40, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kswap', - clickable: true, - _clines: [Array], - _pcontent: ' kswap' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 41, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ecryptfs-kthr', - clickable: true, - _clines: [Array], - _pcontent: ' ecryptfs-kthr' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 42, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kthrot', - clickable: true, - _clines: [Array], - _pcontent: ' kthrot' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 43, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' acpi_thermal_', - clickable: true, - _clines: [Array], - _pcontent: ' acpi_thermal_' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 44, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nvme-', - clickable: true, - _clines: [Array], - _pcontent: ' nvme-' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 45, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ipv6_addrco', - clickable: true, - _clines: [Array], - _pcontent: ' ipv6_addrco' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 46, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kst', - clickable: true, - _clines: [Array], - _pcontent: ' kst' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 47, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' charger_manag', - clickable: true, - _clines: [Array], - _pcontent: ' charger_manag' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 48, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 49, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 50, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 51, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 52, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 53, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 54, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' i9', - clickable: true, - _clines: [Array], - _pcontent: ' i9' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 55, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nvidia-modes', - clickable: true, - _clines: [Array], - _pcontent: ' nvidia-modes' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 56, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' jb', - clickable: true, - _clines: [Array], - _pcontent: ' jb' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 57, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ext4-rsv-conv', - clickable: true, - _clines: [Array], - _pcontent: ' ext4-rsv-conv' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 58, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-journ', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-journ' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 59, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ', - clickable: true, - _clines: [Array], - _pcontent: ' ' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 60, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 61, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 62, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 63, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 64, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 65, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 66, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 67, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 68, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 69, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 70, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 71, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 72, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 73, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 74, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 75, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 76, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' asus_wireless', - clickable: true, - _clines: [Array], - _pcontent: ' asus_wireless' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 77, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kwork', - clickable: true, - _clines: [Array], - _pcontent: ' kwork' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 78, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cfg802', - clickable: true, - _clines: [Array], - _pcontent: ' cfg802' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 79, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kmemsti', - clickable: true, - _clines: [Array], - _pcontent: ' kmemsti' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 80, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' UVM global qu', - clickable: true, - _clines: [Array], - _pcontent: ' UVM global qu' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 81, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' UVM Tools Eve', - clickable: true, - _clines: [Array], - _pcontent: ' UVM Tools Eve' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 82, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' led_workque', - clickable: true, - _clines: [Array], - _pcontent: ' led_workque' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 83, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-times', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-times' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 84, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-resol', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-resol' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 85, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' avahi-daem', - clickable: true, - _clines: [Array], - _pcontent: ' avahi-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 86, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cup', - clickable: true, - _clines: [Array], - _pcontent: ' cup' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 87, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rsyslo', - clickable: true, - _clines: [Array], - _pcontent: ' rsyslo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 88, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' bluetoot', - clickable: true, - _clines: [Array], - _pcontent: ' bluetoot' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 89, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-logi', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-logi' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 90, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' accounts-daem', - clickable: true, - _clines: [Array], - _pcontent: ' accounts-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 91, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' udisk', - clickable: true, - _clines: [Array], - _pcontent: ' udisk' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 92, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ModemManag', - clickable: true, - _clines: [Array], - _pcontent: ' ModemManag' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 93, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cr', - clickable: true, - _clines: [Array], - _pcontent: ' cr' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 94, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' irqbalan', - clickable: true, - _clines: [Array], - _pcontent: ' irqbalan' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 95, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' mm_percpu_', - clickable: true, - _clines: [Array], - _pcontent: ' mm_percpu_' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 96, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' wpa_supplica', - clickable: true, - _clines: [Array], - _pcontent: ' wpa_supplica' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 97, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' networkd-disp', - clickable: true, - _clines: [Array], - _pcontent: ' networkd-disp' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 98, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' therma', - clickable: true, - _clines: [Array], - _pcontent: ' therma' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 99, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ksoftir', - clickable: true, - _clines: [Array], - _pcontent: ' ksoftir' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 100, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' acp', - clickable: true, - _clines: [Array], - _pcontent: ' acp' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 101, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cups-brows', - clickable: true, - _clines: [Array], - _pcontent: ' cups-brows' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 102, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' polki', - clickable: true, - _clines: [Array], - _pcontent: ' polki' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 103, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kthrea', - clickable: true, - _clines: [Array], - _pcontent: ' kthrea' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 104, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gdm-session-w', - clickable: true, - _clines: [Array], - _pcontent: ' gdm-session-w' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 105, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rcu_sch', - clickable: true, - _clines: [Array], - _pcontent: ' rcu_sch' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 106, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' (sd-pa', - clickable: true, - _clines: [Array], - _pcontent: ' (sd-pa' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 107, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gdm-wayland-s', - clickable: true, - _clines: [Array], - _pcontent: ' gdm-wayland-s' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 108, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-session', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-session' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 109, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rcu_', - clickable: true, - _clines: [Array], - _pcontent: ' rcu_' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 110, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nvidia-persis', - clickable: true, - _clines: [Array], - _pcontent: ' nvidia-persis' }, - ... 83 more items ], - keyable: - [ ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true } ], - grabKeys: false, - lockKeys: false, - _buf: '', - _ci: -1, - cursor: - { artificial: false, - shape: 'block', - blink: false, - color: null, - _set: false, - _state: 1, - _hidden: true }, - _maxListeners: Infinity, - lines: [ [ [Array], dirty: false ] ], - olines: [ [ [Array] ] ], - _listenedKeys: true, - _borderStops: {}, - _listenedMouse: true, - _needsClickableSort: true } -Screen { - index: 0, - program: - Program { - index: 1, - domain: null, - _events: - { resize: [Function], - focus: [Function], - blur: [Function], - warning: [Function], - keypress: [Function], - data: [Function], - mouse: [Function] }, - _eventsCount: 7, - _maxListeners: undefined, - options: - { input: undefined, - output: undefined, - log: undefined, - debug: undefined, - dump: undefined, - terminal: undefined, - resizeTimeout: undefined, - forceUnicode: undefined, - tput: true, - buffer: true, - zero: true }, - input: - ReadStream { - connecting: false, - _hadError: false, - _handle: [Object], - _parent: null, - _host: null, - _readableState: [Object], - readable: true, - domain: null, - _events: [Object], - _eventsCount: 6, - _maxListeners: undefined, - _writableState: [Object], - writable: false, - allowHalfOpen: false, - _bytesDispatched: 0, - _sockname: null, - _writev: null, - _pendingData: null, - _pendingEncoding: '', - server: null, - _server: null, - isRaw: true, - isTTY: true, - fd: 0, - _blessedInput: 2, - _keypressHandler: [Function], - _dataHandler: [Function], - _keypressDecoder: [Object], - read: [Function], - _consuming: true, - [Symbol(asyncId)]: 5, - [Symbol(bytesRead)]: 0 }, - output: - SyncWriteStream { - _writableState: [Object], - writable: true, - domain: null, - _events: [Object], - _eventsCount: 2, - _maxListeners: undefined, - fd: 1, - readable: false, - autoClose: false, - _type: 'fs', - _isStdio: true, - destroySoon: [Function], - _destroy: [Function], - _blessedOutput: 2, - _resizeHandler: [Function] }, - zero: true, - useBuffer: true, - x: 0, - y: 0, - savedX: 0, - savedY: 0, - cols: 1, - rows: 1, - scrollTop: 0, - scrollBottom: 0, - _terminal: 'xterm-256color', - isOSXTerm: false, - isiTerm2: false, - isXFCE: false, - isTerminator: false, - isLXDE: false, - isVTE: true, - isRxvt: false, - isXterm: false, - tmux: false, - tmuxVersion: 2, - _buf: '', - _flush: [Function: bound ], - _tputSetup: true, - tput: - Tput { - options: [Object], - terminal: 'xterm-256color', - debug: undefined, - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - error: null, - terminfoPrefix: undefined, - terminfoFile: undefined, - termcapFile: undefined, - auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function], - bell: [Function], - carriage_return: [Function], - change_scroll_region: [Function], - clear_all_tabs: [Function], - clear_screen: [Function], - clr_eol: [Function], - clr_eos: [Function], - column_address: [Function], - cursor_address: [Function], - cursor_down: [Function], - cursor_home: [Function], - cursor_invisible: [Function], - cursor_left: [Function], - cursor_normal: [Function], - cursor_right: [Function], - cursor_up: [Function], - cursor_visible: [Function], - delete_character: [Function], - delete_line: [Function], - enter_alt_charset_mode: [Function], - enter_blink_mode: [Function], - enter_bold_mode: [Function], - enter_ca_mode: [Function], - enter_dim_mode: [Function], - enter_insert_mode: [Function], - enter_secure_mode: [Function], - enter_reverse_mode: [Function], - enter_standout_mode: [Function], - enter_underline_mode: [Function], - erase_chars: [Function], - exit_alt_charset_mode: [Function], - exit_attribute_mode: [Function], - exit_ca_mode: [Function], - exit_insert_mode: [Function], - exit_standout_mode: [Function], - exit_underline_mode: [Function], - flash_screen: [Function], - init_2string: [Function], - insert_line: [Function], - key_backspace: [Function], - key_dc: [Function], - key_down: [Function], - key_f1: [Function], - key_f10: [Function], - key_f2: [Function], - key_f3: [Function], - key_f4: [Function], - key_f5: [Function], - key_f6: [Function], - key_f7: [Function], - key_f8: [Function], - key_f9: [Function], - key_home: [Function], - key_ic: [Function], - key_left: [Function], - key_npage: [Function], - key_ppage: [Function], - key_right: [Function], - key_sf: [Function], - key_sr: [Function], - key_up: [Function], - keypad_local: [Function], - keypad_xmit: [Function], - meta_off: [Function], - meta_on: [Function], - parm_dch: [Function], - parm_delete_line: [Function], - parm_down_cursor: [Function], - parm_ich: [Function], - parm_index: [Function], - parm_insert_line: [Function], - parm_left_cursor: [Function], - parm_right_cursor: [Function], - parm_rindex: [Function], - parm_up_cursor: [Function], - print_screen: [Function], - prtr_off: [Function], - prtr_on: [Function], - repeat_char: [Function], - reset_1string: [Function], - reset_2string: [Function], - restore_cursor: [Function], - row_address: [Function], - save_cursor: [Function], - scroll_forward: [Function], - scroll_reverse: [Function], - set_attributes: [Function], - set_tab: [Function], - tab: [Function], - key_b2: [Function], - acs_chars: [Function], - key_btab: [Function], - enter_am_mode: [Function], - exit_am_mode: [Function], - key_end: [Function], - key_enter: [Function], - key_sdc: [Function], - key_send: [Function], - key_shome: [Function], - key_sic: [Function], - key_sleft: [Function], - key_snext: [Function], - key_sprevious: [Function], - key_sright: [Function], - key_f11: [Function], - key_f12: [Function], - key_f13: [Function], - key_f14: [Function], - key_f15: [Function], - key_f16: [Function], - key_f17: [Function], - key_f18: [Function], - key_f19: [Function], - key_f20: [Function], - key_f21: [Function], - key_f22: [Function], - key_f23: [Function], - key_f24: [Function], - key_f25: [Function], - key_f26: [Function], - key_f27: [Function], - key_f28: [Function], - key_f29: [Function], - key_f30: [Function], - key_f31: [Function], - key_f32: [Function], - key_f33: [Function], - key_f34: [Function], - key_f35: [Function], - key_f36: [Function], - key_f37: [Function], - key_f38: [Function], - key_f39: [Function], - key_f40: [Function], - key_f41: [Function], - key_f42: [Function], - key_f43: [Function], - key_f44: [Function], - key_f45: [Function], - key_f46: [Function], - key_f47: [Function], - key_f48: [Function], - key_f49: [Function], - key_f50: [Function], - key_f51: [Function], - key_f52: [Function], - key_f53: [Function], - key_f54: [Function], - key_f55: [Function], - key_f56: [Function], - key_f57: [Function], - key_f58: [Function], - key_f59: [Function], - key_f60: [Function], - key_f61: [Function], - key_f62: [Function], - key_f63: [Function], - clr_bol: [Function], - user6: [Function], - user7: [Function], - user8: [Function], - user9: [Function], - orig_pair: [Function], - orig_colors: [Function], - initialize_color: [Function], - enter_italics_mode: [Function], - exit_italics_mode: [Function], - key_mouse: [Function], - set_a_foreground: [Function], - set_a_background: [Function], - memory_lock: [Function], - memory_unlock: [Function], - Cr: [Function], - Cs: [Function], - E3: [Function], - Ms: [Function], - Se: [Function], - Ss: [Function], - kDC3: [Function], - kDC4: [Function], - kDC5: [Function], - kDC6: [Function], - kDC7: [Function], - kDN: [Function], - kDN3: [Function], - kDN4: [Function], - kDN5: [Function], - kDN6: [Function], - kDN7: [Function], - kEND3: [Function], - kEND4: [Function], - kEND5: [Function], - kEND6: [Function], - kEND7: [Function], - kHOM3: [Function], - kHOM4: [Function], - kHOM5: [Function], - kHOM6: [Function], - kHOM7: [Function], - kIC3: [Function], - kIC4: [Function], - kIC5: [Function], - kIC6: [Function], - kIC7: [Function], - kLFT3: [Function], - kLFT4: [Function], - kLFT5: [Function], - kLFT6: [Function], - kLFT7: [Function], - kNXT3: [Function], - kNXT4: [Function], - kNXT5: [Function], - kNXT6: [Function], - kNXT7: [Function], - kPRV3: [Function], - kPRV4: [Function], - kPRV5: [Function], - kPRV6: [Function], - kPRV7: [Function], - kRIT3: [Function], - kRIT4: [Function], - kRIT5: [Function], - kRIT6: [Function], - kRIT7: [Function], - kUP: [Function], - kUP3: [Function], - kUP4: [Function], - kUP5: [Function], - kUP6: [Function], - kUP7: [Function], - ka2: [Function], - kb1: [Function], - kb3: [Function], - kc2: [Function], - rmxx: [Function], - smxx: [Function], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Function], - cursor_mem_address: [Function], - cursor_to_ll: [Function], - dis_status_line: [Function], - down_half_line: [Function], - enter_delete_mode: [Function], - enter_protected_mode: [Function], - exit_delete_mode: [Function], - form_feed: [Function], - from_status_line: [Function], - init_1string: [Function], - init_3string: [Function], - init_file: [Function], - insert_character: [Function], - insert_padding: [Function], - key_catab: [Function], - key_clear: [Function], - key_ctab: [Function], - key_dl: [Function], - key_eic: [Function], - key_eol: [Function], - key_eos: [Function], - key_f0: [Function], - key_il: [Function], - key_ll: [Function], - key_stab: [Function], - lab_f0: [Function], - lab_f1: [Function], - lab_f10: [Function], - lab_f2: [Function], - lab_f3: [Function], - lab_f4: [Function], - lab_f5: [Function], - lab_f6: [Function], - lab_f7: [Function], - lab_f8: [Function], - lab_f9: [Function], - newline: [Function], - pad_char: [Function], - pkey_key: [Function], - pkey_local: [Function], - pkey_xmit: [Function], - reset_3string: [Function], - reset_file: [Function], - set_window: [Function], - to_status_line: [Function], - underline_char: [Function], - up_half_line: [Function], - init_prog: [Function], - key_a1: [Function], - key_a3: [Function], - key_c1: [Function], - key_c3: [Function], - prtr_non: [Function], - char_padding: [Function], - plab_norm: [Function], - enter_xon_mode: [Function], - exit_xon_mode: [Function], - xon_character: [Function], - xoff_character: [Function], - ena_acs: [Function], - label_on: [Function], - label_off: [Function], - key_beg: [Function], - key_cancel: [Function], - key_close: [Function], - key_command: [Function], - key_copy: [Function], - key_create: [Function], - key_exit: [Function], - key_find: [Function], - key_help: [Function], - key_mark: [Function], - key_message: [Function], - key_move: [Function], - key_next: [Function], - key_open: [Function], - key_options: [Function], - key_previous: [Function], - key_print: [Function], - key_redo: [Function], - key_reference: [Function], - key_refresh: [Function], - key_replace: [Function], - key_restart: [Function], - key_resume: [Function], - key_save: [Function], - key_suspend: [Function], - key_undo: [Function], - key_sbeg: [Function], - key_scancel: [Function], - key_scommand: [Function], - key_scopy: [Function], - key_screate: [Function], - key_sdl: [Function], - key_select: [Function], - key_seol: [Function], - key_sexit: [Function], - key_sfind: [Function], - key_shelp: [Function], - key_smessage: [Function], - key_smove: [Function], - key_soptions: [Function], - key_sprint: [Function], - key_sredo: [Function], - key_sreplace: [Function], - key_srsume: [Function], - key_ssave: [Function], - key_ssuspend: [Function], - key_sundo: [Function], - req_for_input: [Function], - clear_margins: [Function], - set_left_margin: [Function], - set_right_margin: [Function], - label_format: [Function], - set_clock: [Function], - display_clock: [Function], - remove_clock: [Function], - create_window: [Function], - goto_window: [Function], - hangup: [Function], - dial_phone: [Function], - quick_dial: [Function], - tone: [Function], - pulse: [Function], - flash_hook: [Function], - fixed_pause: [Function], - wait_tone: [Function], - user0: [Function], - user1: [Function], - user2: [Function], - user3: [Function], - user4: [Function], - user5: [Function], - initialize_pair: [Function], - set_color_pair: [Function], - set_foreground: [Function], - set_background: [Function], - change_char_pitch: [Function], - change_line_pitch: [Function], - change_res_horz: [Function], - change_res_vert: [Function], - define_char: [Function], - enter_doublewide_mode: [Function], - enter_draft_quality: [Function], - enter_leftward_mode: [Function], - enter_micro_mode: [Function], - enter_near_letter_quality: [Function], - enter_normal_quality: [Function], - enter_shadow_mode: [Function], - enter_subscript_mode: [Function], - enter_superscript_mode: [Function], - enter_upward_mode: [Function], - exit_doublewide_mode: [Function], - exit_leftward_mode: [Function], - exit_micro_mode: [Function], - exit_shadow_mode: [Function], - exit_subscript_mode: [Function], - exit_superscript_mode: [Function], - exit_upward_mode: [Function], - micro_column_address: [Function], - micro_down: [Function], - micro_left: [Function], - micro_right: [Function], - micro_row_address: [Function], - micro_up: [Function], - order_of_pins: [Function], - parm_down_micro: [Function], - parm_left_micro: [Function], - parm_right_micro: [Function], - parm_up_micro: [Function], - select_char_set: [Function], - set_bottom_margin: [Function], - set_bottom_margin_parm: [Function], - set_left_margin_parm: [Function], - set_right_margin_parm: [Function], - set_top_margin: [Function], - set_top_margin_parm: [Function], - start_bit_image: [Function], - start_char_set_def: [Function], - stop_bit_image: [Function], - stop_char_set_def: [Function], - subscript_characters: [Function], - superscript_characters: [Function], - these_cause_cr: [Function], - zero_motion: [Function], - char_set_names: [Function], - mouse_info: [Function], - req_mouse_pos: [Function], - get_mouse: [Function], - pkey_plab: [Function], - device_type: [Function], - code_set_init: [Function], - set0_des_seq: [Function], - set1_des_seq: [Function], - set2_des_seq: [Function], - set3_des_seq: [Function], - set_lr_margin: [Function], - set_tb_margin: [Function], - bit_image_repeat: [Function], - bit_image_newline: [Function], - bit_image_carriage_return: [Function], - color_names: [Function], - define_bit_image_region: [Function], - end_bit_image_region: [Function], - set_color_band: [Function], - set_page_length: [Function], - display_pc_char: [Function], - enter_pc_charset_mode: [Function], - exit_pc_charset_mode: [Function], - enter_scancode_mode: [Function], - exit_scancode_mode: [Function], - pc_term_options: [Function], - scancode_escape: [Function], - alt_scancode_esc: [Function], - enter_horizontal_hl_mode: [Function], - enter_left_hl_mode: [Function], - enter_low_hl_mode: [Function], - enter_right_hl_mode: [Function], - enter_top_hl_mode: [Function], - enter_vertical_hl_mode: [Function], - set_a_attributes: [Function], - set_pglen_inch: [Function], - termcap_init2: [Function], - termcap_reset: [Function], - linefeed_if_not_lf: [Function], - backspace_if_not_bs: [Function], - other_non_function_keys: [Function], - arrow_key_map: [Function], - acs_ulcorner: [Function], - acs_llcorner: [Function], - acs_urcorner: [Function], - acs_lrcorner: [Function], - acs_ltee: [Function], - acs_rtee: [Function], - acs_btee: [Function], - acs_ttee: [Function], - acs_hline: [Function], - acs_vline: [Function], - acs_plus: [Function], - box_chars_1: [Function], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function], - bel: [Function], - cr: [Function], - csr: [Function], - tbc: [Function], - clear: [Function], - el: [Function], - ed: [Function], - hpa: [Function], - cup: [Function], - cud1: [Function], - home: [Function], - civis: [Function], - cub1: [Function], - cnorm: [Function], - cuf1: [Function], - cuu1: [Function], - cvvis: [Function], - dch1: [Function], - dl1: [Function], - smacs: [Function], - blink: [Function], - bold: [Function], - smcup: [Function], - dim: [Function], - smir: [Function], - invis: [Function], - rev: [Function], - smso: [Function], - smul: [Function], - ech: [Function], - rmacs: [Function], - sgr0: [Function], - rmcup: [Function], - rmir: [Function], - rmso: [Function], - rmul: [Function], - flash: [Function], - is2: [Function], - il1: [Function], - kbs: [Function], - kdch1: [Function], - kcud1: [Function], - kf1: [Function], - kf10: [Function], - kf2: [Function], - kf3: [Function], - kf4: [Function], - kf5: [Function], - kf6: [Function], - kf7: [Function], - kf8: [Function], - kf9: [Function], - khome: [Function], - kich1: [Function], - kcub1: [Function], - knp: [Function], - kpp: [Function], - kcuf1: [Function], - kind: [Function], - kri: [Function], - kcuu1: [Function], - rmkx: [Function], - smkx: [Function], - rmm: [Function], - smm: [Function], - dch: [Function], - dl: [Function], - cud: [Function], - ich: [Function], - indn: [Function], - il: [Function], - cub: [Function], - cuf: [Function], - rin: [Function], - cuu: [Function], - mc0: [Function], - mc4: [Function], - mc5: [Function], - rep: [Function], - rs1: [Function], - rs2: [Function], - rc: [Function], - vpa: [Function], - sc: [Function], - ind: [Function], - ri: [Function], - sgr: [Function], - hts: [Function], - ht: [Function], - kb2: [Function], - acsc: [Object], - kcbt: [Function], - smam: [Function], - rmam: [Function], - kend: [Function], - kent: [Function], - kDC: [Function], - kEND: [Function], - kHOM: [Function], - kIC: [Function], - kLFT: [Function], - kNXT: [Function], - kPRV: [Function], - kRIT: [Function], - kf11: [Function], - kf12: [Function], - kf13: [Function], - kf14: [Function], - kf15: [Function], - kf16: [Function], - kf17: [Function], - kf18: [Function], - kf19: [Function], - kf20: [Function], - kf21: [Function], - kf22: [Function], - kf23: [Function], - kf24: [Function], - kf25: [Function], - kf26: [Function], - kf27: [Function], - kf28: [Function], - kf29: [Function], - kf30: [Function], - kf31: [Function], - kf32: [Function], - kf33: [Function], - kf34: [Function], - kf35: [Function], - kf36: [Function], - kf37: [Function], - kf38: [Function], - kf39: [Function], - kf40: [Function], - kf41: [Function], - kf42: [Function], - kf43: [Function], - kf44: [Function], - kf45: [Function], - kf46: [Function], - kf47: [Function], - kf48: [Function], - kf49: [Function], - kf50: [Function], - kf51: [Function], - kf52: [Function], - kf53: [Function], - kf54: [Function], - kf55: [Function], - kf56: [Function], - kf57: [Function], - kf58: [Function], - kf59: [Function], - kf60: [Function], - kf61: [Function], - kf62: [Function], - kf63: [Function], - el1: [Function], - u6: [Function], - u7: [Function], - u8: [Function], - u9: [Function], - op: [Function], - oc: [Function], - initc: [Function], - sitm: [Function], - ritm: [Function], - kmous: [Function], - setaf: [Function], - setab: [Function], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Function], - mrcup: [Function], - ll: [Function], - dsl: [Function], - hd: [Function], - smdc: [Function], - prot: [Function], - rmdc: [Function], - ff: [Function], - fsl: [Function], - is1: [Function], - is3: [Function], - if: [Function], - ich1: [Function], - ip: [Function], - ktbc: [Function], - kclr: [Function], - kctab: [Function], - kdl1: [Function], - krmir: [Function], - kel: [Function], - ked: [Function], - kf0: [Function], - kil1: [Function], - kll: [Function], - khts: [Function], - lf0: [Function], - lf1: [Function], - lf10: [Function], - lf2: [Function], - lf3: [Function], - lf4: [Function], - lf5: [Function], - lf6: [Function], - lf7: [Function], - lf8: [Function], - lf9: [Function], - nel: [Function], - pad: [Function], - pfkey: [Function], - pfloc: [Function], - pfx: [Function], - rs3: [Function], - rf: [Function], - wind: [Function], - tsl: [Function], - uc: [Function], - hu: [Function], - iprog: [Function], - ka1: [Function], - ka3: [Function], - kc1: [Function], - kc3: [Function], - mc5p: [Function], - rmp: [Function], - pln: [Function], - smxon: [Function], - rmxon: [Function], - xonc: [Function], - xoffc: [Function], - enacs: [Function], - smln: [Function], - rmln: [Function], - kbeg: [Function], - kcan: [Function], - kclo: [Function], - kcmd: [Function], - kcpy: [Function], - kcrt: [Function], - kext: [Function], - kfnd: [Function], - khlp: [Function], - kmrk: [Function], - kmsg: [Function], - kmov: [Function], - knxt: [Function], - kopn: [Function], - kopt: [Function], - kprv: [Function], - kprt: [Function], - krdo: [Function], - kref: [Function], - krfr: [Function], - krpl: [Function], - krst: [Function], - kres: [Function], - ksav: [Function], - kspd: [Function], - kund: [Function], - kBEG: [Function], - kCAN: [Function], - kCMD: [Function], - kCPY: [Function], - kCRT: [Function], - kDL: [Function], - kslt: [Function], - kEOL: [Function], - kEXT: [Function], - kFND: [Function], - kHLP: [Function], - kMSG: [Function], - kMOV: [Function], - kOPT: [Function], - kPRT: [Function], - kRDO: [Function], - kRPL: [Function], - kRES: [Function], - kSAV: [Function], - kSPD: [Function], - kUND: [Function], - rfi: [Function], - mgc: [Function], - smgl: [Function], - smgr: [Function], - fln: [Function], - sclk: [Function], - dclk: [Function], - rmclk: [Function], - cwin: [Function], - wingo: [Function], - hup: [Function], - dial: [Function], - qdial: [Function], - hook: [Function], - pause: [Function], - wait: [Function], - u0: [Function], - u1: [Function], - u2: [Function], - u3: [Function], - u4: [Function], - u5: [Function], - initp: [Function], - scp: [Function], - setf: [Function], - setb: [Function], - cpi: [Function], - lpi: [Function], - chr: [Function], - cvr: [Function], - defc: [Function], - swidm: [Function], - sdrfq: [Function], - slm: [Function], - smicm: [Function], - snlq: [Function], - snrmq: [Function], - sshm: [Function], - ssubm: [Function], - ssupm: [Function], - sum: [Function], - rwidm: [Function], - rlm: [Function], - rmicm: [Function], - rshm: [Function], - rsubm: [Function], - rsupm: [Function], - rum: [Function], - mhpa: [Function], - mcud1: [Function], - mcub1: [Function], - mcuf1: [Function], - mvpa: [Function], - mcuu1: [Function], - porder: [Function], - mcud: [Function], - mcub: [Function], - mcuf: [Function], - mcuu: [Function], - scs: [Function], - smgb: [Function], - smgbp: [Function], - smglp: [Function], - smgrp: [Function], - smgt: [Function], - smgtp: [Function], - sbim: [Function], - scsd: [Function], - rbim: [Function], - rcsd: [Function], - subcs: [Function], - supcs: [Function], - docr: [Function], - zerom: [Function], - csnm: [Function], - minfo: [Function], - reqmp: [Function], - getm: [Function], - pfxl: [Function], - devt: [Function], - csin: [Function], - s0ds: [Function], - s1ds: [Function], - s2ds: [Function], - s3ds: [Function], - smglr: [Function], - smgtb: [Function], - birep: [Function], - binel: [Function], - bicr: [Function], - colornm: [Function], - defbi: [Function], - endbi: [Function], - setcolor: [Function], - slines: [Function], - dispc: [Function], - smpch: [Function], - rmpch: [Function], - smsc: [Function], - rmsc: [Function], - pctrm: [Function], - scesc: [Function], - scesa: [Function], - ehhlm: [Function], - elhlm: [Function], - elohlm: [Function], - erhlm: [Function], - ethlm: [Function], - evhlm: [Function], - sgr1: [Function], - slength: [Function], - info: [Object], - all: [Object], - methods: [Object], - bools: [Object], - numbers: [Object], - strings: [Object], - features: [Object], - unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - setbuf: true, - acscr: [Object] }, - put: - { [Function] - options: [Object], - terminal: 'xterm-256color', - debug: undefined, - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - error: null, - terminfoPrefix: undefined, - terminfoFile: undefined, - termcapFile: undefined, - auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function], - bell: [Function], - carriage_return: [Function], - change_scroll_region: [Function], - clear_all_tabs: [Function], - clear_screen: [Function], - clr_eol: [Function], - clr_eos: [Function], - column_address: [Function], - cursor_address: [Function], - cursor_down: [Function], - cursor_home: [Function], - cursor_invisible: [Function], - cursor_left: [Function], - cursor_normal: [Function], - cursor_right: [Function], - cursor_up: [Function], - cursor_visible: [Function], - delete_character: [Function], - delete_line: [Function], - enter_alt_charset_mode: [Function], - enter_blink_mode: [Function], - enter_bold_mode: [Function], - enter_ca_mode: [Function], - enter_dim_mode: [Function], - enter_insert_mode: [Function], - enter_secure_mode: [Function], - enter_reverse_mode: [Function], - enter_standout_mode: [Function], - enter_underline_mode: [Function], - erase_chars: [Function], - exit_alt_charset_mode: [Function], - exit_attribute_mode: [Function], - exit_ca_mode: [Function], - exit_insert_mode: [Function], - exit_standout_mode: [Function], - exit_underline_mode: [Function], - flash_screen: [Function], - init_2string: [Function], - insert_line: [Function], - key_backspace: [Function], - key_dc: [Function], - key_down: [Function], - key_f1: [Function], - key_f10: [Function], - key_f2: [Function], - key_f3: [Function], - key_f4: [Function], - key_f5: [Function], - key_f6: [Function], - key_f7: [Function], - key_f8: [Function], - key_f9: [Function], - key_home: [Function], - key_ic: [Function], - key_left: [Function], - key_npage: [Function], - key_ppage: [Function], - key_right: [Function], - key_sf: [Function], - key_sr: [Function], - key_up: [Function], - keypad_local: [Function], - keypad_xmit: [Function], - meta_off: [Function], - meta_on: [Function], - parm_dch: [Function], - parm_delete_line: [Function], - parm_down_cursor: [Function], - parm_ich: [Function], - parm_index: [Function], - parm_insert_line: [Function], - parm_left_cursor: [Function], - parm_right_cursor: [Function], - parm_rindex: [Function], - parm_up_cursor: [Function], - print_screen: [Function], - prtr_off: [Function], - prtr_on: [Function], - repeat_char: [Function], - reset_1string: [Function], - reset_2string: [Function], - restore_cursor: [Function], - row_address: [Function], - save_cursor: [Function], - scroll_forward: [Function], - scroll_reverse: [Function], - set_attributes: [Function], - set_tab: [Function], - tab: [Function], - key_b2: [Function], - acs_chars: [Function], - key_btab: [Function], - enter_am_mode: [Function], - exit_am_mode: [Function], - key_end: [Function], - key_enter: [Function], - key_sdc: [Function], - key_send: [Function], - key_shome: [Function], - key_sic: [Function], - key_sleft: [Function], - key_snext: [Function], - key_sprevious: [Function], - key_sright: [Function], - key_f11: [Function], - key_f12: [Function], - key_f13: [Function], - key_f14: [Function], - key_f15: [Function], - key_f16: [Function], - key_f17: [Function], - key_f18: [Function], - key_f19: [Function], - key_f20: [Function], - key_f21: [Function], - key_f22: [Function], - key_f23: [Function], - key_f24: [Function], - key_f25: [Function], - key_f26: [Function], - key_f27: [Function], - key_f28: [Function], - key_f29: [Function], - key_f30: [Function], - key_f31: [Function], - key_f32: [Function], - key_f33: [Function], - key_f34: [Function], - key_f35: [Function], - key_f36: [Function], - key_f37: [Function], - key_f38: [Function], - key_f39: [Function], - key_f40: [Function], - key_f41: [Function], - key_f42: [Function], - key_f43: [Function], - key_f44: [Function], - key_f45: [Function], - key_f46: [Function], - key_f47: [Function], - key_f48: [Function], - key_f49: [Function], - key_f50: [Function], - key_f51: [Function], - key_f52: [Function], - key_f53: [Function], - key_f54: [Function], - key_f55: [Function], - key_f56: [Function], - key_f57: [Function], - key_f58: [Function], - key_f59: [Function], - key_f60: [Function], - key_f61: [Function], - key_f62: [Function], - key_f63: [Function], - clr_bol: [Function], - user6: [Function], - user7: [Function], - user8: [Function], - user9: [Function], - orig_pair: [Function], - orig_colors: [Function], - initialize_color: [Function], - enter_italics_mode: [Function], - exit_italics_mode: [Function], - key_mouse: [Function], - set_a_foreground: [Function], - set_a_background: [Function], - memory_lock: [Function], - memory_unlock: [Function], - Cr: [Function], - Cs: [Function], - E3: [Function], - Ms: [Function], - Se: [Function], - Ss: [Function], - kDC3: [Function], - kDC4: [Function], - kDC5: [Function], - kDC6: [Function], - kDC7: [Function], - kDN: [Function], - kDN3: [Function], - kDN4: [Function], - kDN5: [Function], - kDN6: [Function], - kDN7: [Function], - kEND3: [Function], - kEND4: [Function], - kEND5: [Function], - kEND6: [Function], - kEND7: [Function], - kHOM3: [Function], - kHOM4: [Function], - kHOM5: [Function], - kHOM6: [Function], - kHOM7: [Function], - kIC3: [Function], - kIC4: [Function], - kIC5: [Function], - kIC6: [Function], - kIC7: [Function], - kLFT3: [Function], - kLFT4: [Function], - kLFT5: [Function], - kLFT6: [Function], - kLFT7: [Function], - kNXT3: [Function], - kNXT4: [Function], - kNXT5: [Function], - kNXT6: [Function], - kNXT7: [Function], - kPRV3: [Function], - kPRV4: [Function], - kPRV5: [Function], - kPRV6: [Function], - kPRV7: [Function], - kRIT3: [Function], - kRIT4: [Function], - kRIT5: [Function], - kRIT6: [Function], - kRIT7: [Function], - kUP: [Function], - kUP3: [Function], - kUP4: [Function], - kUP5: [Function], - kUP6: [Function], - kUP7: [Function], - ka2: [Function], - kb1: [Function], - kb3: [Function], - kc2: [Function], - rmxx: [Function], - smxx: [Function], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Function], - cursor_mem_address: [Function], - cursor_to_ll: [Function], - dis_status_line: [Function], - down_half_line: [Function], - enter_delete_mode: [Function], - enter_protected_mode: [Function], - exit_delete_mode: [Function], - form_feed: [Function], - from_status_line: [Function], - init_1string: [Function], - init_3string: [Function], - init_file: [Function], - insert_character: [Function], - insert_padding: [Function], - key_catab: [Function], - key_clear: [Function], - key_ctab: [Function], - key_dl: [Function], - key_eic: [Function], - key_eol: [Function], - key_eos: [Function], - key_f0: [Function], - key_il: [Function], - key_ll: [Function], - key_stab: [Function], - lab_f0: [Function], - lab_f1: [Function], - lab_f10: [Function], - lab_f2: [Function], - lab_f3: [Function], - lab_f4: [Function], - lab_f5: [Function], - lab_f6: [Function], - lab_f7: [Function], - lab_f8: [Function], - lab_f9: [Function], - newline: [Function], - pad_char: [Function], - pkey_key: [Function], - pkey_local: [Function], - pkey_xmit: [Function], - reset_3string: [Function], - reset_file: [Function], - set_window: [Function], - to_status_line: [Function], - underline_char: [Function], - up_half_line: [Function], - init_prog: [Function], - key_a1: [Function], - key_a3: [Function], - key_c1: [Function], - key_c3: [Function], - prtr_non: [Function], - char_padding: [Function], - plab_norm: [Function], - enter_xon_mode: [Function], - exit_xon_mode: [Function], - xon_character: [Function], - xoff_character: [Function], - ena_acs: [Function], - label_on: [Function], - label_off: [Function], - key_beg: [Function], - key_cancel: [Function], - key_close: [Function], - key_command: [Function], - key_copy: [Function], - key_create: [Function], - key_exit: [Function], - key_find: [Function], - key_help: [Function], - key_mark: [Function], - key_message: [Function], - key_move: [Function], - key_next: [Function], - key_open: [Function], - key_options: [Function], - key_previous: [Function], - key_print: [Function], - key_redo: [Function], - key_reference: [Function], - key_refresh: [Function], - key_replace: [Function], - key_restart: [Function], - key_resume: [Function], - key_save: [Function], - key_suspend: [Function], - key_undo: [Function], - key_sbeg: [Function], - key_scancel: [Function], - key_scommand: [Function], - key_scopy: [Function], - key_screate: [Function], - key_sdl: [Function], - key_select: [Function], - key_seol: [Function], - key_sexit: [Function], - key_sfind: [Function], - key_shelp: [Function], - key_smessage: [Function], - key_smove: [Function], - key_soptions: [Function], - key_sprint: [Function], - key_sredo: [Function], - key_sreplace: [Function], - key_srsume: [Function], - key_ssave: [Function], - key_ssuspend: [Function], - key_sundo: [Function], - req_for_input: [Function], - clear_margins: [Function], - set_left_margin: [Function], - set_right_margin: [Function], - label_format: [Function], - set_clock: [Function], - display_clock: [Function], - remove_clock: [Function], - create_window: [Function], - goto_window: [Function], - hangup: [Function], - dial_phone: [Function], - quick_dial: [Function], - tone: [Function], - pulse: [Function], - flash_hook: [Function], - fixed_pause: [Function], - wait_tone: [Function], - user0: [Function], - user1: [Function], - user2: [Function], - user3: [Function], - user4: [Function], - user5: [Function], - initialize_pair: [Function], - set_color_pair: [Function], - set_foreground: [Function], - set_background: [Function], - change_char_pitch: [Function], - change_line_pitch: [Function], - change_res_horz: [Function], - change_res_vert: [Function], - define_char: [Function], - enter_doublewide_mode: [Function], - enter_draft_quality: [Function], - enter_leftward_mode: [Function], - enter_micro_mode: [Function], - enter_near_letter_quality: [Function], - enter_normal_quality: [Function], - enter_shadow_mode: [Function], - enter_subscript_mode: [Function], - enter_superscript_mode: [Function], - enter_upward_mode: [Function], - exit_doublewide_mode: [Function], - exit_leftward_mode: [Function], - exit_micro_mode: [Function], - exit_shadow_mode: [Function], - exit_subscript_mode: [Function], - exit_superscript_mode: [Function], - exit_upward_mode: [Function], - micro_column_address: [Function], - micro_down: [Function], - micro_left: [Function], - micro_right: [Function], - micro_row_address: [Function], - micro_up: [Function], - order_of_pins: [Function], - parm_down_micro: [Function], - parm_left_micro: [Function], - parm_right_micro: [Function], - parm_up_micro: [Function], - select_char_set: [Function], - set_bottom_margin: [Function], - set_bottom_margin_parm: [Function], - set_left_margin_parm: [Function], - set_right_margin_parm: [Function], - set_top_margin: [Function], - set_top_margin_parm: [Function], - start_bit_image: [Function], - start_char_set_def: [Function], - stop_bit_image: [Function], - stop_char_set_def: [Function], - subscript_characters: [Function], - superscript_characters: [Function], - these_cause_cr: [Function], - zero_motion: [Function], - char_set_names: [Function], - mouse_info: [Function], - req_mouse_pos: [Function], - get_mouse: [Function], - pkey_plab: [Function], - device_type: [Function], - code_set_init: [Function], - set0_des_seq: [Function], - set1_des_seq: [Function], - set2_des_seq: [Function], - set3_des_seq: [Function], - set_lr_margin: [Function], - set_tb_margin: [Function], - bit_image_repeat: [Function], - bit_image_newline: [Function], - bit_image_carriage_return: [Function], - color_names: [Function], - define_bit_image_region: [Function], - end_bit_image_region: [Function], - set_color_band: [Function], - set_page_length: [Function], - display_pc_char: [Function], - enter_pc_charset_mode: [Function], - exit_pc_charset_mode: [Function], - enter_scancode_mode: [Function], - exit_scancode_mode: [Function], - pc_term_options: [Function], - scancode_escape: [Function], - alt_scancode_esc: [Function], - enter_horizontal_hl_mode: [Function], - enter_left_hl_mode: [Function], - enter_low_hl_mode: [Function], - enter_right_hl_mode: [Function], - enter_top_hl_mode: [Function], - enter_vertical_hl_mode: [Function], - set_a_attributes: [Function], - set_pglen_inch: [Function], - termcap_init2: [Function], - termcap_reset: [Function], - linefeed_if_not_lf: [Function], - backspace_if_not_bs: [Function], - other_non_function_keys: [Function], - arrow_key_map: [Function], - acs_ulcorner: [Function], - acs_llcorner: [Function], - acs_urcorner: [Function], - acs_lrcorner: [Function], - acs_ltee: [Function], - acs_rtee: [Function], - acs_btee: [Function], - acs_ttee: [Function], - acs_hline: [Function], - acs_vline: [Function], - acs_plus: [Function], - box_chars_1: [Function], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function], - bel: [Function], - cr: [Function], - csr: [Function], - tbc: [Function], - clear: [Function], - el: [Function], - ed: [Function], - hpa: [Function], - cup: [Function], - cud1: [Function], - home: [Function], - civis: [Function], - cub1: [Function], - cnorm: [Function], - cuf1: [Function], - cuu1: [Function], - cvvis: [Function], - dch1: [Function], - dl1: [Function], - smacs: [Function], - blink: [Function], - bold: [Function], - smcup: [Function], - dim: [Function], - smir: [Function], - invis: [Function], - rev: [Function], - smso: [Function], - smul: [Function], - ech: [Function], - rmacs: [Function], - sgr0: [Function], - rmcup: [Function], - rmir: [Function], - rmso: [Function], - rmul: [Function], - flash: [Function], - is2: [Function], - il1: [Function], - kbs: [Function], - kdch1: [Function], - kcud1: [Function], - kf1: [Function], - kf10: [Function], - kf2: [Function], - kf3: [Function], - kf4: [Function], - kf5: [Function], - kf6: [Function], - kf7: [Function], - kf8: [Function], - kf9: [Function], - khome: [Function], - kich1: [Function], - kcub1: [Function], - knp: [Function], - kpp: [Function], - kcuf1: [Function], - kind: [Function], - kri: [Function], - kcuu1: [Function], - rmkx: [Function], - smkx: [Function], - rmm: [Function], - smm: [Function], - dch: [Function], - dl: [Function], - cud: [Function], - ich: [Function], - indn: [Function], - il: [Function], - cub: [Function], - cuf: [Function], - rin: [Function], - cuu: [Function], - mc0: [Function], - mc4: [Function], - mc5: [Function], - rep: [Function], - rs1: [Function], - rs2: [Function], - rc: [Function], - vpa: [Function], - sc: [Function], - ind: [Function], - ri: [Function], - sgr: [Function], - hts: [Function], - ht: [Function], - kb2: [Function], - acsc: [Object], - kcbt: [Function], - smam: [Function], - rmam: [Function], - kend: [Function], - kent: [Function], - kDC: [Function], - kEND: [Function], - kHOM: [Function], - kIC: [Function], - kLFT: [Function], - kNXT: [Function], - kPRV: [Function], - kRIT: [Function], - kf11: [Function], - kf12: [Function], - kf13: [Function], - kf14: [Function], - kf15: [Function], - kf16: [Function], - kf17: [Function], - kf18: [Function], - kf19: [Function], - kf20: [Function], - kf21: [Function], - kf22: [Function], - kf23: [Function], - kf24: [Function], - kf25: [Function], - kf26: [Function], - kf27: [Function], - kf28: [Function], - kf29: [Function], - kf30: [Function], - kf31: [Function], - kf32: [Function], - kf33: [Function], - kf34: [Function], - kf35: [Function], - kf36: [Function], - kf37: [Function], - kf38: [Function], - kf39: [Function], - kf40: [Function], - kf41: [Function], - kf42: [Function], - kf43: [Function], - kf44: [Function], - kf45: [Function], - kf46: [Function], - kf47: [Function], - kf48: [Function], - kf49: [Function], - kf50: [Function], - kf51: [Function], - kf52: [Function], - kf53: [Function], - kf54: [Function], - kf55: [Function], - kf56: [Function], - kf57: [Function], - kf58: [Function], - kf59: [Function], - kf60: [Function], - kf61: [Function], - kf62: [Function], - kf63: [Function], - el1: [Function], - u6: [Function], - u7: [Function], - u8: [Function], - u9: [Function], - op: [Function], - oc: [Function], - initc: [Function], - sitm: [Function], - ritm: [Function], - kmous: [Function], - setaf: [Function], - setab: [Function], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Function], - mrcup: [Function], - ll: [Function], - dsl: [Function], - hd: [Function], - smdc: [Function], - prot: [Function], - rmdc: [Function], - ff: [Function], - fsl: [Function], - is1: [Function], - is3: [Function], - if: [Function], - ich1: [Function], - ip: [Function], - ktbc: [Function], - kclr: [Function], - kctab: [Function], - kdl1: [Function], - krmir: [Function], - kel: [Function], - ked: [Function], - kf0: [Function], - kil1: [Function], - kll: [Function], - khts: [Function], - lf0: [Function], - lf1: [Function], - lf10: [Function], - lf2: [Function], - lf3: [Function], - lf4: [Function], - lf5: [Function], - lf6: [Function], - lf7: [Function], - lf8: [Function], - lf9: [Function], - nel: [Function], - pad: [Function], - pfkey: [Function], - pfloc: [Function], - pfx: [Function], - rs3: [Function], - rf: [Function], - wind: [Function], - tsl: [Function], - uc: [Function], - hu: [Function], - iprog: [Function], - ka1: [Function], - ka3: [Function], - kc1: [Function], - kc3: [Function], - mc5p: [Function], - rmp: [Function], - pln: [Function], - smxon: [Function], - rmxon: [Function], - xonc: [Function], - xoffc: [Function], - enacs: [Function], - smln: [Function], - rmln: [Function], - kbeg: [Function], - kcan: [Function], - kclo: [Function], - kcmd: [Function], - kcpy: [Function], - kcrt: [Function], - kext: [Function], - kfnd: [Function], - khlp: [Function], - kmrk: [Function], - kmsg: [Function], - kmov: [Function], - knxt: [Function], - kopn: [Function], - kopt: [Function], - kprv: [Function], - kprt: [Function], - krdo: [Function], - kref: [Function], - krfr: [Function], - krpl: [Function], - krst: [Function], - kres: [Function], - ksav: [Function], - kspd: [Function], - kund: [Function], - kBEG: [Function], - kCAN: [Function], - kCMD: [Function], - kCPY: [Function], - kCRT: [Function], - kDL: [Function], - kslt: [Function], - kEOL: [Function], - kEXT: [Function], - kFND: [Function], - kHLP: [Function], - kMSG: [Function], - kMOV: [Function], - kOPT: [Function], - kPRT: [Function], - kRDO: [Function], - kRPL: [Function], - kRES: [Function], - kSAV: [Function], - kSPD: [Function], - kUND: [Function], - rfi: [Function], - mgc: [Function], - smgl: [Function], - smgr: [Function], - fln: [Function], - sclk: [Function], - dclk: [Function], - rmclk: [Function], - cwin: [Function], - wingo: [Function], - hup: [Function], - dial: [Function], - qdial: [Function], - hook: [Function], - pause: [Function], - wait: [Function], - u0: [Function], - u1: [Function], - u2: [Function], - u3: [Function], - u4: [Function], - u5: [Function], - initp: [Function], - scp: [Function], - setf: [Function], - setb: [Function], - cpi: [Function], - lpi: [Function], - chr: [Function], - cvr: [Function], - defc: [Function], - swidm: [Function], - sdrfq: [Function], - slm: [Function], - smicm: [Function], - snlq: [Function], - snrmq: [Function], - sshm: [Function], - ssubm: [Function], - ssupm: [Function], - sum: [Function], - rwidm: [Function], - rlm: [Function], - rmicm: [Function], - rshm: [Function], - rsubm: [Function], - rsupm: [Function], - rum: [Function], - mhpa: [Function], - mcud1: [Function], - mcub1: [Function], - mcuf1: [Function], - mvpa: [Function], - mcuu1: [Function], - porder: [Function], - mcud: [Function], - mcub: [Function], - mcuf: [Function], - mcuu: [Function], - scs: [Function], - smgb: [Function], - smgbp: [Function], - smglp: [Function], - smgrp: [Function], - smgt: [Function], - smgtp: [Function], - sbim: [Function], - scsd: [Function], - rbim: [Function], - rcsd: [Function], - subcs: [Function], - supcs: [Function], - docr: [Function], - zerom: [Function], - csnm: [Function], - minfo: [Function], - reqmp: [Function], - getm: [Function], - pfxl: [Function], - devt: [Function], - csin: [Function], - s0ds: [Function], - s1ds: [Function], - s2ds: [Function], - s3ds: [Function], - smglr: [Function], - smgtb: [Function], - birep: [Function], - binel: [Function], - bicr: [Function], - colornm: [Function], - defbi: [Function], - endbi: [Function], - setcolor: [Function], - slines: [Function], - dispc: [Function], - smpch: [Function], - rmpch: [Function], - smsc: [Function], - rmsc: [Function], - pctrm: [Function], - scesc: [Function], - scesa: [Function], - ehhlm: [Function], - elhlm: [Function], - elohlm: [Function], - erhlm: [Function], - ethlm: [Function], - evhlm: [Function], - sgr1: [Function], - slength: [Function], - info: [Object], - all: [Object], - methods: [Object], - bools: [Object], - numbers: [Object], - strings: [Object], - features: [Object], - unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - setbuf: true, - acscr: [Object] }, - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - error: null, - terminfoPrefix: undefined, - terminfoFile: undefined, - termcapFile: undefined, - auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function], - carriage_return: [Function], - change_scroll_region: [Function], - clear_all_tabs: [Function], - clear_screen: [Function], - clr_eol: [Function], - clr_eos: [Function], - column_address: [Function], - cursor_address: [Function], - cursor_down: [Function], - cursor_home: [Function], - cursor_left: [Function], - cursor_normal: [Function], - cursor_right: [Function], - cursor_up: [Function], - cursor_visible: [Function], - delete_character: [Function], - delete_line: [Function], - enter_blink_mode: [Function], - enter_bold_mode: [Function], - enter_ca_mode: [Function], - enter_dim_mode: [Function], - enter_insert_mode: [Function], - enter_secure_mode: [Function], - enter_reverse_mode: [Function], - enter_standout_mode: [Function], - enter_underline_mode: [Function], - erase_chars: [Function], - exit_attribute_mode: [Function], - exit_ca_mode: [Function], - exit_insert_mode: [Function], - exit_standout_mode: [Function], - exit_underline_mode: [Function], - flash_screen: [Function], - init_2string: [Function], - insert_line: [Function], - key_backspace: [Function], - key_dc: [Function], - key_down: [Function], - key_f1: [Function], - key_f10: [Function], - key_f2: [Function], - key_f3: [Function], - key_f4: [Function], - key_f5: [Function], - key_f6: [Function], - key_f7: [Function], - key_f8: [Function], - key_f9: [Function], - key_home: [Function], - key_ic: [Function], - key_left: [Function], - key_npage: [Function], - key_ppage: [Function], - key_right: [Function], - key_sf: [Function], - key_sr: [Function], - key_up: [Function], - keypad_local: [Function], - keypad_xmit: [Function], - meta_off: [Function], - meta_on: [Function], - parm_dch: [Function], - parm_delete_line: [Function], - parm_down_cursor: [Function], - parm_ich: [Function], - parm_index: [Function], - parm_insert_line: [Function], - parm_left_cursor: [Function], - parm_right_cursor: [Function], - parm_rindex: [Function], - parm_up_cursor: [Function], - repeat_char: [Function], - reset_1string: [Function], - reset_2string: [Function], - restore_cursor: [Function], - row_address: [Function], - save_cursor: [Function], - scroll_forward: [Function], - scroll_reverse: [Function], - set_attributes: [Function], - set_tab: [Function], - key_b2: [Function], - acs_chars: [Function], - key_btab: [Function], - enter_am_mode: [Function], - exit_am_mode: [Function], - key_end: [Function], - key_enter: [Function], - key_sdc: [Function], - key_send: [Function], - key_shome: [Function], - key_sic: [Function], - key_sleft: [Function], - key_snext: [Function], - key_sprevious: [Function], - key_sright: [Function], - key_f11: [Function], - key_f12: [Function], - key_f13: [Function], - key_f14: [Function], - key_f15: [Function], - key_f16: [Function], - key_f17: [Function], - key_f18: [Function], - key_f19: [Function], - key_f20: [Function], - key_f21: [Function], - key_f22: [Function], - key_f23: [Function], - key_f24: [Function], - key_f25: [Function], - key_f26: [Function], - key_f27: [Function], - key_f28: [Function], - key_f29: [Function], - key_f30: [Function], - key_f31: [Function], - key_f32: [Function], - key_f33: [Function], - key_f34: [Function], - key_f35: [Function], - key_f36: [Function], - key_f37: [Function], - key_f38: [Function], - key_f39: [Function], - key_f40: [Function], - key_f41: [Function], - key_f42: [Function], - key_f43: [Function], - key_f44: [Function], - key_f45: [Function], - key_f46: [Function], - key_f47: [Function], - key_f48: [Function], - key_f49: [Function], - key_f50: [Function], - key_f51: [Function], - key_f52: [Function], - key_f53: [Function], - key_f54: [Function], - key_f55: [Function], - key_f56: [Function], - key_f57: [Function], - key_f58: [Function], - key_f59: [Function], - key_f60: [Function], - key_f61: [Function], - key_f62: [Function], - key_f63: [Function], - clr_bol: [Function], - user6: [Function], - user7: [Function], - user8: [Function], - user9: [Function], - orig_pair: [Function], - orig_colors: [Function], - initialize_color: [Function], - enter_italics_mode: [Function], - exit_italics_mode: [Function], - key_mouse: [Function], - set_a_foreground: [Function], - set_a_background: [Function], - memory_lock: [Function], - memory_unlock: [Function], - Cr: [Function], - Cs: [Function], - E3: [Function], - Ms: [Function], - Se: [Function], - Ss: [Function], - kDC3: [Function], - kDC4: [Function], - kDC5: [Function], - kDC6: [Function], - kDC7: [Function], - kDN: [Function], - kDN3: [Function], - kDN4: [Function], - kDN5: [Function], - kDN6: [Function], - kDN7: [Function], - kEND3: [Function], - kEND4: [Function], - kEND5: [Function], - kEND6: [Function], - kEND7: [Function], - kHOM3: [Function], - kHOM4: [Function], - kHOM5: [Function], - kHOM6: [Function], - kHOM7: [Function], - kIC3: [Function], - kIC4: [Function], - kIC5: [Function], - kIC6: [Function], - kIC7: [Function], - kLFT3: [Function], - kLFT4: [Function], - kLFT5: [Function], - kLFT6: [Function], - kLFT7: [Function], - kNXT3: [Function], - kNXT4: [Function], - kNXT5: [Function], - kNXT6: [Function], - kNXT7: [Function], - kPRV3: [Function], - kPRV4: [Function], - kPRV5: [Function], - kPRV6: [Function], - kPRV7: [Function], - kRIT3: [Function], - kRIT4: [Function], - kRIT5: [Function], - kRIT6: [Function], - kRIT7: [Function], - kUP: [Function], - kUP3: [Function], - kUP4: [Function], - kUP5: [Function], - kUP6: [Function], - kUP7: [Function], - ka2: [Function], - kb1: [Function], - kb3: [Function], - kc2: [Function], - rmxx: [Function], - smxx: [Function], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Function], - cursor_mem_address: [Function], - cursor_to_ll: [Function], - dis_status_line: [Function], - down_half_line: [Function], - enter_delete_mode: [Function], - enter_protected_mode: [Function], - exit_delete_mode: [Function], - form_feed: [Function], - from_status_line: [Function], - init_1string: [Function], - init_3string: [Function], - init_file: [Function], - insert_character: [Function], - insert_padding: [Function], - key_catab: [Function], - key_clear: [Function], - key_ctab: [Function], - key_dl: [Function], - key_eic: [Function], - key_eol: [Function], - key_eos: [Function], - key_f0: [Function], - key_il: [Function], - key_ll: [Function], - key_stab: [Function], - lab_f0: [Function], - lab_f1: [Function], - lab_f10: [Function], - lab_f2: [Function], - lab_f3: [Function], - lab_f4: [Function], - lab_f5: [Function], - lab_f6: [Function], - lab_f7: [Function], - lab_f8: [Function], - lab_f9: [Function], - pad_char: [Function], - pkey_key: [Function], - pkey_local: [Function], - pkey_xmit: [Function], - reset_3string: [Function], - reset_file: [Function], - set_window: [Function], - to_status_line: [Function], - underline_char: [Function], - up_half_line: [Function], - init_prog: [Function], - key_a1: [Function], - key_a3: [Function], - key_c1: [Function], - key_c3: [Function], - char_padding: [Function], - plab_norm: [Function], - enter_xon_mode: [Function], - exit_xon_mode: [Function], - xon_character: [Function], - xoff_character: [Function], - ena_acs: [Function], - label_on: [Function], - label_off: [Function], - key_beg: [Function], - key_cancel: [Function], - key_close: [Function], - key_command: [Function], - key_copy: [Function], - key_create: [Function], - key_exit: [Function], - key_find: [Function], - key_help: [Function], - key_mark: [Function], - key_message: [Function], - key_move: [Function], - key_next: [Function], - key_open: [Function], - key_options: [Function], - key_previous: [Function], - key_print: [Function], - key_redo: [Function], - key_reference: [Function], - key_refresh: [Function], - key_replace: [Function], - key_restart: [Function], - key_resume: [Function], - key_save: [Function], - key_suspend: [Function], - key_undo: [Function], - key_sbeg: [Function], - key_scancel: [Function], - key_scommand: [Function], - key_scopy: [Function], - key_screate: [Function], - key_sdl: [Function], - key_select: [Function], - key_seol: [Function], - key_sexit: [Function], - key_sfind: [Function], - key_shelp: [Function], - key_smessage: [Function], - key_smove: [Function], - key_soptions: [Function], - key_sprint: [Function], - key_sredo: [Function], - key_sreplace: [Function], - key_srsume: [Function], - key_ssave: [Function], - key_ssuspend: [Function], - key_sundo: [Function], - req_for_input: [Function], - clear_margins: [Function], - set_left_margin: [Function], - set_right_margin: [Function], - label_format: [Function], - set_clock: [Function], - display_clock: [Function], - remove_clock: [Function], - create_window: [Function], - goto_window: [Function], - hangup: [Function], - dial_phone: [Function], - quick_dial: [Function], - tone: [Function], - pulse: [Function], - flash_hook: [Function], - fixed_pause: [Function], - wait_tone: [Function], - user0: [Function], - user1: [Function], - user2: [Function], - user3: [Function], - user4: [Function], - user5: [Function], - initialize_pair: [Function], - set_color_pair: [Function], - set_foreground: [Function], - set_background: [Function], - change_char_pitch: [Function], - change_line_pitch: [Function], - change_res_horz: [Function], - change_res_vert: [Function], - define_char: [Function], - enter_doublewide_mode: [Function], - enter_draft_quality: [Function], - enter_leftward_mode: [Function], - enter_micro_mode: [Function], - enter_near_letter_quality: [Function], - enter_normal_quality: [Function], - enter_shadow_mode: [Function], - enter_subscript_mode: [Function], - enter_superscript_mode: [Function], - enter_upward_mode: [Function], - exit_doublewide_mode: [Function], - exit_leftward_mode: [Function], - exit_micro_mode: [Function], - exit_shadow_mode: [Function], - exit_subscript_mode: [Function], - exit_superscript_mode: [Function], - exit_upward_mode: [Function], - micro_column_address: [Function], - micro_down: [Function], - micro_left: [Function], - micro_right: [Function], - micro_row_address: [Function], - micro_up: [Function], - order_of_pins: [Function], - parm_down_micro: [Function], - parm_left_micro: [Function], - parm_right_micro: [Function], - parm_up_micro: [Function], - select_char_set: [Function], - set_bottom_margin: [Function], - set_bottom_margin_parm: [Function], - set_left_margin_parm: [Function], - set_right_margin_parm: [Function], - set_top_margin: [Function], - set_top_margin_parm: [Function], - start_bit_image: [Function], - start_char_set_def: [Function], - stop_bit_image: [Function], - stop_char_set_def: [Function], - subscript_characters: [Function], - superscript_characters: [Function], - these_cause_cr: [Function], - zero_motion: [Function], - char_set_names: [Function], - mouse_info: [Function], - get_mouse: [Function], - pkey_plab: [Function], - device_type: [Function], - code_set_init: [Function], - set0_des_seq: [Function], - set1_des_seq: [Function], - set2_des_seq: [Function], - set3_des_seq: [Function], - set_lr_margin: [Function], - set_tb_margin: [Function], - bit_image_repeat: [Function], - bit_image_newline: [Function], - bit_image_carriage_return: [Function], - color_names: [Function], - define_bit_image_region: [Function], - end_bit_image_region: [Function], - set_color_band: [Function], - set_page_length: [Function], - display_pc_char: [Function], - enter_pc_charset_mode: [Function], - exit_pc_charset_mode: [Function], - enter_scancode_mode: [Function], - exit_scancode_mode: [Function], - pc_term_options: [Function], - scancode_escape: [Function], - alt_scancode_esc: [Function], - enter_horizontal_hl_mode: [Function], - enter_left_hl_mode: [Function], - enter_low_hl_mode: [Function], - enter_right_hl_mode: [Function], - enter_top_hl_mode: [Function], - enter_vertical_hl_mode: [Function], - set_a_attributes: [Function], - set_pglen_inch: [Function], - termcap_init2: [Function], - termcap_reset: [Function], - linefeed_if_not_lf: [Function], - backspace_if_not_bs: [Function], - other_non_function_keys: [Function], - arrow_key_map: [Function], - acs_ulcorner: [Function], - acs_llcorner: [Function], - acs_urcorner: [Function], - acs_lrcorner: [Function], - acs_ltee: [Function], - acs_rtee: [Function], - acs_btee: [Function], - acs_ttee: [Function], - acs_hline: [Function], - acs_vline: [Function], - acs_plus: [Function], - box_chars_1: [Function], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cud1: [Function], - home: [Function], - cub1: [Function], - cuf1: [Function], - cuu1: [Function], - dch1: [Function], - dl1: [Function], - blink: [Function], - bold: [Function], - dim: [Function], - smir: [Function], - invis: [Function], - rev: [Function], - smso: [Function], - smul: [Function], - sgr0: [Function], - rmir: [Function], - rmso: [Function], - rmul: [Function], - flash: [Function], - is2: [Function], - il1: [Function], - kdch1: [Function], - kcud1: [Function], - kf1: [Function], - kf10: [Function], - kf2: [Function], - kf3: [Function], - kf4: [Function], - kf5: [Function], - kf6: [Function], - kf7: [Function], - kf8: [Function], - kf9: [Function], - khome: [Function], - kich1: [Function], - kcub1: [Function], - knp: [Function], - kpp: [Function], - kcuf1: [Function], - kind: [Function], - kri: [Function], - kcuu1: [Function], - rmkx: [Function], - smkx: [Function], - rmm: [Function], - smm: [Function], - indn: [Function], - rin: [Function], - rs1: [Function], - hts: [Function], - kb2: [Function], - acsc: - { '`': '◆', - a: '▒', - f: '°', - g: '±', - i: '\u000b', - j: '┘', - k: '┐', - l: '┌', - m: '└', - n: '┼', - o: '⎺', - p: '⎻', - q: '─', - r: '⎼', - s: '⎽', - t: '├', - u: '┤', - v: '┴', - w: '┬', - x: '│', - y: '≤', - z: '≥', - '{': 'π', - '|': '≠', - '}': '£', - '~': '·' }, - kcbt: [Function], - smam: [Function], - rmam: [Function], - kend: [Function], - kent: [Function], - kDC: [Function], - kEND: [Function], - kHOM: [Function], - kIC: [Function], - kLFT: [Function], - kNXT: [Function], - kPRV: [Function], - kRIT: [Function], - kf11: [Function], - kf12: [Function], - kf13: [Function], - kf14: [Function], - kf15: [Function], - kf16: [Function], - kf17: [Function], - kf18: [Function], - kf19: [Function], - kf20: [Function], - kf21: [Function], - kf22: [Function], - kf23: [Function], - kf24: [Function], - kf25: [Function], - kf26: [Function], - kf27: [Function], - kf28: [Function], - kf29: [Function], - kf30: [Function], - kf31: [Function], - kf32: [Function], - kf33: [Function], - kf34: [Function], - kf35: [Function], - kf36: [Function], - kf37: [Function], - kf38: [Function], - kf39: [Function], - kf40: [Function], - kf41: [Function], - kf42: [Function], - kf43: [Function], - kf44: [Function], - kf45: [Function], - kf46: [Function], - kf47: [Function], - kf48: [Function], - kf49: [Function], - kf50: [Function], - kf51: [Function], - kf52: [Function], - kf53: [Function], - kf54: [Function], - kf55: [Function], - kf56: [Function], - kf57: [Function], - kf58: [Function], - kf59: [Function], - kf60: [Function], - kf61: [Function], - kf62: [Function], - kf63: [Function], - el1: [Function], - u6: [Function], - u7: [Function], - u8: [Function], - u9: [Function], - op: [Function], - oc: [Function], - initc: [Function], - sitm: [Function], - ritm: [Function], - kmous: [Function], - setaf: [Function], - setab: [Function], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Function], - mrcup: [Function], - ll: [Function], - dsl: [Function], - hd: [Function], - smdc: [Function], - prot: [Function], - rmdc: [Function], - fsl: [Function], - is1: [Function], - is3: [Function], - if: [Function], - ich1: [Function], - ip: [Function], - ktbc: [Function], - kclr: [Function], - kctab: [Function], - kdl1: [Function], - krmir: [Function], - kel: [Function], - ked: [Function], - kf0: [Function], - kil1: [Function], - kll: [Function], - khts: [Function], - lf0: [Function], - lf1: [Function], - lf10: [Function], - lf2: [Function], - lf3: [Function], - lf4: [Function], - lf5: [Function], - lf6: [Function], - lf7: [Function], - lf8: [Function], - lf9: [Function], - pad: [Function], - pfkey: [Function], - pfloc: [Function], - pfx: [Function], - rs3: [Function], - rf: [Function], - wind: [Function], - tsl: [Function], - uc: [Function], - hu: [Function], - iprog: [Function], - ka1: [Function], - ka3: [Function], - kc1: [Function], - kc3: [Function], - rmp: [Function], - pln: [Function], - smxon: [Function], - rmxon: [Function], - xonc: [Function], - xoffc: [Function], - enacs: [Function], - smln: [Function], - rmln: [Function], - kbeg: [Function], - kcan: [Function], - kclo: [Function], - kcmd: [Function], - kcpy: [Function], - kcrt: [Function], - kext: [Function], - kfnd: [Function], - khlp: [Function], - kmrk: [Function], - kmsg: [Function], - kmov: [Function], - knxt: [Function], - kopn: [Function], - kopt: [Function], - kprv: [Function], - kprt: [Function], - krdo: [Function], - kref: [Function], - krfr: [Function], - krpl: [Function], - krst: [Function], - kres: [Function], - ksav: [Function], - kspd: [Function], - kund: [Function], - kBEG: [Function], - kCAN: [Function], - kCMD: [Function], - kCPY: [Function], - kCRT: [Function], - kDL: [Function], - kslt: [Function], - kEOL: [Function], - kEXT: [Function], - kFND: [Function], - kHLP: [Function], - kMSG: [Function], - kMOV: [Function], - kOPT: [Function], - kPRT: [Function], - kRDO: [Function], - kRPL: [Function], - kRES: [Function], - kSAV: [Function], - kSPD: [Function], - kUND: [Function], - rfi: [Function], - mgc: [Function], - smgl: [Function], - smgr: [Function], - fln: [Function], - sclk: [Function], - dclk: [Function], - rmclk: [Function], - cwin: [Function], - wingo: [Function], - hup: [Function], - dial: [Function], - qdial: [Function], - hook: [Function], - wait: [Function], - u0: [Function], - u1: [Function], - u2: [Function], - u3: [Function], - u4: [Function], - u5: [Function], - initp: [Function], - scp: [Function], - setf: [Function], - setb: [Function], - cpi: [Function], - lpi: [Function], - chr: [Function], - cvr: [Function], - defc: [Function], - swidm: [Function], - sdrfq: [Function], - slm: [Function], - smicm: [Function], - snlq: [Function], - snrmq: [Function], - sshm: [Function], - ssubm: [Function], - ssupm: [Function], - sum: [Function], - rwidm: [Function], - rlm: [Function], - rmicm: [Function], - rshm: [Function], - rsubm: [Function], - rsupm: [Function], - rum: [Function], - mhpa: [Function], - mcud1: [Function], - mcub1: [Function], - mcuf1: [Function], - mvpa: [Function], - mcuu1: [Function], - porder: [Function], - mcud: [Function], - mcub: [Function], - mcuf: [Function], - mcuu: [Function], - scs: [Function], - smgb: [Function], - smgbp: [Function], - smglp: [Function], - smgrp: [Function], - smgt: [Function], - smgtp: [Function], - sbim: [Function], - scsd: [Function], - rbim: [Function], - rcsd: [Function], - subcs: [Function], - supcs: [Function], - docr: [Function], - zerom: [Function], - csnm: [Function], - minfo: [Function], - getm: [Function], - pfxl: [Function], - devt: [Function], - csin: [Function], - s0ds: [Function], - s1ds: [Function], - s2ds: [Function], - s3ds: [Function], - smglr: [Function], - smgtb: [Function], - birep: [Function], - binel: [Function], - bicr: [Function], - colornm: [Function], - defbi: [Function], - endbi: [Function], - setcolor: [Function], - slines: [Function], - dispc: [Function], - smpch: [Function], - rmpch: [Function], - smsc: [Function], - rmsc: [Function], - pctrm: [Function], - scesc: [Function], - scesa: [Function], - ehhlm: [Function], - elhlm: [Function], - elohlm: [Function], - erhlm: [Function], - ethlm: [Function], - evhlm: [Function], - sgr1: [Function], - slength: [Function], - info: - { header: [Object], - name: 'xterm-256color', - names: [Array], - desc: 'xterm with 256 colors', - dir: '/lib/terminfo', - file: '/lib/terminfo/x/xterm-256color', - bools: [Object], - numbers: [Object], - strings: [Object], - features: [Object], - all: [Object], - methods: [Object] }, - all: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: '\u001b[Z', - bell: '\u0007', - carriage_return: '\r', - change_scroll_region: '\u001b[%i%p1%d;%p2%dr', - clear_all_tabs: '\u001b[3g', - clear_screen: '\u001b[H\u001b[2J', - clr_eol: '\u001b[K', - clr_eos: '\u001b[J', - column_address: '\u001b[%i%p1%dG', - cursor_address: '\u001b[%i%p1%d;%p2%dH', - cursor_down: '\n', - cursor_home: '\u001b[H', - cursor_invisible: '\u001b[?25l', - cursor_left: '\b', - cursor_normal: '\u001b[?12l\u001b[?25h', - cursor_right: '\u001b[C', - cursor_up: '\u001b[A', - cursor_visible: '\u001b[?12;25h', - delete_character: '\u001b[P', - delete_line: '\u001b[M', - enter_alt_charset_mode: '\u001b(0', - enter_blink_mode: '\u001b[5m', - enter_bold_mode: '\u001b[1m', - enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', - enter_dim_mode: '\u001b[2m', - enter_insert_mode: '\u001b[4h', - enter_secure_mode: '\u001b[8m', - enter_reverse_mode: '\u001b[7m', - enter_standout_mode: '\u001b[7m', - enter_underline_mode: '\u001b[4m', - erase_chars: '\u001b[%p1%dX', - exit_alt_charset_mode: '\u001b(B', - exit_attribute_mode: '\u001b(B\u001b[m', - exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', - exit_insert_mode: '\u001b[4l', - exit_standout_mode: '\u001b[27m', - exit_underline_mode: '\u001b[24m', - flash_screen: '\u001b[?5h$<100/>\u001b[?5l', - init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - insert_line: '\u001b[L', - key_backspace: '', - key_dc: '\u001b[3~', - key_down: '\u001bOB', - key_f1: '\u001bOP', - key_f10: '\u001b[21~', - key_f2: '\u001bOQ', - key_f3: '\u001bOR', - key_f4: '\u001bOS', - key_f5: '\u001b[15~', - key_f6: '\u001b[17~', - key_f7: '\u001b[18~', - key_f8: '\u001b[19~', - key_f9: '\u001b[20~', - key_home: '\u001bOH', - key_ic: '\u001b[2~', - key_left: '\u001bOD', - key_npage: '\u001b[6~', - key_ppage: '\u001b[5~', - key_right: '\u001bOC', - key_sf: '\u001b[1;2B', - key_sr: '\u001b[1;2A', - key_up: '\u001bOA', - keypad_local: '\u001b[?1l\u001b>', - keypad_xmit: '\u001b[?1h\u001b=', - meta_off: '\u001b[?1034l', - meta_on: '\u001b[?1034h', - parm_dch: '\u001b[%p1%dP', - parm_delete_line: '\u001b[%p1%dM', - parm_down_cursor: '\u001b[%p1%dB', - parm_ich: '\u001b[%p1%d@', - parm_index: '\u001b[%p1%dS', - parm_insert_line: '\u001b[%p1%dL', - parm_left_cursor: '\u001b[%p1%dD', - parm_right_cursor: '\u001b[%p1%dC', - parm_rindex: '\u001b[%p1%dT', - parm_up_cursor: '\u001b[%p1%dA', - print_screen: '\u001b[i', - prtr_off: '\u001b[4i', - prtr_on: '\u001b[5i', - repeat_char: '%p1%c\u001b[%p2%{1}%-%db', - reset_1string: '\u001bc\u001b]104\u0007', - reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - restore_cursor: '\u001b8', - row_address: '\u001b[%i%p1%dd', - save_cursor: '\u001b7', - scroll_forward: '\n', - scroll_reverse: '\u001bM', - set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', - set_tab: '\u001bH', - tab: '\t', - key_b2: '\u001bOE', - acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', - key_btab: '\u001b[Z', - enter_am_mode: '\u001b[?7h', - exit_am_mode: '\u001b[?7l', - key_end: '\u001bOF', - key_enter: '\u001bOM', - key_sdc: '\u001b[3;2~', - key_send: '\u001b[1;2F', - key_shome: '\u001b[1;2H', - key_sic: '\u001b[2;2~', - key_sleft: '\u001b[1;2D', - key_snext: '\u001b[6;2~', - key_sprevious: '\u001b[5;2~', - key_sright: '\u001b[1;2C', - key_f11: '\u001b[23~', - key_f12: '\u001b[24~', - key_f13: '\u001b[1;2P', - key_f14: '\u001b[1;2Q', - key_f15: '\u001b[1;2R', - key_f16: '\u001b[1;2S', - key_f17: '\u001b[15;2~', - key_f18: '\u001b[17;2~', - key_f19: '\u001b[18;2~', - key_f20: '\u001b[19;2~', - key_f21: '\u001b[20;2~', - key_f22: '\u001b[21;2~', - key_f23: '\u001b[23;2~', - key_f24: '\u001b[24;2~', - key_f25: '\u001b[1;5P', - key_f26: '\u001b[1;5Q', - key_f27: '\u001b[1;5R', - key_f28: '\u001b[1;5S', - key_f29: '\u001b[15;5~', - key_f30: '\u001b[17;5~', - key_f31: '\u001b[18;5~', - key_f32: '\u001b[19;5~', - key_f33: '\u001b[20;5~', - key_f34: '\u001b[21;5~', - key_f35: '\u001b[23;5~', - key_f36: '\u001b[24;5~', - key_f37: '\u001b[1;6P', - key_f38: '\u001b[1;6Q', - key_f39: '\u001b[1;6R', - key_f40: '\u001b[1;6S', - key_f41: '\u001b[15;6~', - key_f42: '\u001b[17;6~', - key_f43: '\u001b[18;6~', - key_f44: '\u001b[19;6~', - key_f45: '\u001b[20;6~', - key_f46: '\u001b[21;6~', - key_f47: '\u001b[23;6~', - key_f48: '\u001b[24;6~', - key_f49: '\u001b[1;3P', - key_f50: '\u001b[1;3Q', - key_f51: '\u001b[1;3R', - key_f52: '\u001b[1;3S', - key_f53: '\u001b[15;3~', - key_f54: '\u001b[17;3~', - key_f55: '\u001b[18;3~', - key_f56: '\u001b[19;3~', - key_f57: '\u001b[20;3~', - key_f58: '\u001b[21;3~', - key_f59: '\u001b[23;3~', - key_f60: '\u001b[24;3~', - key_f61: '\u001b[1;4P', - key_f62: '\u001b[1;4Q', - key_f63: '\u001b[1;4R', - clr_bol: '\u001b[1K', - user6: '\u001b[%i%d;%dR', - user7: '\u001b[6n', - user8: '\u001b[?%[;0123456789]c', - user9: '\u001b[c', - orig_pair: '\u001b[39;49m', - orig_colors: '\u001b]104\u0007', - initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', - enter_italics_mode: '\u001b[3m', - exit_italics_mode: '\u001b[23m', - key_mouse: '\u001b[M', - set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', - set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', - memory_lock: '\u001bl', - memory_unlock: '\u001bm', - Cr: '\u001b]112\u0007', - Cs: '\u001b]12;%p1%s\u0007', - E3: '\u001b[3J', - Ms: '\u001b]52;%p1%s;%p2%s\u0007', - Se: '\u001b[2 q', - Ss: '\u001b[%p1%d q', - kDC3: '\u001b[3;3~', - kDC4: '\u001b[3;4~', - kDC5: '\u001b[3;5~', - kDC6: '\u001b[3;6~', - kDC7: '\u001b[3;7~', - kDN: '\u001b[1;2B', - kDN3: '\u001b[1;3B', - kDN4: '\u001b[1;4B', - kDN5: '\u001b[1;5B', - kDN6: '\u001b[1;6B', - kDN7: '\u001b[1;7B', - kEND3: '\u001b[1;3F', - kEND4: '\u001b[1;4F', - kEND5: '\u001b[1;5F', - kEND6: '\u001b[1;6F', - kEND7: '\u001b[1;7F', - kHOM3: '\u001b[1;3H', - kHOM4: '\u001b[1;4H', - kHOM5: '\u001b[1;5H', - kHOM6: '\u001b[1;6H', - kHOM7: '\u001b[1;7H', - kIC3: '\u001b[2;3~', - kIC4: '\u001b[2;4~', - kIC5: '\u001b[2;5~', - kIC6: '\u001b[2;6~', - kIC7: '\u001b[2;7~', - kLFT3: '\u001b[1;3D', - kLFT4: '\u001b[1;4D', - kLFT5: '\u001b[1;5D', - kLFT6: '\u001b[1;6D', - kLFT7: '\u001b[1;7D', - kNXT3: '\u001b[6;3~', - kNXT4: '\u001b[6;4~', - kNXT5: '\u001b[6;5~', - kNXT6: '\u001b[6;6~', - kNXT7: '\u001b[6;7~', - kPRV3: '\u001b[5;3~', - kPRV4: '\u001b[5;4~', - kPRV5: '\u001b[5;5~', - kPRV6: '\u001b[5;6~', - kPRV7: '\u001b[5;7~', - kRIT3: '\u001b[1;3C', - kRIT4: '\u001b[1;4C', - kRIT5: '\u001b[1;5C', - kRIT6: '\u001b[1;6C', - kRIT7: '\u001b[1;7C', - kUP: '\u001b[1;2A', - kUP3: '\u001b[1;3A', - kUP4: '\u001b[1;4A', - kUP5: '\u001b[1;5A', - kUP6: '\u001b[1;6A', - kUP7: '\u001b[1;7A', - ka2: '', - kb1: '', - kb3: '', - kc2: '', - rmxx: '\u001b[29m', - smxx: '\u001b[9m' }, - methods: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function: anonymous], - bell: [Function: anonymous], - carriage_return: [Function: anonymous], - change_scroll_region: [Function: anonymous], - clear_all_tabs: [Function: anonymous], - clear_screen: [Function: anonymous], - clr_eol: [Function: anonymous], - clr_eos: [Function: anonymous], - column_address: [Function: anonymous], - cursor_address: [Function: anonymous], - cursor_down: [Function: anonymous], - cursor_home: [Function: anonymous], - cursor_invisible: [Function: anonymous], - cursor_left: [Function: anonymous], - cursor_normal: [Function: anonymous], - cursor_right: [Function: anonymous], - cursor_up: [Function: anonymous], - cursor_visible: [Function: anonymous], - delete_character: [Function: anonymous], - delete_line: [Function: anonymous], - enter_alt_charset_mode: [Function: anonymous], - enter_blink_mode: [Function: anonymous], - enter_bold_mode: [Function: anonymous], - enter_ca_mode: [Function: anonymous], - enter_dim_mode: [Function: anonymous], - enter_insert_mode: [Function: anonymous], - enter_secure_mode: [Function: anonymous], - enter_reverse_mode: [Function: anonymous], - enter_standout_mode: [Function: anonymous], - enter_underline_mode: [Function: anonymous], - erase_chars: [Function: anonymous], - exit_alt_charset_mode: [Function: anonymous], - exit_attribute_mode: [Function: anonymous], - exit_ca_mode: [Function: anonymous], - exit_insert_mode: [Function: anonymous], - exit_standout_mode: [Function: anonymous], - exit_underline_mode: [Function: anonymous], - flash_screen: [Function: anonymous], - init_2string: [Function: anonymous], - insert_line: [Function: anonymous], - key_backspace: [Function: anonymous], - key_dc: [Function: anonymous], - key_down: [Function: anonymous], - key_f1: [Function: anonymous], - key_f10: [Function: anonymous], - key_f2: [Function: anonymous], - key_f3: [Function: anonymous], - key_f4: [Function: anonymous], - key_f5: [Function: anonymous], - key_f6: [Function: anonymous], - key_f7: [Function: anonymous], - key_f8: [Function: anonymous], - key_f9: [Function: anonymous], - key_home: [Function: anonymous], - key_ic: [Function: anonymous], - key_left: [Function: anonymous], - key_npage: [Function: anonymous], - key_ppage: [Function: anonymous], - key_right: [Function: anonymous], - key_sf: [Function: anonymous], - key_sr: [Function: anonymous], - key_up: [Function: anonymous], - keypad_local: [Function: anonymous], - keypad_xmit: [Function: anonymous], - meta_off: [Function: anonymous], - meta_on: [Function: anonymous], - parm_dch: [Function: anonymous], - parm_delete_line: [Function: anonymous], - parm_down_cursor: [Function: anonymous], - parm_ich: [Function: anonymous], - parm_index: [Function: anonymous], - parm_insert_line: [Function: anonymous], - parm_left_cursor: [Function: anonymous], - parm_right_cursor: [Function: anonymous], - parm_rindex: [Function: anonymous], - parm_up_cursor: [Function: anonymous], - print_screen: [Function: anonymous], - prtr_off: [Function: anonymous], - prtr_on: [Function: anonymous], - repeat_char: [Function: anonymous], - reset_1string: [Function: anonymous], - reset_2string: [Function: anonymous], - restore_cursor: [Function: anonymous], - row_address: [Function: anonymous], - save_cursor: [Function: anonymous], - scroll_forward: [Function: anonymous], - scroll_reverse: [Function: anonymous], - set_attributes: [Function: anonymous], - set_tab: [Function: anonymous], - tab: [Function: anonymous], - key_b2: [Function: anonymous], - acs_chars: [Function: anonymous], - key_btab: [Function: anonymous], - enter_am_mode: [Function: anonymous], - exit_am_mode: [Function: anonymous], - key_end: [Function: anonymous], - key_enter: [Function: anonymous], - key_sdc: [Function: anonymous], - key_send: [Function: anonymous], - key_shome: [Function: anonymous], - key_sic: [Function: anonymous], - key_sleft: [Function: anonymous], - key_snext: [Function: anonymous], - key_sprevious: [Function: anonymous], - key_sright: [Function: anonymous], - key_f11: [Function: anonymous], - key_f12: [Function: anonymous], - key_f13: [Function: anonymous], - key_f14: [Function: anonymous], - key_f15: [Function: anonymous], - key_f16: [Function: anonymous], - key_f17: [Function: anonymous], - key_f18: [Function: anonymous], - key_f19: [Function: anonymous], - key_f20: [Function: anonymous], - key_f21: [Function: anonymous], - key_f22: [Function: anonymous], - key_f23: [Function: anonymous], - key_f24: [Function: anonymous], - key_f25: [Function: anonymous], - key_f26: [Function: anonymous], - key_f27: [Function: anonymous], - key_f28: [Function: anonymous], - key_f29: [Function: anonymous], - key_f30: [Function: anonymous], - key_f31: [Function: anonymous], - key_f32: [Function: anonymous], - key_f33: [Function: anonymous], - key_f34: [Function: anonymous], - key_f35: [Function: anonymous], - key_f36: [Function: anonymous], - key_f37: [Function: anonymous], - key_f38: [Function: anonymous], - key_f39: [Function: anonymous], - key_f40: [Function: anonymous], - key_f41: [Function: anonymous], - key_f42: [Function: anonymous], - key_f43: [Function: anonymous], - key_f44: [Function: anonymous], - key_f45: [Function: anonymous], - key_f46: [Function: anonymous], - key_f47: [Function: anonymous], - key_f48: [Function: anonymous], - key_f49: [Function: anonymous], - key_f50: [Function: anonymous], - key_f51: [Function: anonymous], - key_f52: [Function: anonymous], - key_f53: [Function: anonymous], - key_f54: [Function: anonymous], - key_f55: [Function: anonymous], - key_f56: [Function: anonymous], - key_f57: [Function: anonymous], - key_f58: [Function: anonymous], - key_f59: [Function: anonymous], - key_f60: [Function: anonymous], - key_f61: [Function: anonymous], - key_f62: [Function: anonymous], - key_f63: [Function: anonymous], - clr_bol: [Function: anonymous], - user6: [Function: anonymous], - user7: [Function: anonymous], - user8: [Function: anonymous], - user9: [Function: anonymous], - orig_pair: [Function: anonymous], - orig_colors: [Function: anonymous], - initialize_color: [Function: bound anonymous], - enter_italics_mode: [Function: anonymous], - exit_italics_mode: [Function: anonymous], - key_mouse: [Function: anonymous], - set_a_foreground: [Function: anonymous], - set_a_background: [Function: anonymous], - memory_lock: [Function: anonymous], - memory_unlock: [Function: anonymous], - Cr: [Function: anonymous], - Cs: [Function: anonymous], - E3: [Function: anonymous], - Ms: [Function: anonymous], - Se: [Function: anonymous], - Ss: [Function: anonymous], - kDC3: [Function: anonymous], - kDC4: [Function: anonymous], - kDC5: [Function: anonymous], - kDC6: [Function: anonymous], - kDC7: [Function: anonymous], - kDN: [Function: anonymous], - kDN3: [Function: anonymous], - kDN4: [Function: anonymous], - kDN5: [Function: anonymous], - kDN6: [Function: anonymous], - kDN7: [Function: anonymous], - kEND3: [Function: anonymous], - kEND4: [Function: anonymous], - kEND5: [Function: anonymous], - kEND6: [Function: anonymous], - kEND7: [Function: anonymous], - kHOM3: [Function: anonymous], - kHOM4: [Function: anonymous], - kHOM5: [Function: anonymous], - kHOM6: [Function: anonymous], - kHOM7: [Function: anonymous], - kIC3: [Function: anonymous], - kIC4: [Function: anonymous], - kIC5: [Function: anonymous], - kIC6: [Function: anonymous], - kIC7: [Function: anonymous], - kLFT3: [Function: anonymous], - kLFT4: [Function: anonymous], - kLFT5: [Function: anonymous], - kLFT6: [Function: anonymous], - kLFT7: [Function: anonymous], - kNXT3: [Function: anonymous], - kNXT4: [Function: anonymous], - kNXT5: [Function: anonymous], - kNXT6: [Function: anonymous], - kNXT7: [Function: anonymous], - kPRV3: [Function: anonymous], - kPRV4: [Function: anonymous], - kPRV5: [Function: anonymous], - kPRV6: [Function: anonymous], - kPRV7: [Function: anonymous], - kRIT3: [Function: anonymous], - kRIT4: [Function: anonymous], - kRIT5: [Function: anonymous], - kRIT6: [Function: anonymous], - kRIT7: [Function: anonymous], - kUP: [Function: anonymous], - kUP3: [Function: anonymous], - kUP4: [Function: anonymous], - kUP5: [Function: anonymous], - kUP6: [Function: anonymous], - kUP7: [Function: anonymous], - ka2: [Object], - kb1: [Object], - kb3: [Object], - kc2: [Object], - rmxx: [Function: anonymous], - smxx: [Function: anonymous], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Object], - cursor_mem_address: [Object], - cursor_to_ll: [Object], - dis_status_line: [Object], - down_half_line: [Object], - enter_delete_mode: [Object], - enter_protected_mode: [Object], - exit_delete_mode: [Object], - form_feed: [Object], - from_status_line: [Object], - init_1string: [Object], - init_3string: [Object], - init_file: [Object], - insert_character: [Object], - insert_padding: [Object], - key_catab: [Object], - key_clear: [Object], - key_ctab: [Object], - key_dl: [Object], - key_eic: [Object], - key_eol: [Object], - key_eos: [Object], - key_f0: [Object], - key_il: [Object], - key_ll: [Object], - key_stab: [Object], - lab_f0: [Object], - lab_f1: [Object], - lab_f10: [Object], - lab_f2: [Object], - lab_f3: [Object], - lab_f4: [Object], - lab_f5: [Object], - lab_f6: [Object], - lab_f7: [Object], - lab_f8: [Object], - lab_f9: [Object], - newline: [Object], - pad_char: [Object], - pkey_key: [Object], - pkey_local: [Object], - pkey_xmit: [Object], - reset_3string: [Object], - reset_file: [Object], - set_window: [Object], - to_status_line: [Object], - underline_char: [Object], - up_half_line: [Object], - init_prog: [Object], - key_a1: [Object], - key_a3: [Object], - key_c1: [Object], - key_c3: [Object], - prtr_non: [Object], - char_padding: [Object], - plab_norm: [Object], - enter_xon_mode: [Object], - exit_xon_mode: [Object], - xon_character: [Object], - xoff_character: [Object], - ena_acs: [Object], - label_on: [Object], - label_off: [Object], - key_beg: [Object], - key_cancel: [Object], - key_close: [Object], - key_command: [Object], - key_copy: [Object], - key_create: [Object], - key_exit: [Object], - key_find: [Object], - key_help: [Object], - key_mark: [Object], - key_message: [Object], - key_move: [Object], - key_next: [Object], - key_open: [Object], - key_options: [Object], - key_previous: [Object], - key_print: [Object], - key_redo: [Object], - key_reference: [Object], - key_refresh: [Object], - key_replace: [Object], - key_restart: [Object], - key_resume: [Object], - key_save: [Object], - key_suspend: [Object], - key_undo: [Object], - key_sbeg: [Object], - key_scancel: [Object], - key_scommand: [Object], - key_scopy: [Object], - key_screate: [Object], - key_sdl: [Object], - key_select: [Object], - key_seol: [Object], - key_sexit: [Object], - key_sfind: [Object], - key_shelp: [Object], - key_smessage: [Object], - key_smove: [Object], - key_soptions: [Object], - key_sprint: [Object], - key_sredo: [Object], - key_sreplace: [Object], - key_srsume: [Object], - key_ssave: [Object], - key_ssuspend: [Object], - key_sundo: [Object], - req_for_input: [Object], - clear_margins: [Object], - set_left_margin: [Object], - set_right_margin: [Object], - label_format: [Object], - set_clock: [Object], - display_clock: [Object], - remove_clock: [Object], - create_window: [Object], - goto_window: [Object], - hangup: [Object], - dial_phone: [Object], - quick_dial: [Object], - tone: [Object], - pulse: [Object], - flash_hook: [Object], - fixed_pause: [Object], - wait_tone: [Object], - user0: [Object], - user1: [Object], - user2: [Object], - user3: [Object], - user4: [Object], - user5: [Object], - initialize_pair: [Object], - set_color_pair: [Object], - set_foreground: [Object], - set_background: [Object], - change_char_pitch: [Object], - change_line_pitch: [Object], - change_res_horz: [Object], - change_res_vert: [Object], - define_char: [Object], - enter_doublewide_mode: [Object], - enter_draft_quality: [Object], - enter_leftward_mode: [Object], - enter_micro_mode: [Object], - enter_near_letter_quality: [Object], - enter_normal_quality: [Object], - enter_shadow_mode: [Object], - enter_subscript_mode: [Object], - enter_superscript_mode: [Object], - enter_upward_mode: [Object], - exit_doublewide_mode: [Object], - exit_leftward_mode: [Object], - exit_micro_mode: [Object], - exit_shadow_mode: [Object], - exit_subscript_mode: [Object], - exit_superscript_mode: [Object], - exit_upward_mode: [Object], - micro_column_address: [Object], - micro_down: [Object], - micro_left: [Object], - micro_right: [Object], - micro_row_address: [Object], - micro_up: [Object], - order_of_pins: [Object], - parm_down_micro: [Object], - parm_left_micro: [Object], - parm_right_micro: [Object], - parm_up_micro: [Object], - select_char_set: [Object], - set_bottom_margin: [Object], - set_bottom_margin_parm: [Object], - set_left_margin_parm: [Object], - set_right_margin_parm: [Object], - set_top_margin: [Object], - set_top_margin_parm: [Object], - start_bit_image: [Object], - start_char_set_def: [Object], - stop_bit_image: [Object], - stop_char_set_def: [Object], - subscript_characters: [Object], - superscript_characters: [Object], - these_cause_cr: [Object], - zero_motion: [Object], - char_set_names: [Object], - mouse_info: [Object], - req_mouse_pos: [Object], - get_mouse: [Object], - pkey_plab: [Object], - device_type: [Object], - code_set_init: [Object], - set0_des_seq: [Object], - set1_des_seq: [Object], - set2_des_seq: [Object], - set3_des_seq: [Object], - set_lr_margin: [Object], - set_tb_margin: [Object], - bit_image_repeat: [Object], - bit_image_newline: [Object], - bit_image_carriage_return: [Object], - color_names: [Object], - define_bit_image_region: [Object], - end_bit_image_region: [Object], - set_color_band: [Object], - set_page_length: [Object], - display_pc_char: [Object], - enter_pc_charset_mode: [Object], - exit_pc_charset_mode: [Object], - enter_scancode_mode: [Object], - exit_scancode_mode: [Object], - pc_term_options: [Object], - scancode_escape: [Object], - alt_scancode_esc: [Object], - enter_horizontal_hl_mode: [Object], - enter_left_hl_mode: [Object], - enter_low_hl_mode: [Object], - enter_right_hl_mode: [Object], - enter_top_hl_mode: [Object], - enter_vertical_hl_mode: [Object], - set_a_attributes: [Object], - set_pglen_inch: [Object], - termcap_init2: [Object], - termcap_reset: [Object], - linefeed_if_not_lf: [Object], - backspace_if_not_bs: [Object], - other_non_function_keys: [Object], - arrow_key_map: [Object], - acs_ulcorner: [Object], - acs_llcorner: [Object], - acs_urcorner: [Object], - acs_lrcorner: [Object], - acs_ltee: [Object], - acs_rtee: [Object], - acs_btee: [Object], - acs_ttee: [Object], - acs_hline: [Object], - acs_vline: [Object], - acs_plus: [Object], - box_chars_1: [Object], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function: anonymous], - bel: [Function: anonymous], - cr: [Function: anonymous], - csr: [Function: anonymous], - tbc: [Function: anonymous], - clear: [Function: anonymous], - el: [Function: anonymous], - ed: [Function: anonymous], - hpa: [Function: anonymous], - cup: [Function: anonymous], - cud1: [Function: anonymous], - home: [Function: anonymous], - civis: [Function: anonymous], - cub1: [Function: anonymous], - cnorm: [Function: anonymous], - cuf1: [Function: anonymous], - cuu1: [Function: anonymous], - cvvis: [Function: anonymous], - dch1: [Function: anonymous], - dl1: [Function: anonymous], - smacs: [Function: anonymous], - blink: [Function: anonymous], - bold: [Function: anonymous], - smcup: [Function: anonymous], - dim: [Function: anonymous], - smir: [Function: anonymous], - invis: [Function: anonymous], - rev: [Function: anonymous], - smso: [Function: anonymous], - smul: [Function: anonymous], - ech: [Function: anonymous], - rmacs: [Function: anonymous], - sgr0: [Function: anonymous], - rmcup: [Function: anonymous], - rmir: [Function: anonymous], - rmso: [Function: anonymous], - rmul: [Function: anonymous], - flash: [Function: anonymous], - is2: [Function: anonymous], - il1: [Function: anonymous], - kbs: [Function: anonymous], - kdch1: [Function: anonymous], - kcud1: [Function: anonymous], - kf1: [Function: anonymous], - kf10: [Function: anonymous], - kf2: [Function: anonymous], - kf3: [Function: anonymous], - kf4: [Function: anonymous], - kf5: [Function: anonymous], - kf6: [Function: anonymous], - kf7: [Function: anonymous], - kf8: [Function: anonymous], - kf9: [Function: anonymous], - khome: [Function: anonymous], - kich1: [Function: anonymous], - kcub1: [Function: anonymous], - knp: [Function: anonymous], - kpp: [Function: anonymous], - kcuf1: [Function: anonymous], - kind: [Function: anonymous], - kri: [Function: anonymous], - kcuu1: [Function: anonymous], - rmkx: [Function: anonymous], - smkx: [Function: anonymous], - rmm: [Function: anonymous], - smm: [Function: anonymous], - dch: [Function: anonymous], - dl: [Function: anonymous], - cud: [Function: anonymous], - ich: [Function: anonymous], - indn: [Function: anonymous], - il: [Function: anonymous], - cub: [Function: anonymous], - cuf: [Function: anonymous], - rin: [Function: anonymous], - cuu: [Function: anonymous], - mc0: [Function: anonymous], - mc4: [Function: anonymous], - mc5: [Function: anonymous], - rep: [Function: anonymous], - rs1: [Function: anonymous], - rs2: [Function: anonymous], - rc: [Function: anonymous], - vpa: [Function: anonymous], - sc: [Function: anonymous], - ind: [Function: anonymous], - ri: [Function: anonymous], - sgr: [Function: anonymous], - hts: [Function: anonymous], - ht: [Function: anonymous], - kb2: [Function: anonymous], - acsc: [Function: anonymous], - kcbt: [Function: anonymous], - smam: [Function: anonymous], - rmam: [Function: anonymous], - kend: [Function: anonymous], - kent: [Function: anonymous], - kDC: [Function: anonymous], - kEND: [Function: anonymous], - kHOM: [Function: anonymous], - kIC: [Function: anonymous], - kLFT: [Function: anonymous], - kNXT: [Function: anonymous], - kPRV: [Function: anonymous], - kRIT: [Function: anonymous], - kf11: [Function: anonymous], - kf12: [Function: anonymous], - kf13: [Function: anonymous], - kf14: [Function: anonymous], - kf15: [Function: anonymous], - kf16: [Function: anonymous], - kf17: [Function: anonymous], - kf18: [Function: anonymous], - kf19: [Function: anonymous], - kf20: [Function: anonymous], - kf21: [Function: anonymous], - kf22: [Function: anonymous], - kf23: [Function: anonymous], - kf24: [Function: anonymous], - kf25: [Function: anonymous], - kf26: [Function: anonymous], - kf27: [Function: anonymous], - kf28: [Function: anonymous], - kf29: [Function: anonymous], - kf30: [Function: anonymous], - kf31: [Function: anonymous], - kf32: [Function: anonymous], - kf33: [Function: anonymous], - kf34: [Function: anonymous], - kf35: [Function: anonymous], - kf36: [Function: anonymous], - kf37: [Function: anonymous], - kf38: [Function: anonymous], - kf39: [Function: anonymous], - kf40: [Function: anonymous], - kf41: [Function: anonymous], - kf42: [Function: anonymous], - kf43: [Function: anonymous], - kf44: [Function: anonymous], - kf45: [Function: anonymous], - kf46: [Function: anonymous], - kf47: [Function: anonymous], - kf48: [Function: anonymous], - kf49: [Function: anonymous], - kf50: [Function: anonymous], - kf51: [Function: anonymous], - kf52: [Function: anonymous], - kf53: [Function: anonymous], - kf54: [Function: anonymous], - kf55: [Function: anonymous], - kf56: [Function: anonymous], - kf57: [Function: anonymous], - kf58: [Function: anonymous], - kf59: [Function: anonymous], - kf60: [Function: anonymous], - kf61: [Function: anonymous], - kf62: [Function: anonymous], - kf63: [Function: anonymous], - el1: [Function: anonymous], - u6: [Function: anonymous], - u7: [Function: anonymous], - u8: [Function: anonymous], - u9: [Function: anonymous], - op: [Function: anonymous], - oc: [Function: anonymous], - initc: [Function: bound anonymous], - sitm: [Function: anonymous], - ritm: [Function: anonymous], - kmous: [Function: anonymous], - setaf: [Function: anonymous], - setab: [Function: anonymous], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Object], - mrcup: [Object], - ll: [Object], - dsl: [Object], - hd: [Object], - smdc: [Object], - prot: [Object], - rmdc: [Object], - ff: [Object], - fsl: [Object], - is1: [Object], - is3: [Object], - if: [Object], - ich1: [Object], - ip: [Object], - ktbc: [Object], - kclr: [Object], - kctab: [Object], - kdl1: [Object], - krmir: [Object], - kel: [Object], - ked: [Object], - kf0: [Object], - kil1: [Object], - kll: [Object], - khts: [Object], - lf0: [Object], - lf1: [Object], - lf10: [Object], - lf2: [Object], - lf3: [Object], - lf4: [Object], - lf5: [Object], - lf6: [Object], - lf7: [Object], - lf8: [Object], - lf9: [Object], - nel: [Object], - pad: [Object], - pfkey: [Object], - pfloc: [Object], - pfx: [Object], - rs3: [Object], - rf: [Object], - wind: [Object], - tsl: [Object], - uc: [Object], - hu: [Object], - iprog: [Object], - ka1: [Object], - ka3: [Object], - kc1: [Object], - kc3: [Object], - mc5p: [Object], - rmp: [Object], - pln: [Object], - smxon: [Object], - rmxon: [Object], - xonc: [Object], - xoffc: [Object], - enacs: [Object], - smln: [Object], - rmln: [Object], - kbeg: [Object], - kcan: [Object], - kclo: [Object], - kcmd: [Object], - kcpy: [Object], - kcrt: [Object], - kext: [Object], - kfnd: [Object], - khlp: [Object], - kmrk: [Object], - kmsg: [Object], - kmov: [Object], - knxt: [Object], - kopn: [Object], - kopt: [Object], - kprv: [Object], - kprt: [Object], - krdo: [Object], - kref: [Object], - krfr: [Object], - krpl: [Object], - krst: [Object], - kres: [Object], - ksav: [Object], - kspd: [Object], - kund: [Object], - kBEG: [Object], - kCAN: [Object], - kCMD: [Object], - kCPY: [Object], - kCRT: [Object], - kDL: [Object], - kslt: [Object], - kEOL: [Object], - kEXT: [Object], - kFND: [Object], - kHLP: [Object], - kMSG: [Object], - kMOV: [Object], - kOPT: [Object], - kPRT: [Object], - kRDO: [Object], - kRPL: [Object], - kRES: [Object], - kSAV: [Object], - kSPD: [Object], - kUND: [Object], - rfi: [Object], - mgc: [Object], - smgl: [Object], - smgr: [Object], - fln: [Object], - sclk: [Object], - dclk: [Object], - rmclk: [Object], - cwin: [Object], - wingo: [Object], - hup: [Object], - dial: [Object], - qdial: [Object], - hook: [Object], - pause: [Object], - wait: [Object], - u0: [Object], - u1: [Object], - u2: [Object], - u3: [Object], - u4: [Object], - u5: [Object], - initp: [Object], - scp: [Object], - setf: [Object], - setb: [Object], - cpi: [Object], - lpi: [Object], - chr: [Object], - cvr: [Object], - defc: [Object], - swidm: [Object], - sdrfq: [Object], - slm: [Object], - smicm: [Object], - snlq: [Object], - snrmq: [Object], - sshm: [Object], - ssubm: [Object], - ssupm: [Object], - sum: [Object], - rwidm: [Object], - rlm: [Object], - rmicm: [Object], - rshm: [Object], - rsubm: [Object], - rsupm: [Object], - rum: [Object], - mhpa: [Object], - mcud1: [Object], - mcub1: [Object], - mcuf1: [Object], - mvpa: [Object], - mcuu1: [Object], - porder: [Object], - mcud: [Object], - mcub: [Object], - mcuf: [Object], - mcuu: [Object], - scs: [Object], - smgb: [Object], - smgbp: [Object], - smglp: [Object], - smgrp: [Object], - smgt: [Object], - smgtp: [Object], - sbim: [Object], - scsd: [Object], - rbim: [Object], - rcsd: [Object], - subcs: [Object], - supcs: [Object], - docr: [Object], - zerom: [Object], - csnm: [Object], - minfo: [Object], - reqmp: [Object], - getm: [Object], - pfxl: [Object], - devt: [Object], - csin: [Object], - s0ds: [Object], - s1ds: [Object], - s2ds: [Object], - s3ds: [Object], - smglr: [Object], - smgtb: [Object], - birep: [Object], - binel: [Object], - bicr: [Object], - colornm: [Object], - defbi: [Object], - endbi: [Object], - setcolor: [Object], - slines: [Object], - dispc: [Object], - smpch: [Object], - rmpch: [Object], - smsc: [Object], - rmsc: [Object], - pctrm: [Object], - scesc: [Object], - scesa: [Object], - ehhlm: [Object], - elhlm: [Object], - elohlm: [Object], - erhlm: [Object], - ethlm: [Object], - evhlm: [Object], - sgr1: [Object], - slength: [Object] }, - bools: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true }, - numbers: - { columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767 }, - strings: - { back_tab: '\u001b[Z', - bell: '\u0007', - carriage_return: '\r', - change_scroll_region: '\u001b[%i%p1%d;%p2%dr', - clear_all_tabs: '\u001b[3g', - clear_screen: '\u001b[H\u001b[2J', - clr_eol: '\u001b[K', - clr_eos: '\u001b[J', - column_address: '\u001b[%i%p1%dG', - cursor_address: '\u001b[%i%p1%d;%p2%dH', - cursor_down: '\n', - cursor_home: '\u001b[H', - cursor_invisible: '\u001b[?25l', - cursor_left: '\b', - cursor_normal: '\u001b[?12l\u001b[?25h', - cursor_right: '\u001b[C', - cursor_up: '\u001b[A', - cursor_visible: '\u001b[?12;25h', - delete_character: '\u001b[P', - delete_line: '\u001b[M', - enter_alt_charset_mode: '\u001b(0', - enter_blink_mode: '\u001b[5m', - enter_bold_mode: '\u001b[1m', - enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', - enter_dim_mode: '\u001b[2m', - enter_insert_mode: '\u001b[4h', - enter_secure_mode: '\u001b[8m', - enter_reverse_mode: '\u001b[7m', - enter_standout_mode: '\u001b[7m', - enter_underline_mode: '\u001b[4m', - erase_chars: '\u001b[%p1%dX', - exit_alt_charset_mode: '\u001b(B', - exit_attribute_mode: '\u001b(B\u001b[m', - exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', - exit_insert_mode: '\u001b[4l', - exit_standout_mode: '\u001b[27m', - exit_underline_mode: '\u001b[24m', - flash_screen: '\u001b[?5h$<100/>\u001b[?5l', - init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - insert_line: '\u001b[L', - key_backspace: '', - key_dc: '\u001b[3~', - key_down: '\u001bOB', - key_f1: '\u001bOP', - key_f10: '\u001b[21~', - key_f2: '\u001bOQ', - key_f3: '\u001bOR', - key_f4: '\u001bOS', - key_f5: '\u001b[15~', - key_f6: '\u001b[17~', - key_f7: '\u001b[18~', - key_f8: '\u001b[19~', - key_f9: '\u001b[20~', - key_home: '\u001bOH', - key_ic: '\u001b[2~', - key_left: '\u001bOD', - key_npage: '\u001b[6~', - key_ppage: '\u001b[5~', - key_right: '\u001bOC', - key_sf: '\u001b[1;2B', - key_sr: '\u001b[1;2A', - key_up: '\u001bOA', - keypad_local: '\u001b[?1l\u001b>', - keypad_xmit: '\u001b[?1h\u001b=', - meta_off: '\u001b[?1034l', - meta_on: '\u001b[?1034h', - parm_dch: '\u001b[%p1%dP', - parm_delete_line: '\u001b[%p1%dM', - parm_down_cursor: '\u001b[%p1%dB', - parm_ich: '\u001b[%p1%d@', - parm_index: '\u001b[%p1%dS', - parm_insert_line: '\u001b[%p1%dL', - parm_left_cursor: '\u001b[%p1%dD', - parm_right_cursor: '\u001b[%p1%dC', - parm_rindex: '\u001b[%p1%dT', - parm_up_cursor: '\u001b[%p1%dA', - print_screen: '\u001b[i', - prtr_off: '\u001b[4i', - prtr_on: '\u001b[5i', - repeat_char: '%p1%c\u001b[%p2%{1}%-%db', - reset_1string: '\u001bc\u001b]104\u0007', - reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - restore_cursor: '\u001b8', - row_address: '\u001b[%i%p1%dd', - save_cursor: '\u001b7', - scroll_forward: '\n', - scroll_reverse: '\u001bM', - set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', - set_tab: '\u001bH', - tab: '\t', - key_b2: '\u001bOE', - acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', - key_btab: '\u001b[Z', - enter_am_mode: '\u001b[?7h', - exit_am_mode: '\u001b[?7l', - key_end: '\u001bOF', - key_enter: '\u001bOM', - key_sdc: '\u001b[3;2~', - key_send: '\u001b[1;2F', - key_shome: '\u001b[1;2H', - key_sic: '\u001b[2;2~', - key_sleft: '\u001b[1;2D', - key_snext: '\u001b[6;2~', - key_sprevious: '\u001b[5;2~', - key_sright: '\u001b[1;2C', - key_f11: '\u001b[23~', - key_f12: '\u001b[24~', - key_f13: '\u001b[1;2P', - key_f14: '\u001b[1;2Q', - key_f15: '\u001b[1;2R', - key_f16: '\u001b[1;2S', - key_f17: '\u001b[15;2~', - key_f18: '\u001b[17;2~', - key_f19: '\u001b[18;2~', - key_f20: '\u001b[19;2~', - key_f21: '\u001b[20;2~', - key_f22: '\u001b[21;2~', - key_f23: '\u001b[23;2~', - key_f24: '\u001b[24;2~', - key_f25: '\u001b[1;5P', - key_f26: '\u001b[1;5Q', - key_f27: '\u001b[1;5R', - key_f28: '\u001b[1;5S', - key_f29: '\u001b[15;5~', - key_f30: '\u001b[17;5~', - key_f31: '\u001b[18;5~', - key_f32: '\u001b[19;5~', - key_f33: '\u001b[20;5~', - key_f34: '\u001b[21;5~', - key_f35: '\u001b[23;5~', - key_f36: '\u001b[24;5~', - key_f37: '\u001b[1;6P', - key_f38: '\u001b[1;6Q', - key_f39: '\u001b[1;6R', - key_f40: '\u001b[1;6S', - key_f41: '\u001b[15;6~', - key_f42: '\u001b[17;6~', - key_f43: '\u001b[18;6~', - key_f44: '\u001b[19;6~', - key_f45: '\u001b[20;6~', - key_f46: '\u001b[21;6~', - key_f47: '\u001b[23;6~', - key_f48: '\u001b[24;6~', - key_f49: '\u001b[1;3P', - key_f50: '\u001b[1;3Q', - key_f51: '\u001b[1;3R', - key_f52: '\u001b[1;3S', - key_f53: '\u001b[15;3~', - key_f54: '\u001b[17;3~', - key_f55: '\u001b[18;3~', - key_f56: '\u001b[19;3~', - key_f57: '\u001b[20;3~', - key_f58: '\u001b[21;3~', - key_f59: '\u001b[23;3~', - key_f60: '\u001b[24;3~', - key_f61: '\u001b[1;4P', - key_f62: '\u001b[1;4Q', - key_f63: '\u001b[1;4R', - clr_bol: '\u001b[1K', - user6: '\u001b[%i%d;%dR', - user7: '\u001b[6n', - user8: '\u001b[?%[;0123456789]c', - user9: '\u001b[c', - orig_pair: '\u001b[39;49m', - orig_colors: '\u001b]104\u0007', - initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', - enter_italics_mode: '\u001b[3m', - exit_italics_mode: '\u001b[23m', - key_mouse: '\u001b[M', - set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', - set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', - memory_lock: '\u001bl', - memory_unlock: '\u001bm', - Cr: '\u001b]112\u0007', - Cs: '\u001b]12;%p1%s\u0007', - E3: '\u001b[3J', - Ms: '\u001b]52;%p1%s;%p2%s\u0007', - Se: '\u001b[2 q', - Ss: '\u001b[%p1%d q', - kDC3: '\u001b[3;3~', - kDC4: '\u001b[3;4~', - kDC5: '\u001b[3;5~', - kDC6: '\u001b[3;6~', - kDC7: '\u001b[3;7~', - kDN: '\u001b[1;2B', - kDN3: '\u001b[1;3B', - kDN4: '\u001b[1;4B', - kDN5: '\u001b[1;5B', - kDN6: '\u001b[1;6B', - kDN7: '\u001b[1;7B', - kEND3: '\u001b[1;3F', - kEND4: '\u001b[1;4F', - kEND5: '\u001b[1;5F', - kEND6: '\u001b[1;6F', - kEND7: '\u001b[1;7F', - kHOM3: '\u001b[1;3H', - kHOM4: '\u001b[1;4H', - kHOM5: '\u001b[1;5H', - kHOM6: '\u001b[1;6H', - kHOM7: '\u001b[1;7H', - kIC3: '\u001b[2;3~', - kIC4: '\u001b[2;4~', - kIC5: '\u001b[2;5~', - kIC6: '\u001b[2;6~', - kIC7: '\u001b[2;7~', - kLFT3: '\u001b[1;3D', - kLFT4: '\u001b[1;4D', - kLFT5: '\u001b[1;5D', - kLFT6: '\u001b[1;6D', - kLFT7: '\u001b[1;7D', - kNXT3: '\u001b[6;3~', - kNXT4: '\u001b[6;4~', - kNXT5: '\u001b[6;5~', - kNXT6: '\u001b[6;6~', - kNXT7: '\u001b[6;7~', - kPRV3: '\u001b[5;3~', - kPRV4: '\u001b[5;4~', - kPRV5: '\u001b[5;5~', - kPRV6: '\u001b[5;6~', - kPRV7: '\u001b[5;7~', - kRIT3: '\u001b[1;3C', - kRIT4: '\u001b[1;4C', - kRIT5: '\u001b[1;5C', - kRIT6: '\u001b[1;6C', - kRIT7: '\u001b[1;7C', - kUP: '\u001b[1;2A', - kUP3: '\u001b[1;3A', - kUP4: '\u001b[1;4A', - kUP5: '\u001b[1;5A', - kUP6: '\u001b[1;6A', - kUP7: '\u001b[1;7A', - ka2: '', - kb1: '', - kb3: '', - kc2: '', - rmxx: '\u001b[29m', - smxx: '\u001b[9m' }, - features: - { unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - padding: true, - setbuf: true, - acsc: [Object], - acscr: [Object] }, - unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - setbuf: true, - acscr: - { '◆': '`', - '▒': 'a', - '°': 'f', - '±': 'g', - '\u000b': 'i', - '┘': 'j', - '┐': 'k', - '┌': 'l', - '└': 'm', - '┼': 'n', - '⎺': 'o', - '⎻': 'p', - '─': 'q', - '⎼': 'r', - '⎽': 's', - '├': 't', - '┤': 'u', - '┴': 'v', - '┬': 'w', - '│': 'x', - '≤': 'y', - '≥': 'z', - 'π': '{', - '≠': '|', - '£': '}', - '·': '~' }, - _newHandler: [Function: fn], - isAlt: true, - cursorHidden: true, - _currentMouse: { sgrMouse: true, cellMotion: true, allMotion: true }, - mouseEnabled: true, - _boundMouse: true }, - tput: - Tput { - options: - { terminal: 'xterm-256color', - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - forceUnicode: undefined }, - terminal: 'xterm-256color', - debug: undefined, - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - error: null, - terminfoPrefix: undefined, - terminfoFile: undefined, - termcapFile: undefined, - auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function], - bell: [Function], - carriage_return: [Function], - change_scroll_region: [Function], - clear_all_tabs: [Function], - clear_screen: [Function], - clr_eol: [Function], - clr_eos: [Function], - column_address: [Function], - cursor_address: [Function], - cursor_down: [Function], - cursor_home: [Function], - cursor_invisible: [Function], - cursor_left: [Function], - cursor_normal: [Function], - cursor_right: [Function], - cursor_up: [Function], - cursor_visible: [Function], - delete_character: [Function], - delete_line: [Function], - enter_alt_charset_mode: [Function], - enter_blink_mode: [Function], - enter_bold_mode: [Function], - enter_ca_mode: [Function], - enter_dim_mode: [Function], - enter_insert_mode: [Function], - enter_secure_mode: [Function], - enter_reverse_mode: [Function], - enter_standout_mode: [Function], - enter_underline_mode: [Function], - erase_chars: [Function], - exit_alt_charset_mode: [Function], - exit_attribute_mode: [Function], - exit_ca_mode: [Function], - exit_insert_mode: [Function], - exit_standout_mode: [Function], - exit_underline_mode: [Function], - flash_screen: [Function], - init_2string: [Function], - insert_line: [Function], - key_backspace: [Function], - key_dc: [Function], - key_down: [Function], - key_f1: [Function], - key_f10: [Function], - key_f2: [Function], - key_f3: [Function], - key_f4: [Function], - key_f5: [Function], - key_f6: [Function], - key_f7: [Function], - key_f8: [Function], - key_f9: [Function], - key_home: [Function], - key_ic: [Function], - key_left: [Function], - key_npage: [Function], - key_ppage: [Function], - key_right: [Function], - key_sf: [Function], - key_sr: [Function], - key_up: [Function], - keypad_local: [Function], - keypad_xmit: [Function], - meta_off: [Function], - meta_on: [Function], - parm_dch: [Function], - parm_delete_line: [Function], - parm_down_cursor: [Function], - parm_ich: [Function], - parm_index: [Function], - parm_insert_line: [Function], - parm_left_cursor: [Function], - parm_right_cursor: [Function], - parm_rindex: [Function], - parm_up_cursor: [Function], - print_screen: [Function], - prtr_off: [Function], - prtr_on: [Function], - repeat_char: [Function], - reset_1string: [Function], - reset_2string: [Function], - restore_cursor: [Function], - row_address: [Function], - save_cursor: [Function], - scroll_forward: [Function], - scroll_reverse: [Function], - set_attributes: [Function], - set_tab: [Function], - tab: [Function], - key_b2: [Function], - acs_chars: [Function], - key_btab: [Function], - enter_am_mode: [Function], - exit_am_mode: [Function], - key_end: [Function], - key_enter: [Function], - key_sdc: [Function], - key_send: [Function], - key_shome: [Function], - key_sic: [Function], - key_sleft: [Function], - key_snext: [Function], - key_sprevious: [Function], - key_sright: [Function], - key_f11: [Function], - key_f12: [Function], - key_f13: [Function], - key_f14: [Function], - key_f15: [Function], - key_f16: [Function], - key_f17: [Function], - key_f18: [Function], - key_f19: [Function], - key_f20: [Function], - key_f21: [Function], - key_f22: [Function], - key_f23: [Function], - key_f24: [Function], - key_f25: [Function], - key_f26: [Function], - key_f27: [Function], - key_f28: [Function], - key_f29: [Function], - key_f30: [Function], - key_f31: [Function], - key_f32: [Function], - key_f33: [Function], - key_f34: [Function], - key_f35: [Function], - key_f36: [Function], - key_f37: [Function], - key_f38: [Function], - key_f39: [Function], - key_f40: [Function], - key_f41: [Function], - key_f42: [Function], - key_f43: [Function], - key_f44: [Function], - key_f45: [Function], - key_f46: [Function], - key_f47: [Function], - key_f48: [Function], - key_f49: [Function], - key_f50: [Function], - key_f51: [Function], - key_f52: [Function], - key_f53: [Function], - key_f54: [Function], - key_f55: [Function], - key_f56: [Function], - key_f57: [Function], - key_f58: [Function], - key_f59: [Function], - key_f60: [Function], - key_f61: [Function], - key_f62: [Function], - key_f63: [Function], - clr_bol: [Function], - user6: [Function], - user7: [Function], - user8: [Function], - user9: [Function], - orig_pair: [Function], - orig_colors: [Function], - initialize_color: [Function], - enter_italics_mode: [Function], - exit_italics_mode: [Function], - key_mouse: [Function], - set_a_foreground: [Function], - set_a_background: [Function], - memory_lock: [Function], - memory_unlock: [Function], - Cr: [Function], - Cs: [Function], - E3: [Function], - Ms: [Function], - Se: [Function], - Ss: [Function], - kDC3: [Function], - kDC4: [Function], - kDC5: [Function], - kDC6: [Function], - kDC7: [Function], - kDN: [Function], - kDN3: [Function], - kDN4: [Function], - kDN5: [Function], - kDN6: [Function], - kDN7: [Function], - kEND3: [Function], - kEND4: [Function], - kEND5: [Function], - kEND6: [Function], - kEND7: [Function], - kHOM3: [Function], - kHOM4: [Function], - kHOM5: [Function], - kHOM6: [Function], - kHOM7: [Function], - kIC3: [Function], - kIC4: [Function], - kIC5: [Function], - kIC6: [Function], - kIC7: [Function], - kLFT3: [Function], - kLFT4: [Function], - kLFT5: [Function], - kLFT6: [Function], - kLFT7: [Function], - kNXT3: [Function], - kNXT4: [Function], - kNXT5: [Function], - kNXT6: [Function], - kNXT7: [Function], - kPRV3: [Function], - kPRV4: [Function], - kPRV5: [Function], - kPRV6: [Function], - kPRV7: [Function], - kRIT3: [Function], - kRIT4: [Function], - kRIT5: [Function], - kRIT6: [Function], - kRIT7: [Function], - kUP: [Function], - kUP3: [Function], - kUP4: [Function], - kUP5: [Function], - kUP6: [Function], - kUP7: [Function], - ka2: [Function], - kb1: [Function], - kb3: [Function], - kc2: [Function], - rmxx: [Function], - smxx: [Function], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Function], - cursor_mem_address: [Function], - cursor_to_ll: [Function], - dis_status_line: [Function], - down_half_line: [Function], - enter_delete_mode: [Function], - enter_protected_mode: [Function], - exit_delete_mode: [Function], - form_feed: [Function], - from_status_line: [Function], - init_1string: [Function], - init_3string: [Function], - init_file: [Function], - insert_character: [Function], - insert_padding: [Function], - key_catab: [Function], - key_clear: [Function], - key_ctab: [Function], - key_dl: [Function], - key_eic: [Function], - key_eol: [Function], - key_eos: [Function], - key_f0: [Function], - key_il: [Function], - key_ll: [Function], - key_stab: [Function], - lab_f0: [Function], - lab_f1: [Function], - lab_f10: [Function], - lab_f2: [Function], - lab_f3: [Function], - lab_f4: [Function], - lab_f5: [Function], - lab_f6: [Function], - lab_f7: [Function], - lab_f8: [Function], - lab_f9: [Function], - newline: [Function], - pad_char: [Function], - pkey_key: [Function], - pkey_local: [Function], - pkey_xmit: [Function], - reset_3string: [Function], - reset_file: [Function], - set_window: [Function], - to_status_line: [Function], - underline_char: [Function], - up_half_line: [Function], - init_prog: [Function], - key_a1: [Function], - key_a3: [Function], - key_c1: [Function], - key_c3: [Function], - prtr_non: [Function], - char_padding: [Function], - plab_norm: [Function], - enter_xon_mode: [Function], - exit_xon_mode: [Function], - xon_character: [Function], - xoff_character: [Function], - ena_acs: [Function], - label_on: [Function], - label_off: [Function], - key_beg: [Function], - key_cancel: [Function], - key_close: [Function], - key_command: [Function], - key_copy: [Function], - key_create: [Function], - key_exit: [Function], - key_find: [Function], - key_help: [Function], - key_mark: [Function], - key_message: [Function], - key_move: [Function], - key_next: [Function], - key_open: [Function], - key_options: [Function], - key_previous: [Function], - key_print: [Function], - key_redo: [Function], - key_reference: [Function], - key_refresh: [Function], - key_replace: [Function], - key_restart: [Function], - key_resume: [Function], - key_save: [Function], - key_suspend: [Function], - key_undo: [Function], - key_sbeg: [Function], - key_scancel: [Function], - key_scommand: [Function], - key_scopy: [Function], - key_screate: [Function], - key_sdl: [Function], - key_select: [Function], - key_seol: [Function], - key_sexit: [Function], - key_sfind: [Function], - key_shelp: [Function], - key_smessage: [Function], - key_smove: [Function], - key_soptions: [Function], - key_sprint: [Function], - key_sredo: [Function], - key_sreplace: [Function], - key_srsume: [Function], - key_ssave: [Function], - key_ssuspend: [Function], - key_sundo: [Function], - req_for_input: [Function], - clear_margins: [Function], - set_left_margin: [Function], - set_right_margin: [Function], - label_format: [Function], - set_clock: [Function], - display_clock: [Function], - remove_clock: [Function], - create_window: [Function], - goto_window: [Function], - hangup: [Function], - dial_phone: [Function], - quick_dial: [Function], - tone: [Function], - pulse: [Function], - flash_hook: [Function], - fixed_pause: [Function], - wait_tone: [Function], - user0: [Function], - user1: [Function], - user2: [Function], - user3: [Function], - user4: [Function], - user5: [Function], - initialize_pair: [Function], - set_color_pair: [Function], - set_foreground: [Function], - set_background: [Function], - change_char_pitch: [Function], - change_line_pitch: [Function], - change_res_horz: [Function], - change_res_vert: [Function], - define_char: [Function], - enter_doublewide_mode: [Function], - enter_draft_quality: [Function], - enter_leftward_mode: [Function], - enter_micro_mode: [Function], - enter_near_letter_quality: [Function], - enter_normal_quality: [Function], - enter_shadow_mode: [Function], - enter_subscript_mode: [Function], - enter_superscript_mode: [Function], - enter_upward_mode: [Function], - exit_doublewide_mode: [Function], - exit_leftward_mode: [Function], - exit_micro_mode: [Function], - exit_shadow_mode: [Function], - exit_subscript_mode: [Function], - exit_superscript_mode: [Function], - exit_upward_mode: [Function], - micro_column_address: [Function], - micro_down: [Function], - micro_left: [Function], - micro_right: [Function], - micro_row_address: [Function], - micro_up: [Function], - order_of_pins: [Function], - parm_down_micro: [Function], - parm_left_micro: [Function], - parm_right_micro: [Function], - parm_up_micro: [Function], - select_char_set: [Function], - set_bottom_margin: [Function], - set_bottom_margin_parm: [Function], - set_left_margin_parm: [Function], - set_right_margin_parm: [Function], - set_top_margin: [Function], - set_top_margin_parm: [Function], - start_bit_image: [Function], - start_char_set_def: [Function], - stop_bit_image: [Function], - stop_char_set_def: [Function], - subscript_characters: [Function], - superscript_characters: [Function], - these_cause_cr: [Function], - zero_motion: [Function], - char_set_names: [Function], - mouse_info: [Function], - req_mouse_pos: [Function], - get_mouse: [Function], - pkey_plab: [Function], - device_type: [Function], - code_set_init: [Function], - set0_des_seq: [Function], - set1_des_seq: [Function], - set2_des_seq: [Function], - set3_des_seq: [Function], - set_lr_margin: [Function], - set_tb_margin: [Function], - bit_image_repeat: [Function], - bit_image_newline: [Function], - bit_image_carriage_return: [Function], - color_names: [Function], - define_bit_image_region: [Function], - end_bit_image_region: [Function], - set_color_band: [Function], - set_page_length: [Function], - display_pc_char: [Function], - enter_pc_charset_mode: [Function], - exit_pc_charset_mode: [Function], - enter_scancode_mode: [Function], - exit_scancode_mode: [Function], - pc_term_options: [Function], - scancode_escape: [Function], - alt_scancode_esc: [Function], - enter_horizontal_hl_mode: [Function], - enter_left_hl_mode: [Function], - enter_low_hl_mode: [Function], - enter_right_hl_mode: [Function], - enter_top_hl_mode: [Function], - enter_vertical_hl_mode: [Function], - set_a_attributes: [Function], - set_pglen_inch: [Function], - termcap_init2: [Function], - termcap_reset: [Function], - linefeed_if_not_lf: [Function], - backspace_if_not_bs: [Function], - other_non_function_keys: [Function], - arrow_key_map: [Function], - acs_ulcorner: [Function], - acs_llcorner: [Function], - acs_urcorner: [Function], - acs_lrcorner: [Function], - acs_ltee: [Function], - acs_rtee: [Function], - acs_btee: [Function], - acs_ttee: [Function], - acs_hline: [Function], - acs_vline: [Function], - acs_plus: [Function], - box_chars_1: [Function], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function], - bel: [Function], - cr: [Function], - csr: [Function], - tbc: [Function], - clear: [Function], - el: [Function], - ed: [Function], - hpa: [Function], - cup: [Function], - cud1: [Function], - home: [Function], - civis: [Function], - cub1: [Function], - cnorm: [Function], - cuf1: [Function], - cuu1: [Function], - cvvis: [Function], - dch1: [Function], - dl1: [Function], - smacs: [Function], - blink: [Function], - bold: [Function], - smcup: [Function], - dim: [Function], - smir: [Function], - invis: [Function], - rev: [Function], - smso: [Function], - smul: [Function], - ech: [Function], - rmacs: [Function], - sgr0: [Function], - rmcup: [Function], - rmir: [Function], - rmso: [Function], - rmul: [Function], - flash: [Function], - is2: [Function], - il1: [Function], - kbs: [Function], - kdch1: [Function], - kcud1: [Function], - kf1: [Function], - kf10: [Function], - kf2: [Function], - kf3: [Function], - kf4: [Function], - kf5: [Function], - kf6: [Function], - kf7: [Function], - kf8: [Function], - kf9: [Function], - khome: [Function], - kich1: [Function], - kcub1: [Function], - knp: [Function], - kpp: [Function], - kcuf1: [Function], - kind: [Function], - kri: [Function], - kcuu1: [Function], - rmkx: [Function], - smkx: [Function], - rmm: [Function], - smm: [Function], - dch: [Function], - dl: [Function], - cud: [Function], - ich: [Function], - indn: [Function], - il: [Function], - cub: [Function], - cuf: [Function], - rin: [Function], - cuu: [Function], - mc0: [Function], - mc4: [Function], - mc5: [Function], - rep: [Function], - rs1: [Function], - rs2: [Function], - rc: [Function], - vpa: [Function], - sc: [Function], - ind: [Function], - ri: [Function], - sgr: [Function], - hts: [Function], - ht: [Function], - kb2: [Function], - acsc: - { '`': '◆', - a: '▒', - f: '°', - g: '±', - i: '\u000b', - j: '┘', - k: '┐', - l: '┌', - m: '└', - n: '┼', - o: '⎺', - p: '⎻', - q: '─', - r: '⎼', - s: '⎽', - t: '├', - u: '┤', - v: '┴', - w: '┬', - x: '│', - y: '≤', - z: '≥', - '{': 'π', - '|': '≠', - '}': '£', - '~': '·' }, - kcbt: [Function], - smam: [Function], - rmam: [Function], - kend: [Function], - kent: [Function], - kDC: [Function], - kEND: [Function], - kHOM: [Function], - kIC: [Function], - kLFT: [Function], - kNXT: [Function], - kPRV: [Function], - kRIT: [Function], - kf11: [Function], - kf12: [Function], - kf13: [Function], - kf14: [Function], - kf15: [Function], - kf16: [Function], - kf17: [Function], - kf18: [Function], - kf19: [Function], - kf20: [Function], - kf21: [Function], - kf22: [Function], - kf23: [Function], - kf24: [Function], - kf25: [Function], - kf26: [Function], - kf27: [Function], - kf28: [Function], - kf29: [Function], - kf30: [Function], - kf31: [Function], - kf32: [Function], - kf33: [Function], - kf34: [Function], - kf35: [Function], - kf36: [Function], - kf37: [Function], - kf38: [Function], - kf39: [Function], - kf40: [Function], - kf41: [Function], - kf42: [Function], - kf43: [Function], - kf44: [Function], - kf45: [Function], - kf46: [Function], - kf47: [Function], - kf48: [Function], - kf49: [Function], - kf50: [Function], - kf51: [Function], - kf52: [Function], - kf53: [Function], - kf54: [Function], - kf55: [Function], - kf56: [Function], - kf57: [Function], - kf58: [Function], - kf59: [Function], - kf60: [Function], - kf61: [Function], - kf62: [Function], - kf63: [Function], - el1: [Function], - u6: [Function], - u7: [Function], - u8: [Function], - u9: [Function], - op: [Function], - oc: [Function], - initc: [Function], - sitm: [Function], - ritm: [Function], - kmous: [Function], - setaf: [Function], - setab: [Function], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Function], - mrcup: [Function], - ll: [Function], - dsl: [Function], - hd: [Function], - smdc: [Function], - prot: [Function], - rmdc: [Function], - ff: [Function], - fsl: [Function], - is1: [Function], - is3: [Function], - if: [Function], - ich1: [Function], - ip: [Function], - ktbc: [Function], - kclr: [Function], - kctab: [Function], - kdl1: [Function], - krmir: [Function], - kel: [Function], - ked: [Function], - kf0: [Function], - kil1: [Function], - kll: [Function], - khts: [Function], - lf0: [Function], - lf1: [Function], - lf10: [Function], - lf2: [Function], - lf3: [Function], - lf4: [Function], - lf5: [Function], - lf6: [Function], - lf7: [Function], - lf8: [Function], - lf9: [Function], - nel: [Function], - pad: [Function], - pfkey: [Function], - pfloc: [Function], - pfx: [Function], - rs3: [Function], - rf: [Function], - wind: [Function], - tsl: [Function], - uc: [Function], - hu: [Function], - iprog: [Function], - ka1: [Function], - ka3: [Function], - kc1: [Function], - kc3: [Function], - mc5p: [Function], - rmp: [Function], - pln: [Function], - smxon: [Function], - rmxon: [Function], - xonc: [Function], - xoffc: [Function], - enacs: [Function], - smln: [Function], - rmln: [Function], - kbeg: [Function], - kcan: [Function], - kclo: [Function], - kcmd: [Function], - kcpy: [Function], - kcrt: [Function], - kext: [Function], - kfnd: [Function], - khlp: [Function], - kmrk: [Function], - kmsg: [Function], - kmov: [Function], - knxt: [Function], - kopn: [Function], - kopt: [Function], - kprv: [Function], - kprt: [Function], - krdo: [Function], - kref: [Function], - krfr: [Function], - krpl: [Function], - krst: [Function], - kres: [Function], - ksav: [Function], - kspd: [Function], - kund: [Function], - kBEG: [Function], - kCAN: [Function], - kCMD: [Function], - kCPY: [Function], - kCRT: [Function], - kDL: [Function], - kslt: [Function], - kEOL: [Function], - kEXT: [Function], - kFND: [Function], - kHLP: [Function], - kMSG: [Function], - kMOV: [Function], - kOPT: [Function], - kPRT: [Function], - kRDO: [Function], - kRPL: [Function], - kRES: [Function], - kSAV: [Function], - kSPD: [Function], - kUND: [Function], - rfi: [Function], - mgc: [Function], - smgl: [Function], - smgr: [Function], - fln: [Function], - sclk: [Function], - dclk: [Function], - rmclk: [Function], - cwin: [Function], - wingo: [Function], - hup: [Function], - dial: [Function], - qdial: [Function], - hook: [Function], - pause: [Function], - wait: [Function], - u0: [Function], - u1: [Function], - u2: [Function], - u3: [Function], - u4: [Function], - u5: [Function], - initp: [Function], - scp: [Function], - setf: [Function], - setb: [Function], - cpi: [Function], - lpi: [Function], - chr: [Function], - cvr: [Function], - defc: [Function], - swidm: [Function], - sdrfq: [Function], - slm: [Function], - smicm: [Function], - snlq: [Function], - snrmq: [Function], - sshm: [Function], - ssubm: [Function], - ssupm: [Function], - sum: [Function], - rwidm: [Function], - rlm: [Function], - rmicm: [Function], - rshm: [Function], - rsubm: [Function], - rsupm: [Function], - rum: [Function], - mhpa: [Function], - mcud1: [Function], - mcub1: [Function], - mcuf1: [Function], - mvpa: [Function], - mcuu1: [Function], - porder: [Function], - mcud: [Function], - mcub: [Function], - mcuf: [Function], - mcuu: [Function], - scs: [Function], - smgb: [Function], - smgbp: [Function], - smglp: [Function], - smgrp: [Function], - smgt: [Function], - smgtp: [Function], - sbim: [Function], - scsd: [Function], - rbim: [Function], - rcsd: [Function], - subcs: [Function], - supcs: [Function], - docr: [Function], - zerom: [Function], - csnm: [Function], - minfo: [Function], - reqmp: [Function], - getm: [Function], - pfxl: [Function], - devt: [Function], - csin: [Function], - s0ds: [Function], - s1ds: [Function], - s2ds: [Function], - s3ds: [Function], - smglr: [Function], - smgtb: [Function], - birep: [Function], - binel: [Function], - bicr: [Function], - colornm: [Function], - defbi: [Function], - endbi: [Function], - setcolor: [Function], - slines: [Function], - dispc: [Function], - smpch: [Function], - rmpch: [Function], - smsc: [Function], - rmsc: [Function], - pctrm: [Function], - scesc: [Function], - scesa: [Function], - ehhlm: [Function], - elhlm: [Function], - elohlm: [Function], - erhlm: [Function], - ethlm: [Function], - evhlm: [Function], - sgr1: [Function], - slength: [Function], - info: - { header: [Object], - name: 'xterm-256color', - names: [Array], - desc: 'xterm with 256 colors', - dir: '/lib/terminfo', - file: '/lib/terminfo/x/xterm-256color', - bools: [Object], - numbers: [Object], - strings: [Object], - features: [Object], - all: [Object], - methods: [Object] }, - all: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: '\u001b[Z', - bell: '\u0007', - carriage_return: '\r', - change_scroll_region: '\u001b[%i%p1%d;%p2%dr', - clear_all_tabs: '\u001b[3g', - clear_screen: '\u001b[H\u001b[2J', - clr_eol: '\u001b[K', - clr_eos: '\u001b[J', - column_address: '\u001b[%i%p1%dG', - cursor_address: '\u001b[%i%p1%d;%p2%dH', - cursor_down: '\n', - cursor_home: '\u001b[H', - cursor_invisible: '\u001b[?25l', - cursor_left: '\b', - cursor_normal: '\u001b[?12l\u001b[?25h', - cursor_right: '\u001b[C', - cursor_up: '\u001b[A', - cursor_visible: '\u001b[?12;25h', - delete_character: '\u001b[P', - delete_line: '\u001b[M', - enter_alt_charset_mode: '\u001b(0', - enter_blink_mode: '\u001b[5m', - enter_bold_mode: '\u001b[1m', - enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', - enter_dim_mode: '\u001b[2m', - enter_insert_mode: '\u001b[4h', - enter_secure_mode: '\u001b[8m', - enter_reverse_mode: '\u001b[7m', - enter_standout_mode: '\u001b[7m', - enter_underline_mode: '\u001b[4m', - erase_chars: '\u001b[%p1%dX', - exit_alt_charset_mode: '\u001b(B', - exit_attribute_mode: '\u001b(B\u001b[m', - exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', - exit_insert_mode: '\u001b[4l', - exit_standout_mode: '\u001b[27m', - exit_underline_mode: '\u001b[24m', - flash_screen: '\u001b[?5h$<100/>\u001b[?5l', - init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - insert_line: '\u001b[L', - key_backspace: '', - key_dc: '\u001b[3~', - key_down: '\u001bOB', - key_f1: '\u001bOP', - key_f10: '\u001b[21~', - key_f2: '\u001bOQ', - key_f3: '\u001bOR', - key_f4: '\u001bOS', - key_f5: '\u001b[15~', - key_f6: '\u001b[17~', - key_f7: '\u001b[18~', - key_f8: '\u001b[19~', - key_f9: '\u001b[20~', - key_home: '\u001bOH', - key_ic: '\u001b[2~', - key_left: '\u001bOD', - key_npage: '\u001b[6~', - key_ppage: '\u001b[5~', - key_right: '\u001bOC', - key_sf: '\u001b[1;2B', - key_sr: '\u001b[1;2A', - key_up: '\u001bOA', - keypad_local: '\u001b[?1l\u001b>', - keypad_xmit: '\u001b[?1h\u001b=', - meta_off: '\u001b[?1034l', - meta_on: '\u001b[?1034h', - parm_dch: '\u001b[%p1%dP', - parm_delete_line: '\u001b[%p1%dM', - parm_down_cursor: '\u001b[%p1%dB', - parm_ich: '\u001b[%p1%d@', - parm_index: '\u001b[%p1%dS', - parm_insert_line: '\u001b[%p1%dL', - parm_left_cursor: '\u001b[%p1%dD', - parm_right_cursor: '\u001b[%p1%dC', - parm_rindex: '\u001b[%p1%dT', - parm_up_cursor: '\u001b[%p1%dA', - print_screen: '\u001b[i', - prtr_off: '\u001b[4i', - prtr_on: '\u001b[5i', - repeat_char: '%p1%c\u001b[%p2%{1}%-%db', - reset_1string: '\u001bc\u001b]104\u0007', - reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - restore_cursor: '\u001b8', - row_address: '\u001b[%i%p1%dd', - save_cursor: '\u001b7', - scroll_forward: '\n', - scroll_reverse: '\u001bM', - set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', - set_tab: '\u001bH', - tab: '\t', - key_b2: '\u001bOE', - acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', - key_btab: '\u001b[Z', - enter_am_mode: '\u001b[?7h', - exit_am_mode: '\u001b[?7l', - key_end: '\u001bOF', - key_enter: '\u001bOM', - key_sdc: '\u001b[3;2~', - key_send: '\u001b[1;2F', - key_shome: '\u001b[1;2H', - key_sic: '\u001b[2;2~', - key_sleft: '\u001b[1;2D', - key_snext: '\u001b[6;2~', - key_sprevious: '\u001b[5;2~', - key_sright: '\u001b[1;2C', - key_f11: '\u001b[23~', - key_f12: '\u001b[24~', - key_f13: '\u001b[1;2P', - key_f14: '\u001b[1;2Q', - key_f15: '\u001b[1;2R', - key_f16: '\u001b[1;2S', - key_f17: '\u001b[15;2~', - key_f18: '\u001b[17;2~', - key_f19: '\u001b[18;2~', - key_f20: '\u001b[19;2~', - key_f21: '\u001b[20;2~', - key_f22: '\u001b[21;2~', - key_f23: '\u001b[23;2~', - key_f24: '\u001b[24;2~', - key_f25: '\u001b[1;5P', - key_f26: '\u001b[1;5Q', - key_f27: '\u001b[1;5R', - key_f28: '\u001b[1;5S', - key_f29: '\u001b[15;5~', - key_f30: '\u001b[17;5~', - key_f31: '\u001b[18;5~', - key_f32: '\u001b[19;5~', - key_f33: '\u001b[20;5~', - key_f34: '\u001b[21;5~', - key_f35: '\u001b[23;5~', - key_f36: '\u001b[24;5~', - key_f37: '\u001b[1;6P', - key_f38: '\u001b[1;6Q', - key_f39: '\u001b[1;6R', - key_f40: '\u001b[1;6S', - key_f41: '\u001b[15;6~', - key_f42: '\u001b[17;6~', - key_f43: '\u001b[18;6~', - key_f44: '\u001b[19;6~', - key_f45: '\u001b[20;6~', - key_f46: '\u001b[21;6~', - key_f47: '\u001b[23;6~', - key_f48: '\u001b[24;6~', - key_f49: '\u001b[1;3P', - key_f50: '\u001b[1;3Q', - key_f51: '\u001b[1;3R', - key_f52: '\u001b[1;3S', - key_f53: '\u001b[15;3~', - key_f54: '\u001b[17;3~', - key_f55: '\u001b[18;3~', - key_f56: '\u001b[19;3~', - key_f57: '\u001b[20;3~', - key_f58: '\u001b[21;3~', - key_f59: '\u001b[23;3~', - key_f60: '\u001b[24;3~', - key_f61: '\u001b[1;4P', - key_f62: '\u001b[1;4Q', - key_f63: '\u001b[1;4R', - clr_bol: '\u001b[1K', - user6: '\u001b[%i%d;%dR', - user7: '\u001b[6n', - user8: '\u001b[?%[;0123456789]c', - user9: '\u001b[c', - orig_pair: '\u001b[39;49m', - orig_colors: '\u001b]104\u0007', - initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', - enter_italics_mode: '\u001b[3m', - exit_italics_mode: '\u001b[23m', - key_mouse: '\u001b[M', - set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', - set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', - memory_lock: '\u001bl', - memory_unlock: '\u001bm', - Cr: '\u001b]112\u0007', - Cs: '\u001b]12;%p1%s\u0007', - E3: '\u001b[3J', - Ms: '\u001b]52;%p1%s;%p2%s\u0007', - Se: '\u001b[2 q', - Ss: '\u001b[%p1%d q', - kDC3: '\u001b[3;3~', - kDC4: '\u001b[3;4~', - kDC5: '\u001b[3;5~', - kDC6: '\u001b[3;6~', - kDC7: '\u001b[3;7~', - kDN: '\u001b[1;2B', - kDN3: '\u001b[1;3B', - kDN4: '\u001b[1;4B', - kDN5: '\u001b[1;5B', - kDN6: '\u001b[1;6B', - kDN7: '\u001b[1;7B', - kEND3: '\u001b[1;3F', - kEND4: '\u001b[1;4F', - kEND5: '\u001b[1;5F', - kEND6: '\u001b[1;6F', - kEND7: '\u001b[1;7F', - kHOM3: '\u001b[1;3H', - kHOM4: '\u001b[1;4H', - kHOM5: '\u001b[1;5H', - kHOM6: '\u001b[1;6H', - kHOM7: '\u001b[1;7H', - kIC3: '\u001b[2;3~', - kIC4: '\u001b[2;4~', - kIC5: '\u001b[2;5~', - kIC6: '\u001b[2;6~', - kIC7: '\u001b[2;7~', - kLFT3: '\u001b[1;3D', - kLFT4: '\u001b[1;4D', - kLFT5: '\u001b[1;5D', - kLFT6: '\u001b[1;6D', - kLFT7: '\u001b[1;7D', - kNXT3: '\u001b[6;3~', - kNXT4: '\u001b[6;4~', - kNXT5: '\u001b[6;5~', - kNXT6: '\u001b[6;6~', - kNXT7: '\u001b[6;7~', - kPRV3: '\u001b[5;3~', - kPRV4: '\u001b[5;4~', - kPRV5: '\u001b[5;5~', - kPRV6: '\u001b[5;6~', - kPRV7: '\u001b[5;7~', - kRIT3: '\u001b[1;3C', - kRIT4: '\u001b[1;4C', - kRIT5: '\u001b[1;5C', - kRIT6: '\u001b[1;6C', - kRIT7: '\u001b[1;7C', - kUP: '\u001b[1;2A', - kUP3: '\u001b[1;3A', - kUP4: '\u001b[1;4A', - kUP5: '\u001b[1;5A', - kUP6: '\u001b[1;6A', - kUP7: '\u001b[1;7A', - ka2: '', - kb1: '', - kb3: '', - kc2: '', - rmxx: '\u001b[29m', - smxx: '\u001b[9m' }, - methods: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function: anonymous], - bell: [Function: anonymous], - carriage_return: [Function: anonymous], - change_scroll_region: [Function: anonymous], - clear_all_tabs: [Function: anonymous], - clear_screen: [Function: anonymous], - clr_eol: [Function: anonymous], - clr_eos: [Function: anonymous], - column_address: [Function: anonymous], - cursor_address: [Function: anonymous], - cursor_down: [Function: anonymous], - cursor_home: [Function: anonymous], - cursor_invisible: [Function: anonymous], - cursor_left: [Function: anonymous], - cursor_normal: [Function: anonymous], - cursor_right: [Function: anonymous], - cursor_up: [Function: anonymous], - cursor_visible: [Function: anonymous], - delete_character: [Function: anonymous], - delete_line: [Function: anonymous], - enter_alt_charset_mode: [Function: anonymous], - enter_blink_mode: [Function: anonymous], - enter_bold_mode: [Function: anonymous], - enter_ca_mode: [Function: anonymous], - enter_dim_mode: [Function: anonymous], - enter_insert_mode: [Function: anonymous], - enter_secure_mode: [Function: anonymous], - enter_reverse_mode: [Function: anonymous], - enter_standout_mode: [Function: anonymous], - enter_underline_mode: [Function: anonymous], - erase_chars: [Function: anonymous], - exit_alt_charset_mode: [Function: anonymous], - exit_attribute_mode: [Function: anonymous], - exit_ca_mode: [Function: anonymous], - exit_insert_mode: [Function: anonymous], - exit_standout_mode: [Function: anonymous], - exit_underline_mode: [Function: anonymous], - flash_screen: [Function: anonymous], - init_2string: [Function: anonymous], - insert_line: [Function: anonymous], - key_backspace: [Function: anonymous], - key_dc: [Function: anonymous], - key_down: [Function: anonymous], - key_f1: [Function: anonymous], - key_f10: [Function: anonymous], - key_f2: [Function: anonymous], - key_f3: [Function: anonymous], - key_f4: [Function: anonymous], - key_f5: [Function: anonymous], - key_f6: [Function: anonymous], - key_f7: [Function: anonymous], - key_f8: [Function: anonymous], - key_f9: [Function: anonymous], - key_home: [Function: anonymous], - key_ic: [Function: anonymous], - key_left: [Function: anonymous], - key_npage: [Function: anonymous], - key_ppage: [Function: anonymous], - key_right: [Function: anonymous], - key_sf: [Function: anonymous], - key_sr: [Function: anonymous], - key_up: [Function: anonymous], - keypad_local: [Function: anonymous], - keypad_xmit: [Function: anonymous], - meta_off: [Function: anonymous], - meta_on: [Function: anonymous], - parm_dch: [Function: anonymous], - parm_delete_line: [Function: anonymous], - parm_down_cursor: [Function: anonymous], - parm_ich: [Function: anonymous], - parm_index: [Function: anonymous], - parm_insert_line: [Function: anonymous], - parm_left_cursor: [Function: anonymous], - parm_right_cursor: [Function: anonymous], - parm_rindex: [Function: anonymous], - parm_up_cursor: [Function: anonymous], - print_screen: [Function: anonymous], - prtr_off: [Function: anonymous], - prtr_on: [Function: anonymous], - repeat_char: [Function: anonymous], - reset_1string: [Function: anonymous], - reset_2string: [Function: anonymous], - restore_cursor: [Function: anonymous], - row_address: [Function: anonymous], - save_cursor: [Function: anonymous], - scroll_forward: [Function: anonymous], - scroll_reverse: [Function: anonymous], - set_attributes: [Function: anonymous], - set_tab: [Function: anonymous], - tab: [Function: anonymous], - key_b2: [Function: anonymous], - acs_chars: [Function: anonymous], - key_btab: [Function: anonymous], - enter_am_mode: [Function: anonymous], - exit_am_mode: [Function: anonymous], - key_end: [Function: anonymous], - key_enter: [Function: anonymous], - key_sdc: [Function: anonymous], - key_send: [Function: anonymous], - key_shome: [Function: anonymous], - key_sic: [Function: anonymous], - key_sleft: [Function: anonymous], - key_snext: [Function: anonymous], - key_sprevious: [Function: anonymous], - key_sright: [Function: anonymous], - key_f11: [Function: anonymous], - key_f12: [Function: anonymous], - key_f13: [Function: anonymous], - key_f14: [Function: anonymous], - key_f15: [Function: anonymous], - key_f16: [Function: anonymous], - key_f17: [Function: anonymous], - key_f18: [Function: anonymous], - key_f19: [Function: anonymous], - key_f20: [Function: anonymous], - key_f21: [Function: anonymous], - key_f22: [Function: anonymous], - key_f23: [Function: anonymous], - key_f24: [Function: anonymous], - key_f25: [Function: anonymous], - key_f26: [Function: anonymous], - key_f27: [Function: anonymous], - key_f28: [Function: anonymous], - key_f29: [Function: anonymous], - key_f30: [Function: anonymous], - key_f31: [Function: anonymous], - key_f32: [Function: anonymous], - key_f33: [Function: anonymous], - key_f34: [Function: anonymous], - key_f35: [Function: anonymous], - key_f36: [Function: anonymous], - key_f37: [Function: anonymous], - key_f38: [Function: anonymous], - key_f39: [Function: anonymous], - key_f40: [Function: anonymous], - key_f41: [Function: anonymous], - key_f42: [Function: anonymous], - key_f43: [Function: anonymous], - key_f44: [Function: anonymous], - key_f45: [Function: anonymous], - key_f46: [Function: anonymous], - key_f47: [Function: anonymous], - key_f48: [Function: anonymous], - key_f49: [Function: anonymous], - key_f50: [Function: anonymous], - key_f51: [Function: anonymous], - key_f52: [Function: anonymous], - key_f53: [Function: anonymous], - key_f54: [Function: anonymous], - key_f55: [Function: anonymous], - key_f56: [Function: anonymous], - key_f57: [Function: anonymous], - key_f58: [Function: anonymous], - key_f59: [Function: anonymous], - key_f60: [Function: anonymous], - key_f61: [Function: anonymous], - key_f62: [Function: anonymous], - key_f63: [Function: anonymous], - clr_bol: [Function: anonymous], - user6: [Function: anonymous], - user7: [Function: anonymous], - user8: [Function: anonymous], - user9: [Function: anonymous], - orig_pair: [Function: anonymous], - orig_colors: [Function: anonymous], - initialize_color: [Function: bound anonymous], - enter_italics_mode: [Function: anonymous], - exit_italics_mode: [Function: anonymous], - key_mouse: [Function: anonymous], - set_a_foreground: [Function: anonymous], - set_a_background: [Function: anonymous], - memory_lock: [Function: anonymous], - memory_unlock: [Function: anonymous], - Cr: [Function: anonymous], - Cs: [Function: anonymous], - E3: [Function: anonymous], - Ms: [Function: anonymous], - Se: [Function: anonymous], - Ss: [Function: anonymous], - kDC3: [Function: anonymous], - kDC4: [Function: anonymous], - kDC5: [Function: anonymous], - kDC6: [Function: anonymous], - kDC7: [Function: anonymous], - kDN: [Function: anonymous], - kDN3: [Function: anonymous], - kDN4: [Function: anonymous], - kDN5: [Function: anonymous], - kDN6: [Function: anonymous], - kDN7: [Function: anonymous], - kEND3: [Function: anonymous], - kEND4: [Function: anonymous], - kEND5: [Function: anonymous], - kEND6: [Function: anonymous], - kEND7: [Function: anonymous], - kHOM3: [Function: anonymous], - kHOM4: [Function: anonymous], - kHOM5: [Function: anonymous], - kHOM6: [Function: anonymous], - kHOM7: [Function: anonymous], - kIC3: [Function: anonymous], - kIC4: [Function: anonymous], - kIC5: [Function: anonymous], - kIC6: [Function: anonymous], - kIC7: [Function: anonymous], - kLFT3: [Function: anonymous], - kLFT4: [Function: anonymous], - kLFT5: [Function: anonymous], - kLFT6: [Function: anonymous], - kLFT7: [Function: anonymous], - kNXT3: [Function: anonymous], - kNXT4: [Function: anonymous], - kNXT5: [Function: anonymous], - kNXT6: [Function: anonymous], - kNXT7: [Function: anonymous], - kPRV3: [Function: anonymous], - kPRV4: [Function: anonymous], - kPRV5: [Function: anonymous], - kPRV6: [Function: anonymous], - kPRV7: [Function: anonymous], - kRIT3: [Function: anonymous], - kRIT4: [Function: anonymous], - kRIT5: [Function: anonymous], - kRIT6: [Function: anonymous], - kRIT7: [Function: anonymous], - kUP: [Function: anonymous], - kUP3: [Function: anonymous], - kUP4: [Function: anonymous], - kUP5: [Function: anonymous], - kUP6: [Function: anonymous], - kUP7: [Function: anonymous], - ka2: [Object], - kb1: [Object], - kb3: [Object], - kc2: [Object], - rmxx: [Function: anonymous], - smxx: [Function: anonymous], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Object], - cursor_mem_address: [Object], - cursor_to_ll: [Object], - dis_status_line: [Object], - down_half_line: [Object], - enter_delete_mode: [Object], - enter_protected_mode: [Object], - exit_delete_mode: [Object], - form_feed: [Object], - from_status_line: [Object], - init_1string: [Object], - init_3string: [Object], - init_file: [Object], - insert_character: [Object], - insert_padding: [Object], - key_catab: [Object], - key_clear: [Object], - key_ctab: [Object], - key_dl: [Object], - key_eic: [Object], - key_eol: [Object], - key_eos: [Object], - key_f0: [Object], - key_il: [Object], - key_ll: [Object], - key_stab: [Object], - lab_f0: [Object], - lab_f1: [Object], - lab_f10: [Object], - lab_f2: [Object], - lab_f3: [Object], - lab_f4: [Object], - lab_f5: [Object], - lab_f6: [Object], - lab_f7: [Object], - lab_f8: [Object], - lab_f9: [Object], - newline: [Object], - pad_char: [Object], - pkey_key: [Object], - pkey_local: [Object], - pkey_xmit: [Object], - reset_3string: [Object], - reset_file: [Object], - set_window: [Object], - to_status_line: [Object], - underline_char: [Object], - up_half_line: [Object], - init_prog: [Object], - key_a1: [Object], - key_a3: [Object], - key_c1: [Object], - key_c3: [Object], - prtr_non: [Object], - char_padding: [Object], - plab_norm: [Object], - enter_xon_mode: [Object], - exit_xon_mode: [Object], - xon_character: [Object], - xoff_character: [Object], - ena_acs: [Object], - label_on: [Object], - label_off: [Object], - key_beg: [Object], - key_cancel: [Object], - key_close: [Object], - key_command: [Object], - key_copy: [Object], - key_create: [Object], - key_exit: [Object], - key_find: [Object], - key_help: [Object], - key_mark: [Object], - key_message: [Object], - key_move: [Object], - key_next: [Object], - key_open: [Object], - key_options: [Object], - key_previous: [Object], - key_print: [Object], - key_redo: [Object], - key_reference: [Object], - key_refresh: [Object], - key_replace: [Object], - key_restart: [Object], - key_resume: [Object], - key_save: [Object], - key_suspend: [Object], - key_undo: [Object], - key_sbeg: [Object], - key_scancel: [Object], - key_scommand: [Object], - key_scopy: [Object], - key_screate: [Object], - key_sdl: [Object], - key_select: [Object], - key_seol: [Object], - key_sexit: [Object], - key_sfind: [Object], - key_shelp: [Object], - key_smessage: [Object], - key_smove: [Object], - key_soptions: [Object], - key_sprint: [Object], - key_sredo: [Object], - key_sreplace: [Object], - key_srsume: [Object], - key_ssave: [Object], - key_ssuspend: [Object], - key_sundo: [Object], - req_for_input: [Object], - clear_margins: [Object], - set_left_margin: [Object], - set_right_margin: [Object], - label_format: [Object], - set_clock: [Object], - display_clock: [Object], - remove_clock: [Object], - create_window: [Object], - goto_window: [Object], - hangup: [Object], - dial_phone: [Object], - quick_dial: [Object], - tone: [Object], - pulse: [Object], - flash_hook: [Object], - fixed_pause: [Object], - wait_tone: [Object], - user0: [Object], - user1: [Object], - user2: [Object], - user3: [Object], - user4: [Object], - user5: [Object], - initialize_pair: [Object], - set_color_pair: [Object], - set_foreground: [Object], - set_background: [Object], - change_char_pitch: [Object], - change_line_pitch: [Object], - change_res_horz: [Object], - change_res_vert: [Object], - define_char: [Object], - enter_doublewide_mode: [Object], - enter_draft_quality: [Object], - enter_leftward_mode: [Object], - enter_micro_mode: [Object], - enter_near_letter_quality: [Object], - enter_normal_quality: [Object], - enter_shadow_mode: [Object], - enter_subscript_mode: [Object], - enter_superscript_mode: [Object], - enter_upward_mode: [Object], - exit_doublewide_mode: [Object], - exit_leftward_mode: [Object], - exit_micro_mode: [Object], - exit_shadow_mode: [Object], - exit_subscript_mode: [Object], - exit_superscript_mode: [Object], - exit_upward_mode: [Object], - micro_column_address: [Object], - micro_down: [Object], - micro_left: [Object], - micro_right: [Object], - micro_row_address: [Object], - micro_up: [Object], - order_of_pins: [Object], - parm_down_micro: [Object], - parm_left_micro: [Object], - parm_right_micro: [Object], - parm_up_micro: [Object], - select_char_set: [Object], - set_bottom_margin: [Object], - set_bottom_margin_parm: [Object], - set_left_margin_parm: [Object], - set_right_margin_parm: [Object], - set_top_margin: [Object], - set_top_margin_parm: [Object], - start_bit_image: [Object], - start_char_set_def: [Object], - stop_bit_image: [Object], - stop_char_set_def: [Object], - subscript_characters: [Object], - superscript_characters: [Object], - these_cause_cr: [Object], - zero_motion: [Object], - char_set_names: [Object], - mouse_info: [Object], - req_mouse_pos: [Object], - get_mouse: [Object], - pkey_plab: [Object], - device_type: [Object], - code_set_init: [Object], - set0_des_seq: [Object], - set1_des_seq: [Object], - set2_des_seq: [Object], - set3_des_seq: [Object], - set_lr_margin: [Object], - set_tb_margin: [Object], - bit_image_repeat: [Object], - bit_image_newline: [Object], - bit_image_carriage_return: [Object], - color_names: [Object], - define_bit_image_region: [Object], - end_bit_image_region: [Object], - set_color_band: [Object], - set_page_length: [Object], - display_pc_char: [Object], - enter_pc_charset_mode: [Object], - exit_pc_charset_mode: [Object], - enter_scancode_mode: [Object], - exit_scancode_mode: [Object], - pc_term_options: [Object], - scancode_escape: [Object], - alt_scancode_esc: [Object], - enter_horizontal_hl_mode: [Object], - enter_left_hl_mode: [Object], - enter_low_hl_mode: [Object], - enter_right_hl_mode: [Object], - enter_top_hl_mode: [Object], - enter_vertical_hl_mode: [Object], - set_a_attributes: [Object], - set_pglen_inch: [Object], - termcap_init2: [Object], - termcap_reset: [Object], - linefeed_if_not_lf: [Object], - backspace_if_not_bs: [Object], - other_non_function_keys: [Object], - arrow_key_map: [Object], - acs_ulcorner: [Object], - acs_llcorner: [Object], - acs_urcorner: [Object], - acs_lrcorner: [Object], - acs_ltee: [Object], - acs_rtee: [Object], - acs_btee: [Object], - acs_ttee: [Object], - acs_hline: [Object], - acs_vline: [Object], - acs_plus: [Object], - box_chars_1: [Object], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function: anonymous], - bel: [Function: anonymous], - cr: [Function: anonymous], - csr: [Function: anonymous], - tbc: [Function: anonymous], - clear: [Function: anonymous], - el: [Function: anonymous], - ed: [Function: anonymous], - hpa: [Function: anonymous], - cup: [Function: anonymous], - cud1: [Function: anonymous], - home: [Function: anonymous], - civis: [Function: anonymous], - cub1: [Function: anonymous], - cnorm: [Function: anonymous], - cuf1: [Function: anonymous], - cuu1: [Function: anonymous], - cvvis: [Function: anonymous], - dch1: [Function: anonymous], - dl1: [Function: anonymous], - smacs: [Function: anonymous], - blink: [Function: anonymous], - bold: [Function: anonymous], - smcup: [Function: anonymous], - dim: [Function: anonymous], - smir: [Function: anonymous], - invis: [Function: anonymous], - rev: [Function: anonymous], - smso: [Function: anonymous], - smul: [Function: anonymous], - ech: [Function: anonymous], - rmacs: [Function: anonymous], - sgr0: [Function: anonymous], - rmcup: [Function: anonymous], - rmir: [Function: anonymous], - rmso: [Function: anonymous], - rmul: [Function: anonymous], - flash: [Function: anonymous], - is2: [Function: anonymous], - il1: [Function: anonymous], - kbs: [Function: anonymous], - kdch1: [Function: anonymous], - kcud1: [Function: anonymous], - kf1: [Function: anonymous], - kf10: [Function: anonymous], - kf2: [Function: anonymous], - kf3: [Function: anonymous], - kf4: [Function: anonymous], - kf5: [Function: anonymous], - kf6: [Function: anonymous], - kf7: [Function: anonymous], - kf8: [Function: anonymous], - kf9: [Function: anonymous], - khome: [Function: anonymous], - kich1: [Function: anonymous], - kcub1: [Function: anonymous], - knp: [Function: anonymous], - kpp: [Function: anonymous], - kcuf1: [Function: anonymous], - kind: [Function: anonymous], - kri: [Function: anonymous], - kcuu1: [Function: anonymous], - rmkx: [Function: anonymous], - smkx: [Function: anonymous], - rmm: [Function: anonymous], - smm: [Function: anonymous], - dch: [Function: anonymous], - dl: [Function: anonymous], - cud: [Function: anonymous], - ich: [Function: anonymous], - indn: [Function: anonymous], - il: [Function: anonymous], - cub: [Function: anonymous], - cuf: [Function: anonymous], - rin: [Function: anonymous], - cuu: [Function: anonymous], - mc0: [Function: anonymous], - mc4: [Function: anonymous], - mc5: [Function: anonymous], - rep: [Function: anonymous], - rs1: [Function: anonymous], - rs2: [Function: anonymous], - rc: [Function: anonymous], - vpa: [Function: anonymous], - sc: [Function: anonymous], - ind: [Function: anonymous], - ri: [Function: anonymous], - sgr: [Function: anonymous], - hts: [Function: anonymous], - ht: [Function: anonymous], - kb2: [Function: anonymous], - acsc: [Function: anonymous], - kcbt: [Function: anonymous], - smam: [Function: anonymous], - rmam: [Function: anonymous], - kend: [Function: anonymous], - kent: [Function: anonymous], - kDC: [Function: anonymous], - kEND: [Function: anonymous], - kHOM: [Function: anonymous], - kIC: [Function: anonymous], - kLFT: [Function: anonymous], - kNXT: [Function: anonymous], - kPRV: [Function: anonymous], - kRIT: [Function: anonymous], - kf11: [Function: anonymous], - kf12: [Function: anonymous], - kf13: [Function: anonymous], - kf14: [Function: anonymous], - kf15: [Function: anonymous], - kf16: [Function: anonymous], - kf17: [Function: anonymous], - kf18: [Function: anonymous], - kf19: [Function: anonymous], - kf20: [Function: anonymous], - kf21: [Function: anonymous], - kf22: [Function: anonymous], - kf23: [Function: anonymous], - kf24: [Function: anonymous], - kf25: [Function: anonymous], - kf26: [Function: anonymous], - kf27: [Function: anonymous], - kf28: [Function: anonymous], - kf29: [Function: anonymous], - kf30: [Function: anonymous], - kf31: [Function: anonymous], - kf32: [Function: anonymous], - kf33: [Function: anonymous], - kf34: [Function: anonymous], - kf35: [Function: anonymous], - kf36: [Function: anonymous], - kf37: [Function: anonymous], - kf38: [Function: anonymous], - kf39: [Function: anonymous], - kf40: [Function: anonymous], - kf41: [Function: anonymous], - kf42: [Function: anonymous], - kf43: [Function: anonymous], - kf44: [Function: anonymous], - kf45: [Function: anonymous], - kf46: [Function: anonymous], - kf47: [Function: anonymous], - kf48: [Function: anonymous], - kf49: [Function: anonymous], - kf50: [Function: anonymous], - kf51: [Function: anonymous], - kf52: [Function: anonymous], - kf53: [Function: anonymous], - kf54: [Function: anonymous], - kf55: [Function: anonymous], - kf56: [Function: anonymous], - kf57: [Function: anonymous], - kf58: [Function: anonymous], - kf59: [Function: anonymous], - kf60: [Function: anonymous], - kf61: [Function: anonymous], - kf62: [Function: anonymous], - kf63: [Function: anonymous], - el1: [Function: anonymous], - u6: [Function: anonymous], - u7: [Function: anonymous], - u8: [Function: anonymous], - u9: [Function: anonymous], - op: [Function: anonymous], - oc: [Function: anonymous], - initc: [Function: bound anonymous], - sitm: [Function: anonymous], - ritm: [Function: anonymous], - kmous: [Function: anonymous], - setaf: [Function: anonymous], - setab: [Function: anonymous], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Object], - mrcup: [Object], - ll: [Object], - dsl: [Object], - hd: [Object], - smdc: [Object], - prot: [Object], - rmdc: [Object], - ff: [Object], - fsl: [Object], - is1: [Object], - is3: [Object], - if: [Object], - ich1: [Object], - ip: [Object], - ktbc: [Object], - kclr: [Object], - kctab: [Object], - kdl1: [Object], - krmir: [Object], - kel: [Object], - ked: [Object], - kf0: [Object], - kil1: [Object], - kll: [Object], - khts: [Object], - lf0: [Object], - lf1: [Object], - lf10: [Object], - lf2: [Object], - lf3: [Object], - lf4: [Object], - lf5: [Object], - lf6: [Object], - lf7: [Object], - lf8: [Object], - lf9: [Object], - nel: [Object], - pad: [Object], - pfkey: [Object], - pfloc: [Object], - pfx: [Object], - rs3: [Object], - rf: [Object], - wind: [Object], - tsl: [Object], - uc: [Object], - hu: [Object], - iprog: [Object], - ka1: [Object], - ka3: [Object], - kc1: [Object], - kc3: [Object], - mc5p: [Object], - rmp: [Object], - pln: [Object], - smxon: [Object], - rmxon: [Object], - xonc: [Object], - xoffc: [Object], - enacs: [Object], - smln: [Object], - rmln: [Object], - kbeg: [Object], - kcan: [Object], - kclo: [Object], - kcmd: [Object], - kcpy: [Object], - kcrt: [Object], - kext: [Object], - kfnd: [Object], - khlp: [Object], - kmrk: [Object], - kmsg: [Object], - kmov: [Object], - knxt: [Object], - kopn: [Object], - kopt: [Object], - kprv: [Object], - kprt: [Object], - krdo: [Object], - kref: [Object], - krfr: [Object], - krpl: [Object], - krst: [Object], - kres: [Object], - ksav: [Object], - kspd: [Object], - kund: [Object], - kBEG: [Object], - kCAN: [Object], - kCMD: [Object], - kCPY: [Object], - kCRT: [Object], - kDL: [Object], - kslt: [Object], - kEOL: [Object], - kEXT: [Object], - kFND: [Object], - kHLP: [Object], - kMSG: [Object], - kMOV: [Object], - kOPT: [Object], - kPRT: [Object], - kRDO: [Object], - kRPL: [Object], - kRES: [Object], - kSAV: [Object], - kSPD: [Object], - kUND: [Object], - rfi: [Object], - mgc: [Object], - smgl: [Object], - smgr: [Object], - fln: [Object], - sclk: [Object], - dclk: [Object], - rmclk: [Object], - cwin: [Object], - wingo: [Object], - hup: [Object], - dial: [Object], - qdial: [Object], - hook: [Object], - pause: [Object], - wait: [Object], - u0: [Object], - u1: [Object], - u2: [Object], - u3: [Object], - u4: [Object], - u5: [Object], - initp: [Object], - scp: [Object], - setf: [Object], - setb: [Object], - cpi: [Object], - lpi: [Object], - chr: [Object], - cvr: [Object], - defc: [Object], - swidm: [Object], - sdrfq: [Object], - slm: [Object], - smicm: [Object], - snlq: [Object], - snrmq: [Object], - sshm: [Object], - ssubm: [Object], - ssupm: [Object], - sum: [Object], - rwidm: [Object], - rlm: [Object], - rmicm: [Object], - rshm: [Object], - rsubm: [Object], - rsupm: [Object], - rum: [Object], - mhpa: [Object], - mcud1: [Object], - mcub1: [Object], - mcuf1: [Object], - mvpa: [Object], - mcuu1: [Object], - porder: [Object], - mcud: [Object], - mcub: [Object], - mcuf: [Object], - mcuu: [Object], - scs: [Object], - smgb: [Object], - smgbp: [Object], - smglp: [Object], - smgrp: [Object], - smgt: [Object], - smgtp: [Object], - sbim: [Object], - scsd: [Object], - rbim: [Object], - rcsd: [Object], - subcs: [Object], - supcs: [Object], - docr: [Object], - zerom: [Object], - csnm: [Object], - minfo: [Object], - reqmp: [Object], - getm: [Object], - pfxl: [Object], - devt: [Object], - csin: [Object], - s0ds: [Object], - s1ds: [Object], - s2ds: [Object], - s3ds: [Object], - smglr: [Object], - smgtb: [Object], - birep: [Object], - binel: [Object], - bicr: [Object], - colornm: [Object], - defbi: [Object], - endbi: [Object], - setcolor: [Object], - slines: [Object], - dispc: [Object], - smpch: [Object], - rmpch: [Object], - smsc: [Object], - rmsc: [Object], - pctrm: [Object], - scesc: [Object], - scesa: [Object], - ehhlm: [Object], - elhlm: [Object], - elohlm: [Object], - erhlm: [Object], - ethlm: [Object], - evhlm: [Object], - sgr1: [Object], - slength: [Object] }, - bools: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true }, - numbers: - { columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767 }, - strings: - { back_tab: '\u001b[Z', - bell: '\u0007', - carriage_return: '\r', - change_scroll_region: '\u001b[%i%p1%d;%p2%dr', - clear_all_tabs: '\u001b[3g', - clear_screen: '\u001b[H\u001b[2J', - clr_eol: '\u001b[K', - clr_eos: '\u001b[J', - column_address: '\u001b[%i%p1%dG', - cursor_address: '\u001b[%i%p1%d;%p2%dH', - cursor_down: '\n', - cursor_home: '\u001b[H', - cursor_invisible: '\u001b[?25l', - cursor_left: '\b', - cursor_normal: '\u001b[?12l\u001b[?25h', - cursor_right: '\u001b[C', - cursor_up: '\u001b[A', - cursor_visible: '\u001b[?12;25h', - delete_character: '\u001b[P', - delete_line: '\u001b[M', - enter_alt_charset_mode: '\u001b(0', - enter_blink_mode: '\u001b[5m', - enter_bold_mode: '\u001b[1m', - enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', - enter_dim_mode: '\u001b[2m', - enter_insert_mode: '\u001b[4h', - enter_secure_mode: '\u001b[8m', - enter_reverse_mode: '\u001b[7m', - enter_standout_mode: '\u001b[7m', - enter_underline_mode: '\u001b[4m', - erase_chars: '\u001b[%p1%dX', - exit_alt_charset_mode: '\u001b(B', - exit_attribute_mode: '\u001b(B\u001b[m', - exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', - exit_insert_mode: '\u001b[4l', - exit_standout_mode: '\u001b[27m', - exit_underline_mode: '\u001b[24m', - flash_screen: '\u001b[?5h$<100/>\u001b[?5l', - init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - insert_line: '\u001b[L', - key_backspace: '', - key_dc: '\u001b[3~', - key_down: '\u001bOB', - key_f1: '\u001bOP', - key_f10: '\u001b[21~', - key_f2: '\u001bOQ', - key_f3: '\u001bOR', - key_f4: '\u001bOS', - key_f5: '\u001b[15~', - key_f6: '\u001b[17~', - key_f7: '\u001b[18~', - key_f8: '\u001b[19~', - key_f9: '\u001b[20~', - key_home: '\u001bOH', - key_ic: '\u001b[2~', - key_left: '\u001bOD', - key_npage: '\u001b[6~', - key_ppage: '\u001b[5~', - key_right: '\u001bOC', - key_sf: '\u001b[1;2B', - key_sr: '\u001b[1;2A', - key_up: '\u001bOA', - keypad_local: '\u001b[?1l\u001b>', - keypad_xmit: '\u001b[?1h\u001b=', - meta_off: '\u001b[?1034l', - meta_on: '\u001b[?1034h', - parm_dch: '\u001b[%p1%dP', - parm_delete_line: '\u001b[%p1%dM', - parm_down_cursor: '\u001b[%p1%dB', - parm_ich: '\u001b[%p1%d@', - parm_index: '\u001b[%p1%dS', - parm_insert_line: '\u001b[%p1%dL', - parm_left_cursor: '\u001b[%p1%dD', - parm_right_cursor: '\u001b[%p1%dC', - parm_rindex: '\u001b[%p1%dT', - parm_up_cursor: '\u001b[%p1%dA', - print_screen: '\u001b[i', - prtr_off: '\u001b[4i', - prtr_on: '\u001b[5i', - repeat_char: '%p1%c\u001b[%p2%{1}%-%db', - reset_1string: '\u001bc\u001b]104\u0007', - reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - restore_cursor: '\u001b8', - row_address: '\u001b[%i%p1%dd', - save_cursor: '\u001b7', - scroll_forward: '\n', - scroll_reverse: '\u001bM', - set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', - set_tab: '\u001bH', - tab: '\t', - key_b2: '\u001bOE', - acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', - key_btab: '\u001b[Z', - enter_am_mode: '\u001b[?7h', - exit_am_mode: '\u001b[?7l', - key_end: '\u001bOF', - key_enter: '\u001bOM', - key_sdc: '\u001b[3;2~', - key_send: '\u001b[1;2F', - key_shome: '\u001b[1;2H', - key_sic: '\u001b[2;2~', - key_sleft: '\u001b[1;2D', - key_snext: '\u001b[6;2~', - key_sprevious: '\u001b[5;2~', - key_sright: '\u001b[1;2C', - key_f11: '\u001b[23~', - key_f12: '\u001b[24~', - key_f13: '\u001b[1;2P', - key_f14: '\u001b[1;2Q', - key_f15: '\u001b[1;2R', - key_f16: '\u001b[1;2S', - key_f17: '\u001b[15;2~', - key_f18: '\u001b[17;2~', - key_f19: '\u001b[18;2~', - key_f20: '\u001b[19;2~', - key_f21: '\u001b[20;2~', - key_f22: '\u001b[21;2~', - key_f23: '\u001b[23;2~', - key_f24: '\u001b[24;2~', - key_f25: '\u001b[1;5P', - key_f26: '\u001b[1;5Q', - key_f27: '\u001b[1;5R', - key_f28: '\u001b[1;5S', - key_f29: '\u001b[15;5~', - key_f30: '\u001b[17;5~', - key_f31: '\u001b[18;5~', - key_f32: '\u001b[19;5~', - key_f33: '\u001b[20;5~', - key_f34: '\u001b[21;5~', - key_f35: '\u001b[23;5~', - key_f36: '\u001b[24;5~', - key_f37: '\u001b[1;6P', - key_f38: '\u001b[1;6Q', - key_f39: '\u001b[1;6R', - key_f40: '\u001b[1;6S', - key_f41: '\u001b[15;6~', - key_f42: '\u001b[17;6~', - key_f43: '\u001b[18;6~', - key_f44: '\u001b[19;6~', - key_f45: '\u001b[20;6~', - key_f46: '\u001b[21;6~', - key_f47: '\u001b[23;6~', - key_f48: '\u001b[24;6~', - key_f49: '\u001b[1;3P', - key_f50: '\u001b[1;3Q', - key_f51: '\u001b[1;3R', - key_f52: '\u001b[1;3S', - key_f53: '\u001b[15;3~', - key_f54: '\u001b[17;3~', - key_f55: '\u001b[18;3~', - key_f56: '\u001b[19;3~', - key_f57: '\u001b[20;3~', - key_f58: '\u001b[21;3~', - key_f59: '\u001b[23;3~', - key_f60: '\u001b[24;3~', - key_f61: '\u001b[1;4P', - key_f62: '\u001b[1;4Q', - key_f63: '\u001b[1;4R', - clr_bol: '\u001b[1K', - user6: '\u001b[%i%d;%dR', - user7: '\u001b[6n', - user8: '\u001b[?%[;0123456789]c', - user9: '\u001b[c', - orig_pair: '\u001b[39;49m', - orig_colors: '\u001b]104\u0007', - initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', - enter_italics_mode: '\u001b[3m', - exit_italics_mode: '\u001b[23m', - key_mouse: '\u001b[M', - set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', - set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', - memory_lock: '\u001bl', - memory_unlock: '\u001bm', - Cr: '\u001b]112\u0007', - Cs: '\u001b]12;%p1%s\u0007', - E3: '\u001b[3J', - Ms: '\u001b]52;%p1%s;%p2%s\u0007', - Se: '\u001b[2 q', - Ss: '\u001b[%p1%d q', - kDC3: '\u001b[3;3~', - kDC4: '\u001b[3;4~', - kDC5: '\u001b[3;5~', - kDC6: '\u001b[3;6~', - kDC7: '\u001b[3;7~', - kDN: '\u001b[1;2B', - kDN3: '\u001b[1;3B', - kDN4: '\u001b[1;4B', - kDN5: '\u001b[1;5B', - kDN6: '\u001b[1;6B', - kDN7: '\u001b[1;7B', - kEND3: '\u001b[1;3F', - kEND4: '\u001b[1;4F', - kEND5: '\u001b[1;5F', - kEND6: '\u001b[1;6F', - kEND7: '\u001b[1;7F', - kHOM3: '\u001b[1;3H', - kHOM4: '\u001b[1;4H', - kHOM5: '\u001b[1;5H', - kHOM6: '\u001b[1;6H', - kHOM7: '\u001b[1;7H', - kIC3: '\u001b[2;3~', - kIC4: '\u001b[2;4~', - kIC5: '\u001b[2;5~', - kIC6: '\u001b[2;6~', - kIC7: '\u001b[2;7~', - kLFT3: '\u001b[1;3D', - kLFT4: '\u001b[1;4D', - kLFT5: '\u001b[1;5D', - kLFT6: '\u001b[1;6D', - kLFT7: '\u001b[1;7D', - kNXT3: '\u001b[6;3~', - kNXT4: '\u001b[6;4~', - kNXT5: '\u001b[6;5~', - kNXT6: '\u001b[6;6~', - kNXT7: '\u001b[6;7~', - kPRV3: '\u001b[5;3~', - kPRV4: '\u001b[5;4~', - kPRV5: '\u001b[5;5~', - kPRV6: '\u001b[5;6~', - kPRV7: '\u001b[5;7~', - kRIT3: '\u001b[1;3C', - kRIT4: '\u001b[1;4C', - kRIT5: '\u001b[1;5C', - kRIT6: '\u001b[1;6C', - kRIT7: '\u001b[1;7C', - kUP: '\u001b[1;2A', - kUP3: '\u001b[1;3A', - kUP4: '\u001b[1;4A', - kUP5: '\u001b[1;5A', - kUP6: '\u001b[1;6A', - kUP7: '\u001b[1;7A', - ka2: '', - kb1: '', - kb3: '', - kc2: '', - rmxx: '\u001b[29m', - smxx: '\u001b[9m' }, - features: - { unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - padding: true, - setbuf: true, - acsc: [Object], - acscr: [Object] }, - unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - setbuf: true, - acscr: - { '◆': '`', - '▒': 'a', - '°': 'f', - '±': 'g', - '\u000b': 'i', - '┘': 'j', - '┐': 'k', - '┌': 'l', - '└': 'm', - '┼': 'n', - '⎺': 'o', - '⎻': 'p', - '─': 'q', - '⎼': 'r', - '⎽': 's', - '├': 't', - '┤': 'u', - '┴': 'v', - '┬': 'w', - '│': 'x', - '≤': 'y', - '≥': 'z', - 'π': '{', - '≠': '|', - '£': '}', - '·': '~' } }, - _events: - { newListener: [Function: fn], - keypress: [Function], - resize: [ [Function], [Function: setupCharts] ], - render: [Function], - 'element click': [Function] }, - options: - { cursor: - { artificial: undefined, - shape: undefined, - blink: undefined, - color: undefined } }, - screen: [Circular], - parent: null, - children: - [ Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 1, - index: 0, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', - _clines: [Array], - _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', - lpos: [Object] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 2, - index: 1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'right', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: '20:55:01 ', - _clines: [Array], - _pcontent: '20:55:01 ', - lpos: [Object] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 3, - index: 2, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'center', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: 'Load Average: 0.94 1.13 0.95', - _clines: [Array], - _pcontent: 'Load Average: \n0.94 1.13 0.95', - lpos: [Object] }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 4, - index: 3, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: ' {white-bg}{black-fg}dd{/black-fg}{/white-bg} Kill process {white-bg}{black-fg}j{/black-fg}{/white-bg} Down {white-bg}{black-fg}PgDown{/black-fg}{/white-bg} 5 Down {white-bg}{black-fg}PgUp{/black-fg}{/white-bg} 5 Up {white-bg}{black-fg}k{/black-fg}{/white-bg} Up {white-bg}{black-fg}g{/black-fg}{/white-bg} Jump to top {white-bg}{black-fg}G{/black-fg}{/white-bg} Jump to bottom {white-bg}{black-fg}c{/black-fg}{/white-bg} Sort by CPU {white-bg}{black-fg}m{/black-fg}{/white-bg} Sort by Mem{|}http://parall.ax/vtop', - _clines: [Array], - _pcontent: ' \n \n\u001b[47m\u001b[30md\nd\n\u001b[39m\u001b[49m \nK\ni\nl\nl\n \np\nr\no\nc\ne\ns\ns\n \n \n\u001b[47m\u001b[30mj\n\u001b[39m\u001b[49m \nD\no\nw\nn\n \n \n\u001b[47m\u001b[30mP\ng\nD\no\nw\nn\n\u001b[39m\u001b[49m \n5\n \nD\no\nw\nn\n \n \n\u001b[47m\u001b[30mP\ng\nU\np\n\u001b[39m\u001b[49m \n5\n \nU\np\n \n \n\u001b[47m\u001b[30mk\n\u001b[39m\u001b[49m \nU\np\n \n \n\u001b[47m\u001b[30mg\n\u001b[39m\u001b[49m \nJ\nu\nm\np\n \nt\no\n \nt\no\np\n \n \n\u001b[47m\u001b[30mG\n\u001b[39m\u001b[49m \nJ\nu\nm\np\n \nt\no\n \nb\no\nt\nt\no\nm\n \n \n\u001b[47m\u001b[30mc\n\u001b[39m\u001b[49m \nS\no\nr\nt\n \nb\ny\n \nC\nP\nU\n \n \n\u001b[47m\u001b[30mm\n\u001b[39m\u001b[49m \nS\no\nr\nt\n \nb\ny\n \nM\ne\nm\n{\n|\n}\nh\nt\nt\np\n:\n/\n/\np\na\nr\na\nl\nl\n.\na\nx\n/\nv\nt\no\np', - lpos: [Object] }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 6, - index: 4, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: [Object], - parseTags: true, - content: ' {white-fg} 13%{/white-fg}\n', - _clines: [Array], - _pcontent: ' \u001b[37m 13%\u001b[39m\n', - _label: [Object], - _labelScroll: [Function], - _labelResize: [Function] }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 5, - index: 5, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: [Object], - parseTags: true, - content: '{white-fg} 9%{/white-fg}\n', - _clines: [Array], - _pcontent: '\u001b[37m 9%\u001b[39m\n', - _label: [Object], - _labelScroll: [Function], - _labelResize: [Function] }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 7, - index: 6, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: [Object], - parseTags: true, - content: '{bold} Command{/bold}\n', - _clines: [Array], - _pcontent: '\u001b[1m Command\u001b[22m\n', - _label: [Object], - _labelScroll: [Function], - _labelResize: [Function] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 194, - index: 7, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', - _clines: [Array], - _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', - lpos: [Object] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 195, - index: 8, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'right', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: '20:55:02 ', - _clines: [Array], - _pcontent: '20:55:02 ', - lpos: [Object] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 196, - index: 9, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'center', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: 'Load Average: 0.94 1.13 0.95', - _clines: [Array], - _pcontent: 'Load Average: \n0.94 1.13 0.95', - lpos: [Object] } ], - data: {}, - _: {}, - '$': {}, - uid: 0, - autoPadding: true, - tabc: ' ', - dockBorders: undefined, - ignoreLocked: [], - _unicode: false, - fullUnicode: undefined, - dattr: 262143, - renders: 15, - rleft: 0, - aleft: 0, - left: 0, - rright: 0, - aright: 0, - right: 0, - rtop: 0, - atop: 0, - top: 0, - rbottom: 0, - abottom: 0, - bottom: 0, - position: - { left: 0, - right: 0, - top: 0, - bottom: 0, - height: [Getter], - width: [Getter] }, - ileft: 0, - itop: 0, - iright: 0, - ibottom: 0, - iheight: 0, - iwidth: 0, - padding: { left: 0, top: 0, right: 0, bottom: 0 }, - hover: null, - history: - [ Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 1, - index: 0, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', - _clines: [Array], - _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', - lpos: [Object] }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true } ], - clickable: - [ ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 12, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' no', - clickable: true, - _clines: [Array], - _pcontent: ' no' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 13, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-she', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-she' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 14, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' Web Conte', - clickable: true, - _clines: [Array], - _pcontent: ' Web Conte' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 15, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' firef', - clickable: true, - _clines: [Array], - _pcontent: ' firef' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 16, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' Xo', - clickable: true, - _clines: [Array], - _pcontent: ' Xo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 17, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' pulseaud', - clickable: true, - _clines: [Array], - _pcontent: ' pulseaud' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 18, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' sublime_te', - clickable: true, - _clines: [Array], - _pcontent: ' sublime_te' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 19, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' packageki', - clickable: true, - _clines: [Array], - _pcontent: ' packageki' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 20, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-termina', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-termina' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 21, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' i', - clickable: true, - _clines: [Array], - _pcontent: ' i' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 22, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-ude', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-ude' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 23, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' docke', - clickable: true, - _clines: [Array], - _pcontent: ' docke' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 24, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ibus-daem', - clickable: true, - _clines: [Array], - _pcontent: ' ibus-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 25, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-softwa', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-softwa' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 26, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' sna', - clickable: true, - _clines: [Array], - _pcontent: ' sna' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 27, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' docker-contai', - clickable: true, - _clines: [Array], - _pcontent: ' docker-contai' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 28, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' t', - clickable: true, - _clines: [Array], - _pcontent: ' t' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 29, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' NetworkManag', - clickable: true, - _clines: [Array], - _pcontent: ' NetworkManag' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 30, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' plugin_ho', - clickable: true, - _clines: [Array], - _pcontent: ' plugin_ho' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 31, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' dbus-daem', - clickable: true, - _clines: [Array], - _pcontent: ' dbus-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 32, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' syste', - clickable: true, - _clines: [Array], - _pcontent: ' syste' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 33, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kintegrit', - clickable: true, - _clines: [Array], - _pcontent: ' kintegrit' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 34, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kbloc', - clickable: true, - _clines: [Array], - _pcontent: ' kbloc' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 35, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ata_s', - clickable: true, - _clines: [Array], - _pcontent: ' ata_s' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 36, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ', - clickable: true, - _clines: [Array], - _pcontent: ' ' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 37, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' edac-poll', - clickable: true, - _clines: [Array], - _pcontent: ' edac-poll' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 38, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' devfreq_', - clickable: true, - _clines: [Array], - _pcontent: ' devfreq_' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 39, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' watchdo', - clickable: true, - _clines: [Array], - _pcontent: ' watchdo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 40, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kswap', - clickable: true, - _clines: [Array], - _pcontent: ' kswap' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 41, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ecryptfs-kthr', - clickable: true, - _clines: [Array], - _pcontent: ' ecryptfs-kthr' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 42, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kthrot', - clickable: true, - _clines: [Array], - _pcontent: ' kthrot' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 43, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' acpi_thermal_', - clickable: true, - _clines: [Array], - _pcontent: ' acpi_thermal_' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 44, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nvme-', - clickable: true, - _clines: [Array], - _pcontent: ' nvme-' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 45, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ipv6_addrco', - clickable: true, - _clines: [Array], - _pcontent: ' ipv6_addrco' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 46, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kst', - clickable: true, - _clines: [Array], - _pcontent: ' kst' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 47, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' charger_manag', - clickable: true, - _clines: [Array], - _pcontent: ' charger_manag' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 48, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 49, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 50, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 51, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 52, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 53, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 54, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' i9', - clickable: true, - _clines: [Array], - _pcontent: ' i9' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 55, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nvidia-modes', - clickable: true, - _clines: [Array], - _pcontent: ' nvidia-modes' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 56, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' jb', - clickable: true, - _clines: [Array], - _pcontent: ' jb' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 57, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ext4-rsv-conv', - clickable: true, - _clines: [Array], - _pcontent: ' ext4-rsv-conv' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 58, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-journ', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-journ' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 59, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ', - clickable: true, - _clines: [Array], - _pcontent: ' ' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 60, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 61, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 62, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 63, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 64, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 65, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 66, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 67, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 68, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 69, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 70, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 71, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 72, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 73, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 74, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 75, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 76, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' asus_wireless', - clickable: true, - _clines: [Array], - _pcontent: ' asus_wireless' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 77, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kwork', - clickable: true, - _clines: [Array], - _pcontent: ' kwork' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 78, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cfg802', - clickable: true, - _clines: [Array], - _pcontent: ' cfg802' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 79, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kmemsti', - clickable: true, - _clines: [Array], - _pcontent: ' kmemsti' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 80, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' UVM global qu', - clickable: true, - _clines: [Array], - _pcontent: ' UVM global qu' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 81, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' UVM Tools Eve', - clickable: true, - _clines: [Array], - _pcontent: ' UVM Tools Eve' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 82, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' led_workque', - clickable: true, - _clines: [Array], - _pcontent: ' led_workque' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 83, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-times', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-times' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 84, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-resol', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-resol' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 85, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' avahi-daem', - clickable: true, - _clines: [Array], - _pcontent: ' avahi-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 86, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cup', - clickable: true, - _clines: [Array], - _pcontent: ' cup' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 87, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rsyslo', - clickable: true, - _clines: [Array], - _pcontent: ' rsyslo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 88, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' bluetoot', - clickable: true, - _clines: [Array], - _pcontent: ' bluetoot' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 89, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-logi', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-logi' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 90, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' accounts-daem', - clickable: true, - _clines: [Array], - _pcontent: ' accounts-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 91, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' udisk', - clickable: true, - _clines: [Array], - _pcontent: ' udisk' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 92, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ModemManag', - clickable: true, - _clines: [Array], - _pcontent: ' ModemManag' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 93, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cr', - clickable: true, - _clines: [Array], - _pcontent: ' cr' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 94, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' irqbalan', - clickable: true, - _clines: [Array], - _pcontent: ' irqbalan' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 95, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' mm_percpu_', - clickable: true, - _clines: [Array], - _pcontent: ' mm_percpu_' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 96, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' wpa_supplica', - clickable: true, - _clines: [Array], - _pcontent: ' wpa_supplica' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 97, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' networkd-disp', - clickable: true, - _clines: [Array], - _pcontent: ' networkd-disp' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 98, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' therma', - clickable: true, - _clines: [Array], - _pcontent: ' therma' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 99, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ksoftir', - clickable: true, - _clines: [Array], - _pcontent: ' ksoftir' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 100, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' acp', - clickable: true, - _clines: [Array], - _pcontent: ' acp' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 101, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cups-brows', - clickable: true, - _clines: [Array], - _pcontent: ' cups-brows' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 102, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' polki', - clickable: true, - _clines: [Array], - _pcontent: ' polki' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 103, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kthrea', - clickable: true, - _clines: [Array], - _pcontent: ' kthrea' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 104, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gdm-session-w', - clickable: true, - _clines: [Array], - _pcontent: ' gdm-session-w' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 105, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rcu_sch', - clickable: true, - _clines: [Array], - _pcontent: ' rcu_sch' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 106, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' (sd-pa', - clickable: true, - _clines: [Array], - _pcontent: ' (sd-pa' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 107, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gdm-wayland-s', - clickable: true, - _clines: [Array], - _pcontent: ' gdm-wayland-s' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 108, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-session', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-session' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 109, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rcu_', - clickable: true, - _clines: [Array], - _pcontent: ' rcu_' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 110, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nvidia-persis', - clickable: true, - _clines: [Array], - _pcontent: ' nvidia-persis' }, - ... 83 more items ], - keyable: - [ ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true } ], - grabKeys: false, - lockKeys: false, - _buf: '', - _ci: -1, - cursor: - { artificial: false, - shape: 'block', - blink: false, - color: null, - _set: false, - _state: 1, - _hidden: true }, - _maxListeners: Infinity, - lines: [ [ [Array], dirty: false ] ], - olines: [ [ [Array] ] ], - _listenedKeys: true, - _borderStops: {}, - _listenedMouse: true, - _needsClickableSort: true } -Screen { - index: 0, - program: - Program { - index: 1, - domain: null, - _events: - { resize: [Function], - focus: [Function], - blur: [Function], - warning: [Function], - keypress: [Function], - data: [Function], - mouse: [Function] }, - _eventsCount: 7, - _maxListeners: undefined, - options: - { input: undefined, - output: undefined, - log: undefined, - debug: undefined, - dump: undefined, - terminal: undefined, - resizeTimeout: undefined, - forceUnicode: undefined, - tput: true, - buffer: true, - zero: true }, - input: - ReadStream { - connecting: false, - _hadError: false, - _handle: [Object], - _parent: null, - _host: null, - _readableState: [Object], - readable: true, - domain: null, - _events: [Object], - _eventsCount: 6, - _maxListeners: undefined, - _writableState: [Object], - writable: false, - allowHalfOpen: false, - _bytesDispatched: 0, - _sockname: null, - _writev: null, - _pendingData: null, - _pendingEncoding: '', - server: null, - _server: null, - isRaw: true, - isTTY: true, - fd: 0, - _blessedInput: 2, - _keypressHandler: [Function], - _dataHandler: [Function], - _keypressDecoder: [Object], - read: [Function], - _consuming: true, - [Symbol(asyncId)]: 5, - [Symbol(bytesRead)]: 0 }, - output: - SyncWriteStream { - _writableState: [Object], - writable: true, - domain: null, - _events: [Object], - _eventsCount: 2, - _maxListeners: undefined, - fd: 1, - readable: false, - autoClose: false, - _type: 'fs', - _isStdio: true, - destroySoon: [Function], - _destroy: [Function], - _blessedOutput: 2, - _resizeHandler: [Function] }, - zero: true, - useBuffer: true, - x: 0, - y: 0, - savedX: 0, - savedY: 0, - cols: 1, - rows: 1, - scrollTop: 0, - scrollBottom: 0, - _terminal: 'xterm-256color', - isOSXTerm: false, - isiTerm2: false, - isXFCE: false, - isTerminator: false, - isLXDE: false, - isVTE: true, - isRxvt: false, - isXterm: false, - tmux: false, - tmuxVersion: 2, - _buf: '', - _flush: [Function: bound ], - _tputSetup: true, - tput: - Tput { - options: [Object], - terminal: 'xterm-256color', - debug: undefined, - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - error: null, - terminfoPrefix: undefined, - terminfoFile: undefined, - termcapFile: undefined, - auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function], - bell: [Function], - carriage_return: [Function], - change_scroll_region: [Function], - clear_all_tabs: [Function], - clear_screen: [Function], - clr_eol: [Function], - clr_eos: [Function], - column_address: [Function], - cursor_address: [Function], - cursor_down: [Function], - cursor_home: [Function], - cursor_invisible: [Function], - cursor_left: [Function], - cursor_normal: [Function], - cursor_right: [Function], - cursor_up: [Function], - cursor_visible: [Function], - delete_character: [Function], - delete_line: [Function], - enter_alt_charset_mode: [Function], - enter_blink_mode: [Function], - enter_bold_mode: [Function], - enter_ca_mode: [Function], - enter_dim_mode: [Function], - enter_insert_mode: [Function], - enter_secure_mode: [Function], - enter_reverse_mode: [Function], - enter_standout_mode: [Function], - enter_underline_mode: [Function], - erase_chars: [Function], - exit_alt_charset_mode: [Function], - exit_attribute_mode: [Function], - exit_ca_mode: [Function], - exit_insert_mode: [Function], - exit_standout_mode: [Function], - exit_underline_mode: [Function], - flash_screen: [Function], - init_2string: [Function], - insert_line: [Function], - key_backspace: [Function], - key_dc: [Function], - key_down: [Function], - key_f1: [Function], - key_f10: [Function], - key_f2: [Function], - key_f3: [Function], - key_f4: [Function], - key_f5: [Function], - key_f6: [Function], - key_f7: [Function], - key_f8: [Function], - key_f9: [Function], - key_home: [Function], - key_ic: [Function], - key_left: [Function], - key_npage: [Function], - key_ppage: [Function], - key_right: [Function], - key_sf: [Function], - key_sr: [Function], - key_up: [Function], - keypad_local: [Function], - keypad_xmit: [Function], - meta_off: [Function], - meta_on: [Function], - parm_dch: [Function], - parm_delete_line: [Function], - parm_down_cursor: [Function], - parm_ich: [Function], - parm_index: [Function], - parm_insert_line: [Function], - parm_left_cursor: [Function], - parm_right_cursor: [Function], - parm_rindex: [Function], - parm_up_cursor: [Function], - print_screen: [Function], - prtr_off: [Function], - prtr_on: [Function], - repeat_char: [Function], - reset_1string: [Function], - reset_2string: [Function], - restore_cursor: [Function], - row_address: [Function], - save_cursor: [Function], - scroll_forward: [Function], - scroll_reverse: [Function], - set_attributes: [Function], - set_tab: [Function], - tab: [Function], - key_b2: [Function], - acs_chars: [Function], - key_btab: [Function], - enter_am_mode: [Function], - exit_am_mode: [Function], - key_end: [Function], - key_enter: [Function], - key_sdc: [Function], - key_send: [Function], - key_shome: [Function], - key_sic: [Function], - key_sleft: [Function], - key_snext: [Function], - key_sprevious: [Function], - key_sright: [Function], - key_f11: [Function], - key_f12: [Function], - key_f13: [Function], - key_f14: [Function], - key_f15: [Function], - key_f16: [Function], - key_f17: [Function], - key_f18: [Function], - key_f19: [Function], - key_f20: [Function], - key_f21: [Function], - key_f22: [Function], - key_f23: [Function], - key_f24: [Function], - key_f25: [Function], - key_f26: [Function], - key_f27: [Function], - key_f28: [Function], - key_f29: [Function], - key_f30: [Function], - key_f31: [Function], - key_f32: [Function], - key_f33: [Function], - key_f34: [Function], - key_f35: [Function], - key_f36: [Function], - key_f37: [Function], - key_f38: [Function], - key_f39: [Function], - key_f40: [Function], - key_f41: [Function], - key_f42: [Function], - key_f43: [Function], - key_f44: [Function], - key_f45: [Function], - key_f46: [Function], - key_f47: [Function], - key_f48: [Function], - key_f49: [Function], - key_f50: [Function], - key_f51: [Function], - key_f52: [Function], - key_f53: [Function], - key_f54: [Function], - key_f55: [Function], - key_f56: [Function], - key_f57: [Function], - key_f58: [Function], - key_f59: [Function], - key_f60: [Function], - key_f61: [Function], - key_f62: [Function], - key_f63: [Function], - clr_bol: [Function], - user6: [Function], - user7: [Function], - user8: [Function], - user9: [Function], - orig_pair: [Function], - orig_colors: [Function], - initialize_color: [Function], - enter_italics_mode: [Function], - exit_italics_mode: [Function], - key_mouse: [Function], - set_a_foreground: [Function], - set_a_background: [Function], - memory_lock: [Function], - memory_unlock: [Function], - Cr: [Function], - Cs: [Function], - E3: [Function], - Ms: [Function], - Se: [Function], - Ss: [Function], - kDC3: [Function], - kDC4: [Function], - kDC5: [Function], - kDC6: [Function], - kDC7: [Function], - kDN: [Function], - kDN3: [Function], - kDN4: [Function], - kDN5: [Function], - kDN6: [Function], - kDN7: [Function], - kEND3: [Function], - kEND4: [Function], - kEND5: [Function], - kEND6: [Function], - kEND7: [Function], - kHOM3: [Function], - kHOM4: [Function], - kHOM5: [Function], - kHOM6: [Function], - kHOM7: [Function], - kIC3: [Function], - kIC4: [Function], - kIC5: [Function], - kIC6: [Function], - kIC7: [Function], - kLFT3: [Function], - kLFT4: [Function], - kLFT5: [Function], - kLFT6: [Function], - kLFT7: [Function], - kNXT3: [Function], - kNXT4: [Function], - kNXT5: [Function], - kNXT6: [Function], - kNXT7: [Function], - kPRV3: [Function], - kPRV4: [Function], - kPRV5: [Function], - kPRV6: [Function], - kPRV7: [Function], - kRIT3: [Function], - kRIT4: [Function], - kRIT5: [Function], - kRIT6: [Function], - kRIT7: [Function], - kUP: [Function], - kUP3: [Function], - kUP4: [Function], - kUP5: [Function], - kUP6: [Function], - kUP7: [Function], - ka2: [Function], - kb1: [Function], - kb3: [Function], - kc2: [Function], - rmxx: [Function], - smxx: [Function], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Function], - cursor_mem_address: [Function], - cursor_to_ll: [Function], - dis_status_line: [Function], - down_half_line: [Function], - enter_delete_mode: [Function], - enter_protected_mode: [Function], - exit_delete_mode: [Function], - form_feed: [Function], - from_status_line: [Function], - init_1string: [Function], - init_3string: [Function], - init_file: [Function], - insert_character: [Function], - insert_padding: [Function], - key_catab: [Function], - key_clear: [Function], - key_ctab: [Function], - key_dl: [Function], - key_eic: [Function], - key_eol: [Function], - key_eos: [Function], - key_f0: [Function], - key_il: [Function], - key_ll: [Function], - key_stab: [Function], - lab_f0: [Function], - lab_f1: [Function], - lab_f10: [Function], - lab_f2: [Function], - lab_f3: [Function], - lab_f4: [Function], - lab_f5: [Function], - lab_f6: [Function], - lab_f7: [Function], - lab_f8: [Function], - lab_f9: [Function], - newline: [Function], - pad_char: [Function], - pkey_key: [Function], - pkey_local: [Function], - pkey_xmit: [Function], - reset_3string: [Function], - reset_file: [Function], - set_window: [Function], - to_status_line: [Function], - underline_char: [Function], - up_half_line: [Function], - init_prog: [Function], - key_a1: [Function], - key_a3: [Function], - key_c1: [Function], - key_c3: [Function], - prtr_non: [Function], - char_padding: [Function], - plab_norm: [Function], - enter_xon_mode: [Function], - exit_xon_mode: [Function], - xon_character: [Function], - xoff_character: [Function], - ena_acs: [Function], - label_on: [Function], - label_off: [Function], - key_beg: [Function], - key_cancel: [Function], - key_close: [Function], - key_command: [Function], - key_copy: [Function], - key_create: [Function], - key_exit: [Function], - key_find: [Function], - key_help: [Function], - key_mark: [Function], - key_message: [Function], - key_move: [Function], - key_next: [Function], - key_open: [Function], - key_options: [Function], - key_previous: [Function], - key_print: [Function], - key_redo: [Function], - key_reference: [Function], - key_refresh: [Function], - key_replace: [Function], - key_restart: [Function], - key_resume: [Function], - key_save: [Function], - key_suspend: [Function], - key_undo: [Function], - key_sbeg: [Function], - key_scancel: [Function], - key_scommand: [Function], - key_scopy: [Function], - key_screate: [Function], - key_sdl: [Function], - key_select: [Function], - key_seol: [Function], - key_sexit: [Function], - key_sfind: [Function], - key_shelp: [Function], - key_smessage: [Function], - key_smove: [Function], - key_soptions: [Function], - key_sprint: [Function], - key_sredo: [Function], - key_sreplace: [Function], - key_srsume: [Function], - key_ssave: [Function], - key_ssuspend: [Function], - key_sundo: [Function], - req_for_input: [Function], - clear_margins: [Function], - set_left_margin: [Function], - set_right_margin: [Function], - label_format: [Function], - set_clock: [Function], - display_clock: [Function], - remove_clock: [Function], - create_window: [Function], - goto_window: [Function], - hangup: [Function], - dial_phone: [Function], - quick_dial: [Function], - tone: [Function], - pulse: [Function], - flash_hook: [Function], - fixed_pause: [Function], - wait_tone: [Function], - user0: [Function], - user1: [Function], - user2: [Function], - user3: [Function], - user4: [Function], - user5: [Function], - initialize_pair: [Function], - set_color_pair: [Function], - set_foreground: [Function], - set_background: [Function], - change_char_pitch: [Function], - change_line_pitch: [Function], - change_res_horz: [Function], - change_res_vert: [Function], - define_char: [Function], - enter_doublewide_mode: [Function], - enter_draft_quality: [Function], - enter_leftward_mode: [Function], - enter_micro_mode: [Function], - enter_near_letter_quality: [Function], - enter_normal_quality: [Function], - enter_shadow_mode: [Function], - enter_subscript_mode: [Function], - enter_superscript_mode: [Function], - enter_upward_mode: [Function], - exit_doublewide_mode: [Function], - exit_leftward_mode: [Function], - exit_micro_mode: [Function], - exit_shadow_mode: [Function], - exit_subscript_mode: [Function], - exit_superscript_mode: [Function], - exit_upward_mode: [Function], - micro_column_address: [Function], - micro_down: [Function], - micro_left: [Function], - micro_right: [Function], - micro_row_address: [Function], - micro_up: [Function], - order_of_pins: [Function], - parm_down_micro: [Function], - parm_left_micro: [Function], - parm_right_micro: [Function], - parm_up_micro: [Function], - select_char_set: [Function], - set_bottom_margin: [Function], - set_bottom_margin_parm: [Function], - set_left_margin_parm: [Function], - set_right_margin_parm: [Function], - set_top_margin: [Function], - set_top_margin_parm: [Function], - start_bit_image: [Function], - start_char_set_def: [Function], - stop_bit_image: [Function], - stop_char_set_def: [Function], - subscript_characters: [Function], - superscript_characters: [Function], - these_cause_cr: [Function], - zero_motion: [Function], - char_set_names: [Function], - mouse_info: [Function], - req_mouse_pos: [Function], - get_mouse: [Function], - pkey_plab: [Function], - device_type: [Function], - code_set_init: [Function], - set0_des_seq: [Function], - set1_des_seq: [Function], - set2_des_seq: [Function], - set3_des_seq: [Function], - set_lr_margin: [Function], - set_tb_margin: [Function], - bit_image_repeat: [Function], - bit_image_newline: [Function], - bit_image_carriage_return: [Function], - color_names: [Function], - define_bit_image_region: [Function], - end_bit_image_region: [Function], - set_color_band: [Function], - set_page_length: [Function], - display_pc_char: [Function], - enter_pc_charset_mode: [Function], - exit_pc_charset_mode: [Function], - enter_scancode_mode: [Function], - exit_scancode_mode: [Function], - pc_term_options: [Function], - scancode_escape: [Function], - alt_scancode_esc: [Function], - enter_horizontal_hl_mode: [Function], - enter_left_hl_mode: [Function], - enter_low_hl_mode: [Function], - enter_right_hl_mode: [Function], - enter_top_hl_mode: [Function], - enter_vertical_hl_mode: [Function], - set_a_attributes: [Function], - set_pglen_inch: [Function], - termcap_init2: [Function], - termcap_reset: [Function], - linefeed_if_not_lf: [Function], - backspace_if_not_bs: [Function], - other_non_function_keys: [Function], - arrow_key_map: [Function], - acs_ulcorner: [Function], - acs_llcorner: [Function], - acs_urcorner: [Function], - acs_lrcorner: [Function], - acs_ltee: [Function], - acs_rtee: [Function], - acs_btee: [Function], - acs_ttee: [Function], - acs_hline: [Function], - acs_vline: [Function], - acs_plus: [Function], - box_chars_1: [Function], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function], - bel: [Function], - cr: [Function], - csr: [Function], - tbc: [Function], - clear: [Function], - el: [Function], - ed: [Function], - hpa: [Function], - cup: [Function], - cud1: [Function], - home: [Function], - civis: [Function], - cub1: [Function], - cnorm: [Function], - cuf1: [Function], - cuu1: [Function], - cvvis: [Function], - dch1: [Function], - dl1: [Function], - smacs: [Function], - blink: [Function], - bold: [Function], - smcup: [Function], - dim: [Function], - smir: [Function], - invis: [Function], - rev: [Function], - smso: [Function], - smul: [Function], - ech: [Function], - rmacs: [Function], - sgr0: [Function], - rmcup: [Function], - rmir: [Function], - rmso: [Function], - rmul: [Function], - flash: [Function], - is2: [Function], - il1: [Function], - kbs: [Function], - kdch1: [Function], - kcud1: [Function], - kf1: [Function], - kf10: [Function], - kf2: [Function], - kf3: [Function], - kf4: [Function], - kf5: [Function], - kf6: [Function], - kf7: [Function], - kf8: [Function], - kf9: [Function], - khome: [Function], - kich1: [Function], - kcub1: [Function], - knp: [Function], - kpp: [Function], - kcuf1: [Function], - kind: [Function], - kri: [Function], - kcuu1: [Function], - rmkx: [Function], - smkx: [Function], - rmm: [Function], - smm: [Function], - dch: [Function], - dl: [Function], - cud: [Function], - ich: [Function], - indn: [Function], - il: [Function], - cub: [Function], - cuf: [Function], - rin: [Function], - cuu: [Function], - mc0: [Function], - mc4: [Function], - mc5: [Function], - rep: [Function], - rs1: [Function], - rs2: [Function], - rc: [Function], - vpa: [Function], - sc: [Function], - ind: [Function], - ri: [Function], - sgr: [Function], - hts: [Function], - ht: [Function], - kb2: [Function], - acsc: [Object], - kcbt: [Function], - smam: [Function], - rmam: [Function], - kend: [Function], - kent: [Function], - kDC: [Function], - kEND: [Function], - kHOM: [Function], - kIC: [Function], - kLFT: [Function], - kNXT: [Function], - kPRV: [Function], - kRIT: [Function], - kf11: [Function], - kf12: [Function], - kf13: [Function], - kf14: [Function], - kf15: [Function], - kf16: [Function], - kf17: [Function], - kf18: [Function], - kf19: [Function], - kf20: [Function], - kf21: [Function], - kf22: [Function], - kf23: [Function], - kf24: [Function], - kf25: [Function], - kf26: [Function], - kf27: [Function], - kf28: [Function], - kf29: [Function], - kf30: [Function], - kf31: [Function], - kf32: [Function], - kf33: [Function], - kf34: [Function], - kf35: [Function], - kf36: [Function], - kf37: [Function], - kf38: [Function], - kf39: [Function], - kf40: [Function], - kf41: [Function], - kf42: [Function], - kf43: [Function], - kf44: [Function], - kf45: [Function], - kf46: [Function], - kf47: [Function], - kf48: [Function], - kf49: [Function], - kf50: [Function], - kf51: [Function], - kf52: [Function], - kf53: [Function], - kf54: [Function], - kf55: [Function], - kf56: [Function], - kf57: [Function], - kf58: [Function], - kf59: [Function], - kf60: [Function], - kf61: [Function], - kf62: [Function], - kf63: [Function], - el1: [Function], - u6: [Function], - u7: [Function], - u8: [Function], - u9: [Function], - op: [Function], - oc: [Function], - initc: [Function], - sitm: [Function], - ritm: [Function], - kmous: [Function], - setaf: [Function], - setab: [Function], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Function], - mrcup: [Function], - ll: [Function], - dsl: [Function], - hd: [Function], - smdc: [Function], - prot: [Function], - rmdc: [Function], - ff: [Function], - fsl: [Function], - is1: [Function], - is3: [Function], - if: [Function], - ich1: [Function], - ip: [Function], - ktbc: [Function], - kclr: [Function], - kctab: [Function], - kdl1: [Function], - krmir: [Function], - kel: [Function], - ked: [Function], - kf0: [Function], - kil1: [Function], - kll: [Function], - khts: [Function], - lf0: [Function], - lf1: [Function], - lf10: [Function], - lf2: [Function], - lf3: [Function], - lf4: [Function], - lf5: [Function], - lf6: [Function], - lf7: [Function], - lf8: [Function], - lf9: [Function], - nel: [Function], - pad: [Function], - pfkey: [Function], - pfloc: [Function], - pfx: [Function], - rs3: [Function], - rf: [Function], - wind: [Function], - tsl: [Function], - uc: [Function], - hu: [Function], - iprog: [Function], - ka1: [Function], - ka3: [Function], - kc1: [Function], - kc3: [Function], - mc5p: [Function], - rmp: [Function], - pln: [Function], - smxon: [Function], - rmxon: [Function], - xonc: [Function], - xoffc: [Function], - enacs: [Function], - smln: [Function], - rmln: [Function], - kbeg: [Function], - kcan: [Function], - kclo: [Function], - kcmd: [Function], - kcpy: [Function], - kcrt: [Function], - kext: [Function], - kfnd: [Function], - khlp: [Function], - kmrk: [Function], - kmsg: [Function], - kmov: [Function], - knxt: [Function], - kopn: [Function], - kopt: [Function], - kprv: [Function], - kprt: [Function], - krdo: [Function], - kref: [Function], - krfr: [Function], - krpl: [Function], - krst: [Function], - kres: [Function], - ksav: [Function], - kspd: [Function], - kund: [Function], - kBEG: [Function], - kCAN: [Function], - kCMD: [Function], - kCPY: [Function], - kCRT: [Function], - kDL: [Function], - kslt: [Function], - kEOL: [Function], - kEXT: [Function], - kFND: [Function], - kHLP: [Function], - kMSG: [Function], - kMOV: [Function], - kOPT: [Function], - kPRT: [Function], - kRDO: [Function], - kRPL: [Function], - kRES: [Function], - kSAV: [Function], - kSPD: [Function], - kUND: [Function], - rfi: [Function], - mgc: [Function], - smgl: [Function], - smgr: [Function], - fln: [Function], - sclk: [Function], - dclk: [Function], - rmclk: [Function], - cwin: [Function], - wingo: [Function], - hup: [Function], - dial: [Function], - qdial: [Function], - hook: [Function], - pause: [Function], - wait: [Function], - u0: [Function], - u1: [Function], - u2: [Function], - u3: [Function], - u4: [Function], - u5: [Function], - initp: [Function], - scp: [Function], - setf: [Function], - setb: [Function], - cpi: [Function], - lpi: [Function], - chr: [Function], - cvr: [Function], - defc: [Function], - swidm: [Function], - sdrfq: [Function], - slm: [Function], - smicm: [Function], - snlq: [Function], - snrmq: [Function], - sshm: [Function], - ssubm: [Function], - ssupm: [Function], - sum: [Function], - rwidm: [Function], - rlm: [Function], - rmicm: [Function], - rshm: [Function], - rsubm: [Function], - rsupm: [Function], - rum: [Function], - mhpa: [Function], - mcud1: [Function], - mcub1: [Function], - mcuf1: [Function], - mvpa: [Function], - mcuu1: [Function], - porder: [Function], - mcud: [Function], - mcub: [Function], - mcuf: [Function], - mcuu: [Function], - scs: [Function], - smgb: [Function], - smgbp: [Function], - smglp: [Function], - smgrp: [Function], - smgt: [Function], - smgtp: [Function], - sbim: [Function], - scsd: [Function], - rbim: [Function], - rcsd: [Function], - subcs: [Function], - supcs: [Function], - docr: [Function], - zerom: [Function], - csnm: [Function], - minfo: [Function], - reqmp: [Function], - getm: [Function], - pfxl: [Function], - devt: [Function], - csin: [Function], - s0ds: [Function], - s1ds: [Function], - s2ds: [Function], - s3ds: [Function], - smglr: [Function], - smgtb: [Function], - birep: [Function], - binel: [Function], - bicr: [Function], - colornm: [Function], - defbi: [Function], - endbi: [Function], - setcolor: [Function], - slines: [Function], - dispc: [Function], - smpch: [Function], - rmpch: [Function], - smsc: [Function], - rmsc: [Function], - pctrm: [Function], - scesc: [Function], - scesa: [Function], - ehhlm: [Function], - elhlm: [Function], - elohlm: [Function], - erhlm: [Function], - ethlm: [Function], - evhlm: [Function], - sgr1: [Function], - slength: [Function], - info: [Object], - all: [Object], - methods: [Object], - bools: [Object], - numbers: [Object], - strings: [Object], - features: [Object], - unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - setbuf: true, - acscr: [Object] }, - put: - { [Function] - options: [Object], - terminal: 'xterm-256color', - debug: undefined, - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - error: null, - terminfoPrefix: undefined, - terminfoFile: undefined, - termcapFile: undefined, - auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function], - bell: [Function], - carriage_return: [Function], - change_scroll_region: [Function], - clear_all_tabs: [Function], - clear_screen: [Function], - clr_eol: [Function], - clr_eos: [Function], - column_address: [Function], - cursor_address: [Function], - cursor_down: [Function], - cursor_home: [Function], - cursor_invisible: [Function], - cursor_left: [Function], - cursor_normal: [Function], - cursor_right: [Function], - cursor_up: [Function], - cursor_visible: [Function], - delete_character: [Function], - delete_line: [Function], - enter_alt_charset_mode: [Function], - enter_blink_mode: [Function], - enter_bold_mode: [Function], - enter_ca_mode: [Function], - enter_dim_mode: [Function], - enter_insert_mode: [Function], - enter_secure_mode: [Function], - enter_reverse_mode: [Function], - enter_standout_mode: [Function], - enter_underline_mode: [Function], - erase_chars: [Function], - exit_alt_charset_mode: [Function], - exit_attribute_mode: [Function], - exit_ca_mode: [Function], - exit_insert_mode: [Function], - exit_standout_mode: [Function], - exit_underline_mode: [Function], - flash_screen: [Function], - init_2string: [Function], - insert_line: [Function], - key_backspace: [Function], - key_dc: [Function], - key_down: [Function], - key_f1: [Function], - key_f10: [Function], - key_f2: [Function], - key_f3: [Function], - key_f4: [Function], - key_f5: [Function], - key_f6: [Function], - key_f7: [Function], - key_f8: [Function], - key_f9: [Function], - key_home: [Function], - key_ic: [Function], - key_left: [Function], - key_npage: [Function], - key_ppage: [Function], - key_right: [Function], - key_sf: [Function], - key_sr: [Function], - key_up: [Function], - keypad_local: [Function], - keypad_xmit: [Function], - meta_off: [Function], - meta_on: [Function], - parm_dch: [Function], - parm_delete_line: [Function], - parm_down_cursor: [Function], - parm_ich: [Function], - parm_index: [Function], - parm_insert_line: [Function], - parm_left_cursor: [Function], - parm_right_cursor: [Function], - parm_rindex: [Function], - parm_up_cursor: [Function], - print_screen: [Function], - prtr_off: [Function], - prtr_on: [Function], - repeat_char: [Function], - reset_1string: [Function], - reset_2string: [Function], - restore_cursor: [Function], - row_address: [Function], - save_cursor: [Function], - scroll_forward: [Function], - scroll_reverse: [Function], - set_attributes: [Function], - set_tab: [Function], - tab: [Function], - key_b2: [Function], - acs_chars: [Function], - key_btab: [Function], - enter_am_mode: [Function], - exit_am_mode: [Function], - key_end: [Function], - key_enter: [Function], - key_sdc: [Function], - key_send: [Function], - key_shome: [Function], - key_sic: [Function], - key_sleft: [Function], - key_snext: [Function], - key_sprevious: [Function], - key_sright: [Function], - key_f11: [Function], - key_f12: [Function], - key_f13: [Function], - key_f14: [Function], - key_f15: [Function], - key_f16: [Function], - key_f17: [Function], - key_f18: [Function], - key_f19: [Function], - key_f20: [Function], - key_f21: [Function], - key_f22: [Function], - key_f23: [Function], - key_f24: [Function], - key_f25: [Function], - key_f26: [Function], - key_f27: [Function], - key_f28: [Function], - key_f29: [Function], - key_f30: [Function], - key_f31: [Function], - key_f32: [Function], - key_f33: [Function], - key_f34: [Function], - key_f35: [Function], - key_f36: [Function], - key_f37: [Function], - key_f38: [Function], - key_f39: [Function], - key_f40: [Function], - key_f41: [Function], - key_f42: [Function], - key_f43: [Function], - key_f44: [Function], - key_f45: [Function], - key_f46: [Function], - key_f47: [Function], - key_f48: [Function], - key_f49: [Function], - key_f50: [Function], - key_f51: [Function], - key_f52: [Function], - key_f53: [Function], - key_f54: [Function], - key_f55: [Function], - key_f56: [Function], - key_f57: [Function], - key_f58: [Function], - key_f59: [Function], - key_f60: [Function], - key_f61: [Function], - key_f62: [Function], - key_f63: [Function], - clr_bol: [Function], - user6: [Function], - user7: [Function], - user8: [Function], - user9: [Function], - orig_pair: [Function], - orig_colors: [Function], - initialize_color: [Function], - enter_italics_mode: [Function], - exit_italics_mode: [Function], - key_mouse: [Function], - set_a_foreground: [Function], - set_a_background: [Function], - memory_lock: [Function], - memory_unlock: [Function], - Cr: [Function], - Cs: [Function], - E3: [Function], - Ms: [Function], - Se: [Function], - Ss: [Function], - kDC3: [Function], - kDC4: [Function], - kDC5: [Function], - kDC6: [Function], - kDC7: [Function], - kDN: [Function], - kDN3: [Function], - kDN4: [Function], - kDN5: [Function], - kDN6: [Function], - kDN7: [Function], - kEND3: [Function], - kEND4: [Function], - kEND5: [Function], - kEND6: [Function], - kEND7: [Function], - kHOM3: [Function], - kHOM4: [Function], - kHOM5: [Function], - kHOM6: [Function], - kHOM7: [Function], - kIC3: [Function], - kIC4: [Function], - kIC5: [Function], - kIC6: [Function], - kIC7: [Function], - kLFT3: [Function], - kLFT4: [Function], - kLFT5: [Function], - kLFT6: [Function], - kLFT7: [Function], - kNXT3: [Function], - kNXT4: [Function], - kNXT5: [Function], - kNXT6: [Function], - kNXT7: [Function], - kPRV3: [Function], - kPRV4: [Function], - kPRV5: [Function], - kPRV6: [Function], - kPRV7: [Function], - kRIT3: [Function], - kRIT4: [Function], - kRIT5: [Function], - kRIT6: [Function], - kRIT7: [Function], - kUP: [Function], - kUP3: [Function], - kUP4: [Function], - kUP5: [Function], - kUP6: [Function], - kUP7: [Function], - ka2: [Function], - kb1: [Function], - kb3: [Function], - kc2: [Function], - rmxx: [Function], - smxx: [Function], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Function], - cursor_mem_address: [Function], - cursor_to_ll: [Function], - dis_status_line: [Function], - down_half_line: [Function], - enter_delete_mode: [Function], - enter_protected_mode: [Function], - exit_delete_mode: [Function], - form_feed: [Function], - from_status_line: [Function], - init_1string: [Function], - init_3string: [Function], - init_file: [Function], - insert_character: [Function], - insert_padding: [Function], - key_catab: [Function], - key_clear: [Function], - key_ctab: [Function], - key_dl: [Function], - key_eic: [Function], - key_eol: [Function], - key_eos: [Function], - key_f0: [Function], - key_il: [Function], - key_ll: [Function], - key_stab: [Function], - lab_f0: [Function], - lab_f1: [Function], - lab_f10: [Function], - lab_f2: [Function], - lab_f3: [Function], - lab_f4: [Function], - lab_f5: [Function], - lab_f6: [Function], - lab_f7: [Function], - lab_f8: [Function], - lab_f9: [Function], - newline: [Function], - pad_char: [Function], - pkey_key: [Function], - pkey_local: [Function], - pkey_xmit: [Function], - reset_3string: [Function], - reset_file: [Function], - set_window: [Function], - to_status_line: [Function], - underline_char: [Function], - up_half_line: [Function], - init_prog: [Function], - key_a1: [Function], - key_a3: [Function], - key_c1: [Function], - key_c3: [Function], - prtr_non: [Function], - char_padding: [Function], - plab_norm: [Function], - enter_xon_mode: [Function], - exit_xon_mode: [Function], - xon_character: [Function], - xoff_character: [Function], - ena_acs: [Function], - label_on: [Function], - label_off: [Function], - key_beg: [Function], - key_cancel: [Function], - key_close: [Function], - key_command: [Function], - key_copy: [Function], - key_create: [Function], - key_exit: [Function], - key_find: [Function], - key_help: [Function], - key_mark: [Function], - key_message: [Function], - key_move: [Function], - key_next: [Function], - key_open: [Function], - key_options: [Function], - key_previous: [Function], - key_print: [Function], - key_redo: [Function], - key_reference: [Function], - key_refresh: [Function], - key_replace: [Function], - key_restart: [Function], - key_resume: [Function], - key_save: [Function], - key_suspend: [Function], - key_undo: [Function], - key_sbeg: [Function], - key_scancel: [Function], - key_scommand: [Function], - key_scopy: [Function], - key_screate: [Function], - key_sdl: [Function], - key_select: [Function], - key_seol: [Function], - key_sexit: [Function], - key_sfind: [Function], - key_shelp: [Function], - key_smessage: [Function], - key_smove: [Function], - key_soptions: [Function], - key_sprint: [Function], - key_sredo: [Function], - key_sreplace: [Function], - key_srsume: [Function], - key_ssave: [Function], - key_ssuspend: [Function], - key_sundo: [Function], - req_for_input: [Function], - clear_margins: [Function], - set_left_margin: [Function], - set_right_margin: [Function], - label_format: [Function], - set_clock: [Function], - display_clock: [Function], - remove_clock: [Function], - create_window: [Function], - goto_window: [Function], - hangup: [Function], - dial_phone: [Function], - quick_dial: [Function], - tone: [Function], - pulse: [Function], - flash_hook: [Function], - fixed_pause: [Function], - wait_tone: [Function], - user0: [Function], - user1: [Function], - user2: [Function], - user3: [Function], - user4: [Function], - user5: [Function], - initialize_pair: [Function], - set_color_pair: [Function], - set_foreground: [Function], - set_background: [Function], - change_char_pitch: [Function], - change_line_pitch: [Function], - change_res_horz: [Function], - change_res_vert: [Function], - define_char: [Function], - enter_doublewide_mode: [Function], - enter_draft_quality: [Function], - enter_leftward_mode: [Function], - enter_micro_mode: [Function], - enter_near_letter_quality: [Function], - enter_normal_quality: [Function], - enter_shadow_mode: [Function], - enter_subscript_mode: [Function], - enter_superscript_mode: [Function], - enter_upward_mode: [Function], - exit_doublewide_mode: [Function], - exit_leftward_mode: [Function], - exit_micro_mode: [Function], - exit_shadow_mode: [Function], - exit_subscript_mode: [Function], - exit_superscript_mode: [Function], - exit_upward_mode: [Function], - micro_column_address: [Function], - micro_down: [Function], - micro_left: [Function], - micro_right: [Function], - micro_row_address: [Function], - micro_up: [Function], - order_of_pins: [Function], - parm_down_micro: [Function], - parm_left_micro: [Function], - parm_right_micro: [Function], - parm_up_micro: [Function], - select_char_set: [Function], - set_bottom_margin: [Function], - set_bottom_margin_parm: [Function], - set_left_margin_parm: [Function], - set_right_margin_parm: [Function], - set_top_margin: [Function], - set_top_margin_parm: [Function], - start_bit_image: [Function], - start_char_set_def: [Function], - stop_bit_image: [Function], - stop_char_set_def: [Function], - subscript_characters: [Function], - superscript_characters: [Function], - these_cause_cr: [Function], - zero_motion: [Function], - char_set_names: [Function], - mouse_info: [Function], - req_mouse_pos: [Function], - get_mouse: [Function], - pkey_plab: [Function], - device_type: [Function], - code_set_init: [Function], - set0_des_seq: [Function], - set1_des_seq: [Function], - set2_des_seq: [Function], - set3_des_seq: [Function], - set_lr_margin: [Function], - set_tb_margin: [Function], - bit_image_repeat: [Function], - bit_image_newline: [Function], - bit_image_carriage_return: [Function], - color_names: [Function], - define_bit_image_region: [Function], - end_bit_image_region: [Function], - set_color_band: [Function], - set_page_length: [Function], - display_pc_char: [Function], - enter_pc_charset_mode: [Function], - exit_pc_charset_mode: [Function], - enter_scancode_mode: [Function], - exit_scancode_mode: [Function], - pc_term_options: [Function], - scancode_escape: [Function], - alt_scancode_esc: [Function], - enter_horizontal_hl_mode: [Function], - enter_left_hl_mode: [Function], - enter_low_hl_mode: [Function], - enter_right_hl_mode: [Function], - enter_top_hl_mode: [Function], - enter_vertical_hl_mode: [Function], - set_a_attributes: [Function], - set_pglen_inch: [Function], - termcap_init2: [Function], - termcap_reset: [Function], - linefeed_if_not_lf: [Function], - backspace_if_not_bs: [Function], - other_non_function_keys: [Function], - arrow_key_map: [Function], - acs_ulcorner: [Function], - acs_llcorner: [Function], - acs_urcorner: [Function], - acs_lrcorner: [Function], - acs_ltee: [Function], - acs_rtee: [Function], - acs_btee: [Function], - acs_ttee: [Function], - acs_hline: [Function], - acs_vline: [Function], - acs_plus: [Function], - box_chars_1: [Function], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function], - bel: [Function], - cr: [Function], - csr: [Function], - tbc: [Function], - clear: [Function], - el: [Function], - ed: [Function], - hpa: [Function], - cup: [Function], - cud1: [Function], - home: [Function], - civis: [Function], - cub1: [Function], - cnorm: [Function], - cuf1: [Function], - cuu1: [Function], - cvvis: [Function], - dch1: [Function], - dl1: [Function], - smacs: [Function], - blink: [Function], - bold: [Function], - smcup: [Function], - dim: [Function], - smir: [Function], - invis: [Function], - rev: [Function], - smso: [Function], - smul: [Function], - ech: [Function], - rmacs: [Function], - sgr0: [Function], - rmcup: [Function], - rmir: [Function], - rmso: [Function], - rmul: [Function], - flash: [Function], - is2: [Function], - il1: [Function], - kbs: [Function], - kdch1: [Function], - kcud1: [Function], - kf1: [Function], - kf10: [Function], - kf2: [Function], - kf3: [Function], - kf4: [Function], - kf5: [Function], - kf6: [Function], - kf7: [Function], - kf8: [Function], - kf9: [Function], - khome: [Function], - kich1: [Function], - kcub1: [Function], - knp: [Function], - kpp: [Function], - kcuf1: [Function], - kind: [Function], - kri: [Function], - kcuu1: [Function], - rmkx: [Function], - smkx: [Function], - rmm: [Function], - smm: [Function], - dch: [Function], - dl: [Function], - cud: [Function], - ich: [Function], - indn: [Function], - il: [Function], - cub: [Function], - cuf: [Function], - rin: [Function], - cuu: [Function], - mc0: [Function], - mc4: [Function], - mc5: [Function], - rep: [Function], - rs1: [Function], - rs2: [Function], - rc: [Function], - vpa: [Function], - sc: [Function], - ind: [Function], - ri: [Function], - sgr: [Function], - hts: [Function], - ht: [Function], - kb2: [Function], - acsc: [Object], - kcbt: [Function], - smam: [Function], - rmam: [Function], - kend: [Function], - kent: [Function], - kDC: [Function], - kEND: [Function], - kHOM: [Function], - kIC: [Function], - kLFT: [Function], - kNXT: [Function], - kPRV: [Function], - kRIT: [Function], - kf11: [Function], - kf12: [Function], - kf13: [Function], - kf14: [Function], - kf15: [Function], - kf16: [Function], - kf17: [Function], - kf18: [Function], - kf19: [Function], - kf20: [Function], - kf21: [Function], - kf22: [Function], - kf23: [Function], - kf24: [Function], - kf25: [Function], - kf26: [Function], - kf27: [Function], - kf28: [Function], - kf29: [Function], - kf30: [Function], - kf31: [Function], - kf32: [Function], - kf33: [Function], - kf34: [Function], - kf35: [Function], - kf36: [Function], - kf37: [Function], - kf38: [Function], - kf39: [Function], - kf40: [Function], - kf41: [Function], - kf42: [Function], - kf43: [Function], - kf44: [Function], - kf45: [Function], - kf46: [Function], - kf47: [Function], - kf48: [Function], - kf49: [Function], - kf50: [Function], - kf51: [Function], - kf52: [Function], - kf53: [Function], - kf54: [Function], - kf55: [Function], - kf56: [Function], - kf57: [Function], - kf58: [Function], - kf59: [Function], - kf60: [Function], - kf61: [Function], - kf62: [Function], - kf63: [Function], - el1: [Function], - u6: [Function], - u7: [Function], - u8: [Function], - u9: [Function], - op: [Function], - oc: [Function], - initc: [Function], - sitm: [Function], - ritm: [Function], - kmous: [Function], - setaf: [Function], - setab: [Function], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Function], - mrcup: [Function], - ll: [Function], - dsl: [Function], - hd: [Function], - smdc: [Function], - prot: [Function], - rmdc: [Function], - ff: [Function], - fsl: [Function], - is1: [Function], - is3: [Function], - if: [Function], - ich1: [Function], - ip: [Function], - ktbc: [Function], - kclr: [Function], - kctab: [Function], - kdl1: [Function], - krmir: [Function], - kel: [Function], - ked: [Function], - kf0: [Function], - kil1: [Function], - kll: [Function], - khts: [Function], - lf0: [Function], - lf1: [Function], - lf10: [Function], - lf2: [Function], - lf3: [Function], - lf4: [Function], - lf5: [Function], - lf6: [Function], - lf7: [Function], - lf8: [Function], - lf9: [Function], - nel: [Function], - pad: [Function], - pfkey: [Function], - pfloc: [Function], - pfx: [Function], - rs3: [Function], - rf: [Function], - wind: [Function], - tsl: [Function], - uc: [Function], - hu: [Function], - iprog: [Function], - ka1: [Function], - ka3: [Function], - kc1: [Function], - kc3: [Function], - mc5p: [Function], - rmp: [Function], - pln: [Function], - smxon: [Function], - rmxon: [Function], - xonc: [Function], - xoffc: [Function], - enacs: [Function], - smln: [Function], - rmln: [Function], - kbeg: [Function], - kcan: [Function], - kclo: [Function], - kcmd: [Function], - kcpy: [Function], - kcrt: [Function], - kext: [Function], - kfnd: [Function], - khlp: [Function], - kmrk: [Function], - kmsg: [Function], - kmov: [Function], - knxt: [Function], - kopn: [Function], - kopt: [Function], - kprv: [Function], - kprt: [Function], - krdo: [Function], - kref: [Function], - krfr: [Function], - krpl: [Function], - krst: [Function], - kres: [Function], - ksav: [Function], - kspd: [Function], - kund: [Function], - kBEG: [Function], - kCAN: [Function], - kCMD: [Function], - kCPY: [Function], - kCRT: [Function], - kDL: [Function], - kslt: [Function], - kEOL: [Function], - kEXT: [Function], - kFND: [Function], - kHLP: [Function], - kMSG: [Function], - kMOV: [Function], - kOPT: [Function], - kPRT: [Function], - kRDO: [Function], - kRPL: [Function], - kRES: [Function], - kSAV: [Function], - kSPD: [Function], - kUND: [Function], - rfi: [Function], - mgc: [Function], - smgl: [Function], - smgr: [Function], - fln: [Function], - sclk: [Function], - dclk: [Function], - rmclk: [Function], - cwin: [Function], - wingo: [Function], - hup: [Function], - dial: [Function], - qdial: [Function], - hook: [Function], - pause: [Function], - wait: [Function], - u0: [Function], - u1: [Function], - u2: [Function], - u3: [Function], - u4: [Function], - u5: [Function], - initp: [Function], - scp: [Function], - setf: [Function], - setb: [Function], - cpi: [Function], - lpi: [Function], - chr: [Function], - cvr: [Function], - defc: [Function], - swidm: [Function], - sdrfq: [Function], - slm: [Function], - smicm: [Function], - snlq: [Function], - snrmq: [Function], - sshm: [Function], - ssubm: [Function], - ssupm: [Function], - sum: [Function], - rwidm: [Function], - rlm: [Function], - rmicm: [Function], - rshm: [Function], - rsubm: [Function], - rsupm: [Function], - rum: [Function], - mhpa: [Function], - mcud1: [Function], - mcub1: [Function], - mcuf1: [Function], - mvpa: [Function], - mcuu1: [Function], - porder: [Function], - mcud: [Function], - mcub: [Function], - mcuf: [Function], - mcuu: [Function], - scs: [Function], - smgb: [Function], - smgbp: [Function], - smglp: [Function], - smgrp: [Function], - smgt: [Function], - smgtp: [Function], - sbim: [Function], - scsd: [Function], - rbim: [Function], - rcsd: [Function], - subcs: [Function], - supcs: [Function], - docr: [Function], - zerom: [Function], - csnm: [Function], - minfo: [Function], - reqmp: [Function], - getm: [Function], - pfxl: [Function], - devt: [Function], - csin: [Function], - s0ds: [Function], - s1ds: [Function], - s2ds: [Function], - s3ds: [Function], - smglr: [Function], - smgtb: [Function], - birep: [Function], - binel: [Function], - bicr: [Function], - colornm: [Function], - defbi: [Function], - endbi: [Function], - setcolor: [Function], - slines: [Function], - dispc: [Function], - smpch: [Function], - rmpch: [Function], - smsc: [Function], - rmsc: [Function], - pctrm: [Function], - scesc: [Function], - scesa: [Function], - ehhlm: [Function], - elhlm: [Function], - elohlm: [Function], - erhlm: [Function], - ethlm: [Function], - evhlm: [Function], - sgr1: [Function], - slength: [Function], - info: [Object], - all: [Object], - methods: [Object], - bools: [Object], - numbers: [Object], - strings: [Object], - features: [Object], - unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - setbuf: true, - acscr: [Object] }, - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - error: null, - terminfoPrefix: undefined, - terminfoFile: undefined, - termcapFile: undefined, - auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function], - carriage_return: [Function], - change_scroll_region: [Function], - clear_all_tabs: [Function], - clear_screen: [Function], - clr_eol: [Function], - clr_eos: [Function], - column_address: [Function], - cursor_address: [Function], - cursor_down: [Function], - cursor_home: [Function], - cursor_left: [Function], - cursor_normal: [Function], - cursor_right: [Function], - cursor_up: [Function], - cursor_visible: [Function], - delete_character: [Function], - delete_line: [Function], - enter_blink_mode: [Function], - enter_bold_mode: [Function], - enter_ca_mode: [Function], - enter_dim_mode: [Function], - enter_insert_mode: [Function], - enter_secure_mode: [Function], - enter_reverse_mode: [Function], - enter_standout_mode: [Function], - enter_underline_mode: [Function], - erase_chars: [Function], - exit_attribute_mode: [Function], - exit_ca_mode: [Function], - exit_insert_mode: [Function], - exit_standout_mode: [Function], - exit_underline_mode: [Function], - flash_screen: [Function], - init_2string: [Function], - insert_line: [Function], - key_backspace: [Function], - key_dc: [Function], - key_down: [Function], - key_f1: [Function], - key_f10: [Function], - key_f2: [Function], - key_f3: [Function], - key_f4: [Function], - key_f5: [Function], - key_f6: [Function], - key_f7: [Function], - key_f8: [Function], - key_f9: [Function], - key_home: [Function], - key_ic: [Function], - key_left: [Function], - key_npage: [Function], - key_ppage: [Function], - key_right: [Function], - key_sf: [Function], - key_sr: [Function], - key_up: [Function], - keypad_local: [Function], - keypad_xmit: [Function], - meta_off: [Function], - meta_on: [Function], - parm_dch: [Function], - parm_delete_line: [Function], - parm_down_cursor: [Function], - parm_ich: [Function], - parm_index: [Function], - parm_insert_line: [Function], - parm_left_cursor: [Function], - parm_right_cursor: [Function], - parm_rindex: [Function], - parm_up_cursor: [Function], - repeat_char: [Function], - reset_1string: [Function], - reset_2string: [Function], - restore_cursor: [Function], - row_address: [Function], - save_cursor: [Function], - scroll_forward: [Function], - scroll_reverse: [Function], - set_attributes: [Function], - set_tab: [Function], - key_b2: [Function], - acs_chars: [Function], - key_btab: [Function], - enter_am_mode: [Function], - exit_am_mode: [Function], - key_end: [Function], - key_enter: [Function], - key_sdc: [Function], - key_send: [Function], - key_shome: [Function], - key_sic: [Function], - key_sleft: [Function], - key_snext: [Function], - key_sprevious: [Function], - key_sright: [Function], - key_f11: [Function], - key_f12: [Function], - key_f13: [Function], - key_f14: [Function], - key_f15: [Function], - key_f16: [Function], - key_f17: [Function], - key_f18: [Function], - key_f19: [Function], - key_f20: [Function], - key_f21: [Function], - key_f22: [Function], - key_f23: [Function], - key_f24: [Function], - key_f25: [Function], - key_f26: [Function], - key_f27: [Function], - key_f28: [Function], - key_f29: [Function], - key_f30: [Function], - key_f31: [Function], - key_f32: [Function], - key_f33: [Function], - key_f34: [Function], - key_f35: [Function], - key_f36: [Function], - key_f37: [Function], - key_f38: [Function], - key_f39: [Function], - key_f40: [Function], - key_f41: [Function], - key_f42: [Function], - key_f43: [Function], - key_f44: [Function], - key_f45: [Function], - key_f46: [Function], - key_f47: [Function], - key_f48: [Function], - key_f49: [Function], - key_f50: [Function], - key_f51: [Function], - key_f52: [Function], - key_f53: [Function], - key_f54: [Function], - key_f55: [Function], - key_f56: [Function], - key_f57: [Function], - key_f58: [Function], - key_f59: [Function], - key_f60: [Function], - key_f61: [Function], - key_f62: [Function], - key_f63: [Function], - clr_bol: [Function], - user6: [Function], - user7: [Function], - user8: [Function], - user9: [Function], - orig_pair: [Function], - orig_colors: [Function], - initialize_color: [Function], - enter_italics_mode: [Function], - exit_italics_mode: [Function], - key_mouse: [Function], - set_a_foreground: [Function], - set_a_background: [Function], - memory_lock: [Function], - memory_unlock: [Function], - Cr: [Function], - Cs: [Function], - E3: [Function], - Ms: [Function], - Se: [Function], - Ss: [Function], - kDC3: [Function], - kDC4: [Function], - kDC5: [Function], - kDC6: [Function], - kDC7: [Function], - kDN: [Function], - kDN3: [Function], - kDN4: [Function], - kDN5: [Function], - kDN6: [Function], - kDN7: [Function], - kEND3: [Function], - kEND4: [Function], - kEND5: [Function], - kEND6: [Function], - kEND7: [Function], - kHOM3: [Function], - kHOM4: [Function], - kHOM5: [Function], - kHOM6: [Function], - kHOM7: [Function], - kIC3: [Function], - kIC4: [Function], - kIC5: [Function], - kIC6: [Function], - kIC7: [Function], - kLFT3: [Function], - kLFT4: [Function], - kLFT5: [Function], - kLFT6: [Function], - kLFT7: [Function], - kNXT3: [Function], - kNXT4: [Function], - kNXT5: [Function], - kNXT6: [Function], - kNXT7: [Function], - kPRV3: [Function], - kPRV4: [Function], - kPRV5: [Function], - kPRV6: [Function], - kPRV7: [Function], - kRIT3: [Function], - kRIT4: [Function], - kRIT5: [Function], - kRIT6: [Function], - kRIT7: [Function], - kUP: [Function], - kUP3: [Function], - kUP4: [Function], - kUP5: [Function], - kUP6: [Function], - kUP7: [Function], - ka2: [Function], - kb1: [Function], - kb3: [Function], - kc2: [Function], - rmxx: [Function], - smxx: [Function], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Function], - cursor_mem_address: [Function], - cursor_to_ll: [Function], - dis_status_line: [Function], - down_half_line: [Function], - enter_delete_mode: [Function], - enter_protected_mode: [Function], - exit_delete_mode: [Function], - form_feed: [Function], - from_status_line: [Function], - init_1string: [Function], - init_3string: [Function], - init_file: [Function], - insert_character: [Function], - insert_padding: [Function], - key_catab: [Function], - key_clear: [Function], - key_ctab: [Function], - key_dl: [Function], - key_eic: [Function], - key_eol: [Function], - key_eos: [Function], - key_f0: [Function], - key_il: [Function], - key_ll: [Function], - key_stab: [Function], - lab_f0: [Function], - lab_f1: [Function], - lab_f10: [Function], - lab_f2: [Function], - lab_f3: [Function], - lab_f4: [Function], - lab_f5: [Function], - lab_f6: [Function], - lab_f7: [Function], - lab_f8: [Function], - lab_f9: [Function], - pad_char: [Function], - pkey_key: [Function], - pkey_local: [Function], - pkey_xmit: [Function], - reset_3string: [Function], - reset_file: [Function], - set_window: [Function], - to_status_line: [Function], - underline_char: [Function], - up_half_line: [Function], - init_prog: [Function], - key_a1: [Function], - key_a3: [Function], - key_c1: [Function], - key_c3: [Function], - char_padding: [Function], - plab_norm: [Function], - enter_xon_mode: [Function], - exit_xon_mode: [Function], - xon_character: [Function], - xoff_character: [Function], - ena_acs: [Function], - label_on: [Function], - label_off: [Function], - key_beg: [Function], - key_cancel: [Function], - key_close: [Function], - key_command: [Function], - key_copy: [Function], - key_create: [Function], - key_exit: [Function], - key_find: [Function], - key_help: [Function], - key_mark: [Function], - key_message: [Function], - key_move: [Function], - key_next: [Function], - key_open: [Function], - key_options: [Function], - key_previous: [Function], - key_print: [Function], - key_redo: [Function], - key_reference: [Function], - key_refresh: [Function], - key_replace: [Function], - key_restart: [Function], - key_resume: [Function], - key_save: [Function], - key_suspend: [Function], - key_undo: [Function], - key_sbeg: [Function], - key_scancel: [Function], - key_scommand: [Function], - key_scopy: [Function], - key_screate: [Function], - key_sdl: [Function], - key_select: [Function], - key_seol: [Function], - key_sexit: [Function], - key_sfind: [Function], - key_shelp: [Function], - key_smessage: [Function], - key_smove: [Function], - key_soptions: [Function], - key_sprint: [Function], - key_sredo: [Function], - key_sreplace: [Function], - key_srsume: [Function], - key_ssave: [Function], - key_ssuspend: [Function], - key_sundo: [Function], - req_for_input: [Function], - clear_margins: [Function], - set_left_margin: [Function], - set_right_margin: [Function], - label_format: [Function], - set_clock: [Function], - display_clock: [Function], - remove_clock: [Function], - create_window: [Function], - goto_window: [Function], - hangup: [Function], - dial_phone: [Function], - quick_dial: [Function], - tone: [Function], - pulse: [Function], - flash_hook: [Function], - fixed_pause: [Function], - wait_tone: [Function], - user0: [Function], - user1: [Function], - user2: [Function], - user3: [Function], - user4: [Function], - user5: [Function], - initialize_pair: [Function], - set_color_pair: [Function], - set_foreground: [Function], - set_background: [Function], - change_char_pitch: [Function], - change_line_pitch: [Function], - change_res_horz: [Function], - change_res_vert: [Function], - define_char: [Function], - enter_doublewide_mode: [Function], - enter_draft_quality: [Function], - enter_leftward_mode: [Function], - enter_micro_mode: [Function], - enter_near_letter_quality: [Function], - enter_normal_quality: [Function], - enter_shadow_mode: [Function], - enter_subscript_mode: [Function], - enter_superscript_mode: [Function], - enter_upward_mode: [Function], - exit_doublewide_mode: [Function], - exit_leftward_mode: [Function], - exit_micro_mode: [Function], - exit_shadow_mode: [Function], - exit_subscript_mode: [Function], - exit_superscript_mode: [Function], - exit_upward_mode: [Function], - micro_column_address: [Function], - micro_down: [Function], - micro_left: [Function], - micro_right: [Function], - micro_row_address: [Function], - micro_up: [Function], - order_of_pins: [Function], - parm_down_micro: [Function], - parm_left_micro: [Function], - parm_right_micro: [Function], - parm_up_micro: [Function], - select_char_set: [Function], - set_bottom_margin: [Function], - set_bottom_margin_parm: [Function], - set_left_margin_parm: [Function], - set_right_margin_parm: [Function], - set_top_margin: [Function], - set_top_margin_parm: [Function], - start_bit_image: [Function], - start_char_set_def: [Function], - stop_bit_image: [Function], - stop_char_set_def: [Function], - subscript_characters: [Function], - superscript_characters: [Function], - these_cause_cr: [Function], - zero_motion: [Function], - char_set_names: [Function], - mouse_info: [Function], - get_mouse: [Function], - pkey_plab: [Function], - device_type: [Function], - code_set_init: [Function], - set0_des_seq: [Function], - set1_des_seq: [Function], - set2_des_seq: [Function], - set3_des_seq: [Function], - set_lr_margin: [Function], - set_tb_margin: [Function], - bit_image_repeat: [Function], - bit_image_newline: [Function], - bit_image_carriage_return: [Function], - color_names: [Function], - define_bit_image_region: [Function], - end_bit_image_region: [Function], - set_color_band: [Function], - set_page_length: [Function], - display_pc_char: [Function], - enter_pc_charset_mode: [Function], - exit_pc_charset_mode: [Function], - enter_scancode_mode: [Function], - exit_scancode_mode: [Function], - pc_term_options: [Function], - scancode_escape: [Function], - alt_scancode_esc: [Function], - enter_horizontal_hl_mode: [Function], - enter_left_hl_mode: [Function], - enter_low_hl_mode: [Function], - enter_right_hl_mode: [Function], - enter_top_hl_mode: [Function], - enter_vertical_hl_mode: [Function], - set_a_attributes: [Function], - set_pglen_inch: [Function], - termcap_init2: [Function], - termcap_reset: [Function], - linefeed_if_not_lf: [Function], - backspace_if_not_bs: [Function], - other_non_function_keys: [Function], - arrow_key_map: [Function], - acs_ulcorner: [Function], - acs_llcorner: [Function], - acs_urcorner: [Function], - acs_lrcorner: [Function], - acs_ltee: [Function], - acs_rtee: [Function], - acs_btee: [Function], - acs_ttee: [Function], - acs_hline: [Function], - acs_vline: [Function], - acs_plus: [Function], - box_chars_1: [Function], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cud1: [Function], - home: [Function], - cub1: [Function], - cuf1: [Function], - cuu1: [Function], - dch1: [Function], - dl1: [Function], - blink: [Function], - bold: [Function], - dim: [Function], - smir: [Function], - invis: [Function], - rev: [Function], - smso: [Function], - smul: [Function], - sgr0: [Function], - rmir: [Function], - rmso: [Function], - rmul: [Function], - flash: [Function], - is2: [Function], - il1: [Function], - kdch1: [Function], - kcud1: [Function], - kf1: [Function], - kf10: [Function], - kf2: [Function], - kf3: [Function], - kf4: [Function], - kf5: [Function], - kf6: [Function], - kf7: [Function], - kf8: [Function], - kf9: [Function], - khome: [Function], - kich1: [Function], - kcub1: [Function], - knp: [Function], - kpp: [Function], - kcuf1: [Function], - kind: [Function], - kri: [Function], - kcuu1: [Function], - rmkx: [Function], - smkx: [Function], - rmm: [Function], - smm: [Function], - indn: [Function], - rin: [Function], - rs1: [Function], - hts: [Function], - kb2: [Function], - acsc: - { '`': '◆', - a: '▒', - f: '°', - g: '±', - i: '\u000b', - j: '┘', - k: '┐', - l: '┌', - m: '└', - n: '┼', - o: '⎺', - p: '⎻', - q: '─', - r: '⎼', - s: '⎽', - t: '├', - u: '┤', - v: '┴', - w: '┬', - x: '│', - y: '≤', - z: '≥', - '{': 'π', - '|': '≠', - '}': '£', - '~': '·' }, - kcbt: [Function], - smam: [Function], - rmam: [Function], - kend: [Function], - kent: [Function], - kDC: [Function], - kEND: [Function], - kHOM: [Function], - kIC: [Function], - kLFT: [Function], - kNXT: [Function], - kPRV: [Function], - kRIT: [Function], - kf11: [Function], - kf12: [Function], - kf13: [Function], - kf14: [Function], - kf15: [Function], - kf16: [Function], - kf17: [Function], - kf18: [Function], - kf19: [Function], - kf20: [Function], - kf21: [Function], - kf22: [Function], - kf23: [Function], - kf24: [Function], - kf25: [Function], - kf26: [Function], - kf27: [Function], - kf28: [Function], - kf29: [Function], - kf30: [Function], - kf31: [Function], - kf32: [Function], - kf33: [Function], - kf34: [Function], - kf35: [Function], - kf36: [Function], - kf37: [Function], - kf38: [Function], - kf39: [Function], - kf40: [Function], - kf41: [Function], - kf42: [Function], - kf43: [Function], - kf44: [Function], - kf45: [Function], - kf46: [Function], - kf47: [Function], - kf48: [Function], - kf49: [Function], - kf50: [Function], - kf51: [Function], - kf52: [Function], - kf53: [Function], - kf54: [Function], - kf55: [Function], - kf56: [Function], - kf57: [Function], - kf58: [Function], - kf59: [Function], - kf60: [Function], - kf61: [Function], - kf62: [Function], - kf63: [Function], - el1: [Function], - u6: [Function], - u7: [Function], - u8: [Function], - u9: [Function], - op: [Function], - oc: [Function], - initc: [Function], - sitm: [Function], - ritm: [Function], - kmous: [Function], - setaf: [Function], - setab: [Function], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Function], - mrcup: [Function], - ll: [Function], - dsl: [Function], - hd: [Function], - smdc: [Function], - prot: [Function], - rmdc: [Function], - fsl: [Function], - is1: [Function], - is3: [Function], - if: [Function], - ich1: [Function], - ip: [Function], - ktbc: [Function], - kclr: [Function], - kctab: [Function], - kdl1: [Function], - krmir: [Function], - kel: [Function], - ked: [Function], - kf0: [Function], - kil1: [Function], - kll: [Function], - khts: [Function], - lf0: [Function], - lf1: [Function], - lf10: [Function], - lf2: [Function], - lf3: [Function], - lf4: [Function], - lf5: [Function], - lf6: [Function], - lf7: [Function], - lf8: [Function], - lf9: [Function], - pad: [Function], - pfkey: [Function], - pfloc: [Function], - pfx: [Function], - rs3: [Function], - rf: [Function], - wind: [Function], - tsl: [Function], - uc: [Function], - hu: [Function], - iprog: [Function], - ka1: [Function], - ka3: [Function], - kc1: [Function], - kc3: [Function], - rmp: [Function], - pln: [Function], - smxon: [Function], - rmxon: [Function], - xonc: [Function], - xoffc: [Function], - enacs: [Function], - smln: [Function], - rmln: [Function], - kbeg: [Function], - kcan: [Function], - kclo: [Function], - kcmd: [Function], - kcpy: [Function], - kcrt: [Function], - kext: [Function], - kfnd: [Function], - khlp: [Function], - kmrk: [Function], - kmsg: [Function], - kmov: [Function], - knxt: [Function], - kopn: [Function], - kopt: [Function], - kprv: [Function], - kprt: [Function], - krdo: [Function], - kref: [Function], - krfr: [Function], - krpl: [Function], - krst: [Function], - kres: [Function], - ksav: [Function], - kspd: [Function], - kund: [Function], - kBEG: [Function], - kCAN: [Function], - kCMD: [Function], - kCPY: [Function], - kCRT: [Function], - kDL: [Function], - kslt: [Function], - kEOL: [Function], - kEXT: [Function], - kFND: [Function], - kHLP: [Function], - kMSG: [Function], - kMOV: [Function], - kOPT: [Function], - kPRT: [Function], - kRDO: [Function], - kRPL: [Function], - kRES: [Function], - kSAV: [Function], - kSPD: [Function], - kUND: [Function], - rfi: [Function], - mgc: [Function], - smgl: [Function], - smgr: [Function], - fln: [Function], - sclk: [Function], - dclk: [Function], - rmclk: [Function], - cwin: [Function], - wingo: [Function], - hup: [Function], - dial: [Function], - qdial: [Function], - hook: [Function], - wait: [Function], - u0: [Function], - u1: [Function], - u2: [Function], - u3: [Function], - u4: [Function], - u5: [Function], - initp: [Function], - scp: [Function], - setf: [Function], - setb: [Function], - cpi: [Function], - lpi: [Function], - chr: [Function], - cvr: [Function], - defc: [Function], - swidm: [Function], - sdrfq: [Function], - slm: [Function], - smicm: [Function], - snlq: [Function], - snrmq: [Function], - sshm: [Function], - ssubm: [Function], - ssupm: [Function], - sum: [Function], - rwidm: [Function], - rlm: [Function], - rmicm: [Function], - rshm: [Function], - rsubm: [Function], - rsupm: [Function], - rum: [Function], - mhpa: [Function], - mcud1: [Function], - mcub1: [Function], - mcuf1: [Function], - mvpa: [Function], - mcuu1: [Function], - porder: [Function], - mcud: [Function], - mcub: [Function], - mcuf: [Function], - mcuu: [Function], - scs: [Function], - smgb: [Function], - smgbp: [Function], - smglp: [Function], - smgrp: [Function], - smgt: [Function], - smgtp: [Function], - sbim: [Function], - scsd: [Function], - rbim: [Function], - rcsd: [Function], - subcs: [Function], - supcs: [Function], - docr: [Function], - zerom: [Function], - csnm: [Function], - minfo: [Function], - getm: [Function], - pfxl: [Function], - devt: [Function], - csin: [Function], - s0ds: [Function], - s1ds: [Function], - s2ds: [Function], - s3ds: [Function], - smglr: [Function], - smgtb: [Function], - birep: [Function], - binel: [Function], - bicr: [Function], - colornm: [Function], - defbi: [Function], - endbi: [Function], - setcolor: [Function], - slines: [Function], - dispc: [Function], - smpch: [Function], - rmpch: [Function], - smsc: [Function], - rmsc: [Function], - pctrm: [Function], - scesc: [Function], - scesa: [Function], - ehhlm: [Function], - elhlm: [Function], - elohlm: [Function], - erhlm: [Function], - ethlm: [Function], - evhlm: [Function], - sgr1: [Function], - slength: [Function], - info: - { header: [Object], - name: 'xterm-256color', - names: [Array], - desc: 'xterm with 256 colors', - dir: '/lib/terminfo', - file: '/lib/terminfo/x/xterm-256color', - bools: [Object], - numbers: [Object], - strings: [Object], - features: [Object], - all: [Object], - methods: [Object] }, - all: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: '\u001b[Z', - bell: '\u0007', - carriage_return: '\r', - change_scroll_region: '\u001b[%i%p1%d;%p2%dr', - clear_all_tabs: '\u001b[3g', - clear_screen: '\u001b[H\u001b[2J', - clr_eol: '\u001b[K', - clr_eos: '\u001b[J', - column_address: '\u001b[%i%p1%dG', - cursor_address: '\u001b[%i%p1%d;%p2%dH', - cursor_down: '\n', - cursor_home: '\u001b[H', - cursor_invisible: '\u001b[?25l', - cursor_left: '\b', - cursor_normal: '\u001b[?12l\u001b[?25h', - cursor_right: '\u001b[C', - cursor_up: '\u001b[A', - cursor_visible: '\u001b[?12;25h', - delete_character: '\u001b[P', - delete_line: '\u001b[M', - enter_alt_charset_mode: '\u001b(0', - enter_blink_mode: '\u001b[5m', - enter_bold_mode: '\u001b[1m', - enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', - enter_dim_mode: '\u001b[2m', - enter_insert_mode: '\u001b[4h', - enter_secure_mode: '\u001b[8m', - enter_reverse_mode: '\u001b[7m', - enter_standout_mode: '\u001b[7m', - enter_underline_mode: '\u001b[4m', - erase_chars: '\u001b[%p1%dX', - exit_alt_charset_mode: '\u001b(B', - exit_attribute_mode: '\u001b(B\u001b[m', - exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', - exit_insert_mode: '\u001b[4l', - exit_standout_mode: '\u001b[27m', - exit_underline_mode: '\u001b[24m', - flash_screen: '\u001b[?5h$<100/>\u001b[?5l', - init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - insert_line: '\u001b[L', - key_backspace: '', - key_dc: '\u001b[3~', - key_down: '\u001bOB', - key_f1: '\u001bOP', - key_f10: '\u001b[21~', - key_f2: '\u001bOQ', - key_f3: '\u001bOR', - key_f4: '\u001bOS', - key_f5: '\u001b[15~', - key_f6: '\u001b[17~', - key_f7: '\u001b[18~', - key_f8: '\u001b[19~', - key_f9: '\u001b[20~', - key_home: '\u001bOH', - key_ic: '\u001b[2~', - key_left: '\u001bOD', - key_npage: '\u001b[6~', - key_ppage: '\u001b[5~', - key_right: '\u001bOC', - key_sf: '\u001b[1;2B', - key_sr: '\u001b[1;2A', - key_up: '\u001bOA', - keypad_local: '\u001b[?1l\u001b>', - keypad_xmit: '\u001b[?1h\u001b=', - meta_off: '\u001b[?1034l', - meta_on: '\u001b[?1034h', - parm_dch: '\u001b[%p1%dP', - parm_delete_line: '\u001b[%p1%dM', - parm_down_cursor: '\u001b[%p1%dB', - parm_ich: '\u001b[%p1%d@', - parm_index: '\u001b[%p1%dS', - parm_insert_line: '\u001b[%p1%dL', - parm_left_cursor: '\u001b[%p1%dD', - parm_right_cursor: '\u001b[%p1%dC', - parm_rindex: '\u001b[%p1%dT', - parm_up_cursor: '\u001b[%p1%dA', - print_screen: '\u001b[i', - prtr_off: '\u001b[4i', - prtr_on: '\u001b[5i', - repeat_char: '%p1%c\u001b[%p2%{1}%-%db', - reset_1string: '\u001bc\u001b]104\u0007', - reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - restore_cursor: '\u001b8', - row_address: '\u001b[%i%p1%dd', - save_cursor: '\u001b7', - scroll_forward: '\n', - scroll_reverse: '\u001bM', - set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', - set_tab: '\u001bH', - tab: '\t', - key_b2: '\u001bOE', - acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', - key_btab: '\u001b[Z', - enter_am_mode: '\u001b[?7h', - exit_am_mode: '\u001b[?7l', - key_end: '\u001bOF', - key_enter: '\u001bOM', - key_sdc: '\u001b[3;2~', - key_send: '\u001b[1;2F', - key_shome: '\u001b[1;2H', - key_sic: '\u001b[2;2~', - key_sleft: '\u001b[1;2D', - key_snext: '\u001b[6;2~', - key_sprevious: '\u001b[5;2~', - key_sright: '\u001b[1;2C', - key_f11: '\u001b[23~', - key_f12: '\u001b[24~', - key_f13: '\u001b[1;2P', - key_f14: '\u001b[1;2Q', - key_f15: '\u001b[1;2R', - key_f16: '\u001b[1;2S', - key_f17: '\u001b[15;2~', - key_f18: '\u001b[17;2~', - key_f19: '\u001b[18;2~', - key_f20: '\u001b[19;2~', - key_f21: '\u001b[20;2~', - key_f22: '\u001b[21;2~', - key_f23: '\u001b[23;2~', - key_f24: '\u001b[24;2~', - key_f25: '\u001b[1;5P', - key_f26: '\u001b[1;5Q', - key_f27: '\u001b[1;5R', - key_f28: '\u001b[1;5S', - key_f29: '\u001b[15;5~', - key_f30: '\u001b[17;5~', - key_f31: '\u001b[18;5~', - key_f32: '\u001b[19;5~', - key_f33: '\u001b[20;5~', - key_f34: '\u001b[21;5~', - key_f35: '\u001b[23;5~', - key_f36: '\u001b[24;5~', - key_f37: '\u001b[1;6P', - key_f38: '\u001b[1;6Q', - key_f39: '\u001b[1;6R', - key_f40: '\u001b[1;6S', - key_f41: '\u001b[15;6~', - key_f42: '\u001b[17;6~', - key_f43: '\u001b[18;6~', - key_f44: '\u001b[19;6~', - key_f45: '\u001b[20;6~', - key_f46: '\u001b[21;6~', - key_f47: '\u001b[23;6~', - key_f48: '\u001b[24;6~', - key_f49: '\u001b[1;3P', - key_f50: '\u001b[1;3Q', - key_f51: '\u001b[1;3R', - key_f52: '\u001b[1;3S', - key_f53: '\u001b[15;3~', - key_f54: '\u001b[17;3~', - key_f55: '\u001b[18;3~', - key_f56: '\u001b[19;3~', - key_f57: '\u001b[20;3~', - key_f58: '\u001b[21;3~', - key_f59: '\u001b[23;3~', - key_f60: '\u001b[24;3~', - key_f61: '\u001b[1;4P', - key_f62: '\u001b[1;4Q', - key_f63: '\u001b[1;4R', - clr_bol: '\u001b[1K', - user6: '\u001b[%i%d;%dR', - user7: '\u001b[6n', - user8: '\u001b[?%[;0123456789]c', - user9: '\u001b[c', - orig_pair: '\u001b[39;49m', - orig_colors: '\u001b]104\u0007', - initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', - enter_italics_mode: '\u001b[3m', - exit_italics_mode: '\u001b[23m', - key_mouse: '\u001b[M', - set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', - set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', - memory_lock: '\u001bl', - memory_unlock: '\u001bm', - Cr: '\u001b]112\u0007', - Cs: '\u001b]12;%p1%s\u0007', - E3: '\u001b[3J', - Ms: '\u001b]52;%p1%s;%p2%s\u0007', - Se: '\u001b[2 q', - Ss: '\u001b[%p1%d q', - kDC3: '\u001b[3;3~', - kDC4: '\u001b[3;4~', - kDC5: '\u001b[3;5~', - kDC6: '\u001b[3;6~', - kDC7: '\u001b[3;7~', - kDN: '\u001b[1;2B', - kDN3: '\u001b[1;3B', - kDN4: '\u001b[1;4B', - kDN5: '\u001b[1;5B', - kDN6: '\u001b[1;6B', - kDN7: '\u001b[1;7B', - kEND3: '\u001b[1;3F', - kEND4: '\u001b[1;4F', - kEND5: '\u001b[1;5F', - kEND6: '\u001b[1;6F', - kEND7: '\u001b[1;7F', - kHOM3: '\u001b[1;3H', - kHOM4: '\u001b[1;4H', - kHOM5: '\u001b[1;5H', - kHOM6: '\u001b[1;6H', - kHOM7: '\u001b[1;7H', - kIC3: '\u001b[2;3~', - kIC4: '\u001b[2;4~', - kIC5: '\u001b[2;5~', - kIC6: '\u001b[2;6~', - kIC7: '\u001b[2;7~', - kLFT3: '\u001b[1;3D', - kLFT4: '\u001b[1;4D', - kLFT5: '\u001b[1;5D', - kLFT6: '\u001b[1;6D', - kLFT7: '\u001b[1;7D', - kNXT3: '\u001b[6;3~', - kNXT4: '\u001b[6;4~', - kNXT5: '\u001b[6;5~', - kNXT6: '\u001b[6;6~', - kNXT7: '\u001b[6;7~', - kPRV3: '\u001b[5;3~', - kPRV4: '\u001b[5;4~', - kPRV5: '\u001b[5;5~', - kPRV6: '\u001b[5;6~', - kPRV7: '\u001b[5;7~', - kRIT3: '\u001b[1;3C', - kRIT4: '\u001b[1;4C', - kRIT5: '\u001b[1;5C', - kRIT6: '\u001b[1;6C', - kRIT7: '\u001b[1;7C', - kUP: '\u001b[1;2A', - kUP3: '\u001b[1;3A', - kUP4: '\u001b[1;4A', - kUP5: '\u001b[1;5A', - kUP6: '\u001b[1;6A', - kUP7: '\u001b[1;7A', - ka2: '', - kb1: '', - kb3: '', - kc2: '', - rmxx: '\u001b[29m', - smxx: '\u001b[9m' }, - methods: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function: anonymous], - bell: [Function: anonymous], - carriage_return: [Function: anonymous], - change_scroll_region: [Function: anonymous], - clear_all_tabs: [Function: anonymous], - clear_screen: [Function: anonymous], - clr_eol: [Function: anonymous], - clr_eos: [Function: anonymous], - column_address: [Function: anonymous], - cursor_address: [Function: anonymous], - cursor_down: [Function: anonymous], - cursor_home: [Function: anonymous], - cursor_invisible: [Function: anonymous], - cursor_left: [Function: anonymous], - cursor_normal: [Function: anonymous], - cursor_right: [Function: anonymous], - cursor_up: [Function: anonymous], - cursor_visible: [Function: anonymous], - delete_character: [Function: anonymous], - delete_line: [Function: anonymous], - enter_alt_charset_mode: [Function: anonymous], - enter_blink_mode: [Function: anonymous], - enter_bold_mode: [Function: anonymous], - enter_ca_mode: [Function: anonymous], - enter_dim_mode: [Function: anonymous], - enter_insert_mode: [Function: anonymous], - enter_secure_mode: [Function: anonymous], - enter_reverse_mode: [Function: anonymous], - enter_standout_mode: [Function: anonymous], - enter_underline_mode: [Function: anonymous], - erase_chars: [Function: anonymous], - exit_alt_charset_mode: [Function: anonymous], - exit_attribute_mode: [Function: anonymous], - exit_ca_mode: [Function: anonymous], - exit_insert_mode: [Function: anonymous], - exit_standout_mode: [Function: anonymous], - exit_underline_mode: [Function: anonymous], - flash_screen: [Function: anonymous], - init_2string: [Function: anonymous], - insert_line: [Function: anonymous], - key_backspace: [Function: anonymous], - key_dc: [Function: anonymous], - key_down: [Function: anonymous], - key_f1: [Function: anonymous], - key_f10: [Function: anonymous], - key_f2: [Function: anonymous], - key_f3: [Function: anonymous], - key_f4: [Function: anonymous], - key_f5: [Function: anonymous], - key_f6: [Function: anonymous], - key_f7: [Function: anonymous], - key_f8: [Function: anonymous], - key_f9: [Function: anonymous], - key_home: [Function: anonymous], - key_ic: [Function: anonymous], - key_left: [Function: anonymous], - key_npage: [Function: anonymous], - key_ppage: [Function: anonymous], - key_right: [Function: anonymous], - key_sf: [Function: anonymous], - key_sr: [Function: anonymous], - key_up: [Function: anonymous], - keypad_local: [Function: anonymous], - keypad_xmit: [Function: anonymous], - meta_off: [Function: anonymous], - meta_on: [Function: anonymous], - parm_dch: [Function: anonymous], - parm_delete_line: [Function: anonymous], - parm_down_cursor: [Function: anonymous], - parm_ich: [Function: anonymous], - parm_index: [Function: anonymous], - parm_insert_line: [Function: anonymous], - parm_left_cursor: [Function: anonymous], - parm_right_cursor: [Function: anonymous], - parm_rindex: [Function: anonymous], - parm_up_cursor: [Function: anonymous], - print_screen: [Function: anonymous], - prtr_off: [Function: anonymous], - prtr_on: [Function: anonymous], - repeat_char: [Function: anonymous], - reset_1string: [Function: anonymous], - reset_2string: [Function: anonymous], - restore_cursor: [Function: anonymous], - row_address: [Function: anonymous], - save_cursor: [Function: anonymous], - scroll_forward: [Function: anonymous], - scroll_reverse: [Function: anonymous], - set_attributes: [Function: anonymous], - set_tab: [Function: anonymous], - tab: [Function: anonymous], - key_b2: [Function: anonymous], - acs_chars: [Function: anonymous], - key_btab: [Function: anonymous], - enter_am_mode: [Function: anonymous], - exit_am_mode: [Function: anonymous], - key_end: [Function: anonymous], - key_enter: [Function: anonymous], - key_sdc: [Function: anonymous], - key_send: [Function: anonymous], - key_shome: [Function: anonymous], - key_sic: [Function: anonymous], - key_sleft: [Function: anonymous], - key_snext: [Function: anonymous], - key_sprevious: [Function: anonymous], - key_sright: [Function: anonymous], - key_f11: [Function: anonymous], - key_f12: [Function: anonymous], - key_f13: [Function: anonymous], - key_f14: [Function: anonymous], - key_f15: [Function: anonymous], - key_f16: [Function: anonymous], - key_f17: [Function: anonymous], - key_f18: [Function: anonymous], - key_f19: [Function: anonymous], - key_f20: [Function: anonymous], - key_f21: [Function: anonymous], - key_f22: [Function: anonymous], - key_f23: [Function: anonymous], - key_f24: [Function: anonymous], - key_f25: [Function: anonymous], - key_f26: [Function: anonymous], - key_f27: [Function: anonymous], - key_f28: [Function: anonymous], - key_f29: [Function: anonymous], - key_f30: [Function: anonymous], - key_f31: [Function: anonymous], - key_f32: [Function: anonymous], - key_f33: [Function: anonymous], - key_f34: [Function: anonymous], - key_f35: [Function: anonymous], - key_f36: [Function: anonymous], - key_f37: [Function: anonymous], - key_f38: [Function: anonymous], - key_f39: [Function: anonymous], - key_f40: [Function: anonymous], - key_f41: [Function: anonymous], - key_f42: [Function: anonymous], - key_f43: [Function: anonymous], - key_f44: [Function: anonymous], - key_f45: [Function: anonymous], - key_f46: [Function: anonymous], - key_f47: [Function: anonymous], - key_f48: [Function: anonymous], - key_f49: [Function: anonymous], - key_f50: [Function: anonymous], - key_f51: [Function: anonymous], - key_f52: [Function: anonymous], - key_f53: [Function: anonymous], - key_f54: [Function: anonymous], - key_f55: [Function: anonymous], - key_f56: [Function: anonymous], - key_f57: [Function: anonymous], - key_f58: [Function: anonymous], - key_f59: [Function: anonymous], - key_f60: [Function: anonymous], - key_f61: [Function: anonymous], - key_f62: [Function: anonymous], - key_f63: [Function: anonymous], - clr_bol: [Function: anonymous], - user6: [Function: anonymous], - user7: [Function: anonymous], - user8: [Function: anonymous], - user9: [Function: anonymous], - orig_pair: [Function: anonymous], - orig_colors: [Function: anonymous], - initialize_color: [Function: bound anonymous], - enter_italics_mode: [Function: anonymous], - exit_italics_mode: [Function: anonymous], - key_mouse: [Function: anonymous], - set_a_foreground: [Function: anonymous], - set_a_background: [Function: anonymous], - memory_lock: [Function: anonymous], - memory_unlock: [Function: anonymous], - Cr: [Function: anonymous], - Cs: [Function: anonymous], - E3: [Function: anonymous], - Ms: [Function: anonymous], - Se: [Function: anonymous], - Ss: [Function: anonymous], - kDC3: [Function: anonymous], - kDC4: [Function: anonymous], - kDC5: [Function: anonymous], - kDC6: [Function: anonymous], - kDC7: [Function: anonymous], - kDN: [Function: anonymous], - kDN3: [Function: anonymous], - kDN4: [Function: anonymous], - kDN5: [Function: anonymous], - kDN6: [Function: anonymous], - kDN7: [Function: anonymous], - kEND3: [Function: anonymous], - kEND4: [Function: anonymous], - kEND5: [Function: anonymous], - kEND6: [Function: anonymous], - kEND7: [Function: anonymous], - kHOM3: [Function: anonymous], - kHOM4: [Function: anonymous], - kHOM5: [Function: anonymous], - kHOM6: [Function: anonymous], - kHOM7: [Function: anonymous], - kIC3: [Function: anonymous], - kIC4: [Function: anonymous], - kIC5: [Function: anonymous], - kIC6: [Function: anonymous], - kIC7: [Function: anonymous], - kLFT3: [Function: anonymous], - kLFT4: [Function: anonymous], - kLFT5: [Function: anonymous], - kLFT6: [Function: anonymous], - kLFT7: [Function: anonymous], - kNXT3: [Function: anonymous], - kNXT4: [Function: anonymous], - kNXT5: [Function: anonymous], - kNXT6: [Function: anonymous], - kNXT7: [Function: anonymous], - kPRV3: [Function: anonymous], - kPRV4: [Function: anonymous], - kPRV5: [Function: anonymous], - kPRV6: [Function: anonymous], - kPRV7: [Function: anonymous], - kRIT3: [Function: anonymous], - kRIT4: [Function: anonymous], - kRIT5: [Function: anonymous], - kRIT6: [Function: anonymous], - kRIT7: [Function: anonymous], - kUP: [Function: anonymous], - kUP3: [Function: anonymous], - kUP4: [Function: anonymous], - kUP5: [Function: anonymous], - kUP6: [Function: anonymous], - kUP7: [Function: anonymous], - ka2: [Object], - kb1: [Object], - kb3: [Object], - kc2: [Object], - rmxx: [Function: anonymous], - smxx: [Function: anonymous], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Object], - cursor_mem_address: [Object], - cursor_to_ll: [Object], - dis_status_line: [Object], - down_half_line: [Object], - enter_delete_mode: [Object], - enter_protected_mode: [Object], - exit_delete_mode: [Object], - form_feed: [Object], - from_status_line: [Object], - init_1string: [Object], - init_3string: [Object], - init_file: [Object], - insert_character: [Object], - insert_padding: [Object], - key_catab: [Object], - key_clear: [Object], - key_ctab: [Object], - key_dl: [Object], - key_eic: [Object], - key_eol: [Object], - key_eos: [Object], - key_f0: [Object], - key_il: [Object], - key_ll: [Object], - key_stab: [Object], - lab_f0: [Object], - lab_f1: [Object], - lab_f10: [Object], - lab_f2: [Object], - lab_f3: [Object], - lab_f4: [Object], - lab_f5: [Object], - lab_f6: [Object], - lab_f7: [Object], - lab_f8: [Object], - lab_f9: [Object], - newline: [Object], - pad_char: [Object], - pkey_key: [Object], - pkey_local: [Object], - pkey_xmit: [Object], - reset_3string: [Object], - reset_file: [Object], - set_window: [Object], - to_status_line: [Object], - underline_char: [Object], - up_half_line: [Object], - init_prog: [Object], - key_a1: [Object], - key_a3: [Object], - key_c1: [Object], - key_c3: [Object], - prtr_non: [Object], - char_padding: [Object], - plab_norm: [Object], - enter_xon_mode: [Object], - exit_xon_mode: [Object], - xon_character: [Object], - xoff_character: [Object], - ena_acs: [Object], - label_on: [Object], - label_off: [Object], - key_beg: [Object], - key_cancel: [Object], - key_close: [Object], - key_command: [Object], - key_copy: [Object], - key_create: [Object], - key_exit: [Object], - key_find: [Object], - key_help: [Object], - key_mark: [Object], - key_message: [Object], - key_move: [Object], - key_next: [Object], - key_open: [Object], - key_options: [Object], - key_previous: [Object], - key_print: [Object], - key_redo: [Object], - key_reference: [Object], - key_refresh: [Object], - key_replace: [Object], - key_restart: [Object], - key_resume: [Object], - key_save: [Object], - key_suspend: [Object], - key_undo: [Object], - key_sbeg: [Object], - key_scancel: [Object], - key_scommand: [Object], - key_scopy: [Object], - key_screate: [Object], - key_sdl: [Object], - key_select: [Object], - key_seol: [Object], - key_sexit: [Object], - key_sfind: [Object], - key_shelp: [Object], - key_smessage: [Object], - key_smove: [Object], - key_soptions: [Object], - key_sprint: [Object], - key_sredo: [Object], - key_sreplace: [Object], - key_srsume: [Object], - key_ssave: [Object], - key_ssuspend: [Object], - key_sundo: [Object], - req_for_input: [Object], - clear_margins: [Object], - set_left_margin: [Object], - set_right_margin: [Object], - label_format: [Object], - set_clock: [Object], - display_clock: [Object], - remove_clock: [Object], - create_window: [Object], - goto_window: [Object], - hangup: [Object], - dial_phone: [Object], - quick_dial: [Object], - tone: [Object], - pulse: [Object], - flash_hook: [Object], - fixed_pause: [Object], - wait_tone: [Object], - user0: [Object], - user1: [Object], - user2: [Object], - user3: [Object], - user4: [Object], - user5: [Object], - initialize_pair: [Object], - set_color_pair: [Object], - set_foreground: [Object], - set_background: [Object], - change_char_pitch: [Object], - change_line_pitch: [Object], - change_res_horz: [Object], - change_res_vert: [Object], - define_char: [Object], - enter_doublewide_mode: [Object], - enter_draft_quality: [Object], - enter_leftward_mode: [Object], - enter_micro_mode: [Object], - enter_near_letter_quality: [Object], - enter_normal_quality: [Object], - enter_shadow_mode: [Object], - enter_subscript_mode: [Object], - enter_superscript_mode: [Object], - enter_upward_mode: [Object], - exit_doublewide_mode: [Object], - exit_leftward_mode: [Object], - exit_micro_mode: [Object], - exit_shadow_mode: [Object], - exit_subscript_mode: [Object], - exit_superscript_mode: [Object], - exit_upward_mode: [Object], - micro_column_address: [Object], - micro_down: [Object], - micro_left: [Object], - micro_right: [Object], - micro_row_address: [Object], - micro_up: [Object], - order_of_pins: [Object], - parm_down_micro: [Object], - parm_left_micro: [Object], - parm_right_micro: [Object], - parm_up_micro: [Object], - select_char_set: [Object], - set_bottom_margin: [Object], - set_bottom_margin_parm: [Object], - set_left_margin_parm: [Object], - set_right_margin_parm: [Object], - set_top_margin: [Object], - set_top_margin_parm: [Object], - start_bit_image: [Object], - start_char_set_def: [Object], - stop_bit_image: [Object], - stop_char_set_def: [Object], - subscript_characters: [Object], - superscript_characters: [Object], - these_cause_cr: [Object], - zero_motion: [Object], - char_set_names: [Object], - mouse_info: [Object], - req_mouse_pos: [Object], - get_mouse: [Object], - pkey_plab: [Object], - device_type: [Object], - code_set_init: [Object], - set0_des_seq: [Object], - set1_des_seq: [Object], - set2_des_seq: [Object], - set3_des_seq: [Object], - set_lr_margin: [Object], - set_tb_margin: [Object], - bit_image_repeat: [Object], - bit_image_newline: [Object], - bit_image_carriage_return: [Object], - color_names: [Object], - define_bit_image_region: [Object], - end_bit_image_region: [Object], - set_color_band: [Object], - set_page_length: [Object], - display_pc_char: [Object], - enter_pc_charset_mode: [Object], - exit_pc_charset_mode: [Object], - enter_scancode_mode: [Object], - exit_scancode_mode: [Object], - pc_term_options: [Object], - scancode_escape: [Object], - alt_scancode_esc: [Object], - enter_horizontal_hl_mode: [Object], - enter_left_hl_mode: [Object], - enter_low_hl_mode: [Object], - enter_right_hl_mode: [Object], - enter_top_hl_mode: [Object], - enter_vertical_hl_mode: [Object], - set_a_attributes: [Object], - set_pglen_inch: [Object], - termcap_init2: [Object], - termcap_reset: [Object], - linefeed_if_not_lf: [Object], - backspace_if_not_bs: [Object], - other_non_function_keys: [Object], - arrow_key_map: [Object], - acs_ulcorner: [Object], - acs_llcorner: [Object], - acs_urcorner: [Object], - acs_lrcorner: [Object], - acs_ltee: [Object], - acs_rtee: [Object], - acs_btee: [Object], - acs_ttee: [Object], - acs_hline: [Object], - acs_vline: [Object], - acs_plus: [Object], - box_chars_1: [Object], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function: anonymous], - bel: [Function: anonymous], - cr: [Function: anonymous], - csr: [Function: anonymous], - tbc: [Function: anonymous], - clear: [Function: anonymous], - el: [Function: anonymous], - ed: [Function: anonymous], - hpa: [Function: anonymous], - cup: [Function: anonymous], - cud1: [Function: anonymous], - home: [Function: anonymous], - civis: [Function: anonymous], - cub1: [Function: anonymous], - cnorm: [Function: anonymous], - cuf1: [Function: anonymous], - cuu1: [Function: anonymous], - cvvis: [Function: anonymous], - dch1: [Function: anonymous], - dl1: [Function: anonymous], - smacs: [Function: anonymous], - blink: [Function: anonymous], - bold: [Function: anonymous], - smcup: [Function: anonymous], - dim: [Function: anonymous], - smir: [Function: anonymous], - invis: [Function: anonymous], - rev: [Function: anonymous], - smso: [Function: anonymous], - smul: [Function: anonymous], - ech: [Function: anonymous], - rmacs: [Function: anonymous], - sgr0: [Function: anonymous], - rmcup: [Function: anonymous], - rmir: [Function: anonymous], - rmso: [Function: anonymous], - rmul: [Function: anonymous], - flash: [Function: anonymous], - is2: [Function: anonymous], - il1: [Function: anonymous], - kbs: [Function: anonymous], - kdch1: [Function: anonymous], - kcud1: [Function: anonymous], - kf1: [Function: anonymous], - kf10: [Function: anonymous], - kf2: [Function: anonymous], - kf3: [Function: anonymous], - kf4: [Function: anonymous], - kf5: [Function: anonymous], - kf6: [Function: anonymous], - kf7: [Function: anonymous], - kf8: [Function: anonymous], - kf9: [Function: anonymous], - khome: [Function: anonymous], - kich1: [Function: anonymous], - kcub1: [Function: anonymous], - knp: [Function: anonymous], - kpp: [Function: anonymous], - kcuf1: [Function: anonymous], - kind: [Function: anonymous], - kri: [Function: anonymous], - kcuu1: [Function: anonymous], - rmkx: [Function: anonymous], - smkx: [Function: anonymous], - rmm: [Function: anonymous], - smm: [Function: anonymous], - dch: [Function: anonymous], - dl: [Function: anonymous], - cud: [Function: anonymous], - ich: [Function: anonymous], - indn: [Function: anonymous], - il: [Function: anonymous], - cub: [Function: anonymous], - cuf: [Function: anonymous], - rin: [Function: anonymous], - cuu: [Function: anonymous], - mc0: [Function: anonymous], - mc4: [Function: anonymous], - mc5: [Function: anonymous], - rep: [Function: anonymous], - rs1: [Function: anonymous], - rs2: [Function: anonymous], - rc: [Function: anonymous], - vpa: [Function: anonymous], - sc: [Function: anonymous], - ind: [Function: anonymous], - ri: [Function: anonymous], - sgr: [Function: anonymous], - hts: [Function: anonymous], - ht: [Function: anonymous], - kb2: [Function: anonymous], - acsc: [Function: anonymous], - kcbt: [Function: anonymous], - smam: [Function: anonymous], - rmam: [Function: anonymous], - kend: [Function: anonymous], - kent: [Function: anonymous], - kDC: [Function: anonymous], - kEND: [Function: anonymous], - kHOM: [Function: anonymous], - kIC: [Function: anonymous], - kLFT: [Function: anonymous], - kNXT: [Function: anonymous], - kPRV: [Function: anonymous], - kRIT: [Function: anonymous], - kf11: [Function: anonymous], - kf12: [Function: anonymous], - kf13: [Function: anonymous], - kf14: [Function: anonymous], - kf15: [Function: anonymous], - kf16: [Function: anonymous], - kf17: [Function: anonymous], - kf18: [Function: anonymous], - kf19: [Function: anonymous], - kf20: [Function: anonymous], - kf21: [Function: anonymous], - kf22: [Function: anonymous], - kf23: [Function: anonymous], - kf24: [Function: anonymous], - kf25: [Function: anonymous], - kf26: [Function: anonymous], - kf27: [Function: anonymous], - kf28: [Function: anonymous], - kf29: [Function: anonymous], - kf30: [Function: anonymous], - kf31: [Function: anonymous], - kf32: [Function: anonymous], - kf33: [Function: anonymous], - kf34: [Function: anonymous], - kf35: [Function: anonymous], - kf36: [Function: anonymous], - kf37: [Function: anonymous], - kf38: [Function: anonymous], - kf39: [Function: anonymous], - kf40: [Function: anonymous], - kf41: [Function: anonymous], - kf42: [Function: anonymous], - kf43: [Function: anonymous], - kf44: [Function: anonymous], - kf45: [Function: anonymous], - kf46: [Function: anonymous], - kf47: [Function: anonymous], - kf48: [Function: anonymous], - kf49: [Function: anonymous], - kf50: [Function: anonymous], - kf51: [Function: anonymous], - kf52: [Function: anonymous], - kf53: [Function: anonymous], - kf54: [Function: anonymous], - kf55: [Function: anonymous], - kf56: [Function: anonymous], - kf57: [Function: anonymous], - kf58: [Function: anonymous], - kf59: [Function: anonymous], - kf60: [Function: anonymous], - kf61: [Function: anonymous], - kf62: [Function: anonymous], - kf63: [Function: anonymous], - el1: [Function: anonymous], - u6: [Function: anonymous], - u7: [Function: anonymous], - u8: [Function: anonymous], - u9: [Function: anonymous], - op: [Function: anonymous], - oc: [Function: anonymous], - initc: [Function: bound anonymous], - sitm: [Function: anonymous], - ritm: [Function: anonymous], - kmous: [Function: anonymous], - setaf: [Function: anonymous], - setab: [Function: anonymous], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Object], - mrcup: [Object], - ll: [Object], - dsl: [Object], - hd: [Object], - smdc: [Object], - prot: [Object], - rmdc: [Object], - ff: [Object], - fsl: [Object], - is1: [Object], - is3: [Object], - if: [Object], - ich1: [Object], - ip: [Object], - ktbc: [Object], - kclr: [Object], - kctab: [Object], - kdl1: [Object], - krmir: [Object], - kel: [Object], - ked: [Object], - kf0: [Object], - kil1: [Object], - kll: [Object], - khts: [Object], - lf0: [Object], - lf1: [Object], - lf10: [Object], - lf2: [Object], - lf3: [Object], - lf4: [Object], - lf5: [Object], - lf6: [Object], - lf7: [Object], - lf8: [Object], - lf9: [Object], - nel: [Object], - pad: [Object], - pfkey: [Object], - pfloc: [Object], - pfx: [Object], - rs3: [Object], - rf: [Object], - wind: [Object], - tsl: [Object], - uc: [Object], - hu: [Object], - iprog: [Object], - ka1: [Object], - ka3: [Object], - kc1: [Object], - kc3: [Object], - mc5p: [Object], - rmp: [Object], - pln: [Object], - smxon: [Object], - rmxon: [Object], - xonc: [Object], - xoffc: [Object], - enacs: [Object], - smln: [Object], - rmln: [Object], - kbeg: [Object], - kcan: [Object], - kclo: [Object], - kcmd: [Object], - kcpy: [Object], - kcrt: [Object], - kext: [Object], - kfnd: [Object], - khlp: [Object], - kmrk: [Object], - kmsg: [Object], - kmov: [Object], - knxt: [Object], - kopn: [Object], - kopt: [Object], - kprv: [Object], - kprt: [Object], - krdo: [Object], - kref: [Object], - krfr: [Object], - krpl: [Object], - krst: [Object], - kres: [Object], - ksav: [Object], - kspd: [Object], - kund: [Object], - kBEG: [Object], - kCAN: [Object], - kCMD: [Object], - kCPY: [Object], - kCRT: [Object], - kDL: [Object], - kslt: [Object], - kEOL: [Object], - kEXT: [Object], - kFND: [Object], - kHLP: [Object], - kMSG: [Object], - kMOV: [Object], - kOPT: [Object], - kPRT: [Object], - kRDO: [Object], - kRPL: [Object], - kRES: [Object], - kSAV: [Object], - kSPD: [Object], - kUND: [Object], - rfi: [Object], - mgc: [Object], - smgl: [Object], - smgr: [Object], - fln: [Object], - sclk: [Object], - dclk: [Object], - rmclk: [Object], - cwin: [Object], - wingo: [Object], - hup: [Object], - dial: [Object], - qdial: [Object], - hook: [Object], - pause: [Object], - wait: [Object], - u0: [Object], - u1: [Object], - u2: [Object], - u3: [Object], - u4: [Object], - u5: [Object], - initp: [Object], - scp: [Object], - setf: [Object], - setb: [Object], - cpi: [Object], - lpi: [Object], - chr: [Object], - cvr: [Object], - defc: [Object], - swidm: [Object], - sdrfq: [Object], - slm: [Object], - smicm: [Object], - snlq: [Object], - snrmq: [Object], - sshm: [Object], - ssubm: [Object], - ssupm: [Object], - sum: [Object], - rwidm: [Object], - rlm: [Object], - rmicm: [Object], - rshm: [Object], - rsubm: [Object], - rsupm: [Object], - rum: [Object], - mhpa: [Object], - mcud1: [Object], - mcub1: [Object], - mcuf1: [Object], - mvpa: [Object], - mcuu1: [Object], - porder: [Object], - mcud: [Object], - mcub: [Object], - mcuf: [Object], - mcuu: [Object], - scs: [Object], - smgb: [Object], - smgbp: [Object], - smglp: [Object], - smgrp: [Object], - smgt: [Object], - smgtp: [Object], - sbim: [Object], - scsd: [Object], - rbim: [Object], - rcsd: [Object], - subcs: [Object], - supcs: [Object], - docr: [Object], - zerom: [Object], - csnm: [Object], - minfo: [Object], - reqmp: [Object], - getm: [Object], - pfxl: [Object], - devt: [Object], - csin: [Object], - s0ds: [Object], - s1ds: [Object], - s2ds: [Object], - s3ds: [Object], - smglr: [Object], - smgtb: [Object], - birep: [Object], - binel: [Object], - bicr: [Object], - colornm: [Object], - defbi: [Object], - endbi: [Object], - setcolor: [Object], - slines: [Object], - dispc: [Object], - smpch: [Object], - rmpch: [Object], - smsc: [Object], - rmsc: [Object], - pctrm: [Object], - scesc: [Object], - scesa: [Object], - ehhlm: [Object], - elhlm: [Object], - elohlm: [Object], - erhlm: [Object], - ethlm: [Object], - evhlm: [Object], - sgr1: [Object], - slength: [Object] }, - bools: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true }, - numbers: - { columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767 }, - strings: - { back_tab: '\u001b[Z', - bell: '\u0007', - carriage_return: '\r', - change_scroll_region: '\u001b[%i%p1%d;%p2%dr', - clear_all_tabs: '\u001b[3g', - clear_screen: '\u001b[H\u001b[2J', - clr_eol: '\u001b[K', - clr_eos: '\u001b[J', - column_address: '\u001b[%i%p1%dG', - cursor_address: '\u001b[%i%p1%d;%p2%dH', - cursor_down: '\n', - cursor_home: '\u001b[H', - cursor_invisible: '\u001b[?25l', - cursor_left: '\b', - cursor_normal: '\u001b[?12l\u001b[?25h', - cursor_right: '\u001b[C', - cursor_up: '\u001b[A', - cursor_visible: '\u001b[?12;25h', - delete_character: '\u001b[P', - delete_line: '\u001b[M', - enter_alt_charset_mode: '\u001b(0', - enter_blink_mode: '\u001b[5m', - enter_bold_mode: '\u001b[1m', - enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', - enter_dim_mode: '\u001b[2m', - enter_insert_mode: '\u001b[4h', - enter_secure_mode: '\u001b[8m', - enter_reverse_mode: '\u001b[7m', - enter_standout_mode: '\u001b[7m', - enter_underline_mode: '\u001b[4m', - erase_chars: '\u001b[%p1%dX', - exit_alt_charset_mode: '\u001b(B', - exit_attribute_mode: '\u001b(B\u001b[m', - exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', - exit_insert_mode: '\u001b[4l', - exit_standout_mode: '\u001b[27m', - exit_underline_mode: '\u001b[24m', - flash_screen: '\u001b[?5h$<100/>\u001b[?5l', - init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - insert_line: '\u001b[L', - key_backspace: '', - key_dc: '\u001b[3~', - key_down: '\u001bOB', - key_f1: '\u001bOP', - key_f10: '\u001b[21~', - key_f2: '\u001bOQ', - key_f3: '\u001bOR', - key_f4: '\u001bOS', - key_f5: '\u001b[15~', - key_f6: '\u001b[17~', - key_f7: '\u001b[18~', - key_f8: '\u001b[19~', - key_f9: '\u001b[20~', - key_home: '\u001bOH', - key_ic: '\u001b[2~', - key_left: '\u001bOD', - key_npage: '\u001b[6~', - key_ppage: '\u001b[5~', - key_right: '\u001bOC', - key_sf: '\u001b[1;2B', - key_sr: '\u001b[1;2A', - key_up: '\u001bOA', - keypad_local: '\u001b[?1l\u001b>', - keypad_xmit: '\u001b[?1h\u001b=', - meta_off: '\u001b[?1034l', - meta_on: '\u001b[?1034h', - parm_dch: '\u001b[%p1%dP', - parm_delete_line: '\u001b[%p1%dM', - parm_down_cursor: '\u001b[%p1%dB', - parm_ich: '\u001b[%p1%d@', - parm_index: '\u001b[%p1%dS', - parm_insert_line: '\u001b[%p1%dL', - parm_left_cursor: '\u001b[%p1%dD', - parm_right_cursor: '\u001b[%p1%dC', - parm_rindex: '\u001b[%p1%dT', - parm_up_cursor: '\u001b[%p1%dA', - print_screen: '\u001b[i', - prtr_off: '\u001b[4i', - prtr_on: '\u001b[5i', - repeat_char: '%p1%c\u001b[%p2%{1}%-%db', - reset_1string: '\u001bc\u001b]104\u0007', - reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - restore_cursor: '\u001b8', - row_address: '\u001b[%i%p1%dd', - save_cursor: '\u001b7', - scroll_forward: '\n', - scroll_reverse: '\u001bM', - set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', - set_tab: '\u001bH', - tab: '\t', - key_b2: '\u001bOE', - acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', - key_btab: '\u001b[Z', - enter_am_mode: '\u001b[?7h', - exit_am_mode: '\u001b[?7l', - key_end: '\u001bOF', - key_enter: '\u001bOM', - key_sdc: '\u001b[3;2~', - key_send: '\u001b[1;2F', - key_shome: '\u001b[1;2H', - key_sic: '\u001b[2;2~', - key_sleft: '\u001b[1;2D', - key_snext: '\u001b[6;2~', - key_sprevious: '\u001b[5;2~', - key_sright: '\u001b[1;2C', - key_f11: '\u001b[23~', - key_f12: '\u001b[24~', - key_f13: '\u001b[1;2P', - key_f14: '\u001b[1;2Q', - key_f15: '\u001b[1;2R', - key_f16: '\u001b[1;2S', - key_f17: '\u001b[15;2~', - key_f18: '\u001b[17;2~', - key_f19: '\u001b[18;2~', - key_f20: '\u001b[19;2~', - key_f21: '\u001b[20;2~', - key_f22: '\u001b[21;2~', - key_f23: '\u001b[23;2~', - key_f24: '\u001b[24;2~', - key_f25: '\u001b[1;5P', - key_f26: '\u001b[1;5Q', - key_f27: '\u001b[1;5R', - key_f28: '\u001b[1;5S', - key_f29: '\u001b[15;5~', - key_f30: '\u001b[17;5~', - key_f31: '\u001b[18;5~', - key_f32: '\u001b[19;5~', - key_f33: '\u001b[20;5~', - key_f34: '\u001b[21;5~', - key_f35: '\u001b[23;5~', - key_f36: '\u001b[24;5~', - key_f37: '\u001b[1;6P', - key_f38: '\u001b[1;6Q', - key_f39: '\u001b[1;6R', - key_f40: '\u001b[1;6S', - key_f41: '\u001b[15;6~', - key_f42: '\u001b[17;6~', - key_f43: '\u001b[18;6~', - key_f44: '\u001b[19;6~', - key_f45: '\u001b[20;6~', - key_f46: '\u001b[21;6~', - key_f47: '\u001b[23;6~', - key_f48: '\u001b[24;6~', - key_f49: '\u001b[1;3P', - key_f50: '\u001b[1;3Q', - key_f51: '\u001b[1;3R', - key_f52: '\u001b[1;3S', - key_f53: '\u001b[15;3~', - key_f54: '\u001b[17;3~', - key_f55: '\u001b[18;3~', - key_f56: '\u001b[19;3~', - key_f57: '\u001b[20;3~', - key_f58: '\u001b[21;3~', - key_f59: '\u001b[23;3~', - key_f60: '\u001b[24;3~', - key_f61: '\u001b[1;4P', - key_f62: '\u001b[1;4Q', - key_f63: '\u001b[1;4R', - clr_bol: '\u001b[1K', - user6: '\u001b[%i%d;%dR', - user7: '\u001b[6n', - user8: '\u001b[?%[;0123456789]c', - user9: '\u001b[c', - orig_pair: '\u001b[39;49m', - orig_colors: '\u001b]104\u0007', - initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', - enter_italics_mode: '\u001b[3m', - exit_italics_mode: '\u001b[23m', - key_mouse: '\u001b[M', - set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', - set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', - memory_lock: '\u001bl', - memory_unlock: '\u001bm', - Cr: '\u001b]112\u0007', - Cs: '\u001b]12;%p1%s\u0007', - E3: '\u001b[3J', - Ms: '\u001b]52;%p1%s;%p2%s\u0007', - Se: '\u001b[2 q', - Ss: '\u001b[%p1%d q', - kDC3: '\u001b[3;3~', - kDC4: '\u001b[3;4~', - kDC5: '\u001b[3;5~', - kDC6: '\u001b[3;6~', - kDC7: '\u001b[3;7~', - kDN: '\u001b[1;2B', - kDN3: '\u001b[1;3B', - kDN4: '\u001b[1;4B', - kDN5: '\u001b[1;5B', - kDN6: '\u001b[1;6B', - kDN7: '\u001b[1;7B', - kEND3: '\u001b[1;3F', - kEND4: '\u001b[1;4F', - kEND5: '\u001b[1;5F', - kEND6: '\u001b[1;6F', - kEND7: '\u001b[1;7F', - kHOM3: '\u001b[1;3H', - kHOM4: '\u001b[1;4H', - kHOM5: '\u001b[1;5H', - kHOM6: '\u001b[1;6H', - kHOM7: '\u001b[1;7H', - kIC3: '\u001b[2;3~', - kIC4: '\u001b[2;4~', - kIC5: '\u001b[2;5~', - kIC6: '\u001b[2;6~', - kIC7: '\u001b[2;7~', - kLFT3: '\u001b[1;3D', - kLFT4: '\u001b[1;4D', - kLFT5: '\u001b[1;5D', - kLFT6: '\u001b[1;6D', - kLFT7: '\u001b[1;7D', - kNXT3: '\u001b[6;3~', - kNXT4: '\u001b[6;4~', - kNXT5: '\u001b[6;5~', - kNXT6: '\u001b[6;6~', - kNXT7: '\u001b[6;7~', - kPRV3: '\u001b[5;3~', - kPRV4: '\u001b[5;4~', - kPRV5: '\u001b[5;5~', - kPRV6: '\u001b[5;6~', - kPRV7: '\u001b[5;7~', - kRIT3: '\u001b[1;3C', - kRIT4: '\u001b[1;4C', - kRIT5: '\u001b[1;5C', - kRIT6: '\u001b[1;6C', - kRIT7: '\u001b[1;7C', - kUP: '\u001b[1;2A', - kUP3: '\u001b[1;3A', - kUP4: '\u001b[1;4A', - kUP5: '\u001b[1;5A', - kUP6: '\u001b[1;6A', - kUP7: '\u001b[1;7A', - ka2: '', - kb1: '', - kb3: '', - kc2: '', - rmxx: '\u001b[29m', - smxx: '\u001b[9m' }, - features: - { unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - padding: true, - setbuf: true, - acsc: [Object], - acscr: [Object] }, - unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - setbuf: true, - acscr: - { '◆': '`', - '▒': 'a', - '°': 'f', - '±': 'g', - '\u000b': 'i', - '┘': 'j', - '┐': 'k', - '┌': 'l', - '└': 'm', - '┼': 'n', - '⎺': 'o', - '⎻': 'p', - '─': 'q', - '⎼': 'r', - '⎽': 's', - '├': 't', - '┤': 'u', - '┴': 'v', - '┬': 'w', - '│': 'x', - '≤': 'y', - '≥': 'z', - 'π': '{', - '≠': '|', - '£': '}', - '·': '~' }, - _newHandler: [Function: fn], - isAlt: true, - cursorHidden: true, - _currentMouse: { sgrMouse: true, cellMotion: true, allMotion: true }, - mouseEnabled: true, - _boundMouse: true }, - tput: - Tput { - options: - { terminal: 'xterm-256color', - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - forceUnicode: undefined }, - terminal: 'xterm-256color', - debug: undefined, - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - error: null, - terminfoPrefix: undefined, - terminfoFile: undefined, - termcapFile: undefined, - auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function], - bell: [Function], - carriage_return: [Function], - change_scroll_region: [Function], - clear_all_tabs: [Function], - clear_screen: [Function], - clr_eol: [Function], - clr_eos: [Function], - column_address: [Function], - cursor_address: [Function], - cursor_down: [Function], - cursor_home: [Function], - cursor_invisible: [Function], - cursor_left: [Function], - cursor_normal: [Function], - cursor_right: [Function], - cursor_up: [Function], - cursor_visible: [Function], - delete_character: [Function], - delete_line: [Function], - enter_alt_charset_mode: [Function], - enter_blink_mode: [Function], - enter_bold_mode: [Function], - enter_ca_mode: [Function], - enter_dim_mode: [Function], - enter_insert_mode: [Function], - enter_secure_mode: [Function], - enter_reverse_mode: [Function], - enter_standout_mode: [Function], - enter_underline_mode: [Function], - erase_chars: [Function], - exit_alt_charset_mode: [Function], - exit_attribute_mode: [Function], - exit_ca_mode: [Function], - exit_insert_mode: [Function], - exit_standout_mode: [Function], - exit_underline_mode: [Function], - flash_screen: [Function], - init_2string: [Function], - insert_line: [Function], - key_backspace: [Function], - key_dc: [Function], - key_down: [Function], - key_f1: [Function], - key_f10: [Function], - key_f2: [Function], - key_f3: [Function], - key_f4: [Function], - key_f5: [Function], - key_f6: [Function], - key_f7: [Function], - key_f8: [Function], - key_f9: [Function], - key_home: [Function], - key_ic: [Function], - key_left: [Function], - key_npage: [Function], - key_ppage: [Function], - key_right: [Function], - key_sf: [Function], - key_sr: [Function], - key_up: [Function], - keypad_local: [Function], - keypad_xmit: [Function], - meta_off: [Function], - meta_on: [Function], - parm_dch: [Function], - parm_delete_line: [Function], - parm_down_cursor: [Function], - parm_ich: [Function], - parm_index: [Function], - parm_insert_line: [Function], - parm_left_cursor: [Function], - parm_right_cursor: [Function], - parm_rindex: [Function], - parm_up_cursor: [Function], - print_screen: [Function], - prtr_off: [Function], - prtr_on: [Function], - repeat_char: [Function], - reset_1string: [Function], - reset_2string: [Function], - restore_cursor: [Function], - row_address: [Function], - save_cursor: [Function], - scroll_forward: [Function], - scroll_reverse: [Function], - set_attributes: [Function], - set_tab: [Function], - tab: [Function], - key_b2: [Function], - acs_chars: [Function], - key_btab: [Function], - enter_am_mode: [Function], - exit_am_mode: [Function], - key_end: [Function], - key_enter: [Function], - key_sdc: [Function], - key_send: [Function], - key_shome: [Function], - key_sic: [Function], - key_sleft: [Function], - key_snext: [Function], - key_sprevious: [Function], - key_sright: [Function], - key_f11: [Function], - key_f12: [Function], - key_f13: [Function], - key_f14: [Function], - key_f15: [Function], - key_f16: [Function], - key_f17: [Function], - key_f18: [Function], - key_f19: [Function], - key_f20: [Function], - key_f21: [Function], - key_f22: [Function], - key_f23: [Function], - key_f24: [Function], - key_f25: [Function], - key_f26: [Function], - key_f27: [Function], - key_f28: [Function], - key_f29: [Function], - key_f30: [Function], - key_f31: [Function], - key_f32: [Function], - key_f33: [Function], - key_f34: [Function], - key_f35: [Function], - key_f36: [Function], - key_f37: [Function], - key_f38: [Function], - key_f39: [Function], - key_f40: [Function], - key_f41: [Function], - key_f42: [Function], - key_f43: [Function], - key_f44: [Function], - key_f45: [Function], - key_f46: [Function], - key_f47: [Function], - key_f48: [Function], - key_f49: [Function], - key_f50: [Function], - key_f51: [Function], - key_f52: [Function], - key_f53: [Function], - key_f54: [Function], - key_f55: [Function], - key_f56: [Function], - key_f57: [Function], - key_f58: [Function], - key_f59: [Function], - key_f60: [Function], - key_f61: [Function], - key_f62: [Function], - key_f63: [Function], - clr_bol: [Function], - user6: [Function], - user7: [Function], - user8: [Function], - user9: [Function], - orig_pair: [Function], - orig_colors: [Function], - initialize_color: [Function], - enter_italics_mode: [Function], - exit_italics_mode: [Function], - key_mouse: [Function], - set_a_foreground: [Function], - set_a_background: [Function], - memory_lock: [Function], - memory_unlock: [Function], - Cr: [Function], - Cs: [Function], - E3: [Function], - Ms: [Function], - Se: [Function], - Ss: [Function], - kDC3: [Function], - kDC4: [Function], - kDC5: [Function], - kDC6: [Function], - kDC7: [Function], - kDN: [Function], - kDN3: [Function], - kDN4: [Function], - kDN5: [Function], - kDN6: [Function], - kDN7: [Function], - kEND3: [Function], - kEND4: [Function], - kEND5: [Function], - kEND6: [Function], - kEND7: [Function], - kHOM3: [Function], - kHOM4: [Function], - kHOM5: [Function], - kHOM6: [Function], - kHOM7: [Function], - kIC3: [Function], - kIC4: [Function], - kIC5: [Function], - kIC6: [Function], - kIC7: [Function], - kLFT3: [Function], - kLFT4: [Function], - kLFT5: [Function], - kLFT6: [Function], - kLFT7: [Function], - kNXT3: [Function], - kNXT4: [Function], - kNXT5: [Function], - kNXT6: [Function], - kNXT7: [Function], - kPRV3: [Function], - kPRV4: [Function], - kPRV5: [Function], - kPRV6: [Function], - kPRV7: [Function], - kRIT3: [Function], - kRIT4: [Function], - kRIT5: [Function], - kRIT6: [Function], - kRIT7: [Function], - kUP: [Function], - kUP3: [Function], - kUP4: [Function], - kUP5: [Function], - kUP6: [Function], - kUP7: [Function], - ka2: [Function], - kb1: [Function], - kb3: [Function], - kc2: [Function], - rmxx: [Function], - smxx: [Function], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Function], - cursor_mem_address: [Function], - cursor_to_ll: [Function], - dis_status_line: [Function], - down_half_line: [Function], - enter_delete_mode: [Function], - enter_protected_mode: [Function], - exit_delete_mode: [Function], - form_feed: [Function], - from_status_line: [Function], - init_1string: [Function], - init_3string: [Function], - init_file: [Function], - insert_character: [Function], - insert_padding: [Function], - key_catab: [Function], - key_clear: [Function], - key_ctab: [Function], - key_dl: [Function], - key_eic: [Function], - key_eol: [Function], - key_eos: [Function], - key_f0: [Function], - key_il: [Function], - key_ll: [Function], - key_stab: [Function], - lab_f0: [Function], - lab_f1: [Function], - lab_f10: [Function], - lab_f2: [Function], - lab_f3: [Function], - lab_f4: [Function], - lab_f5: [Function], - lab_f6: [Function], - lab_f7: [Function], - lab_f8: [Function], - lab_f9: [Function], - newline: [Function], - pad_char: [Function], - pkey_key: [Function], - pkey_local: [Function], - pkey_xmit: [Function], - reset_3string: [Function], - reset_file: [Function], - set_window: [Function], - to_status_line: [Function], - underline_char: [Function], - up_half_line: [Function], - init_prog: [Function], - key_a1: [Function], - key_a3: [Function], - key_c1: [Function], - key_c3: [Function], - prtr_non: [Function], - char_padding: [Function], - plab_norm: [Function], - enter_xon_mode: [Function], - exit_xon_mode: [Function], - xon_character: [Function], - xoff_character: [Function], - ena_acs: [Function], - label_on: [Function], - label_off: [Function], - key_beg: [Function], - key_cancel: [Function], - key_close: [Function], - key_command: [Function], - key_copy: [Function], - key_create: [Function], - key_exit: [Function], - key_find: [Function], - key_help: [Function], - key_mark: [Function], - key_message: [Function], - key_move: [Function], - key_next: [Function], - key_open: [Function], - key_options: [Function], - key_previous: [Function], - key_print: [Function], - key_redo: [Function], - key_reference: [Function], - key_refresh: [Function], - key_replace: [Function], - key_restart: [Function], - key_resume: [Function], - key_save: [Function], - key_suspend: [Function], - key_undo: [Function], - key_sbeg: [Function], - key_scancel: [Function], - key_scommand: [Function], - key_scopy: [Function], - key_screate: [Function], - key_sdl: [Function], - key_select: [Function], - key_seol: [Function], - key_sexit: [Function], - key_sfind: [Function], - key_shelp: [Function], - key_smessage: [Function], - key_smove: [Function], - key_soptions: [Function], - key_sprint: [Function], - key_sredo: [Function], - key_sreplace: [Function], - key_srsume: [Function], - key_ssave: [Function], - key_ssuspend: [Function], - key_sundo: [Function], - req_for_input: [Function], - clear_margins: [Function], - set_left_margin: [Function], - set_right_margin: [Function], - label_format: [Function], - set_clock: [Function], - display_clock: [Function], - remove_clock: [Function], - create_window: [Function], - goto_window: [Function], - hangup: [Function], - dial_phone: [Function], - quick_dial: [Function], - tone: [Function], - pulse: [Function], - flash_hook: [Function], - fixed_pause: [Function], - wait_tone: [Function], - user0: [Function], - user1: [Function], - user2: [Function], - user3: [Function], - user4: [Function], - user5: [Function], - initialize_pair: [Function], - set_color_pair: [Function], - set_foreground: [Function], - set_background: [Function], - change_char_pitch: [Function], - change_line_pitch: [Function], - change_res_horz: [Function], - change_res_vert: [Function], - define_char: [Function], - enter_doublewide_mode: [Function], - enter_draft_quality: [Function], - enter_leftward_mode: [Function], - enter_micro_mode: [Function], - enter_near_letter_quality: [Function], - enter_normal_quality: [Function], - enter_shadow_mode: [Function], - enter_subscript_mode: [Function], - enter_superscript_mode: [Function], - enter_upward_mode: [Function], - exit_doublewide_mode: [Function], - exit_leftward_mode: [Function], - exit_micro_mode: [Function], - exit_shadow_mode: [Function], - exit_subscript_mode: [Function], - exit_superscript_mode: [Function], - exit_upward_mode: [Function], - micro_column_address: [Function], - micro_down: [Function], - micro_left: [Function], - micro_right: [Function], - micro_row_address: [Function], - micro_up: [Function], - order_of_pins: [Function], - parm_down_micro: [Function], - parm_left_micro: [Function], - parm_right_micro: [Function], - parm_up_micro: [Function], - select_char_set: [Function], - set_bottom_margin: [Function], - set_bottom_margin_parm: [Function], - set_left_margin_parm: [Function], - set_right_margin_parm: [Function], - set_top_margin: [Function], - set_top_margin_parm: [Function], - start_bit_image: [Function], - start_char_set_def: [Function], - stop_bit_image: [Function], - stop_char_set_def: [Function], - subscript_characters: [Function], - superscript_characters: [Function], - these_cause_cr: [Function], - zero_motion: [Function], - char_set_names: [Function], - mouse_info: [Function], - req_mouse_pos: [Function], - get_mouse: [Function], - pkey_plab: [Function], - device_type: [Function], - code_set_init: [Function], - set0_des_seq: [Function], - set1_des_seq: [Function], - set2_des_seq: [Function], - set3_des_seq: [Function], - set_lr_margin: [Function], - set_tb_margin: [Function], - bit_image_repeat: [Function], - bit_image_newline: [Function], - bit_image_carriage_return: [Function], - color_names: [Function], - define_bit_image_region: [Function], - end_bit_image_region: [Function], - set_color_band: [Function], - set_page_length: [Function], - display_pc_char: [Function], - enter_pc_charset_mode: [Function], - exit_pc_charset_mode: [Function], - enter_scancode_mode: [Function], - exit_scancode_mode: [Function], - pc_term_options: [Function], - scancode_escape: [Function], - alt_scancode_esc: [Function], - enter_horizontal_hl_mode: [Function], - enter_left_hl_mode: [Function], - enter_low_hl_mode: [Function], - enter_right_hl_mode: [Function], - enter_top_hl_mode: [Function], - enter_vertical_hl_mode: [Function], - set_a_attributes: [Function], - set_pglen_inch: [Function], - termcap_init2: [Function], - termcap_reset: [Function], - linefeed_if_not_lf: [Function], - backspace_if_not_bs: [Function], - other_non_function_keys: [Function], - arrow_key_map: [Function], - acs_ulcorner: [Function], - acs_llcorner: [Function], - acs_urcorner: [Function], - acs_lrcorner: [Function], - acs_ltee: [Function], - acs_rtee: [Function], - acs_btee: [Function], - acs_ttee: [Function], - acs_hline: [Function], - acs_vline: [Function], - acs_plus: [Function], - box_chars_1: [Function], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function], - bel: [Function], - cr: [Function], - csr: [Function], - tbc: [Function], - clear: [Function], - el: [Function], - ed: [Function], - hpa: [Function], - cup: [Function], - cud1: [Function], - home: [Function], - civis: [Function], - cub1: [Function], - cnorm: [Function], - cuf1: [Function], - cuu1: [Function], - cvvis: [Function], - dch1: [Function], - dl1: [Function], - smacs: [Function], - blink: [Function], - bold: [Function], - smcup: [Function], - dim: [Function], - smir: [Function], - invis: [Function], - rev: [Function], - smso: [Function], - smul: [Function], - ech: [Function], - rmacs: [Function], - sgr0: [Function], - rmcup: [Function], - rmir: [Function], - rmso: [Function], - rmul: [Function], - flash: [Function], - is2: [Function], - il1: [Function], - kbs: [Function], - kdch1: [Function], - kcud1: [Function], - kf1: [Function], - kf10: [Function], - kf2: [Function], - kf3: [Function], - kf4: [Function], - kf5: [Function], - kf6: [Function], - kf7: [Function], - kf8: [Function], - kf9: [Function], - khome: [Function], - kich1: [Function], - kcub1: [Function], - knp: [Function], - kpp: [Function], - kcuf1: [Function], - kind: [Function], - kri: [Function], - kcuu1: [Function], - rmkx: [Function], - smkx: [Function], - rmm: [Function], - smm: [Function], - dch: [Function], - dl: [Function], - cud: [Function], - ich: [Function], - indn: [Function], - il: [Function], - cub: [Function], - cuf: [Function], - rin: [Function], - cuu: [Function], - mc0: [Function], - mc4: [Function], - mc5: [Function], - rep: [Function], - rs1: [Function], - rs2: [Function], - rc: [Function], - vpa: [Function], - sc: [Function], - ind: [Function], - ri: [Function], - sgr: [Function], - hts: [Function], - ht: [Function], - kb2: [Function], - acsc: - { '`': '◆', - a: '▒', - f: '°', - g: '±', - i: '\u000b', - j: '┘', - k: '┐', - l: '┌', - m: '└', - n: '┼', - o: '⎺', - p: '⎻', - q: '─', - r: '⎼', - s: '⎽', - t: '├', - u: '┤', - v: '┴', - w: '┬', - x: '│', - y: '≤', - z: '≥', - '{': 'π', - '|': '≠', - '}': '£', - '~': '·' }, - kcbt: [Function], - smam: [Function], - rmam: [Function], - kend: [Function], - kent: [Function], - kDC: [Function], - kEND: [Function], - kHOM: [Function], - kIC: [Function], - kLFT: [Function], - kNXT: [Function], - kPRV: [Function], - kRIT: [Function], - kf11: [Function], - kf12: [Function], - kf13: [Function], - kf14: [Function], - kf15: [Function], - kf16: [Function], - kf17: [Function], - kf18: [Function], - kf19: [Function], - kf20: [Function], - kf21: [Function], - kf22: [Function], - kf23: [Function], - kf24: [Function], - kf25: [Function], - kf26: [Function], - kf27: [Function], - kf28: [Function], - kf29: [Function], - kf30: [Function], - kf31: [Function], - kf32: [Function], - kf33: [Function], - kf34: [Function], - kf35: [Function], - kf36: [Function], - kf37: [Function], - kf38: [Function], - kf39: [Function], - kf40: [Function], - kf41: [Function], - kf42: [Function], - kf43: [Function], - kf44: [Function], - kf45: [Function], - kf46: [Function], - kf47: [Function], - kf48: [Function], - kf49: [Function], - kf50: [Function], - kf51: [Function], - kf52: [Function], - kf53: [Function], - kf54: [Function], - kf55: [Function], - kf56: [Function], - kf57: [Function], - kf58: [Function], - kf59: [Function], - kf60: [Function], - kf61: [Function], - kf62: [Function], - kf63: [Function], - el1: [Function], - u6: [Function], - u7: [Function], - u8: [Function], - u9: [Function], - op: [Function], - oc: [Function], - initc: [Function], - sitm: [Function], - ritm: [Function], - kmous: [Function], - setaf: [Function], - setab: [Function], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Function], - mrcup: [Function], - ll: [Function], - dsl: [Function], - hd: [Function], - smdc: [Function], - prot: [Function], - rmdc: [Function], - ff: [Function], - fsl: [Function], - is1: [Function], - is3: [Function], - if: [Function], - ich1: [Function], - ip: [Function], - ktbc: [Function], - kclr: [Function], - kctab: [Function], - kdl1: [Function], - krmir: [Function], - kel: [Function], - ked: [Function], - kf0: [Function], - kil1: [Function], - kll: [Function], - khts: [Function], - lf0: [Function], - lf1: [Function], - lf10: [Function], - lf2: [Function], - lf3: [Function], - lf4: [Function], - lf5: [Function], - lf6: [Function], - lf7: [Function], - lf8: [Function], - lf9: [Function], - nel: [Function], - pad: [Function], - pfkey: [Function], - pfloc: [Function], - pfx: [Function], - rs3: [Function], - rf: [Function], - wind: [Function], - tsl: [Function], - uc: [Function], - hu: [Function], - iprog: [Function], - ka1: [Function], - ka3: [Function], - kc1: [Function], - kc3: [Function], - mc5p: [Function], - rmp: [Function], - pln: [Function], - smxon: [Function], - rmxon: [Function], - xonc: [Function], - xoffc: [Function], - enacs: [Function], - smln: [Function], - rmln: [Function], - kbeg: [Function], - kcan: [Function], - kclo: [Function], - kcmd: [Function], - kcpy: [Function], - kcrt: [Function], - kext: [Function], - kfnd: [Function], - khlp: [Function], - kmrk: [Function], - kmsg: [Function], - kmov: [Function], - knxt: [Function], - kopn: [Function], - kopt: [Function], - kprv: [Function], - kprt: [Function], - krdo: [Function], - kref: [Function], - krfr: [Function], - krpl: [Function], - krst: [Function], - kres: [Function], - ksav: [Function], - kspd: [Function], - kund: [Function], - kBEG: [Function], - kCAN: [Function], - kCMD: [Function], - kCPY: [Function], - kCRT: [Function], - kDL: [Function], - kslt: [Function], - kEOL: [Function], - kEXT: [Function], - kFND: [Function], - kHLP: [Function], - kMSG: [Function], - kMOV: [Function], - kOPT: [Function], - kPRT: [Function], - kRDO: [Function], - kRPL: [Function], - kRES: [Function], - kSAV: [Function], - kSPD: [Function], - kUND: [Function], - rfi: [Function], - mgc: [Function], - smgl: [Function], - smgr: [Function], - fln: [Function], - sclk: [Function], - dclk: [Function], - rmclk: [Function], - cwin: [Function], - wingo: [Function], - hup: [Function], - dial: [Function], - qdial: [Function], - hook: [Function], - pause: [Function], - wait: [Function], - u0: [Function], - u1: [Function], - u2: [Function], - u3: [Function], - u4: [Function], - u5: [Function], - initp: [Function], - scp: [Function], - setf: [Function], - setb: [Function], - cpi: [Function], - lpi: [Function], - chr: [Function], - cvr: [Function], - defc: [Function], - swidm: [Function], - sdrfq: [Function], - slm: [Function], - smicm: [Function], - snlq: [Function], - snrmq: [Function], - sshm: [Function], - ssubm: [Function], - ssupm: [Function], - sum: [Function], - rwidm: [Function], - rlm: [Function], - rmicm: [Function], - rshm: [Function], - rsubm: [Function], - rsupm: [Function], - rum: [Function], - mhpa: [Function], - mcud1: [Function], - mcub1: [Function], - mcuf1: [Function], - mvpa: [Function], - mcuu1: [Function], - porder: [Function], - mcud: [Function], - mcub: [Function], - mcuf: [Function], - mcuu: [Function], - scs: [Function], - smgb: [Function], - smgbp: [Function], - smglp: [Function], - smgrp: [Function], - smgt: [Function], - smgtp: [Function], - sbim: [Function], - scsd: [Function], - rbim: [Function], - rcsd: [Function], - subcs: [Function], - supcs: [Function], - docr: [Function], - zerom: [Function], - csnm: [Function], - minfo: [Function], - reqmp: [Function], - getm: [Function], - pfxl: [Function], - devt: [Function], - csin: [Function], - s0ds: [Function], - s1ds: [Function], - s2ds: [Function], - s3ds: [Function], - smglr: [Function], - smgtb: [Function], - birep: [Function], - binel: [Function], - bicr: [Function], - colornm: [Function], - defbi: [Function], - endbi: [Function], - setcolor: [Function], - slines: [Function], - dispc: [Function], - smpch: [Function], - rmpch: [Function], - smsc: [Function], - rmsc: [Function], - pctrm: [Function], - scesc: [Function], - scesa: [Function], - ehhlm: [Function], - elhlm: [Function], - elohlm: [Function], - erhlm: [Function], - ethlm: [Function], - evhlm: [Function], - sgr1: [Function], - slength: [Function], - info: - { header: [Object], - name: 'xterm-256color', - names: [Array], - desc: 'xterm with 256 colors', - dir: '/lib/terminfo', - file: '/lib/terminfo/x/xterm-256color', - bools: [Object], - numbers: [Object], - strings: [Object], - features: [Object], - all: [Object], - methods: [Object] }, - all: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: '\u001b[Z', - bell: '\u0007', - carriage_return: '\r', - change_scroll_region: '\u001b[%i%p1%d;%p2%dr', - clear_all_tabs: '\u001b[3g', - clear_screen: '\u001b[H\u001b[2J', - clr_eol: '\u001b[K', - clr_eos: '\u001b[J', - column_address: '\u001b[%i%p1%dG', - cursor_address: '\u001b[%i%p1%d;%p2%dH', - cursor_down: '\n', - cursor_home: '\u001b[H', - cursor_invisible: '\u001b[?25l', - cursor_left: '\b', - cursor_normal: '\u001b[?12l\u001b[?25h', - cursor_right: '\u001b[C', - cursor_up: '\u001b[A', - cursor_visible: '\u001b[?12;25h', - delete_character: '\u001b[P', - delete_line: '\u001b[M', - enter_alt_charset_mode: '\u001b(0', - enter_blink_mode: '\u001b[5m', - enter_bold_mode: '\u001b[1m', - enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', - enter_dim_mode: '\u001b[2m', - enter_insert_mode: '\u001b[4h', - enter_secure_mode: '\u001b[8m', - enter_reverse_mode: '\u001b[7m', - enter_standout_mode: '\u001b[7m', - enter_underline_mode: '\u001b[4m', - erase_chars: '\u001b[%p1%dX', - exit_alt_charset_mode: '\u001b(B', - exit_attribute_mode: '\u001b(B\u001b[m', - exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', - exit_insert_mode: '\u001b[4l', - exit_standout_mode: '\u001b[27m', - exit_underline_mode: '\u001b[24m', - flash_screen: '\u001b[?5h$<100/>\u001b[?5l', - init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - insert_line: '\u001b[L', - key_backspace: '', - key_dc: '\u001b[3~', - key_down: '\u001bOB', - key_f1: '\u001bOP', - key_f10: '\u001b[21~', - key_f2: '\u001bOQ', - key_f3: '\u001bOR', - key_f4: '\u001bOS', - key_f5: '\u001b[15~', - key_f6: '\u001b[17~', - key_f7: '\u001b[18~', - key_f8: '\u001b[19~', - key_f9: '\u001b[20~', - key_home: '\u001bOH', - key_ic: '\u001b[2~', - key_left: '\u001bOD', - key_npage: '\u001b[6~', - key_ppage: '\u001b[5~', - key_right: '\u001bOC', - key_sf: '\u001b[1;2B', - key_sr: '\u001b[1;2A', - key_up: '\u001bOA', - keypad_local: '\u001b[?1l\u001b>', - keypad_xmit: '\u001b[?1h\u001b=', - meta_off: '\u001b[?1034l', - meta_on: '\u001b[?1034h', - parm_dch: '\u001b[%p1%dP', - parm_delete_line: '\u001b[%p1%dM', - parm_down_cursor: '\u001b[%p1%dB', - parm_ich: '\u001b[%p1%d@', - parm_index: '\u001b[%p1%dS', - parm_insert_line: '\u001b[%p1%dL', - parm_left_cursor: '\u001b[%p1%dD', - parm_right_cursor: '\u001b[%p1%dC', - parm_rindex: '\u001b[%p1%dT', - parm_up_cursor: '\u001b[%p1%dA', - print_screen: '\u001b[i', - prtr_off: '\u001b[4i', - prtr_on: '\u001b[5i', - repeat_char: '%p1%c\u001b[%p2%{1}%-%db', - reset_1string: '\u001bc\u001b]104\u0007', - reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - restore_cursor: '\u001b8', - row_address: '\u001b[%i%p1%dd', - save_cursor: '\u001b7', - scroll_forward: '\n', - scroll_reverse: '\u001bM', - set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', - set_tab: '\u001bH', - tab: '\t', - key_b2: '\u001bOE', - acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', - key_btab: '\u001b[Z', - enter_am_mode: '\u001b[?7h', - exit_am_mode: '\u001b[?7l', - key_end: '\u001bOF', - key_enter: '\u001bOM', - key_sdc: '\u001b[3;2~', - key_send: '\u001b[1;2F', - key_shome: '\u001b[1;2H', - key_sic: '\u001b[2;2~', - key_sleft: '\u001b[1;2D', - key_snext: '\u001b[6;2~', - key_sprevious: '\u001b[5;2~', - key_sright: '\u001b[1;2C', - key_f11: '\u001b[23~', - key_f12: '\u001b[24~', - key_f13: '\u001b[1;2P', - key_f14: '\u001b[1;2Q', - key_f15: '\u001b[1;2R', - key_f16: '\u001b[1;2S', - key_f17: '\u001b[15;2~', - key_f18: '\u001b[17;2~', - key_f19: '\u001b[18;2~', - key_f20: '\u001b[19;2~', - key_f21: '\u001b[20;2~', - key_f22: '\u001b[21;2~', - key_f23: '\u001b[23;2~', - key_f24: '\u001b[24;2~', - key_f25: '\u001b[1;5P', - key_f26: '\u001b[1;5Q', - key_f27: '\u001b[1;5R', - key_f28: '\u001b[1;5S', - key_f29: '\u001b[15;5~', - key_f30: '\u001b[17;5~', - key_f31: '\u001b[18;5~', - key_f32: '\u001b[19;5~', - key_f33: '\u001b[20;5~', - key_f34: '\u001b[21;5~', - key_f35: '\u001b[23;5~', - key_f36: '\u001b[24;5~', - key_f37: '\u001b[1;6P', - key_f38: '\u001b[1;6Q', - key_f39: '\u001b[1;6R', - key_f40: '\u001b[1;6S', - key_f41: '\u001b[15;6~', - key_f42: '\u001b[17;6~', - key_f43: '\u001b[18;6~', - key_f44: '\u001b[19;6~', - key_f45: '\u001b[20;6~', - key_f46: '\u001b[21;6~', - key_f47: '\u001b[23;6~', - key_f48: '\u001b[24;6~', - key_f49: '\u001b[1;3P', - key_f50: '\u001b[1;3Q', - key_f51: '\u001b[1;3R', - key_f52: '\u001b[1;3S', - key_f53: '\u001b[15;3~', - key_f54: '\u001b[17;3~', - key_f55: '\u001b[18;3~', - key_f56: '\u001b[19;3~', - key_f57: '\u001b[20;3~', - key_f58: '\u001b[21;3~', - key_f59: '\u001b[23;3~', - key_f60: '\u001b[24;3~', - key_f61: '\u001b[1;4P', - key_f62: '\u001b[1;4Q', - key_f63: '\u001b[1;4R', - clr_bol: '\u001b[1K', - user6: '\u001b[%i%d;%dR', - user7: '\u001b[6n', - user8: '\u001b[?%[;0123456789]c', - user9: '\u001b[c', - orig_pair: '\u001b[39;49m', - orig_colors: '\u001b]104\u0007', - initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', - enter_italics_mode: '\u001b[3m', - exit_italics_mode: '\u001b[23m', - key_mouse: '\u001b[M', - set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', - set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', - memory_lock: '\u001bl', - memory_unlock: '\u001bm', - Cr: '\u001b]112\u0007', - Cs: '\u001b]12;%p1%s\u0007', - E3: '\u001b[3J', - Ms: '\u001b]52;%p1%s;%p2%s\u0007', - Se: '\u001b[2 q', - Ss: '\u001b[%p1%d q', - kDC3: '\u001b[3;3~', - kDC4: '\u001b[3;4~', - kDC5: '\u001b[3;5~', - kDC6: '\u001b[3;6~', - kDC7: '\u001b[3;7~', - kDN: '\u001b[1;2B', - kDN3: '\u001b[1;3B', - kDN4: '\u001b[1;4B', - kDN5: '\u001b[1;5B', - kDN6: '\u001b[1;6B', - kDN7: '\u001b[1;7B', - kEND3: '\u001b[1;3F', - kEND4: '\u001b[1;4F', - kEND5: '\u001b[1;5F', - kEND6: '\u001b[1;6F', - kEND7: '\u001b[1;7F', - kHOM3: '\u001b[1;3H', - kHOM4: '\u001b[1;4H', - kHOM5: '\u001b[1;5H', - kHOM6: '\u001b[1;6H', - kHOM7: '\u001b[1;7H', - kIC3: '\u001b[2;3~', - kIC4: '\u001b[2;4~', - kIC5: '\u001b[2;5~', - kIC6: '\u001b[2;6~', - kIC7: '\u001b[2;7~', - kLFT3: '\u001b[1;3D', - kLFT4: '\u001b[1;4D', - kLFT5: '\u001b[1;5D', - kLFT6: '\u001b[1;6D', - kLFT7: '\u001b[1;7D', - kNXT3: '\u001b[6;3~', - kNXT4: '\u001b[6;4~', - kNXT5: '\u001b[6;5~', - kNXT6: '\u001b[6;6~', - kNXT7: '\u001b[6;7~', - kPRV3: '\u001b[5;3~', - kPRV4: '\u001b[5;4~', - kPRV5: '\u001b[5;5~', - kPRV6: '\u001b[5;6~', - kPRV7: '\u001b[5;7~', - kRIT3: '\u001b[1;3C', - kRIT4: '\u001b[1;4C', - kRIT5: '\u001b[1;5C', - kRIT6: '\u001b[1;6C', - kRIT7: '\u001b[1;7C', - kUP: '\u001b[1;2A', - kUP3: '\u001b[1;3A', - kUP4: '\u001b[1;4A', - kUP5: '\u001b[1;5A', - kUP6: '\u001b[1;6A', - kUP7: '\u001b[1;7A', - ka2: '', - kb1: '', - kb3: '', - kc2: '', - rmxx: '\u001b[29m', - smxx: '\u001b[9m' }, - methods: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function: anonymous], - bell: [Function: anonymous], - carriage_return: [Function: anonymous], - change_scroll_region: [Function: anonymous], - clear_all_tabs: [Function: anonymous], - clear_screen: [Function: anonymous], - clr_eol: [Function: anonymous], - clr_eos: [Function: anonymous], - column_address: [Function: anonymous], - cursor_address: [Function: anonymous], - cursor_down: [Function: anonymous], - cursor_home: [Function: anonymous], - cursor_invisible: [Function: anonymous], - cursor_left: [Function: anonymous], - cursor_normal: [Function: anonymous], - cursor_right: [Function: anonymous], - cursor_up: [Function: anonymous], - cursor_visible: [Function: anonymous], - delete_character: [Function: anonymous], - delete_line: [Function: anonymous], - enter_alt_charset_mode: [Function: anonymous], - enter_blink_mode: [Function: anonymous], - enter_bold_mode: [Function: anonymous], - enter_ca_mode: [Function: anonymous], - enter_dim_mode: [Function: anonymous], - enter_insert_mode: [Function: anonymous], - enter_secure_mode: [Function: anonymous], - enter_reverse_mode: [Function: anonymous], - enter_standout_mode: [Function: anonymous], - enter_underline_mode: [Function: anonymous], - erase_chars: [Function: anonymous], - exit_alt_charset_mode: [Function: anonymous], - exit_attribute_mode: [Function: anonymous], - exit_ca_mode: [Function: anonymous], - exit_insert_mode: [Function: anonymous], - exit_standout_mode: [Function: anonymous], - exit_underline_mode: [Function: anonymous], - flash_screen: [Function: anonymous], - init_2string: [Function: anonymous], - insert_line: [Function: anonymous], - key_backspace: [Function: anonymous], - key_dc: [Function: anonymous], - key_down: [Function: anonymous], - key_f1: [Function: anonymous], - key_f10: [Function: anonymous], - key_f2: [Function: anonymous], - key_f3: [Function: anonymous], - key_f4: [Function: anonymous], - key_f5: [Function: anonymous], - key_f6: [Function: anonymous], - key_f7: [Function: anonymous], - key_f8: [Function: anonymous], - key_f9: [Function: anonymous], - key_home: [Function: anonymous], - key_ic: [Function: anonymous], - key_left: [Function: anonymous], - key_npage: [Function: anonymous], - key_ppage: [Function: anonymous], - key_right: [Function: anonymous], - key_sf: [Function: anonymous], - key_sr: [Function: anonymous], - key_up: [Function: anonymous], - keypad_local: [Function: anonymous], - keypad_xmit: [Function: anonymous], - meta_off: [Function: anonymous], - meta_on: [Function: anonymous], - parm_dch: [Function: anonymous], - parm_delete_line: [Function: anonymous], - parm_down_cursor: [Function: anonymous], - parm_ich: [Function: anonymous], - parm_index: [Function: anonymous], - parm_insert_line: [Function: anonymous], - parm_left_cursor: [Function: anonymous], - parm_right_cursor: [Function: anonymous], - parm_rindex: [Function: anonymous], - parm_up_cursor: [Function: anonymous], - print_screen: [Function: anonymous], - prtr_off: [Function: anonymous], - prtr_on: [Function: anonymous], - repeat_char: [Function: anonymous], - reset_1string: [Function: anonymous], - reset_2string: [Function: anonymous], - restore_cursor: [Function: anonymous], - row_address: [Function: anonymous], - save_cursor: [Function: anonymous], - scroll_forward: [Function: anonymous], - scroll_reverse: [Function: anonymous], - set_attributes: [Function: anonymous], - set_tab: [Function: anonymous], - tab: [Function: anonymous], - key_b2: [Function: anonymous], - acs_chars: [Function: anonymous], - key_btab: [Function: anonymous], - enter_am_mode: [Function: anonymous], - exit_am_mode: [Function: anonymous], - key_end: [Function: anonymous], - key_enter: [Function: anonymous], - key_sdc: [Function: anonymous], - key_send: [Function: anonymous], - key_shome: [Function: anonymous], - key_sic: [Function: anonymous], - key_sleft: [Function: anonymous], - key_snext: [Function: anonymous], - key_sprevious: [Function: anonymous], - key_sright: [Function: anonymous], - key_f11: [Function: anonymous], - key_f12: [Function: anonymous], - key_f13: [Function: anonymous], - key_f14: [Function: anonymous], - key_f15: [Function: anonymous], - key_f16: [Function: anonymous], - key_f17: [Function: anonymous], - key_f18: [Function: anonymous], - key_f19: [Function: anonymous], - key_f20: [Function: anonymous], - key_f21: [Function: anonymous], - key_f22: [Function: anonymous], - key_f23: [Function: anonymous], - key_f24: [Function: anonymous], - key_f25: [Function: anonymous], - key_f26: [Function: anonymous], - key_f27: [Function: anonymous], - key_f28: [Function: anonymous], - key_f29: [Function: anonymous], - key_f30: [Function: anonymous], - key_f31: [Function: anonymous], - key_f32: [Function: anonymous], - key_f33: [Function: anonymous], - key_f34: [Function: anonymous], - key_f35: [Function: anonymous], - key_f36: [Function: anonymous], - key_f37: [Function: anonymous], - key_f38: [Function: anonymous], - key_f39: [Function: anonymous], - key_f40: [Function: anonymous], - key_f41: [Function: anonymous], - key_f42: [Function: anonymous], - key_f43: [Function: anonymous], - key_f44: [Function: anonymous], - key_f45: [Function: anonymous], - key_f46: [Function: anonymous], - key_f47: [Function: anonymous], - key_f48: [Function: anonymous], - key_f49: [Function: anonymous], - key_f50: [Function: anonymous], - key_f51: [Function: anonymous], - key_f52: [Function: anonymous], - key_f53: [Function: anonymous], - key_f54: [Function: anonymous], - key_f55: [Function: anonymous], - key_f56: [Function: anonymous], - key_f57: [Function: anonymous], - key_f58: [Function: anonymous], - key_f59: [Function: anonymous], - key_f60: [Function: anonymous], - key_f61: [Function: anonymous], - key_f62: [Function: anonymous], - key_f63: [Function: anonymous], - clr_bol: [Function: anonymous], - user6: [Function: anonymous], - user7: [Function: anonymous], - user8: [Function: anonymous], - user9: [Function: anonymous], - orig_pair: [Function: anonymous], - orig_colors: [Function: anonymous], - initialize_color: [Function: bound anonymous], - enter_italics_mode: [Function: anonymous], - exit_italics_mode: [Function: anonymous], - key_mouse: [Function: anonymous], - set_a_foreground: [Function: anonymous], - set_a_background: [Function: anonymous], - memory_lock: [Function: anonymous], - memory_unlock: [Function: anonymous], - Cr: [Function: anonymous], - Cs: [Function: anonymous], - E3: [Function: anonymous], - Ms: [Function: anonymous], - Se: [Function: anonymous], - Ss: [Function: anonymous], - kDC3: [Function: anonymous], - kDC4: [Function: anonymous], - kDC5: [Function: anonymous], - kDC6: [Function: anonymous], - kDC7: [Function: anonymous], - kDN: [Function: anonymous], - kDN3: [Function: anonymous], - kDN4: [Function: anonymous], - kDN5: [Function: anonymous], - kDN6: [Function: anonymous], - kDN7: [Function: anonymous], - kEND3: [Function: anonymous], - kEND4: [Function: anonymous], - kEND5: [Function: anonymous], - kEND6: [Function: anonymous], - kEND7: [Function: anonymous], - kHOM3: [Function: anonymous], - kHOM4: [Function: anonymous], - kHOM5: [Function: anonymous], - kHOM6: [Function: anonymous], - kHOM7: [Function: anonymous], - kIC3: [Function: anonymous], - kIC4: [Function: anonymous], - kIC5: [Function: anonymous], - kIC6: [Function: anonymous], - kIC7: [Function: anonymous], - kLFT3: [Function: anonymous], - kLFT4: [Function: anonymous], - kLFT5: [Function: anonymous], - kLFT6: [Function: anonymous], - kLFT7: [Function: anonymous], - kNXT3: [Function: anonymous], - kNXT4: [Function: anonymous], - kNXT5: [Function: anonymous], - kNXT6: [Function: anonymous], - kNXT7: [Function: anonymous], - kPRV3: [Function: anonymous], - kPRV4: [Function: anonymous], - kPRV5: [Function: anonymous], - kPRV6: [Function: anonymous], - kPRV7: [Function: anonymous], - kRIT3: [Function: anonymous], - kRIT4: [Function: anonymous], - kRIT5: [Function: anonymous], - kRIT6: [Function: anonymous], - kRIT7: [Function: anonymous], - kUP: [Function: anonymous], - kUP3: [Function: anonymous], - kUP4: [Function: anonymous], - kUP5: [Function: anonymous], - kUP6: [Function: anonymous], - kUP7: [Function: anonymous], - ka2: [Object], - kb1: [Object], - kb3: [Object], - kc2: [Object], - rmxx: [Function: anonymous], - smxx: [Function: anonymous], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Object], - cursor_mem_address: [Object], - cursor_to_ll: [Object], - dis_status_line: [Object], - down_half_line: [Object], - enter_delete_mode: [Object], - enter_protected_mode: [Object], - exit_delete_mode: [Object], - form_feed: [Object], - from_status_line: [Object], - init_1string: [Object], - init_3string: [Object], - init_file: [Object], - insert_character: [Object], - insert_padding: [Object], - key_catab: [Object], - key_clear: [Object], - key_ctab: [Object], - key_dl: [Object], - key_eic: [Object], - key_eol: [Object], - key_eos: [Object], - key_f0: [Object], - key_il: [Object], - key_ll: [Object], - key_stab: [Object], - lab_f0: [Object], - lab_f1: [Object], - lab_f10: [Object], - lab_f2: [Object], - lab_f3: [Object], - lab_f4: [Object], - lab_f5: [Object], - lab_f6: [Object], - lab_f7: [Object], - lab_f8: [Object], - lab_f9: [Object], - newline: [Object], - pad_char: [Object], - pkey_key: [Object], - pkey_local: [Object], - pkey_xmit: [Object], - reset_3string: [Object], - reset_file: [Object], - set_window: [Object], - to_status_line: [Object], - underline_char: [Object], - up_half_line: [Object], - init_prog: [Object], - key_a1: [Object], - key_a3: [Object], - key_c1: [Object], - key_c3: [Object], - prtr_non: [Object], - char_padding: [Object], - plab_norm: [Object], - enter_xon_mode: [Object], - exit_xon_mode: [Object], - xon_character: [Object], - xoff_character: [Object], - ena_acs: [Object], - label_on: [Object], - label_off: [Object], - key_beg: [Object], - key_cancel: [Object], - key_close: [Object], - key_command: [Object], - key_copy: [Object], - key_create: [Object], - key_exit: [Object], - key_find: [Object], - key_help: [Object], - key_mark: [Object], - key_message: [Object], - key_move: [Object], - key_next: [Object], - key_open: [Object], - key_options: [Object], - key_previous: [Object], - key_print: [Object], - key_redo: [Object], - key_reference: [Object], - key_refresh: [Object], - key_replace: [Object], - key_restart: [Object], - key_resume: [Object], - key_save: [Object], - key_suspend: [Object], - key_undo: [Object], - key_sbeg: [Object], - key_scancel: [Object], - key_scommand: [Object], - key_scopy: [Object], - key_screate: [Object], - key_sdl: [Object], - key_select: [Object], - key_seol: [Object], - key_sexit: [Object], - key_sfind: [Object], - key_shelp: [Object], - key_smessage: [Object], - key_smove: [Object], - key_soptions: [Object], - key_sprint: [Object], - key_sredo: [Object], - key_sreplace: [Object], - key_srsume: [Object], - key_ssave: [Object], - key_ssuspend: [Object], - key_sundo: [Object], - req_for_input: [Object], - clear_margins: [Object], - set_left_margin: [Object], - set_right_margin: [Object], - label_format: [Object], - set_clock: [Object], - display_clock: [Object], - remove_clock: [Object], - create_window: [Object], - goto_window: [Object], - hangup: [Object], - dial_phone: [Object], - quick_dial: [Object], - tone: [Object], - pulse: [Object], - flash_hook: [Object], - fixed_pause: [Object], - wait_tone: [Object], - user0: [Object], - user1: [Object], - user2: [Object], - user3: [Object], - user4: [Object], - user5: [Object], - initialize_pair: [Object], - set_color_pair: [Object], - set_foreground: [Object], - set_background: [Object], - change_char_pitch: [Object], - change_line_pitch: [Object], - change_res_horz: [Object], - change_res_vert: [Object], - define_char: [Object], - enter_doublewide_mode: [Object], - enter_draft_quality: [Object], - enter_leftward_mode: [Object], - enter_micro_mode: [Object], - enter_near_letter_quality: [Object], - enter_normal_quality: [Object], - enter_shadow_mode: [Object], - enter_subscript_mode: [Object], - enter_superscript_mode: [Object], - enter_upward_mode: [Object], - exit_doublewide_mode: [Object], - exit_leftward_mode: [Object], - exit_micro_mode: [Object], - exit_shadow_mode: [Object], - exit_subscript_mode: [Object], - exit_superscript_mode: [Object], - exit_upward_mode: [Object], - micro_column_address: [Object], - micro_down: [Object], - micro_left: [Object], - micro_right: [Object], - micro_row_address: [Object], - micro_up: [Object], - order_of_pins: [Object], - parm_down_micro: [Object], - parm_left_micro: [Object], - parm_right_micro: [Object], - parm_up_micro: [Object], - select_char_set: [Object], - set_bottom_margin: [Object], - set_bottom_margin_parm: [Object], - set_left_margin_parm: [Object], - set_right_margin_parm: [Object], - set_top_margin: [Object], - set_top_margin_parm: [Object], - start_bit_image: [Object], - start_char_set_def: [Object], - stop_bit_image: [Object], - stop_char_set_def: [Object], - subscript_characters: [Object], - superscript_characters: [Object], - these_cause_cr: [Object], - zero_motion: [Object], - char_set_names: [Object], - mouse_info: [Object], - req_mouse_pos: [Object], - get_mouse: [Object], - pkey_plab: [Object], - device_type: [Object], - code_set_init: [Object], - set0_des_seq: [Object], - set1_des_seq: [Object], - set2_des_seq: [Object], - set3_des_seq: [Object], - set_lr_margin: [Object], - set_tb_margin: [Object], - bit_image_repeat: [Object], - bit_image_newline: [Object], - bit_image_carriage_return: [Object], - color_names: [Object], - define_bit_image_region: [Object], - end_bit_image_region: [Object], - set_color_band: [Object], - set_page_length: [Object], - display_pc_char: [Object], - enter_pc_charset_mode: [Object], - exit_pc_charset_mode: [Object], - enter_scancode_mode: [Object], - exit_scancode_mode: [Object], - pc_term_options: [Object], - scancode_escape: [Object], - alt_scancode_esc: [Object], - enter_horizontal_hl_mode: [Object], - enter_left_hl_mode: [Object], - enter_low_hl_mode: [Object], - enter_right_hl_mode: [Object], - enter_top_hl_mode: [Object], - enter_vertical_hl_mode: [Object], - set_a_attributes: [Object], - set_pglen_inch: [Object], - termcap_init2: [Object], - termcap_reset: [Object], - linefeed_if_not_lf: [Object], - backspace_if_not_bs: [Object], - other_non_function_keys: [Object], - arrow_key_map: [Object], - acs_ulcorner: [Object], - acs_llcorner: [Object], - acs_urcorner: [Object], - acs_lrcorner: [Object], - acs_ltee: [Object], - acs_rtee: [Object], - acs_btee: [Object], - acs_ttee: [Object], - acs_hline: [Object], - acs_vline: [Object], - acs_plus: [Object], - box_chars_1: [Object], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function: anonymous], - bel: [Function: anonymous], - cr: [Function: anonymous], - csr: [Function: anonymous], - tbc: [Function: anonymous], - clear: [Function: anonymous], - el: [Function: anonymous], - ed: [Function: anonymous], - hpa: [Function: anonymous], - cup: [Function: anonymous], - cud1: [Function: anonymous], - home: [Function: anonymous], - civis: [Function: anonymous], - cub1: [Function: anonymous], - cnorm: [Function: anonymous], - cuf1: [Function: anonymous], - cuu1: [Function: anonymous], - cvvis: [Function: anonymous], - dch1: [Function: anonymous], - dl1: [Function: anonymous], - smacs: [Function: anonymous], - blink: [Function: anonymous], - bold: [Function: anonymous], - smcup: [Function: anonymous], - dim: [Function: anonymous], - smir: [Function: anonymous], - invis: [Function: anonymous], - rev: [Function: anonymous], - smso: [Function: anonymous], - smul: [Function: anonymous], - ech: [Function: anonymous], - rmacs: [Function: anonymous], - sgr0: [Function: anonymous], - rmcup: [Function: anonymous], - rmir: [Function: anonymous], - rmso: [Function: anonymous], - rmul: [Function: anonymous], - flash: [Function: anonymous], - is2: [Function: anonymous], - il1: [Function: anonymous], - kbs: [Function: anonymous], - kdch1: [Function: anonymous], - kcud1: [Function: anonymous], - kf1: [Function: anonymous], - kf10: [Function: anonymous], - kf2: [Function: anonymous], - kf3: [Function: anonymous], - kf4: [Function: anonymous], - kf5: [Function: anonymous], - kf6: [Function: anonymous], - kf7: [Function: anonymous], - kf8: [Function: anonymous], - kf9: [Function: anonymous], - khome: [Function: anonymous], - kich1: [Function: anonymous], - kcub1: [Function: anonymous], - knp: [Function: anonymous], - kpp: [Function: anonymous], - kcuf1: [Function: anonymous], - kind: [Function: anonymous], - kri: [Function: anonymous], - kcuu1: [Function: anonymous], - rmkx: [Function: anonymous], - smkx: [Function: anonymous], - rmm: [Function: anonymous], - smm: [Function: anonymous], - dch: [Function: anonymous], - dl: [Function: anonymous], - cud: [Function: anonymous], - ich: [Function: anonymous], - indn: [Function: anonymous], - il: [Function: anonymous], - cub: [Function: anonymous], - cuf: [Function: anonymous], - rin: [Function: anonymous], - cuu: [Function: anonymous], - mc0: [Function: anonymous], - mc4: [Function: anonymous], - mc5: [Function: anonymous], - rep: [Function: anonymous], - rs1: [Function: anonymous], - rs2: [Function: anonymous], - rc: [Function: anonymous], - vpa: [Function: anonymous], - sc: [Function: anonymous], - ind: [Function: anonymous], - ri: [Function: anonymous], - sgr: [Function: anonymous], - hts: [Function: anonymous], - ht: [Function: anonymous], - kb2: [Function: anonymous], - acsc: [Function: anonymous], - kcbt: [Function: anonymous], - smam: [Function: anonymous], - rmam: [Function: anonymous], - kend: [Function: anonymous], - kent: [Function: anonymous], - kDC: [Function: anonymous], - kEND: [Function: anonymous], - kHOM: [Function: anonymous], - kIC: [Function: anonymous], - kLFT: [Function: anonymous], - kNXT: [Function: anonymous], - kPRV: [Function: anonymous], - kRIT: [Function: anonymous], - kf11: [Function: anonymous], - kf12: [Function: anonymous], - kf13: [Function: anonymous], - kf14: [Function: anonymous], - kf15: [Function: anonymous], - kf16: [Function: anonymous], - kf17: [Function: anonymous], - kf18: [Function: anonymous], - kf19: [Function: anonymous], - kf20: [Function: anonymous], - kf21: [Function: anonymous], - kf22: [Function: anonymous], - kf23: [Function: anonymous], - kf24: [Function: anonymous], - kf25: [Function: anonymous], - kf26: [Function: anonymous], - kf27: [Function: anonymous], - kf28: [Function: anonymous], - kf29: [Function: anonymous], - kf30: [Function: anonymous], - kf31: [Function: anonymous], - kf32: [Function: anonymous], - kf33: [Function: anonymous], - kf34: [Function: anonymous], - kf35: [Function: anonymous], - kf36: [Function: anonymous], - kf37: [Function: anonymous], - kf38: [Function: anonymous], - kf39: [Function: anonymous], - kf40: [Function: anonymous], - kf41: [Function: anonymous], - kf42: [Function: anonymous], - kf43: [Function: anonymous], - kf44: [Function: anonymous], - kf45: [Function: anonymous], - kf46: [Function: anonymous], - kf47: [Function: anonymous], - kf48: [Function: anonymous], - kf49: [Function: anonymous], - kf50: [Function: anonymous], - kf51: [Function: anonymous], - kf52: [Function: anonymous], - kf53: [Function: anonymous], - kf54: [Function: anonymous], - kf55: [Function: anonymous], - kf56: [Function: anonymous], - kf57: [Function: anonymous], - kf58: [Function: anonymous], - kf59: [Function: anonymous], - kf60: [Function: anonymous], - kf61: [Function: anonymous], - kf62: [Function: anonymous], - kf63: [Function: anonymous], - el1: [Function: anonymous], - u6: [Function: anonymous], - u7: [Function: anonymous], - u8: [Function: anonymous], - u9: [Function: anonymous], - op: [Function: anonymous], - oc: [Function: anonymous], - initc: [Function: bound anonymous], - sitm: [Function: anonymous], - ritm: [Function: anonymous], - kmous: [Function: anonymous], - setaf: [Function: anonymous], - setab: [Function: anonymous], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Object], - mrcup: [Object], - ll: [Object], - dsl: [Object], - hd: [Object], - smdc: [Object], - prot: [Object], - rmdc: [Object], - ff: [Object], - fsl: [Object], - is1: [Object], - is3: [Object], - if: [Object], - ich1: [Object], - ip: [Object], - ktbc: [Object], - kclr: [Object], - kctab: [Object], - kdl1: [Object], - krmir: [Object], - kel: [Object], - ked: [Object], - kf0: [Object], - kil1: [Object], - kll: [Object], - khts: [Object], - lf0: [Object], - lf1: [Object], - lf10: [Object], - lf2: [Object], - lf3: [Object], - lf4: [Object], - lf5: [Object], - lf6: [Object], - lf7: [Object], - lf8: [Object], - lf9: [Object], - nel: [Object], - pad: [Object], - pfkey: [Object], - pfloc: [Object], - pfx: [Object], - rs3: [Object], - rf: [Object], - wind: [Object], - tsl: [Object], - uc: [Object], - hu: [Object], - iprog: [Object], - ka1: [Object], - ka3: [Object], - kc1: [Object], - kc3: [Object], - mc5p: [Object], - rmp: [Object], - pln: [Object], - smxon: [Object], - rmxon: [Object], - xonc: [Object], - xoffc: [Object], - enacs: [Object], - smln: [Object], - rmln: [Object], - kbeg: [Object], - kcan: [Object], - kclo: [Object], - kcmd: [Object], - kcpy: [Object], - kcrt: [Object], - kext: [Object], - kfnd: [Object], - khlp: [Object], - kmrk: [Object], - kmsg: [Object], - kmov: [Object], - knxt: [Object], - kopn: [Object], - kopt: [Object], - kprv: [Object], - kprt: [Object], - krdo: [Object], - kref: [Object], - krfr: [Object], - krpl: [Object], - krst: [Object], - kres: [Object], - ksav: [Object], - kspd: [Object], - kund: [Object], - kBEG: [Object], - kCAN: [Object], - kCMD: [Object], - kCPY: [Object], - kCRT: [Object], - kDL: [Object], - kslt: [Object], - kEOL: [Object], - kEXT: [Object], - kFND: [Object], - kHLP: [Object], - kMSG: [Object], - kMOV: [Object], - kOPT: [Object], - kPRT: [Object], - kRDO: [Object], - kRPL: [Object], - kRES: [Object], - kSAV: [Object], - kSPD: [Object], - kUND: [Object], - rfi: [Object], - mgc: [Object], - smgl: [Object], - smgr: [Object], - fln: [Object], - sclk: [Object], - dclk: [Object], - rmclk: [Object], - cwin: [Object], - wingo: [Object], - hup: [Object], - dial: [Object], - qdial: [Object], - hook: [Object], - pause: [Object], - wait: [Object], - u0: [Object], - u1: [Object], - u2: [Object], - u3: [Object], - u4: [Object], - u5: [Object], - initp: [Object], - scp: [Object], - setf: [Object], - setb: [Object], - cpi: [Object], - lpi: [Object], - chr: [Object], - cvr: [Object], - defc: [Object], - swidm: [Object], - sdrfq: [Object], - slm: [Object], - smicm: [Object], - snlq: [Object], - snrmq: [Object], - sshm: [Object], - ssubm: [Object], - ssupm: [Object], - sum: [Object], - rwidm: [Object], - rlm: [Object], - rmicm: [Object], - rshm: [Object], - rsubm: [Object], - rsupm: [Object], - rum: [Object], - mhpa: [Object], - mcud1: [Object], - mcub1: [Object], - mcuf1: [Object], - mvpa: [Object], - mcuu1: [Object], - porder: [Object], - mcud: [Object], - mcub: [Object], - mcuf: [Object], - mcuu: [Object], - scs: [Object], - smgb: [Object], - smgbp: [Object], - smglp: [Object], - smgrp: [Object], - smgt: [Object], - smgtp: [Object], - sbim: [Object], - scsd: [Object], - rbim: [Object], - rcsd: [Object], - subcs: [Object], - supcs: [Object], - docr: [Object], - zerom: [Object], - csnm: [Object], - minfo: [Object], - reqmp: [Object], - getm: [Object], - pfxl: [Object], - devt: [Object], - csin: [Object], - s0ds: [Object], - s1ds: [Object], - s2ds: [Object], - s3ds: [Object], - smglr: [Object], - smgtb: [Object], - birep: [Object], - binel: [Object], - bicr: [Object], - colornm: [Object], - defbi: [Object], - endbi: [Object], - setcolor: [Object], - slines: [Object], - dispc: [Object], - smpch: [Object], - rmpch: [Object], - smsc: [Object], - rmsc: [Object], - pctrm: [Object], - scesc: [Object], - scesa: [Object], - ehhlm: [Object], - elhlm: [Object], - elohlm: [Object], - erhlm: [Object], - ethlm: [Object], - evhlm: [Object], - sgr1: [Object], - slength: [Object] }, - bools: - { auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true }, - numbers: - { columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767 }, - strings: - { back_tab: '\u001b[Z', - bell: '\u0007', - carriage_return: '\r', - change_scroll_region: '\u001b[%i%p1%d;%p2%dr', - clear_all_tabs: '\u001b[3g', - clear_screen: '\u001b[H\u001b[2J', - clr_eol: '\u001b[K', - clr_eos: '\u001b[J', - column_address: '\u001b[%i%p1%dG', - cursor_address: '\u001b[%i%p1%d;%p2%dH', - cursor_down: '\n', - cursor_home: '\u001b[H', - cursor_invisible: '\u001b[?25l', - cursor_left: '\b', - cursor_normal: '\u001b[?12l\u001b[?25h', - cursor_right: '\u001b[C', - cursor_up: '\u001b[A', - cursor_visible: '\u001b[?12;25h', - delete_character: '\u001b[P', - delete_line: '\u001b[M', - enter_alt_charset_mode: '\u001b(0', - enter_blink_mode: '\u001b[5m', - enter_bold_mode: '\u001b[1m', - enter_ca_mode: '\u001b[?1049h\u001b[22;0;0t', - enter_dim_mode: '\u001b[2m', - enter_insert_mode: '\u001b[4h', - enter_secure_mode: '\u001b[8m', - enter_reverse_mode: '\u001b[7m', - enter_standout_mode: '\u001b[7m', - enter_underline_mode: '\u001b[4m', - erase_chars: '\u001b[%p1%dX', - exit_alt_charset_mode: '\u001b(B', - exit_attribute_mode: '\u001b(B\u001b[m', - exit_ca_mode: '\u001b[?1049l\u001b[23;0;0t', - exit_insert_mode: '\u001b[4l', - exit_standout_mode: '\u001b[27m', - exit_underline_mode: '\u001b[24m', - flash_screen: '\u001b[?5h$<100/>\u001b[?5l', - init_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - insert_line: '\u001b[L', - key_backspace: '', - key_dc: '\u001b[3~', - key_down: '\u001bOB', - key_f1: '\u001bOP', - key_f10: '\u001b[21~', - key_f2: '\u001bOQ', - key_f3: '\u001bOR', - key_f4: '\u001bOS', - key_f5: '\u001b[15~', - key_f6: '\u001b[17~', - key_f7: '\u001b[18~', - key_f8: '\u001b[19~', - key_f9: '\u001b[20~', - key_home: '\u001bOH', - key_ic: '\u001b[2~', - key_left: '\u001bOD', - key_npage: '\u001b[6~', - key_ppage: '\u001b[5~', - key_right: '\u001bOC', - key_sf: '\u001b[1;2B', - key_sr: '\u001b[1;2A', - key_up: '\u001bOA', - keypad_local: '\u001b[?1l\u001b>', - keypad_xmit: '\u001b[?1h\u001b=', - meta_off: '\u001b[?1034l', - meta_on: '\u001b[?1034h', - parm_dch: '\u001b[%p1%dP', - parm_delete_line: '\u001b[%p1%dM', - parm_down_cursor: '\u001b[%p1%dB', - parm_ich: '\u001b[%p1%d@', - parm_index: '\u001b[%p1%dS', - parm_insert_line: '\u001b[%p1%dL', - parm_left_cursor: '\u001b[%p1%dD', - parm_right_cursor: '\u001b[%p1%dC', - parm_rindex: '\u001b[%p1%dT', - parm_up_cursor: '\u001b[%p1%dA', - print_screen: '\u001b[i', - prtr_off: '\u001b[4i', - prtr_on: '\u001b[5i', - repeat_char: '%p1%c\u001b[%p2%{1}%-%db', - reset_1string: '\u001bc\u001b]104\u0007', - reset_2string: '\u001b[!p\u001b[?3;4l\u001b[4l\u001b>', - restore_cursor: '\u001b8', - row_address: '\u001b[%i%p1%dd', - save_cursor: '\u001b7', - scroll_forward: '\n', - scroll_reverse: '\u001bM', - set_attributes: '%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m', - set_tab: '\u001bH', - tab: '\t', - key_b2: '\u001bOE', - acs_chars: '``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~', - key_btab: '\u001b[Z', - enter_am_mode: '\u001b[?7h', - exit_am_mode: '\u001b[?7l', - key_end: '\u001bOF', - key_enter: '\u001bOM', - key_sdc: '\u001b[3;2~', - key_send: '\u001b[1;2F', - key_shome: '\u001b[1;2H', - key_sic: '\u001b[2;2~', - key_sleft: '\u001b[1;2D', - key_snext: '\u001b[6;2~', - key_sprevious: '\u001b[5;2~', - key_sright: '\u001b[1;2C', - key_f11: '\u001b[23~', - key_f12: '\u001b[24~', - key_f13: '\u001b[1;2P', - key_f14: '\u001b[1;2Q', - key_f15: '\u001b[1;2R', - key_f16: '\u001b[1;2S', - key_f17: '\u001b[15;2~', - key_f18: '\u001b[17;2~', - key_f19: '\u001b[18;2~', - key_f20: '\u001b[19;2~', - key_f21: '\u001b[20;2~', - key_f22: '\u001b[21;2~', - key_f23: '\u001b[23;2~', - key_f24: '\u001b[24;2~', - key_f25: '\u001b[1;5P', - key_f26: '\u001b[1;5Q', - key_f27: '\u001b[1;5R', - key_f28: '\u001b[1;5S', - key_f29: '\u001b[15;5~', - key_f30: '\u001b[17;5~', - key_f31: '\u001b[18;5~', - key_f32: '\u001b[19;5~', - key_f33: '\u001b[20;5~', - key_f34: '\u001b[21;5~', - key_f35: '\u001b[23;5~', - key_f36: '\u001b[24;5~', - key_f37: '\u001b[1;6P', - key_f38: '\u001b[1;6Q', - key_f39: '\u001b[1;6R', - key_f40: '\u001b[1;6S', - key_f41: '\u001b[15;6~', - key_f42: '\u001b[17;6~', - key_f43: '\u001b[18;6~', - key_f44: '\u001b[19;6~', - key_f45: '\u001b[20;6~', - key_f46: '\u001b[21;6~', - key_f47: '\u001b[23;6~', - key_f48: '\u001b[24;6~', - key_f49: '\u001b[1;3P', - key_f50: '\u001b[1;3Q', - key_f51: '\u001b[1;3R', - key_f52: '\u001b[1;3S', - key_f53: '\u001b[15;3~', - key_f54: '\u001b[17;3~', - key_f55: '\u001b[18;3~', - key_f56: '\u001b[19;3~', - key_f57: '\u001b[20;3~', - key_f58: '\u001b[21;3~', - key_f59: '\u001b[23;3~', - key_f60: '\u001b[24;3~', - key_f61: '\u001b[1;4P', - key_f62: '\u001b[1;4Q', - key_f63: '\u001b[1;4R', - clr_bol: '\u001b[1K', - user6: '\u001b[%i%d;%dR', - user7: '\u001b[6n', - user8: '\u001b[?%[;0123456789]c', - user9: '\u001b[c', - orig_pair: '\u001b[39;49m', - orig_colors: '\u001b]104\u0007', - initialize_color: '\u001b]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\u001b\\', - enter_italics_mode: '\u001b[3m', - exit_italics_mode: '\u001b[23m', - key_mouse: '\u001b[M', - set_a_foreground: '\u001b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m', - set_a_background: '\u001b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m', - memory_lock: '\u001bl', - memory_unlock: '\u001bm', - Cr: '\u001b]112\u0007', - Cs: '\u001b]12;%p1%s\u0007', - E3: '\u001b[3J', - Ms: '\u001b]52;%p1%s;%p2%s\u0007', - Se: '\u001b[2 q', - Ss: '\u001b[%p1%d q', - kDC3: '\u001b[3;3~', - kDC4: '\u001b[3;4~', - kDC5: '\u001b[3;5~', - kDC6: '\u001b[3;6~', - kDC7: '\u001b[3;7~', - kDN: '\u001b[1;2B', - kDN3: '\u001b[1;3B', - kDN4: '\u001b[1;4B', - kDN5: '\u001b[1;5B', - kDN6: '\u001b[1;6B', - kDN7: '\u001b[1;7B', - kEND3: '\u001b[1;3F', - kEND4: '\u001b[1;4F', - kEND5: '\u001b[1;5F', - kEND6: '\u001b[1;6F', - kEND7: '\u001b[1;7F', - kHOM3: '\u001b[1;3H', - kHOM4: '\u001b[1;4H', - kHOM5: '\u001b[1;5H', - kHOM6: '\u001b[1;6H', - kHOM7: '\u001b[1;7H', - kIC3: '\u001b[2;3~', - kIC4: '\u001b[2;4~', - kIC5: '\u001b[2;5~', - kIC6: '\u001b[2;6~', - kIC7: '\u001b[2;7~', - kLFT3: '\u001b[1;3D', - kLFT4: '\u001b[1;4D', - kLFT5: '\u001b[1;5D', - kLFT6: '\u001b[1;6D', - kLFT7: '\u001b[1;7D', - kNXT3: '\u001b[6;3~', - kNXT4: '\u001b[6;4~', - kNXT5: '\u001b[6;5~', - kNXT6: '\u001b[6;6~', - kNXT7: '\u001b[6;7~', - kPRV3: '\u001b[5;3~', - kPRV4: '\u001b[5;4~', - kPRV5: '\u001b[5;5~', - kPRV6: '\u001b[5;6~', - kPRV7: '\u001b[5;7~', - kRIT3: '\u001b[1;3C', - kRIT4: '\u001b[1;4C', - kRIT5: '\u001b[1;5C', - kRIT6: '\u001b[1;6C', - kRIT7: '\u001b[1;7C', - kUP: '\u001b[1;2A', - kUP3: '\u001b[1;3A', - kUP4: '\u001b[1;4A', - kUP5: '\u001b[1;5A', - kUP6: '\u001b[1;6A', - kUP7: '\u001b[1;7A', - ka2: '', - kb1: '', - kb3: '', - kc2: '', - rmxx: '\u001b[29m', - smxx: '\u001b[9m' }, - features: - { unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - padding: true, - setbuf: true, - acsc: [Object], - acscr: [Object] }, - unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - setbuf: true, - acscr: - { '◆': '`', - '▒': 'a', - '°': 'f', - '±': 'g', - '\u000b': 'i', - '┘': 'j', - '┐': 'k', - '┌': 'l', - '└': 'm', - '┼': 'n', - '⎺': 'o', - '⎻': 'p', - '─': 'q', - '⎼': 'r', - '⎽': 's', - '├': 't', - '┤': 'u', - '┴': 'v', - '┬': 'w', - '│': 'x', - '≤': 'y', - '≥': 'z', - 'π': '{', - '≠': '|', - '£': '}', - '·': '~' } }, - _events: - { newListener: [Function: fn], - keypress: [Function], - resize: [ [Function], [Function: setupCharts] ], - render: [Function], - 'element click': [Function] }, - options: - { cursor: - { artificial: undefined, - shape: undefined, - blink: undefined, - color: undefined } }, - screen: [Circular], - parent: null, - children: - [ Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 1, - index: 0, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', - _clines: [Array], - _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', - lpos: [Object] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 2, - index: 1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'right', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: '20:55:02 ', - _clines: [Array], - _pcontent: '20:55:02 ', - lpos: [Object] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 3, - index: 2, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'center', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: 'Load Average: 0.94 1.13 0.95', - _clines: [Array], - _pcontent: 'Load Average: \n0.94 1.13 0.95', - lpos: [Object] }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 4, - index: 3, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: ' {white-bg}{black-fg}dd{/black-fg}{/white-bg} Kill process {white-bg}{black-fg}j{/black-fg}{/white-bg} Down {white-bg}{black-fg}PgDown{/black-fg}{/white-bg} 5 Down {white-bg}{black-fg}PgUp{/black-fg}{/white-bg} 5 Up {white-bg}{black-fg}k{/black-fg}{/white-bg} Up {white-bg}{black-fg}g{/black-fg}{/white-bg} Jump to top {white-bg}{black-fg}G{/black-fg}{/white-bg} Jump to bottom {white-bg}{black-fg}c{/black-fg}{/white-bg} Sort by CPU {white-bg}{black-fg}m{/black-fg}{/white-bg} Sort by Mem{|}http://parall.ax/vtop', - _clines: [Array], - _pcontent: ' \n \n\u001b[47m\u001b[30md\nd\n\u001b[39m\u001b[49m \nK\ni\nl\nl\n \np\nr\no\nc\ne\ns\ns\n \n \n\u001b[47m\u001b[30mj\n\u001b[39m\u001b[49m \nD\no\nw\nn\n \n \n\u001b[47m\u001b[30mP\ng\nD\no\nw\nn\n\u001b[39m\u001b[49m \n5\n \nD\no\nw\nn\n \n \n\u001b[47m\u001b[30mP\ng\nU\np\n\u001b[39m\u001b[49m \n5\n \nU\np\n \n \n\u001b[47m\u001b[30mk\n\u001b[39m\u001b[49m \nU\np\n \n \n\u001b[47m\u001b[30mg\n\u001b[39m\u001b[49m \nJ\nu\nm\np\n \nt\no\n \nt\no\np\n \n \n\u001b[47m\u001b[30mG\n\u001b[39m\u001b[49m \nJ\nu\nm\np\n \nt\no\n \nb\no\nt\nt\no\nm\n \n \n\u001b[47m\u001b[30mc\n\u001b[39m\u001b[49m \nS\no\nr\nt\n \nb\ny\n \nC\nP\nU\n \n \n\u001b[47m\u001b[30mm\n\u001b[39m\u001b[49m \nS\no\nr\nt\n \nb\ny\n \nM\ne\nm\n{\n|\n}\nh\nt\nt\np\n:\n/\n/\np\na\nr\na\nl\nl\n.\na\nx\n/\nv\nt\no\np', - lpos: [Object] }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 6, - index: 4, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: [Object], - parseTags: true, - content: ' {white-fg} 13%{/white-fg}\n', - _clines: [Array], - _pcontent: ' \u001b[37m 13%\u001b[39m\n', - _label: [Object], - _labelScroll: [Function], - _labelResize: [Function] }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 5, - index: 5, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: [Object], - parseTags: true, - content: '{white-fg} 8%{/white-fg}\n', - _clines: [Array], - _pcontent: '\u001b[37m 8%\u001b[39m\n', - _label: [Object], - _labelScroll: [Function], - _labelResize: [Function] }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 7, - index: 6, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: [Object], - parseTags: true, - content: '{bold} Command{/bold}\n', - _clines: [Array], - _pcontent: '\u001b[1m Command\u001b[22m\n', - _label: [Object], - _labelScroll: [Function], - _labelResize: [Function] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 194, - index: 7, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', - _clines: [Array], - _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', - lpos: [Object] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 195, - index: 8, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'right', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: '20:55:02 ', - _clines: [Array], - _pcontent: '20:55:02 ', - lpos: [Object] }, - Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 196, - index: 9, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'center', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: 'Load Average: 0.94 1.13 0.95', - _clines: [Array], - _pcontent: 'Load Average: \n0.94 1.13 0.95', - lpos: [Object] } ], - data: {}, - _: {}, - '$': {}, - uid: 0, - autoPadding: true, - tabc: ' ', - dockBorders: undefined, - ignoreLocked: [], - _unicode: false, - fullUnicode: undefined, - dattr: 262143, - renders: 19, - rleft: 0, - aleft: 0, - left: 0, - rright: 0, - aright: 0, - right: 0, - rtop: 0, - atop: 0, - top: 0, - rbottom: 0, - abottom: 0, - bottom: 0, - position: - { left: 0, - right: 0, - top: 0, - bottom: 0, - height: [Getter], - width: [Getter] }, - ileft: 0, - itop: 0, - iright: 0, - ibottom: 0, - iheight: 0, - iwidth: 0, - padding: { left: 0, top: 0, right: 0, bottom: 0 }, - hover: null, - history: - [ Text { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 1, - index: 0, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: ' {bold}vtop{/bold}{white-fg} for kopcha16-GL552VW ', - _clines: [Array], - _pcontent: ' \u001b[1mvtop\u001b[22m\u001b[37m for kopcha16-GL552VW ', - lpos: [Object] }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true } ], - clickable: - [ ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 12, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' no', - clickable: true, - _clines: [Array], - _pcontent: ' no' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 13, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-she', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-she' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 14, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' Web Conte', - clickable: true, - _clines: [Array], - _pcontent: ' Web Conte' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 15, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' firef', - clickable: true, - _clines: [Array], - _pcontent: ' firef' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 16, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' Xo', - clickable: true, - _clines: [Array], - _pcontent: ' Xo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 17, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' pulseaud', - clickable: true, - _clines: [Array], - _pcontent: ' pulseaud' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 18, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' sublime_te', - clickable: true, - _clines: [Array], - _pcontent: ' sublime_te' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 19, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' packageki', - clickable: true, - _clines: [Array], - _pcontent: ' packageki' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 20, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-termina', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-termina' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 21, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' i', - clickable: true, - _clines: [Array], - _pcontent: ' i' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 22, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-ude', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-ude' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 23, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' docke', - clickable: true, - _clines: [Array], - _pcontent: ' docke' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 24, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ibus-daem', - clickable: true, - _clines: [Array], - _pcontent: ' ibus-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 25, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-softwa', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-softwa' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 26, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' sna', - clickable: true, - _clines: [Array], - _pcontent: ' sna' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 27, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' docker-contai', - clickable: true, - _clines: [Array], - _pcontent: ' docker-contai' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 28, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' t', - clickable: true, - _clines: [Array], - _pcontent: ' t' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 29, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' NetworkManag', - clickable: true, - _clines: [Array], - _pcontent: ' NetworkManag' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 30, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' plugin_ho', - clickable: true, - _clines: [Array], - _pcontent: ' plugin_ho' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 31, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' dbus-daem', - clickable: true, - _clines: [Array], - _pcontent: ' dbus-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 32, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' syste', - clickable: true, - _clines: [Array], - _pcontent: ' syste' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 33, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kintegrit', - clickable: true, - _clines: [Array], - _pcontent: ' kintegrit' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 34, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kbloc', - clickable: true, - _clines: [Array], - _pcontent: ' kbloc' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 35, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ata_s', - clickable: true, - _clines: [Array], - _pcontent: ' ata_s' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 36, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ', - clickable: true, - _clines: [Array], - _pcontent: ' ' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 37, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' edac-poll', - clickable: true, - _clines: [Array], - _pcontent: ' edac-poll' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 38, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' devfreq_', - clickable: true, - _clines: [Array], - _pcontent: ' devfreq_' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 39, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' watchdo', - clickable: true, - _clines: [Array], - _pcontent: ' watchdo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 40, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kswap', - clickable: true, - _clines: [Array], - _pcontent: ' kswap' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 41, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ecryptfs-kthr', - clickable: true, - _clines: [Array], - _pcontent: ' ecryptfs-kthr' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 42, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kthrot', - clickable: true, - _clines: [Array], - _pcontent: ' kthrot' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 43, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' acpi_thermal_', - clickable: true, - _clines: [Array], - _pcontent: ' acpi_thermal_' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 44, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nvme-', - clickable: true, - _clines: [Array], - _pcontent: ' nvme-' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 45, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ipv6_addrco', - clickable: true, - _clines: [Array], - _pcontent: ' ipv6_addrco' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 46, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kst', - clickable: true, - _clines: [Array], - _pcontent: ' kst' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 47, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' charger_manag', - clickable: true, - _clines: [Array], - _pcontent: ' charger_manag' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 48, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 49, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 50, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 51, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 52, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 53, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 54, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' i9', - clickable: true, - _clines: [Array], - _pcontent: ' i9' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 55, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nvidia-modes', - clickable: true, - _clines: [Array], - _pcontent: ' nvidia-modes' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 56, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' jb', - clickable: true, - _clines: [Array], - _pcontent: ' jb' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 57, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ext4-rsv-conv', - clickable: true, - _clines: [Array], - _pcontent: ' ext4-rsv-conv' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 58, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-journ', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-journ' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 59, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ', - clickable: true, - _clines: [Array], - _pcontent: ' ' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 60, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 61, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 62, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 63, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 64, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 65, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 66, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 67, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 68, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 69, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 70, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 71, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 72, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 73, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 74, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 75, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 76, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' asus_wireless', - clickable: true, - _clines: [Array], - _pcontent: ' asus_wireless' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 77, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kwork', - clickable: true, - _clines: [Array], - _pcontent: ' kwork' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 78, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cfg802', - clickable: true, - _clines: [Array], - _pcontent: ' cfg802' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 79, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kmemsti', - clickable: true, - _clines: [Array], - _pcontent: ' kmemsti' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 80, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' UVM global qu', - clickable: true, - _clines: [Array], - _pcontent: ' UVM global qu' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 81, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' UVM Tools Eve', - clickable: true, - _clines: [Array], - _pcontent: ' UVM Tools Eve' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 82, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' led_workque', - clickable: true, - _clines: [Array], - _pcontent: ' led_workque' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 83, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-times', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-times' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 84, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-resol', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-resol' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 85, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' avahi-daem', - clickable: true, - _clines: [Array], - _pcontent: ' avahi-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 86, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cup', - clickable: true, - _clines: [Array], - _pcontent: ' cup' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 87, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rsyslo', - clickable: true, - _clines: [Array], - _pcontent: ' rsyslo' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 88, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' bluetoot', - clickable: true, - _clines: [Array], - _pcontent: ' bluetoot' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 89, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-logi', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-logi' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 90, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' accounts-daem', - clickable: true, - _clines: [Array], - _pcontent: ' accounts-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 91, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' udisk', - clickable: true, - _clines: [Array], - _pcontent: ' udisk' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 92, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ModemManag', - clickable: true, - _clines: [Array], - _pcontent: ' ModemManag' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 93, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cr', - clickable: true, - _clines: [Array], - _pcontent: ' cr' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 94, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' irqbalan', - clickable: true, - _clines: [Array], - _pcontent: ' irqbalan' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 95, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' mm_percpu_', - clickable: true, - _clines: [Array], - _pcontent: ' mm_percpu_' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 96, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' wpa_supplica', - clickable: true, - _clines: [Array], - _pcontent: ' wpa_supplica' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 97, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' networkd-disp', - clickable: true, - _clines: [Array], - _pcontent: ' networkd-disp' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 98, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' therma', - clickable: true, - _clines: [Array], - _pcontent: ' therma' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 99, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ksoftir', - clickable: true, - _clines: [Array], - _pcontent: ' ksoftir' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 100, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' acp', - clickable: true, - _clines: [Array], - _pcontent: ' acp' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 101, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cups-brows', - clickable: true, - _clines: [Array], - _pcontent: ' cups-brows' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 102, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' polki', - clickable: true, - _clines: [Array], - _pcontent: ' polki' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 103, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kthrea', - clickable: true, - _clines: [Array], - _pcontent: ' kthrea' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 104, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gdm-session-w', - clickable: true, - _clines: [Array], - _pcontent: ' gdm-session-w' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 105, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rcu_sch', - clickable: true, - _clines: [Array], - _pcontent: ' rcu_sch' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 106, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' (sd-pa', - clickable: true, - _clines: [Array], - _pcontent: ' (sd-pa' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 107, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gdm-wayland-s', - clickable: true, - _clines: [Array], - _pcontent: ' gdm-wayland-s' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 108, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-session', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-session' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 109, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rcu_', - clickable: true, - _clines: [Array], - _pcontent: ' rcu_' }, - Box { - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 110, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nvidia-persis', - clickable: true, - _clines: [Array], - _pcontent: ' nvidia-persis' }, - ... 83 more items ], - keyable: - [ ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: [Object], - options: [Object], - screen: [Circular], - parent: [Object], - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: 0, - childBase: 0, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: undefined, - clickable: true, - value: 'no', - items: [Array], - ritems: [Array], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: [Array], - _pcontent: '', - _listInitialized: true } ], - grabKeys: false, - lockKeys: false, - _buf: '', - _ci: -1, - cursor: - { artificial: false, - shape: 'block', - blink: false, - color: null, - _set: false, - _state: 1, - _hidden: true }, - _maxListeners: Infinity, - lines: [ [ [Array], dirty: false ] ], - olines: [ [ [Array] ] ], - _listenedKeys: true, - _borderStops: {}, - _listenedMouse: true, - _needsClickableSort: true } -[?1l>[?12l[?25h[?1002l[?1003l[?1006l[?1049l \ No newline at end of file From 2524126c0a36b36439c2f2c3e17c22ae3f48091c Mon Sep 17 00:00:00 2001 From: Apoorv Date: Thu, 1 Nov 2018 14:46:35 +0530 Subject: [PATCH 4/6] pageup/pagedown/home/end working --- app.js | 28 +- r | 9114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 9130 insertions(+), 12 deletions(-) create mode 100644 r diff --git a/app.js b/app.js index 5c7cf72..ab0a5aa 100644 --- a/app.js +++ b/app.js @@ -434,21 +434,25 @@ const App = ((() => { screen.on('keypress', function(ch, key) { switch(key.name) { case 'pageup': - processListSelection.scroll(processListSelection.height * -1); - screen.render(); - break; + processListSelection.scroll(processListSelection.height * -1) + processListSelection.select(processListSelection.selected-processListSelection.height) + screen.render() + break case 'pagedown': - processListSelection.scroll(processListSelection.height); - screen.render(); - break; + processListSelection.scroll(processListSelection.height) + processListSelection.select(processListSelection.selected+processListSelection.height) + screen.render() + break case 'home': - processListSelection.scrollTo(0); - screen.render(); - break; + processListSelection.scrollTo(0) + processListSelection.select(0) + screen.render() + break case 'end': - processListSelection.scrollTo(Number.MAX_SAFE_INTEGER); - screen.render(); - break; + processListSelection.scrollTo(Number.MAX_SAFE_INTEGER) + processListSelection.select(Number.MAX_SAFE_INTEGER) + screen.render() + break } }) diff --git a/r b/r new file mode 100644 index 0000000..c20e871 --- /dev/null +++ b/r @@ -0,0 +1,9114 @@ +[?1049h[?1h=[?25l718[?1002h[?1003h[?1006h7 8ScrollableBox { + reallyScrollable: [Getter], + _scrollBottom: [Function], + scrollTo: [Function], + setScroll: [Function], + getScroll: [Function], + scroll: [Function], + _recalculateIndex: [Function], + resetScroll: [Function], + getScrollHeight: [Function], + getScrollPerc: [Function], + setScrollPerc: [Function], + _events: + { newListener: [Function: fn], + resize: [ [Function], [Function] ], + attach: [Function], + detach: [Function], + mousedown: [Function], + wheeldown: [Function], + wheelup: [Function], + 'parsed content': [Function], + 'element wheeldown': [Function], + 'element wheelup': [Function], + keypress: [Function], + adopt: [Function], + remove: [Function] }, + options: + { height: -5, + top: 1, + width: -1, + left: 0, + keys: true, + vi: true, + search: [Function: search], + style: { selected: [Object], item: [Object], scrollbar: [Object] }, + mouse: true, + scrollable: true, + scrollbar: { style: [Object], ch: ' ' }, + ignoreKeys: true, + position: + { left: 0, + right: undefined, + top: 1, + bottom: undefined, + width: -1, + height: -5 }, + padding: + { left: undefined, + top: undefined, + right: undefined, + bottom: undefined } }, + screen: + Screen { + index: 0, + program: + Program { + index: 1, + domain: null, + _events: [Object], + _eventsCount: 7, + _maxListeners: undefined, + options: [Object], + input: [Object], + output: [Object], + zero: true, + useBuffer: true, + x: 0, + y: 0, + savedX: 0, + savedY: 0, + cols: 1, + rows: 1, + scrollTop: 0, + scrollBottom: 0, + _terminal: 'xterm-256color', + isOSXTerm: false, + isiTerm2: false, + isXFCE: false, + isTerminator: false, + isLXDE: false, + isVTE: true, + isRxvt: false, + isXterm: false, + tmux: false, + tmuxVersion: 2, + _buf: '', + _flush: [Function: bound ], + _tputSetup: true, + tput: [Object], + put: [Object], + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + error: null, + terminfoPrefix: undefined, + terminfoFile: undefined, + termcapFile: undefined, + auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function], + carriage_return: [Function], + change_scroll_region: [Function], + clear_all_tabs: [Function], + clear_screen: [Function], + clr_eol: [Function], + clr_eos: [Function], + column_address: [Function], + cursor_address: [Function], + cursor_down: [Function], + cursor_home: [Function], + cursor_left: [Function], + cursor_normal: [Function], + cursor_right: [Function], + cursor_up: [Function], + cursor_visible: [Function], + delete_character: [Function], + delete_line: [Function], + enter_blink_mode: [Function], + enter_bold_mode: [Function], + enter_ca_mode: [Function], + enter_dim_mode: [Function], + enter_insert_mode: [Function], + enter_secure_mode: [Function], + enter_reverse_mode: [Function], + enter_standout_mode: [Function], + enter_underline_mode: [Function], + erase_chars: [Function], + exit_attribute_mode: [Function], + exit_ca_mode: [Function], + exit_insert_mode: [Function], + exit_standout_mode: [Function], + exit_underline_mode: [Function], + flash_screen: [Function], + init_2string: [Function], + insert_line: [Function], + key_backspace: [Function], + key_dc: [Function], + key_down: [Function], + key_f1: [Function], + key_f10: [Function], + key_f2: [Function], + key_f3: [Function], + key_f4: [Function], + key_f5: [Function], + key_f6: [Function], + key_f7: [Function], + key_f8: [Function], + key_f9: [Function], + key_home: [Function], + key_ic: [Function], + key_left: [Function], + key_npage: [Function], + key_ppage: [Function], + key_right: [Function], + key_sf: [Function], + key_sr: [Function], + key_up: [Function], + keypad_local: [Function], + keypad_xmit: [Function], + meta_off: [Function], + meta_on: [Function], + parm_dch: [Function], + parm_delete_line: [Function], + parm_down_cursor: [Function], + parm_ich: [Function], + parm_index: [Function], + parm_insert_line: [Function], + parm_left_cursor: [Function], + parm_right_cursor: [Function], + parm_rindex: [Function], + parm_up_cursor: [Function], + repeat_char: [Function], + reset_1string: [Function], + reset_2string: [Function], + restore_cursor: [Function], + row_address: [Function], + save_cursor: [Function], + scroll_forward: [Function], + scroll_reverse: [Function], + set_attributes: [Function], + set_tab: [Function], + key_b2: [Function], + acs_chars: [Function], + key_btab: [Function], + enter_am_mode: [Function], + exit_am_mode: [Function], + key_end: [Function], + key_enter: [Function], + key_sdc: [Function], + key_send: [Function], + key_shome: [Function], + key_sic: [Function], + key_sleft: [Function], + key_snext: [Function], + key_sprevious: [Function], + key_sright: [Function], + key_f11: [Function], + key_f12: [Function], + key_f13: [Function], + key_f14: [Function], + key_f15: [Function], + key_f16: [Function], + key_f17: [Function], + key_f18: [Function], + key_f19: [Function], + key_f20: [Function], + key_f21: [Function], + key_f22: [Function], + key_f23: [Function], + key_f24: [Function], + key_f25: [Function], + key_f26: [Function], + key_f27: [Function], + key_f28: [Function], + key_f29: [Function], + key_f30: [Function], + key_f31: [Function], + key_f32: [Function], + key_f33: [Function], + key_f34: [Function], + key_f35: [Function], + key_f36: [Function], + key_f37: [Function], + key_f38: [Function], + key_f39: [Function], + key_f40: [Function], + key_f41: [Function], + key_f42: [Function], + key_f43: [Function], + key_f44: [Function], + key_f45: [Function], + key_f46: [Function], + key_f47: [Function], + key_f48: [Function], + key_f49: [Function], + key_f50: [Function], + key_f51: [Function], + key_f52: [Function], + key_f53: [Function], + key_f54: [Function], + key_f55: [Function], + key_f56: [Function], + key_f57: [Function], + key_f58: [Function], + key_f59: [Function], + key_f60: [Function], + key_f61: [Function], + key_f62: [Function], + key_f63: [Function], + clr_bol: [Function], + user6: [Function], + user7: [Function], + user8: [Function], + user9: [Function], + orig_pair: [Function], + orig_colors: [Function], + initialize_color: [Function], + enter_italics_mode: [Function], + exit_italics_mode: [Function], + key_mouse: [Function], + set_a_foreground: [Function], + set_a_background: [Function], + memory_lock: [Function], + memory_unlock: [Function], + Cr: [Function], + Cs: [Function], + E3: [Function], + Ms: [Function], + Se: [Function], + Ss: [Function], + kDC3: [Function], + kDC4: [Function], + kDC5: [Function], + kDC6: [Function], + kDC7: [Function], + kDN: [Function], + kDN3: [Function], + kDN4: [Function], + kDN5: [Function], + kDN6: [Function], + kDN7: [Function], + kEND3: [Function], + kEND4: [Function], + kEND5: [Function], + kEND6: [Function], + kEND7: [Function], + kHOM3: [Function], + kHOM4: [Function], + kHOM5: [Function], + kHOM6: [Function], + kHOM7: [Function], + kIC3: [Function], + kIC4: [Function], + kIC5: [Function], + kIC6: [Function], + kIC7: [Function], + kLFT3: [Function], + kLFT4: [Function], + kLFT5: [Function], + kLFT6: [Function], + kLFT7: [Function], + kNXT3: [Function], + kNXT4: [Function], + kNXT5: [Function], + kNXT6: [Function], + kNXT7: [Function], + kPRV3: [Function], + kPRV4: [Function], + kPRV5: [Function], + kPRV6: [Function], + kPRV7: [Function], + kRIT3: [Function], + kRIT4: [Function], + kRIT5: [Function], + kRIT6: [Function], + kRIT7: [Function], + kUP: [Function], + kUP3: [Function], + kUP4: [Function], + kUP5: [Function], + kUP6: [Function], + kUP7: [Function], + ka2: [Function], + kb1: [Function], + kb3: [Function], + kc2: [Function], + rmxx: [Function], + smxx: [Function], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Function], + cursor_mem_address: [Function], + cursor_to_ll: [Function], + dis_status_line: [Function], + down_half_line: [Function], + enter_delete_mode: [Function], + enter_protected_mode: [Function], + exit_delete_mode: [Function], + form_feed: [Function], + from_status_line: [Function], + init_1string: [Function], + init_3string: [Function], + init_file: [Function], + insert_character: [Function], + insert_padding: [Function], + key_catab: [Function], + key_clear: [Function], + key_ctab: [Function], + key_dl: [Function], + key_eic: [Function], + key_eol: [Function], + key_eos: [Function], + key_f0: [Function], + key_il: [Function], + key_ll: [Function], + key_stab: [Function], + lab_f0: [Function], + lab_f1: [Function], + lab_f10: [Function], + lab_f2: [Function], + lab_f3: [Function], + lab_f4: [Function], + lab_f5: [Function], + lab_f6: [Function], + lab_f7: [Function], + lab_f8: [Function], + lab_f9: [Function], + pad_char: [Function], + pkey_key: [Function], + pkey_local: [Function], + pkey_xmit: [Function], + reset_3string: [Function], + reset_file: [Function], + set_window: [Function], + to_status_line: [Function], + underline_char: [Function], + up_half_line: [Function], + init_prog: [Function], + key_a1: [Function], + key_a3: [Function], + key_c1: [Function], + key_c3: [Function], + char_padding: [Function], + plab_norm: [Function], + enter_xon_mode: [Function], + exit_xon_mode: [Function], + xon_character: [Function], + xoff_character: [Function], + ena_acs: [Function], + label_on: [Function], + label_off: [Function], + key_beg: [Function], + key_cancel: [Function], + key_close: [Function], + key_command: [Function], + key_copy: [Function], + key_create: [Function], + key_exit: [Function], + key_find: [Function], + key_help: [Function], + key_mark: [Function], + key_message: [Function], + key_move: [Function], + key_next: [Function], + key_open: [Function], + key_options: [Function], + key_previous: [Function], + key_print: [Function], + key_redo: [Function], + key_reference: [Function], + key_refresh: [Function], + key_replace: [Function], + key_restart: [Function], + key_resume: [Function], + key_save: [Function], + key_suspend: [Function], + key_undo: [Function], + key_sbeg: [Function], + key_scancel: [Function], + key_scommand: [Function], + key_scopy: [Function], + key_screate: [Function], + key_sdl: [Function], + key_select: [Function], + key_seol: [Function], + key_sexit: [Function], + key_sfind: [Function], + key_shelp: [Function], + key_smessage: [Function], + key_smove: [Function], + key_soptions: [Function], + key_sprint: [Function], + key_sredo: [Function], + key_sreplace: [Function], + key_srsume: [Function], + key_ssave: [Function], + key_ssuspend: [Function], + key_sundo: [Function], + req_for_input: [Function], + clear_margins: [Function], + set_left_margin: [Function], + set_right_margin: [Function], + label_format: [Function], + set_clock: [Function], + display_clock: [Function], + remove_clock: [Function], + create_window: [Function], + goto_window: [Function], + hangup: [Function], + dial_phone: [Function], + quick_dial: [Function], + tone: [Function], + pulse: [Function], + flash_hook: [Function], + fixed_pause: [Function], + wait_tone: [Function], + user0: [Function], + user1: [Function], + user2: [Function], + user3: [Function], + user4: [Function], + user5: [Function], + initialize_pair: [Function], + set_color_pair: [Function], + set_foreground: [Function], + set_background: [Function], + change_char_pitch: [Function], + change_line_pitch: [Function], + change_res_horz: [Function], + change_res_vert: [Function], + define_char: [Function], + enter_doublewide_mode: [Function], + enter_draft_quality: [Function], + enter_leftward_mode: [Function], + enter_micro_mode: [Function], + enter_near_letter_quality: [Function], + enter_normal_quality: [Function], + enter_shadow_mode: [Function], + enter_subscript_mode: [Function], + enter_superscript_mode: [Function], + enter_upward_mode: [Function], + exit_doublewide_mode: [Function], + exit_leftward_mode: [Function], + exit_micro_mode: [Function], + exit_shadow_mode: [Function], + exit_subscript_mode: [Function], + exit_superscript_mode: [Function], + exit_upward_mode: [Function], + micro_column_address: [Function], + micro_down: [Function], + micro_left: [Function], + micro_right: [Function], + micro_row_address: [Function], + micro_up: [Function], + order_of_pins: [Function], + parm_down_micro: [Function], + parm_left_micro: [Function], + parm_right_micro: [Function], + parm_up_micro: [Function], + select_char_set: [Function], + set_bottom_margin: [Function], + set_bottom_margin_parm: [Function], + set_left_margin_parm: [Function], + set_right_margin_parm: [Function], + set_top_margin: [Function], + set_top_margin_parm: [Function], + start_bit_image: [Function], + start_char_set_def: [Function], + stop_bit_image: [Function], + stop_char_set_def: [Function], + subscript_characters: [Function], + superscript_characters: [Function], + these_cause_cr: [Function], + zero_motion: [Function], + char_set_names: [Function], + mouse_info: [Function], + get_mouse: [Function], + pkey_plab: [Function], + device_type: [Function], + code_set_init: [Function], + set0_des_seq: [Function], + set1_des_seq: [Function], + set2_des_seq: [Function], + set3_des_seq: [Function], + set_lr_margin: [Function], + set_tb_margin: [Function], + bit_image_repeat: [Function], + bit_image_newline: [Function], + bit_image_carriage_return: [Function], + color_names: [Function], + define_bit_image_region: [Function], + end_bit_image_region: [Function], + set_color_band: [Function], + set_page_length: [Function], + display_pc_char: [Function], + enter_pc_charset_mode: [Function], + exit_pc_charset_mode: [Function], + enter_scancode_mode: [Function], + exit_scancode_mode: [Function], + pc_term_options: [Function], + scancode_escape: [Function], + alt_scancode_esc: [Function], + enter_horizontal_hl_mode: [Function], + enter_left_hl_mode: [Function], + enter_low_hl_mode: [Function], + enter_right_hl_mode: [Function], + enter_top_hl_mode: [Function], + enter_vertical_hl_mode: [Function], + set_a_attributes: [Function], + set_pglen_inch: [Function], + termcap_init2: [Function], + termcap_reset: [Function], + linefeed_if_not_lf: [Function], + backspace_if_not_bs: [Function], + other_non_function_keys: [Function], + arrow_key_map: [Function], + acs_ulcorner: [Function], + acs_llcorner: [Function], + acs_urcorner: [Function], + acs_lrcorner: [Function], + acs_ltee: [Function], + acs_rtee: [Function], + acs_btee: [Function], + acs_ttee: [Function], + acs_hline: [Function], + acs_vline: [Function], + acs_plus: [Function], + box_chars_1: [Function], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cud1: [Function], + home: [Function], + cub1: [Function], + cuf1: [Function], + cuu1: [Function], + dch1: [Function], + dl1: [Function], + blink: [Function], + bold: [Function], + dim: [Function], + smir: [Function], + invis: [Function], + rev: [Function], + smso: [Function], + smul: [Function], + sgr0: [Function], + rmir: [Function], + rmso: [Function], + rmul: [Function], + flash: [Function], + is2: [Function], + il1: [Function], + kdch1: [Function], + kcud1: [Function], + kf1: [Function], + kf10: [Function], + kf2: [Function], + kf3: [Function], + kf4: [Function], + kf5: [Function], + kf6: [Function], + kf7: [Function], + kf8: [Function], + kf9: [Function], + khome: [Function], + kich1: [Function], + kcub1: [Function], + knp: [Function], + kpp: [Function], + kcuf1: [Function], + kind: [Function], + kri: [Function], + kcuu1: [Function], + rmkx: [Function], + smkx: [Function], + rmm: [Function], + smm: [Function], + indn: [Function], + rin: [Function], + rs1: [Function], + hts: [Function], + kb2: [Function], + acsc: [Object], + kcbt: [Function], + smam: [Function], + rmam: [Function], + kend: [Function], + kent: [Function], + kDC: [Function], + kEND: [Function], + kHOM: [Function], + kIC: [Function], + kLFT: [Function], + kNXT: [Function], + kPRV: [Function], + kRIT: [Function], + kf11: [Function], + kf12: [Function], + kf13: [Function], + kf14: [Function], + kf15: [Function], + kf16: [Function], + kf17: [Function], + kf18: [Function], + kf19: [Function], + kf20: [Function], + kf21: [Function], + kf22: [Function], + kf23: [Function], + kf24: [Function], + kf25: [Function], + kf26: [Function], + kf27: [Function], + kf28: [Function], + kf29: [Function], + kf30: [Function], + kf31: [Function], + kf32: [Function], + kf33: [Function], + kf34: [Function], + kf35: [Function], + kf36: [Function], + kf37: [Function], + kf38: [Function], + kf39: [Function], + kf40: [Function], + kf41: [Function], + kf42: [Function], + kf43: [Function], + kf44: [Function], + kf45: [Function], + kf46: [Function], + kf47: [Function], + kf48: [Function], + kf49: [Function], + kf50: [Function], + kf51: [Function], + kf52: [Function], + kf53: [Function], + kf54: [Function], + kf55: [Function], + kf56: [Function], + kf57: [Function], + kf58: [Function], + kf59: [Function], + kf60: [Function], + kf61: [Function], + kf62: [Function], + kf63: [Function], + el1: [Function], + u6: [Function], + u7: [Function], + u8: [Function], + u9: [Function], + op: [Function], + oc: [Function], + initc: [Function], + sitm: [Function], + ritm: [Function], + kmous: [Function], + setaf: [Function], + setab: [Function], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Function], + mrcup: [Function], + ll: [Function], + dsl: [Function], + hd: [Function], + smdc: [Function], + prot: [Function], + rmdc: [Function], + fsl: [Function], + is1: [Function], + is3: [Function], + if: [Function], + ich1: [Function], + ip: [Function], + ktbc: [Function], + kclr: [Function], + kctab: [Function], + kdl1: [Function], + krmir: [Function], + kel: [Function], + ked: [Function], + kf0: [Function], + kil1: [Function], + kll: [Function], + khts: [Function], + lf0: [Function], + lf1: [Function], + lf10: [Function], + lf2: [Function], + lf3: [Function], + lf4: [Function], + lf5: [Function], + lf6: [Function], + lf7: [Function], + lf8: [Function], + lf9: [Function], + pad: [Function], + pfkey: [Function], + pfloc: [Function], + pfx: [Function], + rs3: [Function], + rf: [Function], + wind: [Function], + tsl: [Function], + uc: [Function], + hu: [Function], + iprog: [Function], + ka1: [Function], + ka3: [Function], + kc1: [Function], + kc3: [Function], + rmp: [Function], + pln: [Function], + smxon: [Function], + rmxon: [Function], + xonc: [Function], + xoffc: [Function], + enacs: [Function], + smln: [Function], + rmln: [Function], + kbeg: [Function], + kcan: [Function], + kclo: [Function], + kcmd: [Function], + kcpy: [Function], + kcrt: [Function], + kext: [Function], + kfnd: [Function], + khlp: [Function], + kmrk: [Function], + kmsg: [Function], + kmov: [Function], + knxt: [Function], + kopn: [Function], + kopt: [Function], + kprv: [Function], + kprt: [Function], + krdo: [Function], + kref: [Function], + krfr: [Function], + krpl: [Function], + krst: [Function], + kres: [Function], + ksav: [Function], + kspd: [Function], + kund: [Function], + kBEG: [Function], + kCAN: [Function], + kCMD: [Function], + kCPY: [Function], + kCRT: [Function], + kDL: [Function], + kslt: [Function], + kEOL: [Function], + kEXT: [Function], + kFND: [Function], + kHLP: [Function], + kMSG: [Function], + kMOV: [Function], + kOPT: [Function], + kPRT: [Function], + kRDO: [Function], + kRPL: [Function], + kRES: [Function], + kSAV: [Function], + kSPD: [Function], + kUND: [Function], + rfi: [Function], + mgc: [Function], + smgl: [Function], + smgr: [Function], + fln: [Function], + sclk: [Function], + dclk: [Function], + rmclk: [Function], + cwin: [Function], + wingo: [Function], + hup: [Function], + dial: [Function], + qdial: [Function], + hook: [Function], + wait: [Function], + u0: [Function], + u1: [Function], + u2: [Function], + u3: [Function], + u4: [Function], + u5: [Function], + initp: [Function], + scp: [Function], + setf: [Function], + setb: [Function], + cpi: [Function], + lpi: [Function], + chr: [Function], + cvr: [Function], + defc: [Function], + swidm: [Function], + sdrfq: [Function], + slm: [Function], + smicm: [Function], + snlq: [Function], + snrmq: [Function], + sshm: [Function], + ssubm: [Function], + ssupm: [Function], + sum: [Function], + rwidm: [Function], + rlm: [Function], + rmicm: [Function], + rshm: [Function], + rsubm: [Function], + rsupm: [Function], + rum: [Function], + mhpa: [Function], + mcud1: [Function], + mcub1: [Function], + mcuf1: [Function], + mvpa: [Function], + mcuu1: [Function], + porder: [Function], + mcud: [Function], + mcub: [Function], + mcuf: [Function], + mcuu: [Function], + scs: [Function], + smgb: [Function], + smgbp: [Function], + smglp: [Function], + smgrp: [Function], + smgt: [Function], + smgtp: [Function], + sbim: [Function], + scsd: [Function], + rbim: [Function], + rcsd: [Function], + subcs: [Function], + supcs: [Function], + docr: [Function], + zerom: [Function], + csnm: [Function], + minfo: [Function], + getm: [Function], + pfxl: [Function], + devt: [Function], + csin: [Function], + s0ds: [Function], + s1ds: [Function], + s2ds: [Function], + s3ds: [Function], + smglr: [Function], + smgtb: [Function], + birep: [Function], + binel: [Function], + bicr: [Function], + colornm: [Function], + defbi: [Function], + endbi: [Function], + setcolor: [Function], + slines: [Function], + dispc: [Function], + smpch: [Function], + rmpch: [Function], + smsc: [Function], + rmsc: [Function], + pctrm: [Function], + scesc: [Function], + scesa: [Function], + ehhlm: [Function], + elhlm: [Function], + elohlm: [Function], + erhlm: [Function], + ethlm: [Function], + evhlm: [Function], + sgr1: [Function], + slength: [Function], + info: [Object], + all: [Object], + methods: [Object], + bools: [Object], + numbers: [Object], + strings: [Object], + features: [Object], + unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + setbuf: true, + acscr: [Object], + _newHandler: [Function: fn], + isAlt: true, + cursorHidden: true, + _currentMouse: [Object], + mouseEnabled: true, + _boundMouse: true }, + tput: + Tput { + options: [Object], + terminal: 'xterm-256color', + debug: undefined, + padding: undefined, + extended: undefined, + printf: undefined, + termcap: undefined, + error: null, + terminfoPrefix: undefined, + terminfoFile: undefined, + termcapFile: undefined, + auto_left_margin: false, + auto_right_margin: true, + no_esc_ctlc: false, + ceol_standout_glitch: false, + eat_newline_glitch: true, + erase_overstrike: false, + generic_type: false, + hard_copy: false, + has_meta_key: true, + has_status_line: false, + insert_null_glitch: false, + memory_above: false, + memory_below: false, + move_insert_mode: true, + move_standout_mode: true, + over_strike: false, + status_line_esc_ok: false, + dest_tabs_magic_smso: false, + tilde_glitch: false, + transparent_underline: false, + xon_xoff: false, + needs_xon_xoff: false, + prtr_silent: true, + hard_cursor: false, + non_rev_rmcup: false, + no_pad_char: true, + non_dest_scroll_region: false, + can_change: true, + back_color_erase: true, + hue_lightness_saturation: false, + col_addr_glitch: false, + cr_cancels_micro_mode: false, + has_print_wheel: false, + row_addr_glitch: false, + semi_auto_right_margin: false, + cpi_changes_res: false, + lpi_changes_res: false, + backspaces_with_bs: true, + AX: true, + XT: true, + columns: 80, + init_tabs: 8, + lines: 24, + lines_of_memory: -1, + magic_cookie_glitch: -1, + padding_baud_rate: -1, + virtual_terminal: -1, + width_status_line: -1, + num_labels: -1, + label_height: -1, + label_width: -1, + max_attributes: -1, + maximum_windows: -1, + max_colors: 256, + max_pairs: 32767, + back_tab: [Function], + bell: [Function], + carriage_return: [Function], + change_scroll_region: [Function], + clear_all_tabs: [Function], + clear_screen: [Function], + clr_eol: [Function], + clr_eos: [Function], + column_address: [Function], + cursor_address: [Function], + cursor_down: [Function], + cursor_home: [Function], + cursor_invisible: [Function], + cursor_left: [Function], + cursor_normal: [Function], + cursor_right: [Function], + cursor_up: [Function], + cursor_visible: [Function], + delete_character: [Function], + delete_line: [Function], + enter_alt_charset_mode: [Function], + enter_blink_mode: [Function], + enter_bold_mode: [Function], + enter_ca_mode: [Function], + enter_dim_mode: [Function], + enter_insert_mode: [Function], + enter_secure_mode: [Function], + enter_reverse_mode: [Function], + enter_standout_mode: [Function], + enter_underline_mode: [Function], + erase_chars: [Function], + exit_alt_charset_mode: [Function], + exit_attribute_mode: [Function], + exit_ca_mode: [Function], + exit_insert_mode: [Function], + exit_standout_mode: [Function], + exit_underline_mode: [Function], + flash_screen: [Function], + init_2string: [Function], + insert_line: [Function], + key_backspace: [Function], + key_dc: [Function], + key_down: [Function], + key_f1: [Function], + key_f10: [Function], + key_f2: [Function], + key_f3: [Function], + key_f4: [Function], + key_f5: [Function], + key_f6: [Function], + key_f7: [Function], + key_f8: [Function], + key_f9: [Function], + key_home: [Function], + key_ic: [Function], + key_left: [Function], + key_npage: [Function], + key_ppage: [Function], + key_right: [Function], + key_sf: [Function], + key_sr: [Function], + key_up: [Function], + keypad_local: [Function], + keypad_xmit: [Function], + meta_off: [Function], + meta_on: [Function], + parm_dch: [Function], + parm_delete_line: [Function], + parm_down_cursor: [Function], + parm_ich: [Function], + parm_index: [Function], + parm_insert_line: [Function], + parm_left_cursor: [Function], + parm_right_cursor: [Function], + parm_rindex: [Function], + parm_up_cursor: [Function], + print_screen: [Function], + prtr_off: [Function], + prtr_on: [Function], + repeat_char: [Function], + reset_1string: [Function], + reset_2string: [Function], + restore_cursor: [Function], + row_address: [Function], + save_cursor: [Function], + scroll_forward: [Function], + scroll_reverse: [Function], + set_attributes: [Function], + set_tab: [Function], + tab: [Function], + key_b2: [Function], + acs_chars: [Function], + key_btab: [Function], + enter_am_mode: [Function], + exit_am_mode: [Function], + key_end: [Function], + key_enter: [Function], + key_sdc: [Function], + key_send: [Function], + key_shome: [Function], + key_sic: [Function], + key_sleft: [Function], + key_snext: [Function], + key_sprevious: [Function], + key_sright: [Function], + key_f11: [Function], + key_f12: [Function], + key_f13: [Function], + key_f14: [Function], + key_f15: [Function], + key_f16: [Function], + key_f17: [Function], + key_f18: [Function], + key_f19: [Function], + key_f20: [Function], + key_f21: [Function], + key_f22: [Function], + key_f23: [Function], + key_f24: [Function], + key_f25: [Function], + key_f26: [Function], + key_f27: [Function], + key_f28: [Function], + key_f29: [Function], + key_f30: [Function], + key_f31: [Function], + key_f32: [Function], + key_f33: [Function], + key_f34: [Function], + key_f35: [Function], + key_f36: [Function], + key_f37: [Function], + key_f38: [Function], + key_f39: [Function], + key_f40: [Function], + key_f41: [Function], + key_f42: [Function], + key_f43: [Function], + key_f44: [Function], + key_f45: [Function], + key_f46: [Function], + key_f47: [Function], + key_f48: [Function], + key_f49: [Function], + key_f50: [Function], + key_f51: [Function], + key_f52: [Function], + key_f53: [Function], + key_f54: [Function], + key_f55: [Function], + key_f56: [Function], + key_f57: [Function], + key_f58: [Function], + key_f59: [Function], + key_f60: [Function], + key_f61: [Function], + key_f62: [Function], + key_f63: [Function], + clr_bol: [Function], + user6: [Function], + user7: [Function], + user8: [Function], + user9: [Function], + orig_pair: [Function], + orig_colors: [Function], + initialize_color: [Function], + enter_italics_mode: [Function], + exit_italics_mode: [Function], + key_mouse: [Function], + set_a_foreground: [Function], + set_a_background: [Function], + memory_lock: [Function], + memory_unlock: [Function], + Cr: [Function], + Cs: [Function], + E3: [Function], + Ms: [Function], + Se: [Function], + Ss: [Function], + kDC3: [Function], + kDC4: [Function], + kDC5: [Function], + kDC6: [Function], + kDC7: [Function], + kDN: [Function], + kDN3: [Function], + kDN4: [Function], + kDN5: [Function], + kDN6: [Function], + kDN7: [Function], + kEND3: [Function], + kEND4: [Function], + kEND5: [Function], + kEND6: [Function], + kEND7: [Function], + kHOM3: [Function], + kHOM4: [Function], + kHOM5: [Function], + kHOM6: [Function], + kHOM7: [Function], + kIC3: [Function], + kIC4: [Function], + kIC5: [Function], + kIC6: [Function], + kIC7: [Function], + kLFT3: [Function], + kLFT4: [Function], + kLFT5: [Function], + kLFT6: [Function], + kLFT7: [Function], + kNXT3: [Function], + kNXT4: [Function], + kNXT5: [Function], + kNXT6: [Function], + kNXT7: [Function], + kPRV3: [Function], + kPRV4: [Function], + kPRV5: [Function], + kPRV6: [Function], + kPRV7: [Function], + kRIT3: [Function], + kRIT4: [Function], + kRIT5: [Function], + kRIT6: [Function], + kRIT7: [Function], + kUP: [Function], + kUP3: [Function], + kUP4: [Function], + kUP5: [Function], + kUP6: [Function], + kUP7: [Function], + ka2: [Function], + kb1: [Function], + kb3: [Function], + kc2: [Function], + rmxx: [Function], + smxx: [Function], + crt_no_scrolling: false, + no_correctly_working_cr: false, + gnu_has_meta_key: false, + linefeed_is_newline: false, + has_hardware_tabs: false, + return_does_clr_eol: false, + no_color_video: -1, + buffer_capacity: -1, + dot_vert_spacing: -1, + dot_horz_spacing: -1, + max_micro_address: -1, + max_micro_jump: -1, + micro_col_size: -1, + micro_line_size: -1, + number_of_pins: -1, + output_res_char: -1, + output_res_line: -1, + output_res_horz_inch: -1, + output_res_vert_inch: -1, + print_rate: -1, + wide_char_size: -1, + buttons: -1, + bit_image_entwining: -1, + bit_image_type: -1, + magic_cookie_glitch_ul: -1, + carriage_return_delay: -1, + new_line_delay: -1, + backspace_delay: -1, + horizontal_tab_delay: -1, + number_of_function_keys: -1, + command_character: [Function], + cursor_mem_address: [Function], + cursor_to_ll: [Function], + dis_status_line: [Function], + down_half_line: [Function], + enter_delete_mode: [Function], + enter_protected_mode: [Function], + exit_delete_mode: [Function], + form_feed: [Function], + from_status_line: [Function], + init_1string: [Function], + init_3string: [Function], + init_file: [Function], + insert_character: [Function], + insert_padding: [Function], + key_catab: [Function], + key_clear: [Function], + key_ctab: [Function], + key_dl: [Function], + key_eic: [Function], + key_eol: [Function], + key_eos: [Function], + key_f0: [Function], + key_il: [Function], + key_ll: [Function], + key_stab: [Function], + lab_f0: [Function], + lab_f1: [Function], + lab_f10: [Function], + lab_f2: [Function], + lab_f3: [Function], + lab_f4: [Function], + lab_f5: [Function], + lab_f6: [Function], + lab_f7: [Function], + lab_f8: [Function], + lab_f9: [Function], + newline: [Function], + pad_char: [Function], + pkey_key: [Function], + pkey_local: [Function], + pkey_xmit: [Function], + reset_3string: [Function], + reset_file: [Function], + set_window: [Function], + to_status_line: [Function], + underline_char: [Function], + up_half_line: [Function], + init_prog: [Function], + key_a1: [Function], + key_a3: [Function], + key_c1: [Function], + key_c3: [Function], + prtr_non: [Function], + char_padding: [Function], + plab_norm: [Function], + enter_xon_mode: [Function], + exit_xon_mode: [Function], + xon_character: [Function], + xoff_character: [Function], + ena_acs: [Function], + label_on: [Function], + label_off: [Function], + key_beg: [Function], + key_cancel: [Function], + key_close: [Function], + key_command: [Function], + key_copy: [Function], + key_create: [Function], + key_exit: [Function], + key_find: [Function], + key_help: [Function], + key_mark: [Function], + key_message: [Function], + key_move: [Function], + key_next: [Function], + key_open: [Function], + key_options: [Function], + key_previous: [Function], + key_print: [Function], + key_redo: [Function], + key_reference: [Function], + key_refresh: [Function], + key_replace: [Function], + key_restart: [Function], + key_resume: [Function], + key_save: [Function], + key_suspend: [Function], + key_undo: [Function], + key_sbeg: [Function], + key_scancel: [Function], + key_scommand: [Function], + key_scopy: [Function], + key_screate: [Function], + key_sdl: [Function], + key_select: [Function], + key_seol: [Function], + key_sexit: [Function], + key_sfind: [Function], + key_shelp: [Function], + key_smessage: [Function], + key_smove: [Function], + key_soptions: [Function], + key_sprint: [Function], + key_sredo: [Function], + key_sreplace: [Function], + key_srsume: [Function], + key_ssave: [Function], + key_ssuspend: [Function], + key_sundo: [Function], + req_for_input: [Function], + clear_margins: [Function], + set_left_margin: [Function], + set_right_margin: [Function], + label_format: [Function], + set_clock: [Function], + display_clock: [Function], + remove_clock: [Function], + create_window: [Function], + goto_window: [Function], + hangup: [Function], + dial_phone: [Function], + quick_dial: [Function], + tone: [Function], + pulse: [Function], + flash_hook: [Function], + fixed_pause: [Function], + wait_tone: [Function], + user0: [Function], + user1: [Function], + user2: [Function], + user3: [Function], + user4: [Function], + user5: [Function], + initialize_pair: [Function], + set_color_pair: [Function], + set_foreground: [Function], + set_background: [Function], + change_char_pitch: [Function], + change_line_pitch: [Function], + change_res_horz: [Function], + change_res_vert: [Function], + define_char: [Function], + enter_doublewide_mode: [Function], + enter_draft_quality: [Function], + enter_leftward_mode: [Function], + enter_micro_mode: [Function], + enter_near_letter_quality: [Function], + enter_normal_quality: [Function], + enter_shadow_mode: [Function], + enter_subscript_mode: [Function], + enter_superscript_mode: [Function], + enter_upward_mode: [Function], + exit_doublewide_mode: [Function], + exit_leftward_mode: [Function], + exit_micro_mode: [Function], + exit_shadow_mode: [Function], + exit_subscript_mode: [Function], + exit_superscript_mode: [Function], + exit_upward_mode: [Function], + micro_column_address: [Function], + micro_down: [Function], + micro_left: [Function], + micro_right: [Function], + micro_row_address: [Function], + micro_up: [Function], + order_of_pins: [Function], + parm_down_micro: [Function], + parm_left_micro: [Function], + parm_right_micro: [Function], + parm_up_micro: [Function], + select_char_set: [Function], + set_bottom_margin: [Function], + set_bottom_margin_parm: [Function], + set_left_margin_parm: [Function], + set_right_margin_parm: [Function], + set_top_margin: [Function], + set_top_margin_parm: [Function], + start_bit_image: [Function], + start_char_set_def: [Function], + stop_bit_image: [Function], + stop_char_set_def: [Function], + subscript_characters: [Function], + superscript_characters: [Function], + these_cause_cr: [Function], + zero_motion: [Function], + char_set_names: [Function], + mouse_info: [Function], + req_mouse_pos: [Function], + get_mouse: [Function], + pkey_plab: [Function], + device_type: [Function], + code_set_init: [Function], + set0_des_seq: [Function], + set1_des_seq: [Function], + set2_des_seq: [Function], + set3_des_seq: [Function], + set_lr_margin: [Function], + set_tb_margin: [Function], + bit_image_repeat: [Function], + bit_image_newline: [Function], + bit_image_carriage_return: [Function], + color_names: [Function], + define_bit_image_region: [Function], + end_bit_image_region: [Function], + set_color_band: [Function], + set_page_length: [Function], + display_pc_char: [Function], + enter_pc_charset_mode: [Function], + exit_pc_charset_mode: [Function], + enter_scancode_mode: [Function], + exit_scancode_mode: [Function], + pc_term_options: [Function], + scancode_escape: [Function], + alt_scancode_esc: [Function], + enter_horizontal_hl_mode: [Function], + enter_left_hl_mode: [Function], + enter_low_hl_mode: [Function], + enter_right_hl_mode: [Function], + enter_top_hl_mode: [Function], + enter_vertical_hl_mode: [Function], + set_a_attributes: [Function], + set_pglen_inch: [Function], + termcap_init2: [Function], + termcap_reset: [Function], + linefeed_if_not_lf: [Function], + backspace_if_not_bs: [Function], + other_non_function_keys: [Function], + arrow_key_map: [Function], + acs_ulcorner: [Function], + acs_llcorner: [Function], + acs_urcorner: [Function], + acs_lrcorner: [Function], + acs_ltee: [Function], + acs_rtee: [Function], + acs_btee: [Function], + acs_ttee: [Function], + acs_hline: [Function], + acs_vline: [Function], + acs_plus: [Function], + box_chars_1: [Function], + bw: false, + am: true, + xsb: false, + beehive_glitch: false, + xhp: false, + xenl: true, + eo: false, + gn: false, + hc: false, + km: true, + hs: false, + in: false, + da: false, + db: false, + mir: true, + msgr: true, + os: false, + eslok: false, + xt: false, + teleray_glitch: false, + hz: false, + ul: false, + xon: false, + nxon: false, + mc5i: true, + chts: false, + nrrmc: false, + npc: true, + ndscr: false, + ccc: true, + bce: true, + hls: false, + xhpa: false, + crxm: false, + daisy: false, + xvpa: false, + sam: false, + cpix: false, + lpix: false, + cols: 80, + it: 8, + lm: -1, + xmc: -1, + pb: -1, + vt: -1, + wsl: -1, + nlab: -1, + lh: -1, + lw: -1, + ma: -1, + wnum: -1, + colors: 256, + pairs: 32767, + cbt: [Function], + bel: [Function], + cr: [Function], + csr: [Function], + tbc: [Function], + clear: [Function], + el: [Function], + ed: [Function], + hpa: [Function], + cup: [Function], + cud1: [Function], + home: [Function], + civis: [Function], + cub1: [Function], + cnorm: [Function], + cuf1: [Function], + cuu1: [Function], + cvvis: [Function], + dch1: [Function], + dl1: [Function], + smacs: [Function], + blink: [Function], + bold: [Function], + smcup: [Function], + dim: [Function], + smir: [Function], + invis: [Function], + rev: [Function], + smso: [Function], + smul: [Function], + ech: [Function], + rmacs: [Function], + sgr0: [Function], + rmcup: [Function], + rmir: [Function], + rmso: [Function], + rmul: [Function], + flash: [Function], + is2: [Function], + il1: [Function], + kbs: [Function], + kdch1: [Function], + kcud1: [Function], + kf1: [Function], + kf10: [Function], + kf2: [Function], + kf3: [Function], + kf4: [Function], + kf5: [Function], + kf6: [Function], + kf7: [Function], + kf8: [Function], + kf9: [Function], + khome: [Function], + kich1: [Function], + kcub1: [Function], + knp: [Function], + kpp: [Function], + kcuf1: [Function], + kind: [Function], + kri: [Function], + kcuu1: [Function], + rmkx: [Function], + smkx: [Function], + rmm: [Function], + smm: [Function], + dch: [Function], + dl: [Function], + cud: [Function], + ich: [Function], + indn: [Function], + il: [Function], + cub: [Function], + cuf: [Function], + rin: [Function], + cuu: [Function], + mc0: [Function], + mc4: [Function], + mc5: [Function], + rep: [Function], + rs1: [Function], + rs2: [Function], + rc: [Function], + vpa: [Function], + sc: [Function], + ind: [Function], + ri: [Function], + sgr: [Function], + hts: [Function], + ht: [Function], + kb2: [Function], + acsc: [Object], + kcbt: [Function], + smam: [Function], + rmam: [Function], + kend: [Function], + kent: [Function], + kDC: [Function], + kEND: [Function], + kHOM: [Function], + kIC: [Function], + kLFT: [Function], + kNXT: [Function], + kPRV: [Function], + kRIT: [Function], + kf11: [Function], + kf12: [Function], + kf13: [Function], + kf14: [Function], + kf15: [Function], + kf16: [Function], + kf17: [Function], + kf18: [Function], + kf19: [Function], + kf20: [Function], + kf21: [Function], + kf22: [Function], + kf23: [Function], + kf24: [Function], + kf25: [Function], + kf26: [Function], + kf27: [Function], + kf28: [Function], + kf29: [Function], + kf30: [Function], + kf31: [Function], + kf32: [Function], + kf33: [Function], + kf34: [Function], + kf35: [Function], + kf36: [Function], + kf37: [Function], + kf38: [Function], + kf39: [Function], + kf40: [Function], + kf41: [Function], + kf42: [Function], + kf43: [Function], + kf44: [Function], + kf45: [Function], + kf46: [Function], + kf47: [Function], + kf48: [Function], + kf49: [Function], + kf50: [Function], + kf51: [Function], + kf52: [Function], + kf53: [Function], + kf54: [Function], + kf55: [Function], + kf56: [Function], + kf57: [Function], + kf58: [Function], + kf59: [Function], + kf60: [Function], + kf61: [Function], + kf62: [Function], + kf63: [Function], + el1: [Function], + u6: [Function], + u7: [Function], + u8: [Function], + u9: [Function], + op: [Function], + oc: [Function], + initc: [Function], + sitm: [Function], + ritm: [Function], + kmous: [Function], + setaf: [Function], + setab: [Function], + ncv: -1, + bufsz: -1, + spinv: -1, + spinh: -1, + maddr: -1, + mjump: -1, + mcs: -1, + micro_char_size: -1, + mls: -1, + npins: -1, + orc: -1, + orl: -1, + orhi: -1, + orvi: -1, + cps: -1, + widcs: -1, + btns: -1, + bitwin: -1, + bitype: -1, + cmdch: [Function], + mrcup: [Function], + ll: [Function], + dsl: [Function], + hd: [Function], + smdc: [Function], + prot: [Function], + rmdc: [Function], + ff: [Function], + fsl: [Function], + is1: [Function], + is3: [Function], + if: [Function], + ich1: [Function], + ip: [Function], + ktbc: [Function], + kclr: [Function], + kctab: [Function], + kdl1: [Function], + krmir: [Function], + kel: [Function], + ked: [Function], + kf0: [Function], + kil1: [Function], + kll: [Function], + khts: [Function], + lf0: [Function], + lf1: [Function], + lf10: [Function], + lf2: [Function], + lf3: [Function], + lf4: [Function], + lf5: [Function], + lf6: [Function], + lf7: [Function], + lf8: [Function], + lf9: [Function], + nel: [Function], + pad: [Function], + pfkey: [Function], + pfloc: [Function], + pfx: [Function], + rs3: [Function], + rf: [Function], + wind: [Function], + tsl: [Function], + uc: [Function], + hu: [Function], + iprog: [Function], + ka1: [Function], + ka3: [Function], + kc1: [Function], + kc3: [Function], + mc5p: [Function], + rmp: [Function], + pln: [Function], + smxon: [Function], + rmxon: [Function], + xonc: [Function], + xoffc: [Function], + enacs: [Function], + smln: [Function], + rmln: [Function], + kbeg: [Function], + kcan: [Function], + kclo: [Function], + kcmd: [Function], + kcpy: [Function], + kcrt: [Function], + kext: [Function], + kfnd: [Function], + khlp: [Function], + kmrk: [Function], + kmsg: [Function], + kmov: [Function], + knxt: [Function], + kopn: [Function], + kopt: [Function], + kprv: [Function], + kprt: [Function], + krdo: [Function], + kref: [Function], + krfr: [Function], + krpl: [Function], + krst: [Function], + kres: [Function], + ksav: [Function], + kspd: [Function], + kund: [Function], + kBEG: [Function], + kCAN: [Function], + kCMD: [Function], + kCPY: [Function], + kCRT: [Function], + kDL: [Function], + kslt: [Function], + kEOL: [Function], + kEXT: [Function], + kFND: [Function], + kHLP: [Function], + kMSG: [Function], + kMOV: [Function], + kOPT: [Function], + kPRT: [Function], + kRDO: [Function], + kRPL: [Function], + kRES: [Function], + kSAV: [Function], + kSPD: [Function], + kUND: [Function], + rfi: [Function], + mgc: [Function], + smgl: [Function], + smgr: [Function], + fln: [Function], + sclk: [Function], + dclk: [Function], + rmclk: [Function], + cwin: [Function], + wingo: [Function], + hup: [Function], + dial: [Function], + qdial: [Function], + hook: [Function], + pause: [Function], + wait: [Function], + u0: [Function], + u1: [Function], + u2: [Function], + u3: [Function], + u4: [Function], + u5: [Function], + initp: [Function], + scp: [Function], + setf: [Function], + setb: [Function], + cpi: [Function], + lpi: [Function], + chr: [Function], + cvr: [Function], + defc: [Function], + swidm: [Function], + sdrfq: [Function], + slm: [Function], + smicm: [Function], + snlq: [Function], + snrmq: [Function], + sshm: [Function], + ssubm: [Function], + ssupm: [Function], + sum: [Function], + rwidm: [Function], + rlm: [Function], + rmicm: [Function], + rshm: [Function], + rsubm: [Function], + rsupm: [Function], + rum: [Function], + mhpa: [Function], + mcud1: [Function], + mcub1: [Function], + mcuf1: [Function], + mvpa: [Function], + mcuu1: [Function], + porder: [Function], + mcud: [Function], + mcub: [Function], + mcuf: [Function], + mcuu: [Function], + scs: [Function], + smgb: [Function], + smgbp: [Function], + smglp: [Function], + smgrp: [Function], + smgt: [Function], + smgtp: [Function], + sbim: [Function], + scsd: [Function], + rbim: [Function], + rcsd: [Function], + subcs: [Function], + supcs: [Function], + docr: [Function], + zerom: [Function], + csnm: [Function], + minfo: [Function], + reqmp: [Function], + getm: [Function], + pfxl: [Function], + devt: [Function], + csin: [Function], + s0ds: [Function], + s1ds: [Function], + s2ds: [Function], + s3ds: [Function], + smglr: [Function], + smgtb: [Function], + birep: [Function], + binel: [Function], + bicr: [Function], + colornm: [Function], + defbi: [Function], + endbi: [Function], + setcolor: [Function], + slines: [Function], + dispc: [Function], + smpch: [Function], + rmpch: [Function], + smsc: [Function], + rmsc: [Function], + pctrm: [Function], + scesc: [Function], + scesa: [Function], + ehhlm: [Function], + elhlm: [Function], + elohlm: [Function], + erhlm: [Function], + ethlm: [Function], + evhlm: [Function], + sgr1: [Function], + slength: [Function], + info: [Object], + all: [Object], + methods: [Object], + bools: [Object], + numbers: [Object], + strings: [Object], + features: [Object], + unicode: false, + brokenACS: false, + PCRomSet: false, + magicCookie: true, + setbuf: true, + acscr: [Object] }, + _events: + { newListener: [Function: fn], + keypress: [Array], + resize: [Array], + render: [Function], + 'element click': [Function] }, + options: { cursor: [Object] }, + screen: [Circular], + parent: null, + children: + [ [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object] ], + data: {}, + _: {}, + '$': {}, + uid: 0, + autoPadding: true, + tabc: ' ', + dockBorders: undefined, + ignoreLocked: [], + _unicode: false, + fullUnicode: undefined, + dattr: 262143, + renders: 5, + rleft: 0, + aleft: 0, + left: 0, + rright: 0, + aright: 0, + right: 0, + rtop: 0, + atop: 0, + top: 0, + rbottom: 0, + abottom: 0, + bottom: 0, + position: + { left: 0, + right: 0, + top: 0, + bottom: 0, + height: [Getter], + width: [Getter] }, + ileft: 0, + itop: 0, + iright: 0, + ibottom: 0, + iheight: 0, + iwidth: 0, + padding: { left: 0, top: 0, right: 0, bottom: 0 }, + hover: null, + history: [ [Object], [Circular], [Circular] ], + clickable: + [ [Circular], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + [Object], + ... 84 more items ], + keyable: [ [Circular] ], + grabKeys: false, + lockKeys: false, + _buf: '', + _ci: -1, + cursor: + { artificial: false, + shape: 'block', + blink: false, + color: null, + _set: false, + _state: 1, + _hidden: true }, + _maxListeners: Infinity, + lines: [ [Array] ], + olines: [ [Array] ], + _listenedKeys: true, + _borderStops: {}, + _listenedMouse: true, + _needsClickableSort: true }, + parent: + Box { + _events: + { newListener: [Function: fn], + resize: [Array], + attach: [Function], + detach: [Function], + scroll: [Function] }, + options: + { top: 1, + left: '50%', + width: 1, + height: -2, + keys: true, + mouse: true, + fg: 'fg', + tags: true, + border: [Object], + position: [Object], + padding: [Object] }, + screen: + Screen { + index: 0, + program: [Object], + tput: [Object], + _events: [Object], + options: [Object], + screen: [Circular], + parent: null, + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 0, + autoPadding: true, + tabc: ' ', + dockBorders: undefined, + ignoreLocked: [], + _unicode: false, + fullUnicode: undefined, + dattr: 262143, + renders: 5, + rleft: 0, + aleft: 0, + left: 0, + rright: 0, + aright: 0, + right: 0, + rtop: 0, + atop: 0, + top: 0, + rbottom: 0, + abottom: 0, + bottom: 0, + position: [Object], + ileft: 0, + itop: 0, + iright: 0, + ibottom: 0, + iheight: 0, + iwidth: 0, + padding: [Object], + hover: null, + history: [Array], + clickable: [Array], + keyable: [Array], + grabKeys: false, + lockKeys: false, + _buf: '', + _ci: -1, + cursor: [Object], + _maxListeners: Infinity, + lines: [Array], + olines: [Array], + _listenedKeys: true, + _borderStops: {}, + _listenedMouse: true, + _needsClickableSort: true }, + parent: + Screen { + index: 0, + program: [Object], + tput: [Object], + _events: [Object], + options: [Object], + screen: [Circular], + parent: null, + children: [Array], + data: {}, + _: {}, + '$': {}, + uid: 0, + autoPadding: true, + tabc: ' ', + dockBorders: undefined, + ignoreLocked: [], + _unicode: false, + fullUnicode: undefined, + dattr: 262143, + renders: 5, + rleft: 0, + aleft: 0, + left: 0, + rright: 0, + aright: 0, + right: 0, + rtop: 0, + atop: 0, + top: 0, + rbottom: 0, + abottom: 0, + bottom: 0, + position: [Object], + ileft: 0, + itop: 0, + iright: 0, + ibottom: 0, + iheight: 0, + iwidth: 0, + padding: [Object], + hover: null, + history: [Array], + clickable: [Array], + keyable: [Array], + grabKeys: false, + lockKeys: false, + _buf: '', + _ci: -1, + cursor: [Object], + _maxListeners: Infinity, + lines: [Array], + olines: [Array], + _listenedKeys: true, + _borderStops: {}, + _listenedMouse: true, + _needsClickableSort: true }, + children: [ [Circular], [Object] ], + data: {}, + _: {}, + '$': {}, + uid: 7, + index: 6, + detached: undefined, + name: undefined, + position: + { left: '50%', + right: undefined, + top: 1, + bottom: undefined, + width: 1, + height: -2 }, + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: + { fg: 'fg', + bg: undefined, + bold: undefined, + underline: undefined, + blink: undefined, + inverse: undefined, + invisible: undefined, + transparent: undefined, + border: [Object] }, + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: { left: 0, top: 0, right: 0, bottom: 0 }, + border: + { type: 'line', + fg: '#00ebbe', + ch: ' ', + left: true, + top: true, + right: true, + bottom: true }, + parseTags: true, + content: '{bold} Command{/bold}\n', + _clines: + [ '\u001b[1m Command\u001b[22m', + '', + rtof: [Array], + ftor: [Array], + fake: [Array], + real: [Circular], + mwidth: 8, + width: -1, + content: '{bold} Command{/bold}\n', + attr: [Array], + ci: [Array] ], + _pcontent: '\u001b[1m Command\u001b[22m\n', + _label: + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 11, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: true, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: true, + content: ' Process List ', + _clines: [Array], + _pcontent: ' Process List ', + _isLabel: true }, + _labelScroll: [Function], + _labelResize: [Function] }, + children: + [ Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 12, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' no', + clickable: true, + _clines: [Array], + _pcontent: ' no' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 13, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-she', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-she' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 14, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' firef', + clickable: true, + _clines: [Array], + _pcontent: ' firef' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 15, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' Xo', + clickable: true, + _clines: [Array], + _pcontent: ' Xo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 16, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' Web Conte', + clickable: true, + _clines: [Array], + _pcontent: ' Web Conte' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 17, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' sublime_te', + clickable: true, + _clines: [Array], + _pcontent: ' sublime_te' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 18, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' packageki', + clickable: true, + _clines: [Array], + _pcontent: ' packageki' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 19, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-softwa', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-softwa' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 20, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-ude', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-ude' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 21, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-termina', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-termina' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 22, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' t', + clickable: true, + _clines: [Array], + _pcontent: ' t' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 23, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' plugin_ho', + clickable: true, + _clines: [Array], + _pcontent: ' plugin_ho' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 24, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' docke', + clickable: true, + _clines: [Array], + _pcontent: ' docke' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 25, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' syste', + clickable: true, + _clines: [Array], + _pcontent: ' syste' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 26, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' i', + clickable: true, + _clines: [Array], + _pcontent: ' i' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 27, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nautilus-desk', + clickable: true, + _clines: [Array], + _pcontent: ' nautilus-desk' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 28, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' docker-contai', + clickable: true, + _clines: [Array], + _pcontent: ' docker-contai' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 29, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' NetworkManag', + clickable: true, + _clines: [Array], + _pcontent: ' NetworkManag' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 30, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' dbus-daem', + clickable: true, + _clines: [Array], + _pcontent: ' dbus-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 31, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' sna', + clickable: true, + _clines: [Array], + _pcontent: ' sna' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 32, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ibus-daem', + clickable: true, + _clines: [Array], + _pcontent: ' ibus-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 33, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kintegrit', + clickable: true, + _clines: [Array], + _pcontent: ' kintegrit' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 34, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kbloc', + clickable: true, + _clines: [Array], + _pcontent: ' kbloc' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 35, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ata_s', + clickable: true, + _clines: [Array], + _pcontent: ' ata_s' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 36, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ', + clickable: true, + _clines: [Array], + _pcontent: ' ' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 37, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' edac-poll', + clickable: true, + _clines: [Array], + _pcontent: ' edac-poll' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 38, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' devfreq_', + clickable: true, + _clines: [Array], + _pcontent: ' devfreq_' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 39, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' watchdo', + clickable: true, + _clines: [Array], + _pcontent: ' watchdo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 40, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kswap', + clickable: true, + _clines: [Array], + _pcontent: ' kswap' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 41, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ecryptfs-kthr', + clickable: true, + _clines: [Array], + _pcontent: ' ecryptfs-kthr' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 42, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kthrot', + clickable: true, + _clines: [Array], + _pcontent: ' kthrot' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 43, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' acpi_thermal_', + clickable: true, + _clines: [Array], + _pcontent: ' acpi_thermal_' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 44, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nvme-', + clickable: true, + _clines: [Array], + _pcontent: ' nvme-' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 45, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ipv6_addrco', + clickable: true, + _clines: [Array], + _pcontent: ' ipv6_addrco' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 46, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kst', + clickable: true, + _clines: [Array], + _pcontent: ' kst' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 47, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' charger_manag', + clickable: true, + _clines: [Array], + _pcontent: ' charger_manag' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 48, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 49, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 50, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 51, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 52, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 53, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 54, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' i9', + clickable: true, + _clines: [Array], + _pcontent: ' i9' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 55, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nvidia-modes', + clickable: true, + _clines: [Array], + _pcontent: ' nvidia-modes' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 56, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' jb', + clickable: true, + _clines: [Array], + _pcontent: ' jb' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 57, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ext4-rsv-conv', + clickable: true, + _clines: [Array], + _pcontent: ' ext4-rsv-conv' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 58, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-journ', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-journ' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 59, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ', + clickable: true, + _clines: [Array], + _pcontent: ' ' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 60, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 61, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 62, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 63, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 64, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 65, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 66, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 67, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 68, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 69, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 70, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 71, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 72, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 73, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 74, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 75, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 76, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 77, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' asus_wireless', + clickable: true, + _clines: [Array], + _pcontent: ' asus_wireless' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 78, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kwork', + clickable: true, + _clines: [Array], + _pcontent: ' kwork' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 79, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kmemsti', + clickable: true, + _clines: [Array], + _pcontent: ' kmemsti' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 80, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cfg802', + clickable: true, + _clines: [Array], + _pcontent: ' cfg802' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 81, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' UVM global qu', + clickable: true, + _clines: [Array], + _pcontent: ' UVM global qu' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 82, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' UVM Tools Eve', + clickable: true, + _clines: [Array], + _pcontent: ' UVM Tools Eve' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 83, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' led_workque', + clickable: true, + _clines: [Array], + _pcontent: ' led_workque' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 84, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-times', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-times' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 85, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-resol', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-resol' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 86, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ModemManag', + clickable: true, + _clines: [Array], + _pcontent: ' ModemManag' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 87, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' avahi-daem', + clickable: true, + _clines: [Array], + _pcontent: ' avahi-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 88, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rsyslo', + clickable: true, + _clines: [Array], + _pcontent: ' rsyslo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 89, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-logi', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-logi' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 90, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cup', + clickable: true, + _clines: [Array], + _pcontent: ' cup' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 91, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' therma', + clickable: true, + _clines: [Array], + _pcontent: ' therma' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 92, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' acp', + clickable: true, + _clines: [Array], + _pcontent: ' acp' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 93, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' mm_percpu_', + clickable: true, + _clines: [Array], + _pcontent: ' mm_percpu_' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 94, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' accounts-daem', + clickable: true, + _clines: [Array], + _pcontent: ' accounts-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 95, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' networkd-disp', + clickable: true, + _clines: [Array], + _pcontent: ' networkd-disp' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 96, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ksoftir', + clickable: true, + _clines: [Array], + _pcontent: ' ksoftir' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 97, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' wpa_supplica', + clickable: true, + _clines: [Array], + _pcontent: ' wpa_supplica' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 98, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cr', + clickable: true, + _clines: [Array], + _pcontent: ' cr' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 99, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' udisk', + clickable: true, + _clines: [Array], + _pcontent: ' udisk' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 100, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rcu_sch', + clickable: true, + _clines: [Array], + _pcontent: ' rcu_sch' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 101, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' irqbalan', + clickable: true, + _clines: [Array], + _pcontent: ' irqbalan' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 102, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' bluetoot', + clickable: true, + _clines: [Array], + _pcontent: ' bluetoot' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 103, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kthrea', + clickable: true, + _clines: [Array], + _pcontent: ' kthrea' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 104, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' polki', + clickable: true, + _clines: [Array], + _pcontent: ' polki' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 105, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gd', + clickable: true, + _clines: [Array], + _pcontent: ' gd' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 106, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gdm-session-w', + clickable: true, + _clines: [Array], + _pcontent: ' gdm-session-w' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 107, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rcu_', + clickable: true, + _clines: [Array], + _pcontent: ' rcu_' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 108, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' (sd-pa', + clickable: true, + _clines: [Array], + _pcontent: ' (sd-pa' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 109, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gdm-wayland-s', + clickable: true, + _clines: [Array], + _pcontent: ' gdm-wayland-s' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 110, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-session', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-session' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 111, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' migrati', + clickable: true, + _clines: [Array], + _pcontent: ' migrati' }, + ... 83 more items ], + data: {}, + _: {}, + '$': {}, + uid: 8, + index: -1, + detached: undefined, + name: undefined, + position: + { left: 0, + right: undefined, + top: 1, + bottom: undefined, + width: -1, + height: -5 }, + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: + { selected: { bg: '#a537fd', fg: 'fg' }, + item: { fg: 'fg' }, + scrollbar: { bg: 'yellow' } }, + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: { left: 0, top: 0, right: 0, bottom: 0 }, + border: undefined, + parseTags: undefined, + content: '', + scrollable: true, + childOffset: -6, + childBase: 188, + baseLimit: Infinity, + alwaysScroll: undefined, + scrollbar: { style: { bg: 'yellow' }, ch: ' ' }, + clickable: true, + value: 'no', + items: + [ Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 12, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' no', + clickable: true, + _clines: [Array], + _pcontent: ' no' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 13, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-she', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-she' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 14, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' firef', + clickable: true, + _clines: [Array], + _pcontent: ' firef' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 15, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' Xo', + clickable: true, + _clines: [Array], + _pcontent: ' Xo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 16, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' Web Conte', + clickable: true, + _clines: [Array], + _pcontent: ' Web Conte' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 17, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' sublime_te', + clickable: true, + _clines: [Array], + _pcontent: ' sublime_te' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 18, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' packageki', + clickable: true, + _clines: [Array], + _pcontent: ' packageki' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 19, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-softwa', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-softwa' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 20, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-ude', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-ude' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 21, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-termina', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-termina' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 22, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' t', + clickable: true, + _clines: [Array], + _pcontent: ' t' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 23, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' plugin_ho', + clickable: true, + _clines: [Array], + _pcontent: ' plugin_ho' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 24, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' docke', + clickable: true, + _clines: [Array], + _pcontent: ' docke' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 25, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' syste', + clickable: true, + _clines: [Array], + _pcontent: ' syste' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 26, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' i', + clickable: true, + _clines: [Array], + _pcontent: ' i' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 27, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nautilus-desk', + clickable: true, + _clines: [Array], + _pcontent: ' nautilus-desk' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 28, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' docker-contai', + clickable: true, + _clines: [Array], + _pcontent: ' docker-contai' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 29, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' NetworkManag', + clickable: true, + _clines: [Array], + _pcontent: ' NetworkManag' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 30, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' dbus-daem', + clickable: true, + _clines: [Array], + _pcontent: ' dbus-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 31, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' sna', + clickable: true, + _clines: [Array], + _pcontent: ' sna' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 32, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ibus-daem', + clickable: true, + _clines: [Array], + _pcontent: ' ibus-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 33, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kintegrit', + clickable: true, + _clines: [Array], + _pcontent: ' kintegrit' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 34, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kbloc', + clickable: true, + _clines: [Array], + _pcontent: ' kbloc' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 35, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ata_s', + clickable: true, + _clines: [Array], + _pcontent: ' ata_s' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 36, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ', + clickable: true, + _clines: [Array], + _pcontent: ' ' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 37, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' edac-poll', + clickable: true, + _clines: [Array], + _pcontent: ' edac-poll' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 38, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' devfreq_', + clickable: true, + _clines: [Array], + _pcontent: ' devfreq_' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 39, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' watchdo', + clickable: true, + _clines: [Array], + _pcontent: ' watchdo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 40, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kswap', + clickable: true, + _clines: [Array], + _pcontent: ' kswap' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 41, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ecryptfs-kthr', + clickable: true, + _clines: [Array], + _pcontent: ' ecryptfs-kthr' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 42, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kthrot', + clickable: true, + _clines: [Array], + _pcontent: ' kthrot' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 43, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' acpi_thermal_', + clickable: true, + _clines: [Array], + _pcontent: ' acpi_thermal_' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 44, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nvme-', + clickable: true, + _clines: [Array], + _pcontent: ' nvme-' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 45, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ipv6_addrco', + clickable: true, + _clines: [Array], + _pcontent: ' ipv6_addrco' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 46, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kst', + clickable: true, + _clines: [Array], + _pcontent: ' kst' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 47, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' charger_manag', + clickable: true, + _clines: [Array], + _pcontent: ' charger_manag' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 48, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 49, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 50, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 51, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 52, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_eh', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_eh' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 53, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' scsi_tmf', + clickable: true, + _clines: [Array], + _pcontent: ' scsi_tmf' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 54, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' i9', + clickable: true, + _clines: [Array], + _pcontent: ' i9' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 55, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' nvidia-modes', + clickable: true, + _clines: [Array], + _pcontent: ' nvidia-modes' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 56, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' jb', + clickable: true, + _clines: [Array], + _pcontent: ' jb' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 57, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ext4-rsv-conv', + clickable: true, + _clines: [Array], + _pcontent: ' ext4-rsv-conv' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 58, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-journ', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-journ' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 59, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ', + clickable: true, + _clines: [Array], + _pcontent: ' ' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 60, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 61, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 62, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 63, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 64, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 65, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 66, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 67, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 68, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 69, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loo', + clickable: true, + _clines: [Array], + _pcontent: ' loo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 70, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 71, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 72, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 73, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 74, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 75, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 76, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' loop', + clickable: true, + _clines: [Array], + _pcontent: ' loop' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 77, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' asus_wireless', + clickable: true, + _clines: [Array], + _pcontent: ' asus_wireless' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 78, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kwork', + clickable: true, + _clines: [Array], + _pcontent: ' kwork' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 79, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kmemsti', + clickable: true, + _clines: [Array], + _pcontent: ' kmemsti' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 80, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cfg802', + clickable: true, + _clines: [Array], + _pcontent: ' cfg802' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 81, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' UVM global qu', + clickable: true, + _clines: [Array], + _pcontent: ' UVM global qu' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 82, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' UVM Tools Eve', + clickable: true, + _clines: [Array], + _pcontent: ' UVM Tools Eve' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 83, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' led_workque', + clickable: true, + _clines: [Array], + _pcontent: ' led_workque' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 84, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-times', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-times' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 85, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-resol', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-resol' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 86, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ModemManag', + clickable: true, + _clines: [Array], + _pcontent: ' ModemManag' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 87, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' avahi-daem', + clickable: true, + _clines: [Array], + _pcontent: ' avahi-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 88, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rsyslo', + clickable: true, + _clines: [Array], + _pcontent: ' rsyslo' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 89, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' systemd-logi', + clickable: true, + _clines: [Array], + _pcontent: ' systemd-logi' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 90, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cup', + clickable: true, + _clines: [Array], + _pcontent: ' cup' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 91, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' therma', + clickable: true, + _clines: [Array], + _pcontent: ' therma' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 92, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' acp', + clickable: true, + _clines: [Array], + _pcontent: ' acp' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 93, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' mm_percpu_', + clickable: true, + _clines: [Array], + _pcontent: ' mm_percpu_' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 94, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' accounts-daem', + clickable: true, + _clines: [Array], + _pcontent: ' accounts-daem' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 95, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' networkd-disp', + clickable: true, + _clines: [Array], + _pcontent: ' networkd-disp' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 96, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' ksoftir', + clickable: true, + _clines: [Array], + _pcontent: ' ksoftir' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 97, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' wpa_supplica', + clickable: true, + _clines: [Array], + _pcontent: ' wpa_supplica' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 98, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' cr', + clickable: true, + _clines: [Array], + _pcontent: ' cr' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 99, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' udisk', + clickable: true, + _clines: [Array], + _pcontent: ' udisk' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 100, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rcu_sch', + clickable: true, + _clines: [Array], + _pcontent: ' rcu_sch' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 101, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' irqbalan', + clickable: true, + _clines: [Array], + _pcontent: ' irqbalan' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 102, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' bluetoot', + clickable: true, + _clines: [Array], + _pcontent: ' bluetoot' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 103, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' kthrea', + clickable: true, + _clines: [Array], + _pcontent: ' kthrea' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 104, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' polki', + clickable: true, + _clines: [Array], + _pcontent: ' polki' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 105, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gd', + clickable: true, + _clines: [Array], + _pcontent: ' gd' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 106, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gdm-session-w', + clickable: true, + _clines: [Array], + _pcontent: ' gdm-session-w' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 107, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' rcu_', + clickable: true, + _clines: [Array], + _pcontent: ' rcu_' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 108, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' (sd-pa', + clickable: true, + _clines: [Array], + _pcontent: ' (sd-pa' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 109, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gdm-wayland-s', + clickable: true, + _clines: [Array], + _pcontent: ' gdm-wayland-s' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 110, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' gnome-session', + clickable: true, + _clines: [Array], + _pcontent: ' gnome-session' }, + Box { + _events: [Object], + options: [Object], + screen: [Object], + parent: [Circular], + children: [], + data: {}, + _: {}, + '$': {}, + uid: 111, + index: -1, + detached: undefined, + name: undefined, + position: [Object], + noOverflow: undefined, + dockBorders: undefined, + shadow: undefined, + style: [Object], + hidden: false, + fixed: undefined, + align: 'left', + valign: 'top', + wrap: true, + shrink: undefined, + ch: ' ', + padding: [Object], + border: undefined, + parseTags: undefined, + content: ' migrati', + clickable: true, + _clines: [Array], + _pcontent: ' migrati' }, + ... 83 more items ], + ritems: + [ ' no', + ' gnome-she', + ' firef', + ' Xo', + ' Web Conte', + ' sublime_te', + ' packageki', + ' gnome-softwa', + ' systemd-ude', + ' gnome-termina', + ' t', + ' plugin_ho', + ' docke', + ' syste', + ' i', + ' nautilus-desk', + ' docker-contai', + ' NetworkManag', + ' dbus-daem', + ' sna', + ' ibus-daem', + ' kintegrit', + ' kbloc', + ' ata_s', + ' ', + ' edac-poll', + ' devfreq_', + ' watchdo', + ' kswap', + ' ecryptfs-kthr', + ' kthrot', + ' acpi_thermal_', + ' nvme-', + ' ipv6_addrco', + ' kst', + ' charger_manag', + ' scsi_eh', + ' scsi_tmf', + ' scsi_eh', + ' scsi_tmf', + ' scsi_eh', + ' scsi_tmf', + ' i9', + ' nvidia-modes', + ' jb', + ' ext4-rsv-conv', + ' systemd-journ', + ' ', + ' loo', + ' loo', + ' loo', + ' loo', + ' loo', + ' loo', + ' loo', + ' loo', + ' loo', + ' loo', + ' loop', + ' loop', + ' loop', + ' loop', + ' loop', + ' loop', + ' loop', + ' asus_wireless', + ' kwork', + ' kmemsti', + ' cfg802', + ' UVM global qu', + ' UVM Tools Eve', + ' led_workque', + ' systemd-times', + ' systemd-resol', + ' ModemManag', + ' avahi-daem', + ' rsyslo', + ' systemd-logi', + ' cup', + ' therma', + ' acp', + ' mm_percpu_', + ' accounts-daem', + ' networkd-disp', + ' ksoftir', + ' wpa_supplica', + ' cr', + ' udisk', + ' rcu_sch', + ' irqbalan', + ' bluetoot', + ' kthrea', + ' polki', + ' gd', + ' gdm-session-w', + ' rcu_', + ' (sd-pa', + ' gdm-wayland-s', + ' gnome-session', + ' migrati', + ... 83 more items ], + selected: 0, + _isList: true, + interactive: true, + mouse: true, + keyable: true, + _clines: + [ '', + rtof: [ 0 ], + ftor: [ [Array] ], + fake: [ '' ], + real: [Circular], + mwidth: 0, + width: -1, + content: '', + attr: [ 262143 ], + ci: [ 0 ] ], + _pcontent: '', + _listInitialized: true } +718[?1l>[?12l[?25h[?1002l[?1003l[?1006l[?1049l \ No newline at end of file From 0401d91aed38b1cb87cc33cf1d47ee6b647d2677 Mon Sep 17 00:00:00 2001 From: Apoorv Date: Fri, 2 Nov 2018 22:02:34 +0530 Subject: [PATCH 5/6] pgup/pgdown/home/end working --- app.js | 9 +- r | 9114 -------------------------------------------------------- 2 files changed, 3 insertions(+), 9120 deletions(-) delete mode 100644 r diff --git a/app.js b/app.js index ab0a5aa..4e023a6 100644 --- a/app.js +++ b/app.js @@ -25,7 +25,6 @@ const App = ((() => { cli .option('-t, --theme [name]', `set the vtop theme [${themes}]`, 'parallax') .option('--no-mouse', 'Disables mouse interactivity') - .option('--no-upgrade', 'Disables upgradeNotice, usefull when logging') .option('--quit-after [seconds]', 'Quits vtop after interval', '0') .option('--update-interval [milliseconds]', 'Interval between updates', '300') .version(VERSION) @@ -425,9 +424,7 @@ const App = ((() => { doCheck() // Check for updates every 5 minutes - if (cli.upgrade == true) { - setInterval(doCheck, 300000); - } + // setInterval(doCheck, 300000); let lastKey = '' @@ -457,7 +454,7 @@ const App = ((() => { }) screen.on('keypress', (ch, key) => { - if (key.full === 'up' || key.full === 'down' || key.full === 'k' || key.full === 'j') { + if (key.name === 'up' || key.name === 'down' || key.name === 'k' || key.name === 'j') { // Disable table updates for half a second disableTableUpdate = true clearTimeout(disableTableUpdateTimeout) @@ -466,7 +463,7 @@ const App = ((() => { }, 1000) } - if (key.full === 'pageup' || key.full === 'pagedown') { + if (key.name === 'pageup' || key.name === 'pagedown') { // Disable table updates for half a second disableTableUpdate = true clearTimeout(disableTableUpdateTimeout) diff --git a/r b/r deleted file mode 100644 index c20e871..0000000 --- a/r +++ /dev/null @@ -1,9114 +0,0 @@ -[?1049h[?1h=[?25l718[?1002h[?1003h[?1006h7 8ScrollableBox { - reallyScrollable: [Getter], - _scrollBottom: [Function], - scrollTo: [Function], - setScroll: [Function], - getScroll: [Function], - scroll: [Function], - _recalculateIndex: [Function], - resetScroll: [Function], - getScrollHeight: [Function], - getScrollPerc: [Function], - setScrollPerc: [Function], - _events: - { newListener: [Function: fn], - resize: [ [Function], [Function] ], - attach: [Function], - detach: [Function], - mousedown: [Function], - wheeldown: [Function], - wheelup: [Function], - 'parsed content': [Function], - 'element wheeldown': [Function], - 'element wheelup': [Function], - keypress: [Function], - adopt: [Function], - remove: [Function] }, - options: - { height: -5, - top: 1, - width: -1, - left: 0, - keys: true, - vi: true, - search: [Function: search], - style: { selected: [Object], item: [Object], scrollbar: [Object] }, - mouse: true, - scrollable: true, - scrollbar: { style: [Object], ch: ' ' }, - ignoreKeys: true, - position: - { left: 0, - right: undefined, - top: 1, - bottom: undefined, - width: -1, - height: -5 }, - padding: - { left: undefined, - top: undefined, - right: undefined, - bottom: undefined } }, - screen: - Screen { - index: 0, - program: - Program { - index: 1, - domain: null, - _events: [Object], - _eventsCount: 7, - _maxListeners: undefined, - options: [Object], - input: [Object], - output: [Object], - zero: true, - useBuffer: true, - x: 0, - y: 0, - savedX: 0, - savedY: 0, - cols: 1, - rows: 1, - scrollTop: 0, - scrollBottom: 0, - _terminal: 'xterm-256color', - isOSXTerm: false, - isiTerm2: false, - isXFCE: false, - isTerminator: false, - isLXDE: false, - isVTE: true, - isRxvt: false, - isXterm: false, - tmux: false, - tmuxVersion: 2, - _buf: '', - _flush: [Function: bound ], - _tputSetup: true, - tput: [Object], - put: [Object], - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - error: null, - terminfoPrefix: undefined, - terminfoFile: undefined, - termcapFile: undefined, - auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function], - carriage_return: [Function], - change_scroll_region: [Function], - clear_all_tabs: [Function], - clear_screen: [Function], - clr_eol: [Function], - clr_eos: [Function], - column_address: [Function], - cursor_address: [Function], - cursor_down: [Function], - cursor_home: [Function], - cursor_left: [Function], - cursor_normal: [Function], - cursor_right: [Function], - cursor_up: [Function], - cursor_visible: [Function], - delete_character: [Function], - delete_line: [Function], - enter_blink_mode: [Function], - enter_bold_mode: [Function], - enter_ca_mode: [Function], - enter_dim_mode: [Function], - enter_insert_mode: [Function], - enter_secure_mode: [Function], - enter_reverse_mode: [Function], - enter_standout_mode: [Function], - enter_underline_mode: [Function], - erase_chars: [Function], - exit_attribute_mode: [Function], - exit_ca_mode: [Function], - exit_insert_mode: [Function], - exit_standout_mode: [Function], - exit_underline_mode: [Function], - flash_screen: [Function], - init_2string: [Function], - insert_line: [Function], - key_backspace: [Function], - key_dc: [Function], - key_down: [Function], - key_f1: [Function], - key_f10: [Function], - key_f2: [Function], - key_f3: [Function], - key_f4: [Function], - key_f5: [Function], - key_f6: [Function], - key_f7: [Function], - key_f8: [Function], - key_f9: [Function], - key_home: [Function], - key_ic: [Function], - key_left: [Function], - key_npage: [Function], - key_ppage: [Function], - key_right: [Function], - key_sf: [Function], - key_sr: [Function], - key_up: [Function], - keypad_local: [Function], - keypad_xmit: [Function], - meta_off: [Function], - meta_on: [Function], - parm_dch: [Function], - parm_delete_line: [Function], - parm_down_cursor: [Function], - parm_ich: [Function], - parm_index: [Function], - parm_insert_line: [Function], - parm_left_cursor: [Function], - parm_right_cursor: [Function], - parm_rindex: [Function], - parm_up_cursor: [Function], - repeat_char: [Function], - reset_1string: [Function], - reset_2string: [Function], - restore_cursor: [Function], - row_address: [Function], - save_cursor: [Function], - scroll_forward: [Function], - scroll_reverse: [Function], - set_attributes: [Function], - set_tab: [Function], - key_b2: [Function], - acs_chars: [Function], - key_btab: [Function], - enter_am_mode: [Function], - exit_am_mode: [Function], - key_end: [Function], - key_enter: [Function], - key_sdc: [Function], - key_send: [Function], - key_shome: [Function], - key_sic: [Function], - key_sleft: [Function], - key_snext: [Function], - key_sprevious: [Function], - key_sright: [Function], - key_f11: [Function], - key_f12: [Function], - key_f13: [Function], - key_f14: [Function], - key_f15: [Function], - key_f16: [Function], - key_f17: [Function], - key_f18: [Function], - key_f19: [Function], - key_f20: [Function], - key_f21: [Function], - key_f22: [Function], - key_f23: [Function], - key_f24: [Function], - key_f25: [Function], - key_f26: [Function], - key_f27: [Function], - key_f28: [Function], - key_f29: [Function], - key_f30: [Function], - key_f31: [Function], - key_f32: [Function], - key_f33: [Function], - key_f34: [Function], - key_f35: [Function], - key_f36: [Function], - key_f37: [Function], - key_f38: [Function], - key_f39: [Function], - key_f40: [Function], - key_f41: [Function], - key_f42: [Function], - key_f43: [Function], - key_f44: [Function], - key_f45: [Function], - key_f46: [Function], - key_f47: [Function], - key_f48: [Function], - key_f49: [Function], - key_f50: [Function], - key_f51: [Function], - key_f52: [Function], - key_f53: [Function], - key_f54: [Function], - key_f55: [Function], - key_f56: [Function], - key_f57: [Function], - key_f58: [Function], - key_f59: [Function], - key_f60: [Function], - key_f61: [Function], - key_f62: [Function], - key_f63: [Function], - clr_bol: [Function], - user6: [Function], - user7: [Function], - user8: [Function], - user9: [Function], - orig_pair: [Function], - orig_colors: [Function], - initialize_color: [Function], - enter_italics_mode: [Function], - exit_italics_mode: [Function], - key_mouse: [Function], - set_a_foreground: [Function], - set_a_background: [Function], - memory_lock: [Function], - memory_unlock: [Function], - Cr: [Function], - Cs: [Function], - E3: [Function], - Ms: [Function], - Se: [Function], - Ss: [Function], - kDC3: [Function], - kDC4: [Function], - kDC5: [Function], - kDC6: [Function], - kDC7: [Function], - kDN: [Function], - kDN3: [Function], - kDN4: [Function], - kDN5: [Function], - kDN6: [Function], - kDN7: [Function], - kEND3: [Function], - kEND4: [Function], - kEND5: [Function], - kEND6: [Function], - kEND7: [Function], - kHOM3: [Function], - kHOM4: [Function], - kHOM5: [Function], - kHOM6: [Function], - kHOM7: [Function], - kIC3: [Function], - kIC4: [Function], - kIC5: [Function], - kIC6: [Function], - kIC7: [Function], - kLFT3: [Function], - kLFT4: [Function], - kLFT5: [Function], - kLFT6: [Function], - kLFT7: [Function], - kNXT3: [Function], - kNXT4: [Function], - kNXT5: [Function], - kNXT6: [Function], - kNXT7: [Function], - kPRV3: [Function], - kPRV4: [Function], - kPRV5: [Function], - kPRV6: [Function], - kPRV7: [Function], - kRIT3: [Function], - kRIT4: [Function], - kRIT5: [Function], - kRIT6: [Function], - kRIT7: [Function], - kUP: [Function], - kUP3: [Function], - kUP4: [Function], - kUP5: [Function], - kUP6: [Function], - kUP7: [Function], - ka2: [Function], - kb1: [Function], - kb3: [Function], - kc2: [Function], - rmxx: [Function], - smxx: [Function], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Function], - cursor_mem_address: [Function], - cursor_to_ll: [Function], - dis_status_line: [Function], - down_half_line: [Function], - enter_delete_mode: [Function], - enter_protected_mode: [Function], - exit_delete_mode: [Function], - form_feed: [Function], - from_status_line: [Function], - init_1string: [Function], - init_3string: [Function], - init_file: [Function], - insert_character: [Function], - insert_padding: [Function], - key_catab: [Function], - key_clear: [Function], - key_ctab: [Function], - key_dl: [Function], - key_eic: [Function], - key_eol: [Function], - key_eos: [Function], - key_f0: [Function], - key_il: [Function], - key_ll: [Function], - key_stab: [Function], - lab_f0: [Function], - lab_f1: [Function], - lab_f10: [Function], - lab_f2: [Function], - lab_f3: [Function], - lab_f4: [Function], - lab_f5: [Function], - lab_f6: [Function], - lab_f7: [Function], - lab_f8: [Function], - lab_f9: [Function], - pad_char: [Function], - pkey_key: [Function], - pkey_local: [Function], - pkey_xmit: [Function], - reset_3string: [Function], - reset_file: [Function], - set_window: [Function], - to_status_line: [Function], - underline_char: [Function], - up_half_line: [Function], - init_prog: [Function], - key_a1: [Function], - key_a3: [Function], - key_c1: [Function], - key_c3: [Function], - char_padding: [Function], - plab_norm: [Function], - enter_xon_mode: [Function], - exit_xon_mode: [Function], - xon_character: [Function], - xoff_character: [Function], - ena_acs: [Function], - label_on: [Function], - label_off: [Function], - key_beg: [Function], - key_cancel: [Function], - key_close: [Function], - key_command: [Function], - key_copy: [Function], - key_create: [Function], - key_exit: [Function], - key_find: [Function], - key_help: [Function], - key_mark: [Function], - key_message: [Function], - key_move: [Function], - key_next: [Function], - key_open: [Function], - key_options: [Function], - key_previous: [Function], - key_print: [Function], - key_redo: [Function], - key_reference: [Function], - key_refresh: [Function], - key_replace: [Function], - key_restart: [Function], - key_resume: [Function], - key_save: [Function], - key_suspend: [Function], - key_undo: [Function], - key_sbeg: [Function], - key_scancel: [Function], - key_scommand: [Function], - key_scopy: [Function], - key_screate: [Function], - key_sdl: [Function], - key_select: [Function], - key_seol: [Function], - key_sexit: [Function], - key_sfind: [Function], - key_shelp: [Function], - key_smessage: [Function], - key_smove: [Function], - key_soptions: [Function], - key_sprint: [Function], - key_sredo: [Function], - key_sreplace: [Function], - key_srsume: [Function], - key_ssave: [Function], - key_ssuspend: [Function], - key_sundo: [Function], - req_for_input: [Function], - clear_margins: [Function], - set_left_margin: [Function], - set_right_margin: [Function], - label_format: [Function], - set_clock: [Function], - display_clock: [Function], - remove_clock: [Function], - create_window: [Function], - goto_window: [Function], - hangup: [Function], - dial_phone: [Function], - quick_dial: [Function], - tone: [Function], - pulse: [Function], - flash_hook: [Function], - fixed_pause: [Function], - wait_tone: [Function], - user0: [Function], - user1: [Function], - user2: [Function], - user3: [Function], - user4: [Function], - user5: [Function], - initialize_pair: [Function], - set_color_pair: [Function], - set_foreground: [Function], - set_background: [Function], - change_char_pitch: [Function], - change_line_pitch: [Function], - change_res_horz: [Function], - change_res_vert: [Function], - define_char: [Function], - enter_doublewide_mode: [Function], - enter_draft_quality: [Function], - enter_leftward_mode: [Function], - enter_micro_mode: [Function], - enter_near_letter_quality: [Function], - enter_normal_quality: [Function], - enter_shadow_mode: [Function], - enter_subscript_mode: [Function], - enter_superscript_mode: [Function], - enter_upward_mode: [Function], - exit_doublewide_mode: [Function], - exit_leftward_mode: [Function], - exit_micro_mode: [Function], - exit_shadow_mode: [Function], - exit_subscript_mode: [Function], - exit_superscript_mode: [Function], - exit_upward_mode: [Function], - micro_column_address: [Function], - micro_down: [Function], - micro_left: [Function], - micro_right: [Function], - micro_row_address: [Function], - micro_up: [Function], - order_of_pins: [Function], - parm_down_micro: [Function], - parm_left_micro: [Function], - parm_right_micro: [Function], - parm_up_micro: [Function], - select_char_set: [Function], - set_bottom_margin: [Function], - set_bottom_margin_parm: [Function], - set_left_margin_parm: [Function], - set_right_margin_parm: [Function], - set_top_margin: [Function], - set_top_margin_parm: [Function], - start_bit_image: [Function], - start_char_set_def: [Function], - stop_bit_image: [Function], - stop_char_set_def: [Function], - subscript_characters: [Function], - superscript_characters: [Function], - these_cause_cr: [Function], - zero_motion: [Function], - char_set_names: [Function], - mouse_info: [Function], - get_mouse: [Function], - pkey_plab: [Function], - device_type: [Function], - code_set_init: [Function], - set0_des_seq: [Function], - set1_des_seq: [Function], - set2_des_seq: [Function], - set3_des_seq: [Function], - set_lr_margin: [Function], - set_tb_margin: [Function], - bit_image_repeat: [Function], - bit_image_newline: [Function], - bit_image_carriage_return: [Function], - color_names: [Function], - define_bit_image_region: [Function], - end_bit_image_region: [Function], - set_color_band: [Function], - set_page_length: [Function], - display_pc_char: [Function], - enter_pc_charset_mode: [Function], - exit_pc_charset_mode: [Function], - enter_scancode_mode: [Function], - exit_scancode_mode: [Function], - pc_term_options: [Function], - scancode_escape: [Function], - alt_scancode_esc: [Function], - enter_horizontal_hl_mode: [Function], - enter_left_hl_mode: [Function], - enter_low_hl_mode: [Function], - enter_right_hl_mode: [Function], - enter_top_hl_mode: [Function], - enter_vertical_hl_mode: [Function], - set_a_attributes: [Function], - set_pglen_inch: [Function], - termcap_init2: [Function], - termcap_reset: [Function], - linefeed_if_not_lf: [Function], - backspace_if_not_bs: [Function], - other_non_function_keys: [Function], - arrow_key_map: [Function], - acs_ulcorner: [Function], - acs_llcorner: [Function], - acs_urcorner: [Function], - acs_lrcorner: [Function], - acs_ltee: [Function], - acs_rtee: [Function], - acs_btee: [Function], - acs_ttee: [Function], - acs_hline: [Function], - acs_vline: [Function], - acs_plus: [Function], - box_chars_1: [Function], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cud1: [Function], - home: [Function], - cub1: [Function], - cuf1: [Function], - cuu1: [Function], - dch1: [Function], - dl1: [Function], - blink: [Function], - bold: [Function], - dim: [Function], - smir: [Function], - invis: [Function], - rev: [Function], - smso: [Function], - smul: [Function], - sgr0: [Function], - rmir: [Function], - rmso: [Function], - rmul: [Function], - flash: [Function], - is2: [Function], - il1: [Function], - kdch1: [Function], - kcud1: [Function], - kf1: [Function], - kf10: [Function], - kf2: [Function], - kf3: [Function], - kf4: [Function], - kf5: [Function], - kf6: [Function], - kf7: [Function], - kf8: [Function], - kf9: [Function], - khome: [Function], - kich1: [Function], - kcub1: [Function], - knp: [Function], - kpp: [Function], - kcuf1: [Function], - kind: [Function], - kri: [Function], - kcuu1: [Function], - rmkx: [Function], - smkx: [Function], - rmm: [Function], - smm: [Function], - indn: [Function], - rin: [Function], - rs1: [Function], - hts: [Function], - kb2: [Function], - acsc: [Object], - kcbt: [Function], - smam: [Function], - rmam: [Function], - kend: [Function], - kent: [Function], - kDC: [Function], - kEND: [Function], - kHOM: [Function], - kIC: [Function], - kLFT: [Function], - kNXT: [Function], - kPRV: [Function], - kRIT: [Function], - kf11: [Function], - kf12: [Function], - kf13: [Function], - kf14: [Function], - kf15: [Function], - kf16: [Function], - kf17: [Function], - kf18: [Function], - kf19: [Function], - kf20: [Function], - kf21: [Function], - kf22: [Function], - kf23: [Function], - kf24: [Function], - kf25: [Function], - kf26: [Function], - kf27: [Function], - kf28: [Function], - kf29: [Function], - kf30: [Function], - kf31: [Function], - kf32: [Function], - kf33: [Function], - kf34: [Function], - kf35: [Function], - kf36: [Function], - kf37: [Function], - kf38: [Function], - kf39: [Function], - kf40: [Function], - kf41: [Function], - kf42: [Function], - kf43: [Function], - kf44: [Function], - kf45: [Function], - kf46: [Function], - kf47: [Function], - kf48: [Function], - kf49: [Function], - kf50: [Function], - kf51: [Function], - kf52: [Function], - kf53: [Function], - kf54: [Function], - kf55: [Function], - kf56: [Function], - kf57: [Function], - kf58: [Function], - kf59: [Function], - kf60: [Function], - kf61: [Function], - kf62: [Function], - kf63: [Function], - el1: [Function], - u6: [Function], - u7: [Function], - u8: [Function], - u9: [Function], - op: [Function], - oc: [Function], - initc: [Function], - sitm: [Function], - ritm: [Function], - kmous: [Function], - setaf: [Function], - setab: [Function], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Function], - mrcup: [Function], - ll: [Function], - dsl: [Function], - hd: [Function], - smdc: [Function], - prot: [Function], - rmdc: [Function], - fsl: [Function], - is1: [Function], - is3: [Function], - if: [Function], - ich1: [Function], - ip: [Function], - ktbc: [Function], - kclr: [Function], - kctab: [Function], - kdl1: [Function], - krmir: [Function], - kel: [Function], - ked: [Function], - kf0: [Function], - kil1: [Function], - kll: [Function], - khts: [Function], - lf0: [Function], - lf1: [Function], - lf10: [Function], - lf2: [Function], - lf3: [Function], - lf4: [Function], - lf5: [Function], - lf6: [Function], - lf7: [Function], - lf8: [Function], - lf9: [Function], - pad: [Function], - pfkey: [Function], - pfloc: [Function], - pfx: [Function], - rs3: [Function], - rf: [Function], - wind: [Function], - tsl: [Function], - uc: [Function], - hu: [Function], - iprog: [Function], - ka1: [Function], - ka3: [Function], - kc1: [Function], - kc3: [Function], - rmp: [Function], - pln: [Function], - smxon: [Function], - rmxon: [Function], - xonc: [Function], - xoffc: [Function], - enacs: [Function], - smln: [Function], - rmln: [Function], - kbeg: [Function], - kcan: [Function], - kclo: [Function], - kcmd: [Function], - kcpy: [Function], - kcrt: [Function], - kext: [Function], - kfnd: [Function], - khlp: [Function], - kmrk: [Function], - kmsg: [Function], - kmov: [Function], - knxt: [Function], - kopn: [Function], - kopt: [Function], - kprv: [Function], - kprt: [Function], - krdo: [Function], - kref: [Function], - krfr: [Function], - krpl: [Function], - krst: [Function], - kres: [Function], - ksav: [Function], - kspd: [Function], - kund: [Function], - kBEG: [Function], - kCAN: [Function], - kCMD: [Function], - kCPY: [Function], - kCRT: [Function], - kDL: [Function], - kslt: [Function], - kEOL: [Function], - kEXT: [Function], - kFND: [Function], - kHLP: [Function], - kMSG: [Function], - kMOV: [Function], - kOPT: [Function], - kPRT: [Function], - kRDO: [Function], - kRPL: [Function], - kRES: [Function], - kSAV: [Function], - kSPD: [Function], - kUND: [Function], - rfi: [Function], - mgc: [Function], - smgl: [Function], - smgr: [Function], - fln: [Function], - sclk: [Function], - dclk: [Function], - rmclk: [Function], - cwin: [Function], - wingo: [Function], - hup: [Function], - dial: [Function], - qdial: [Function], - hook: [Function], - wait: [Function], - u0: [Function], - u1: [Function], - u2: [Function], - u3: [Function], - u4: [Function], - u5: [Function], - initp: [Function], - scp: [Function], - setf: [Function], - setb: [Function], - cpi: [Function], - lpi: [Function], - chr: [Function], - cvr: [Function], - defc: [Function], - swidm: [Function], - sdrfq: [Function], - slm: [Function], - smicm: [Function], - snlq: [Function], - snrmq: [Function], - sshm: [Function], - ssubm: [Function], - ssupm: [Function], - sum: [Function], - rwidm: [Function], - rlm: [Function], - rmicm: [Function], - rshm: [Function], - rsubm: [Function], - rsupm: [Function], - rum: [Function], - mhpa: [Function], - mcud1: [Function], - mcub1: [Function], - mcuf1: [Function], - mvpa: [Function], - mcuu1: [Function], - porder: [Function], - mcud: [Function], - mcub: [Function], - mcuf: [Function], - mcuu: [Function], - scs: [Function], - smgb: [Function], - smgbp: [Function], - smglp: [Function], - smgrp: [Function], - smgt: [Function], - smgtp: [Function], - sbim: [Function], - scsd: [Function], - rbim: [Function], - rcsd: [Function], - subcs: [Function], - supcs: [Function], - docr: [Function], - zerom: [Function], - csnm: [Function], - minfo: [Function], - getm: [Function], - pfxl: [Function], - devt: [Function], - csin: [Function], - s0ds: [Function], - s1ds: [Function], - s2ds: [Function], - s3ds: [Function], - smglr: [Function], - smgtb: [Function], - birep: [Function], - binel: [Function], - bicr: [Function], - colornm: [Function], - defbi: [Function], - endbi: [Function], - setcolor: [Function], - slines: [Function], - dispc: [Function], - smpch: [Function], - rmpch: [Function], - smsc: [Function], - rmsc: [Function], - pctrm: [Function], - scesc: [Function], - scesa: [Function], - ehhlm: [Function], - elhlm: [Function], - elohlm: [Function], - erhlm: [Function], - ethlm: [Function], - evhlm: [Function], - sgr1: [Function], - slength: [Function], - info: [Object], - all: [Object], - methods: [Object], - bools: [Object], - numbers: [Object], - strings: [Object], - features: [Object], - unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - setbuf: true, - acscr: [Object], - _newHandler: [Function: fn], - isAlt: true, - cursorHidden: true, - _currentMouse: [Object], - mouseEnabled: true, - _boundMouse: true }, - tput: - Tput { - options: [Object], - terminal: 'xterm-256color', - debug: undefined, - padding: undefined, - extended: undefined, - printf: undefined, - termcap: undefined, - error: null, - terminfoPrefix: undefined, - terminfoFile: undefined, - termcapFile: undefined, - auto_left_margin: false, - auto_right_margin: true, - no_esc_ctlc: false, - ceol_standout_glitch: false, - eat_newline_glitch: true, - erase_overstrike: false, - generic_type: false, - hard_copy: false, - has_meta_key: true, - has_status_line: false, - insert_null_glitch: false, - memory_above: false, - memory_below: false, - move_insert_mode: true, - move_standout_mode: true, - over_strike: false, - status_line_esc_ok: false, - dest_tabs_magic_smso: false, - tilde_glitch: false, - transparent_underline: false, - xon_xoff: false, - needs_xon_xoff: false, - prtr_silent: true, - hard_cursor: false, - non_rev_rmcup: false, - no_pad_char: true, - non_dest_scroll_region: false, - can_change: true, - back_color_erase: true, - hue_lightness_saturation: false, - col_addr_glitch: false, - cr_cancels_micro_mode: false, - has_print_wheel: false, - row_addr_glitch: false, - semi_auto_right_margin: false, - cpi_changes_res: false, - lpi_changes_res: false, - backspaces_with_bs: true, - AX: true, - XT: true, - columns: 80, - init_tabs: 8, - lines: 24, - lines_of_memory: -1, - magic_cookie_glitch: -1, - padding_baud_rate: -1, - virtual_terminal: -1, - width_status_line: -1, - num_labels: -1, - label_height: -1, - label_width: -1, - max_attributes: -1, - maximum_windows: -1, - max_colors: 256, - max_pairs: 32767, - back_tab: [Function], - bell: [Function], - carriage_return: [Function], - change_scroll_region: [Function], - clear_all_tabs: [Function], - clear_screen: [Function], - clr_eol: [Function], - clr_eos: [Function], - column_address: [Function], - cursor_address: [Function], - cursor_down: [Function], - cursor_home: [Function], - cursor_invisible: [Function], - cursor_left: [Function], - cursor_normal: [Function], - cursor_right: [Function], - cursor_up: [Function], - cursor_visible: [Function], - delete_character: [Function], - delete_line: [Function], - enter_alt_charset_mode: [Function], - enter_blink_mode: [Function], - enter_bold_mode: [Function], - enter_ca_mode: [Function], - enter_dim_mode: [Function], - enter_insert_mode: [Function], - enter_secure_mode: [Function], - enter_reverse_mode: [Function], - enter_standout_mode: [Function], - enter_underline_mode: [Function], - erase_chars: [Function], - exit_alt_charset_mode: [Function], - exit_attribute_mode: [Function], - exit_ca_mode: [Function], - exit_insert_mode: [Function], - exit_standout_mode: [Function], - exit_underline_mode: [Function], - flash_screen: [Function], - init_2string: [Function], - insert_line: [Function], - key_backspace: [Function], - key_dc: [Function], - key_down: [Function], - key_f1: [Function], - key_f10: [Function], - key_f2: [Function], - key_f3: [Function], - key_f4: [Function], - key_f5: [Function], - key_f6: [Function], - key_f7: [Function], - key_f8: [Function], - key_f9: [Function], - key_home: [Function], - key_ic: [Function], - key_left: [Function], - key_npage: [Function], - key_ppage: [Function], - key_right: [Function], - key_sf: [Function], - key_sr: [Function], - key_up: [Function], - keypad_local: [Function], - keypad_xmit: [Function], - meta_off: [Function], - meta_on: [Function], - parm_dch: [Function], - parm_delete_line: [Function], - parm_down_cursor: [Function], - parm_ich: [Function], - parm_index: [Function], - parm_insert_line: [Function], - parm_left_cursor: [Function], - parm_right_cursor: [Function], - parm_rindex: [Function], - parm_up_cursor: [Function], - print_screen: [Function], - prtr_off: [Function], - prtr_on: [Function], - repeat_char: [Function], - reset_1string: [Function], - reset_2string: [Function], - restore_cursor: [Function], - row_address: [Function], - save_cursor: [Function], - scroll_forward: [Function], - scroll_reverse: [Function], - set_attributes: [Function], - set_tab: [Function], - tab: [Function], - key_b2: [Function], - acs_chars: [Function], - key_btab: [Function], - enter_am_mode: [Function], - exit_am_mode: [Function], - key_end: [Function], - key_enter: [Function], - key_sdc: [Function], - key_send: [Function], - key_shome: [Function], - key_sic: [Function], - key_sleft: [Function], - key_snext: [Function], - key_sprevious: [Function], - key_sright: [Function], - key_f11: [Function], - key_f12: [Function], - key_f13: [Function], - key_f14: [Function], - key_f15: [Function], - key_f16: [Function], - key_f17: [Function], - key_f18: [Function], - key_f19: [Function], - key_f20: [Function], - key_f21: [Function], - key_f22: [Function], - key_f23: [Function], - key_f24: [Function], - key_f25: [Function], - key_f26: [Function], - key_f27: [Function], - key_f28: [Function], - key_f29: [Function], - key_f30: [Function], - key_f31: [Function], - key_f32: [Function], - key_f33: [Function], - key_f34: [Function], - key_f35: [Function], - key_f36: [Function], - key_f37: [Function], - key_f38: [Function], - key_f39: [Function], - key_f40: [Function], - key_f41: [Function], - key_f42: [Function], - key_f43: [Function], - key_f44: [Function], - key_f45: [Function], - key_f46: [Function], - key_f47: [Function], - key_f48: [Function], - key_f49: [Function], - key_f50: [Function], - key_f51: [Function], - key_f52: [Function], - key_f53: [Function], - key_f54: [Function], - key_f55: [Function], - key_f56: [Function], - key_f57: [Function], - key_f58: [Function], - key_f59: [Function], - key_f60: [Function], - key_f61: [Function], - key_f62: [Function], - key_f63: [Function], - clr_bol: [Function], - user6: [Function], - user7: [Function], - user8: [Function], - user9: [Function], - orig_pair: [Function], - orig_colors: [Function], - initialize_color: [Function], - enter_italics_mode: [Function], - exit_italics_mode: [Function], - key_mouse: [Function], - set_a_foreground: [Function], - set_a_background: [Function], - memory_lock: [Function], - memory_unlock: [Function], - Cr: [Function], - Cs: [Function], - E3: [Function], - Ms: [Function], - Se: [Function], - Ss: [Function], - kDC3: [Function], - kDC4: [Function], - kDC5: [Function], - kDC6: [Function], - kDC7: [Function], - kDN: [Function], - kDN3: [Function], - kDN4: [Function], - kDN5: [Function], - kDN6: [Function], - kDN7: [Function], - kEND3: [Function], - kEND4: [Function], - kEND5: [Function], - kEND6: [Function], - kEND7: [Function], - kHOM3: [Function], - kHOM4: [Function], - kHOM5: [Function], - kHOM6: [Function], - kHOM7: [Function], - kIC3: [Function], - kIC4: [Function], - kIC5: [Function], - kIC6: [Function], - kIC7: [Function], - kLFT3: [Function], - kLFT4: [Function], - kLFT5: [Function], - kLFT6: [Function], - kLFT7: [Function], - kNXT3: [Function], - kNXT4: [Function], - kNXT5: [Function], - kNXT6: [Function], - kNXT7: [Function], - kPRV3: [Function], - kPRV4: [Function], - kPRV5: [Function], - kPRV6: [Function], - kPRV7: [Function], - kRIT3: [Function], - kRIT4: [Function], - kRIT5: [Function], - kRIT6: [Function], - kRIT7: [Function], - kUP: [Function], - kUP3: [Function], - kUP4: [Function], - kUP5: [Function], - kUP6: [Function], - kUP7: [Function], - ka2: [Function], - kb1: [Function], - kb3: [Function], - kc2: [Function], - rmxx: [Function], - smxx: [Function], - crt_no_scrolling: false, - no_correctly_working_cr: false, - gnu_has_meta_key: false, - linefeed_is_newline: false, - has_hardware_tabs: false, - return_does_clr_eol: false, - no_color_video: -1, - buffer_capacity: -1, - dot_vert_spacing: -1, - dot_horz_spacing: -1, - max_micro_address: -1, - max_micro_jump: -1, - micro_col_size: -1, - micro_line_size: -1, - number_of_pins: -1, - output_res_char: -1, - output_res_line: -1, - output_res_horz_inch: -1, - output_res_vert_inch: -1, - print_rate: -1, - wide_char_size: -1, - buttons: -1, - bit_image_entwining: -1, - bit_image_type: -1, - magic_cookie_glitch_ul: -1, - carriage_return_delay: -1, - new_line_delay: -1, - backspace_delay: -1, - horizontal_tab_delay: -1, - number_of_function_keys: -1, - command_character: [Function], - cursor_mem_address: [Function], - cursor_to_ll: [Function], - dis_status_line: [Function], - down_half_line: [Function], - enter_delete_mode: [Function], - enter_protected_mode: [Function], - exit_delete_mode: [Function], - form_feed: [Function], - from_status_line: [Function], - init_1string: [Function], - init_3string: [Function], - init_file: [Function], - insert_character: [Function], - insert_padding: [Function], - key_catab: [Function], - key_clear: [Function], - key_ctab: [Function], - key_dl: [Function], - key_eic: [Function], - key_eol: [Function], - key_eos: [Function], - key_f0: [Function], - key_il: [Function], - key_ll: [Function], - key_stab: [Function], - lab_f0: [Function], - lab_f1: [Function], - lab_f10: [Function], - lab_f2: [Function], - lab_f3: [Function], - lab_f4: [Function], - lab_f5: [Function], - lab_f6: [Function], - lab_f7: [Function], - lab_f8: [Function], - lab_f9: [Function], - newline: [Function], - pad_char: [Function], - pkey_key: [Function], - pkey_local: [Function], - pkey_xmit: [Function], - reset_3string: [Function], - reset_file: [Function], - set_window: [Function], - to_status_line: [Function], - underline_char: [Function], - up_half_line: [Function], - init_prog: [Function], - key_a1: [Function], - key_a3: [Function], - key_c1: [Function], - key_c3: [Function], - prtr_non: [Function], - char_padding: [Function], - plab_norm: [Function], - enter_xon_mode: [Function], - exit_xon_mode: [Function], - xon_character: [Function], - xoff_character: [Function], - ena_acs: [Function], - label_on: [Function], - label_off: [Function], - key_beg: [Function], - key_cancel: [Function], - key_close: [Function], - key_command: [Function], - key_copy: [Function], - key_create: [Function], - key_exit: [Function], - key_find: [Function], - key_help: [Function], - key_mark: [Function], - key_message: [Function], - key_move: [Function], - key_next: [Function], - key_open: [Function], - key_options: [Function], - key_previous: [Function], - key_print: [Function], - key_redo: [Function], - key_reference: [Function], - key_refresh: [Function], - key_replace: [Function], - key_restart: [Function], - key_resume: [Function], - key_save: [Function], - key_suspend: [Function], - key_undo: [Function], - key_sbeg: [Function], - key_scancel: [Function], - key_scommand: [Function], - key_scopy: [Function], - key_screate: [Function], - key_sdl: [Function], - key_select: [Function], - key_seol: [Function], - key_sexit: [Function], - key_sfind: [Function], - key_shelp: [Function], - key_smessage: [Function], - key_smove: [Function], - key_soptions: [Function], - key_sprint: [Function], - key_sredo: [Function], - key_sreplace: [Function], - key_srsume: [Function], - key_ssave: [Function], - key_ssuspend: [Function], - key_sundo: [Function], - req_for_input: [Function], - clear_margins: [Function], - set_left_margin: [Function], - set_right_margin: [Function], - label_format: [Function], - set_clock: [Function], - display_clock: [Function], - remove_clock: [Function], - create_window: [Function], - goto_window: [Function], - hangup: [Function], - dial_phone: [Function], - quick_dial: [Function], - tone: [Function], - pulse: [Function], - flash_hook: [Function], - fixed_pause: [Function], - wait_tone: [Function], - user0: [Function], - user1: [Function], - user2: [Function], - user3: [Function], - user4: [Function], - user5: [Function], - initialize_pair: [Function], - set_color_pair: [Function], - set_foreground: [Function], - set_background: [Function], - change_char_pitch: [Function], - change_line_pitch: [Function], - change_res_horz: [Function], - change_res_vert: [Function], - define_char: [Function], - enter_doublewide_mode: [Function], - enter_draft_quality: [Function], - enter_leftward_mode: [Function], - enter_micro_mode: [Function], - enter_near_letter_quality: [Function], - enter_normal_quality: [Function], - enter_shadow_mode: [Function], - enter_subscript_mode: [Function], - enter_superscript_mode: [Function], - enter_upward_mode: [Function], - exit_doublewide_mode: [Function], - exit_leftward_mode: [Function], - exit_micro_mode: [Function], - exit_shadow_mode: [Function], - exit_subscript_mode: [Function], - exit_superscript_mode: [Function], - exit_upward_mode: [Function], - micro_column_address: [Function], - micro_down: [Function], - micro_left: [Function], - micro_right: [Function], - micro_row_address: [Function], - micro_up: [Function], - order_of_pins: [Function], - parm_down_micro: [Function], - parm_left_micro: [Function], - parm_right_micro: [Function], - parm_up_micro: [Function], - select_char_set: [Function], - set_bottom_margin: [Function], - set_bottom_margin_parm: [Function], - set_left_margin_parm: [Function], - set_right_margin_parm: [Function], - set_top_margin: [Function], - set_top_margin_parm: [Function], - start_bit_image: [Function], - start_char_set_def: [Function], - stop_bit_image: [Function], - stop_char_set_def: [Function], - subscript_characters: [Function], - superscript_characters: [Function], - these_cause_cr: [Function], - zero_motion: [Function], - char_set_names: [Function], - mouse_info: [Function], - req_mouse_pos: [Function], - get_mouse: [Function], - pkey_plab: [Function], - device_type: [Function], - code_set_init: [Function], - set0_des_seq: [Function], - set1_des_seq: [Function], - set2_des_seq: [Function], - set3_des_seq: [Function], - set_lr_margin: [Function], - set_tb_margin: [Function], - bit_image_repeat: [Function], - bit_image_newline: [Function], - bit_image_carriage_return: [Function], - color_names: [Function], - define_bit_image_region: [Function], - end_bit_image_region: [Function], - set_color_band: [Function], - set_page_length: [Function], - display_pc_char: [Function], - enter_pc_charset_mode: [Function], - exit_pc_charset_mode: [Function], - enter_scancode_mode: [Function], - exit_scancode_mode: [Function], - pc_term_options: [Function], - scancode_escape: [Function], - alt_scancode_esc: [Function], - enter_horizontal_hl_mode: [Function], - enter_left_hl_mode: [Function], - enter_low_hl_mode: [Function], - enter_right_hl_mode: [Function], - enter_top_hl_mode: [Function], - enter_vertical_hl_mode: [Function], - set_a_attributes: [Function], - set_pglen_inch: [Function], - termcap_init2: [Function], - termcap_reset: [Function], - linefeed_if_not_lf: [Function], - backspace_if_not_bs: [Function], - other_non_function_keys: [Function], - arrow_key_map: [Function], - acs_ulcorner: [Function], - acs_llcorner: [Function], - acs_urcorner: [Function], - acs_lrcorner: [Function], - acs_ltee: [Function], - acs_rtee: [Function], - acs_btee: [Function], - acs_ttee: [Function], - acs_hline: [Function], - acs_vline: [Function], - acs_plus: [Function], - box_chars_1: [Function], - bw: false, - am: true, - xsb: false, - beehive_glitch: false, - xhp: false, - xenl: true, - eo: false, - gn: false, - hc: false, - km: true, - hs: false, - in: false, - da: false, - db: false, - mir: true, - msgr: true, - os: false, - eslok: false, - xt: false, - teleray_glitch: false, - hz: false, - ul: false, - xon: false, - nxon: false, - mc5i: true, - chts: false, - nrrmc: false, - npc: true, - ndscr: false, - ccc: true, - bce: true, - hls: false, - xhpa: false, - crxm: false, - daisy: false, - xvpa: false, - sam: false, - cpix: false, - lpix: false, - cols: 80, - it: 8, - lm: -1, - xmc: -1, - pb: -1, - vt: -1, - wsl: -1, - nlab: -1, - lh: -1, - lw: -1, - ma: -1, - wnum: -1, - colors: 256, - pairs: 32767, - cbt: [Function], - bel: [Function], - cr: [Function], - csr: [Function], - tbc: [Function], - clear: [Function], - el: [Function], - ed: [Function], - hpa: [Function], - cup: [Function], - cud1: [Function], - home: [Function], - civis: [Function], - cub1: [Function], - cnorm: [Function], - cuf1: [Function], - cuu1: [Function], - cvvis: [Function], - dch1: [Function], - dl1: [Function], - smacs: [Function], - blink: [Function], - bold: [Function], - smcup: [Function], - dim: [Function], - smir: [Function], - invis: [Function], - rev: [Function], - smso: [Function], - smul: [Function], - ech: [Function], - rmacs: [Function], - sgr0: [Function], - rmcup: [Function], - rmir: [Function], - rmso: [Function], - rmul: [Function], - flash: [Function], - is2: [Function], - il1: [Function], - kbs: [Function], - kdch1: [Function], - kcud1: [Function], - kf1: [Function], - kf10: [Function], - kf2: [Function], - kf3: [Function], - kf4: [Function], - kf5: [Function], - kf6: [Function], - kf7: [Function], - kf8: [Function], - kf9: [Function], - khome: [Function], - kich1: [Function], - kcub1: [Function], - knp: [Function], - kpp: [Function], - kcuf1: [Function], - kind: [Function], - kri: [Function], - kcuu1: [Function], - rmkx: [Function], - smkx: [Function], - rmm: [Function], - smm: [Function], - dch: [Function], - dl: [Function], - cud: [Function], - ich: [Function], - indn: [Function], - il: [Function], - cub: [Function], - cuf: [Function], - rin: [Function], - cuu: [Function], - mc0: [Function], - mc4: [Function], - mc5: [Function], - rep: [Function], - rs1: [Function], - rs2: [Function], - rc: [Function], - vpa: [Function], - sc: [Function], - ind: [Function], - ri: [Function], - sgr: [Function], - hts: [Function], - ht: [Function], - kb2: [Function], - acsc: [Object], - kcbt: [Function], - smam: [Function], - rmam: [Function], - kend: [Function], - kent: [Function], - kDC: [Function], - kEND: [Function], - kHOM: [Function], - kIC: [Function], - kLFT: [Function], - kNXT: [Function], - kPRV: [Function], - kRIT: [Function], - kf11: [Function], - kf12: [Function], - kf13: [Function], - kf14: [Function], - kf15: [Function], - kf16: [Function], - kf17: [Function], - kf18: [Function], - kf19: [Function], - kf20: [Function], - kf21: [Function], - kf22: [Function], - kf23: [Function], - kf24: [Function], - kf25: [Function], - kf26: [Function], - kf27: [Function], - kf28: [Function], - kf29: [Function], - kf30: [Function], - kf31: [Function], - kf32: [Function], - kf33: [Function], - kf34: [Function], - kf35: [Function], - kf36: [Function], - kf37: [Function], - kf38: [Function], - kf39: [Function], - kf40: [Function], - kf41: [Function], - kf42: [Function], - kf43: [Function], - kf44: [Function], - kf45: [Function], - kf46: [Function], - kf47: [Function], - kf48: [Function], - kf49: [Function], - kf50: [Function], - kf51: [Function], - kf52: [Function], - kf53: [Function], - kf54: [Function], - kf55: [Function], - kf56: [Function], - kf57: [Function], - kf58: [Function], - kf59: [Function], - kf60: [Function], - kf61: [Function], - kf62: [Function], - kf63: [Function], - el1: [Function], - u6: [Function], - u7: [Function], - u8: [Function], - u9: [Function], - op: [Function], - oc: [Function], - initc: [Function], - sitm: [Function], - ritm: [Function], - kmous: [Function], - setaf: [Function], - setab: [Function], - ncv: -1, - bufsz: -1, - spinv: -1, - spinh: -1, - maddr: -1, - mjump: -1, - mcs: -1, - micro_char_size: -1, - mls: -1, - npins: -1, - orc: -1, - orl: -1, - orhi: -1, - orvi: -1, - cps: -1, - widcs: -1, - btns: -1, - bitwin: -1, - bitype: -1, - cmdch: [Function], - mrcup: [Function], - ll: [Function], - dsl: [Function], - hd: [Function], - smdc: [Function], - prot: [Function], - rmdc: [Function], - ff: [Function], - fsl: [Function], - is1: [Function], - is3: [Function], - if: [Function], - ich1: [Function], - ip: [Function], - ktbc: [Function], - kclr: [Function], - kctab: [Function], - kdl1: [Function], - krmir: [Function], - kel: [Function], - ked: [Function], - kf0: [Function], - kil1: [Function], - kll: [Function], - khts: [Function], - lf0: [Function], - lf1: [Function], - lf10: [Function], - lf2: [Function], - lf3: [Function], - lf4: [Function], - lf5: [Function], - lf6: [Function], - lf7: [Function], - lf8: [Function], - lf9: [Function], - nel: [Function], - pad: [Function], - pfkey: [Function], - pfloc: [Function], - pfx: [Function], - rs3: [Function], - rf: [Function], - wind: [Function], - tsl: [Function], - uc: [Function], - hu: [Function], - iprog: [Function], - ka1: [Function], - ka3: [Function], - kc1: [Function], - kc3: [Function], - mc5p: [Function], - rmp: [Function], - pln: [Function], - smxon: [Function], - rmxon: [Function], - xonc: [Function], - xoffc: [Function], - enacs: [Function], - smln: [Function], - rmln: [Function], - kbeg: [Function], - kcan: [Function], - kclo: [Function], - kcmd: [Function], - kcpy: [Function], - kcrt: [Function], - kext: [Function], - kfnd: [Function], - khlp: [Function], - kmrk: [Function], - kmsg: [Function], - kmov: [Function], - knxt: [Function], - kopn: [Function], - kopt: [Function], - kprv: [Function], - kprt: [Function], - krdo: [Function], - kref: [Function], - krfr: [Function], - krpl: [Function], - krst: [Function], - kres: [Function], - ksav: [Function], - kspd: [Function], - kund: [Function], - kBEG: [Function], - kCAN: [Function], - kCMD: [Function], - kCPY: [Function], - kCRT: [Function], - kDL: [Function], - kslt: [Function], - kEOL: [Function], - kEXT: [Function], - kFND: [Function], - kHLP: [Function], - kMSG: [Function], - kMOV: [Function], - kOPT: [Function], - kPRT: [Function], - kRDO: [Function], - kRPL: [Function], - kRES: [Function], - kSAV: [Function], - kSPD: [Function], - kUND: [Function], - rfi: [Function], - mgc: [Function], - smgl: [Function], - smgr: [Function], - fln: [Function], - sclk: [Function], - dclk: [Function], - rmclk: [Function], - cwin: [Function], - wingo: [Function], - hup: [Function], - dial: [Function], - qdial: [Function], - hook: [Function], - pause: [Function], - wait: [Function], - u0: [Function], - u1: [Function], - u2: [Function], - u3: [Function], - u4: [Function], - u5: [Function], - initp: [Function], - scp: [Function], - setf: [Function], - setb: [Function], - cpi: [Function], - lpi: [Function], - chr: [Function], - cvr: [Function], - defc: [Function], - swidm: [Function], - sdrfq: [Function], - slm: [Function], - smicm: [Function], - snlq: [Function], - snrmq: [Function], - sshm: [Function], - ssubm: [Function], - ssupm: [Function], - sum: [Function], - rwidm: [Function], - rlm: [Function], - rmicm: [Function], - rshm: [Function], - rsubm: [Function], - rsupm: [Function], - rum: [Function], - mhpa: [Function], - mcud1: [Function], - mcub1: [Function], - mcuf1: [Function], - mvpa: [Function], - mcuu1: [Function], - porder: [Function], - mcud: [Function], - mcub: [Function], - mcuf: [Function], - mcuu: [Function], - scs: [Function], - smgb: [Function], - smgbp: [Function], - smglp: [Function], - smgrp: [Function], - smgt: [Function], - smgtp: [Function], - sbim: [Function], - scsd: [Function], - rbim: [Function], - rcsd: [Function], - subcs: [Function], - supcs: [Function], - docr: [Function], - zerom: [Function], - csnm: [Function], - minfo: [Function], - reqmp: [Function], - getm: [Function], - pfxl: [Function], - devt: [Function], - csin: [Function], - s0ds: [Function], - s1ds: [Function], - s2ds: [Function], - s3ds: [Function], - smglr: [Function], - smgtb: [Function], - birep: [Function], - binel: [Function], - bicr: [Function], - colornm: [Function], - defbi: [Function], - endbi: [Function], - setcolor: [Function], - slines: [Function], - dispc: [Function], - smpch: [Function], - rmpch: [Function], - smsc: [Function], - rmsc: [Function], - pctrm: [Function], - scesc: [Function], - scesa: [Function], - ehhlm: [Function], - elhlm: [Function], - elohlm: [Function], - erhlm: [Function], - ethlm: [Function], - evhlm: [Function], - sgr1: [Function], - slength: [Function], - info: [Object], - all: [Object], - methods: [Object], - bools: [Object], - numbers: [Object], - strings: [Object], - features: [Object], - unicode: false, - brokenACS: false, - PCRomSet: false, - magicCookie: true, - setbuf: true, - acscr: [Object] }, - _events: - { newListener: [Function: fn], - keypress: [Array], - resize: [Array], - render: [Function], - 'element click': [Function] }, - options: { cursor: [Object] }, - screen: [Circular], - parent: null, - children: - [ [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object] ], - data: {}, - _: {}, - '$': {}, - uid: 0, - autoPadding: true, - tabc: ' ', - dockBorders: undefined, - ignoreLocked: [], - _unicode: false, - fullUnicode: undefined, - dattr: 262143, - renders: 5, - rleft: 0, - aleft: 0, - left: 0, - rright: 0, - aright: 0, - right: 0, - rtop: 0, - atop: 0, - top: 0, - rbottom: 0, - abottom: 0, - bottom: 0, - position: - { left: 0, - right: 0, - top: 0, - bottom: 0, - height: [Getter], - width: [Getter] }, - ileft: 0, - itop: 0, - iright: 0, - ibottom: 0, - iheight: 0, - iwidth: 0, - padding: { left: 0, top: 0, right: 0, bottom: 0 }, - hover: null, - history: [ [Object], [Circular], [Circular] ], - clickable: - [ [Circular], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - [Object], - ... 84 more items ], - keyable: [ [Circular] ], - grabKeys: false, - lockKeys: false, - _buf: '', - _ci: -1, - cursor: - { artificial: false, - shape: 'block', - blink: false, - color: null, - _set: false, - _state: 1, - _hidden: true }, - _maxListeners: Infinity, - lines: [ [Array] ], - olines: [ [Array] ], - _listenedKeys: true, - _borderStops: {}, - _listenedMouse: true, - _needsClickableSort: true }, - parent: - Box { - _events: - { newListener: [Function: fn], - resize: [Array], - attach: [Function], - detach: [Function], - scroll: [Function] }, - options: - { top: 1, - left: '50%', - width: 1, - height: -2, - keys: true, - mouse: true, - fg: 'fg', - tags: true, - border: [Object], - position: [Object], - padding: [Object] }, - screen: - Screen { - index: 0, - program: [Object], - tput: [Object], - _events: [Object], - options: [Object], - screen: [Circular], - parent: null, - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 0, - autoPadding: true, - tabc: ' ', - dockBorders: undefined, - ignoreLocked: [], - _unicode: false, - fullUnicode: undefined, - dattr: 262143, - renders: 5, - rleft: 0, - aleft: 0, - left: 0, - rright: 0, - aright: 0, - right: 0, - rtop: 0, - atop: 0, - top: 0, - rbottom: 0, - abottom: 0, - bottom: 0, - position: [Object], - ileft: 0, - itop: 0, - iright: 0, - ibottom: 0, - iheight: 0, - iwidth: 0, - padding: [Object], - hover: null, - history: [Array], - clickable: [Array], - keyable: [Array], - grabKeys: false, - lockKeys: false, - _buf: '', - _ci: -1, - cursor: [Object], - _maxListeners: Infinity, - lines: [Array], - olines: [Array], - _listenedKeys: true, - _borderStops: {}, - _listenedMouse: true, - _needsClickableSort: true }, - parent: - Screen { - index: 0, - program: [Object], - tput: [Object], - _events: [Object], - options: [Object], - screen: [Circular], - parent: null, - children: [Array], - data: {}, - _: {}, - '$': {}, - uid: 0, - autoPadding: true, - tabc: ' ', - dockBorders: undefined, - ignoreLocked: [], - _unicode: false, - fullUnicode: undefined, - dattr: 262143, - renders: 5, - rleft: 0, - aleft: 0, - left: 0, - rright: 0, - aright: 0, - right: 0, - rtop: 0, - atop: 0, - top: 0, - rbottom: 0, - abottom: 0, - bottom: 0, - position: [Object], - ileft: 0, - itop: 0, - iright: 0, - ibottom: 0, - iheight: 0, - iwidth: 0, - padding: [Object], - hover: null, - history: [Array], - clickable: [Array], - keyable: [Array], - grabKeys: false, - lockKeys: false, - _buf: '', - _ci: -1, - cursor: [Object], - _maxListeners: Infinity, - lines: [Array], - olines: [Array], - _listenedKeys: true, - _borderStops: {}, - _listenedMouse: true, - _needsClickableSort: true }, - children: [ [Circular], [Object] ], - data: {}, - _: {}, - '$': {}, - uid: 7, - index: 6, - detached: undefined, - name: undefined, - position: - { left: '50%', - right: undefined, - top: 1, - bottom: undefined, - width: 1, - height: -2 }, - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: - { fg: 'fg', - bg: undefined, - bold: undefined, - underline: undefined, - blink: undefined, - inverse: undefined, - invisible: undefined, - transparent: undefined, - border: [Object] }, - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: { left: 0, top: 0, right: 0, bottom: 0 }, - border: - { type: 'line', - fg: '#00ebbe', - ch: ' ', - left: true, - top: true, - right: true, - bottom: true }, - parseTags: true, - content: '{bold} Command{/bold}\n', - _clines: - [ '\u001b[1m Command\u001b[22m', - '', - rtof: [Array], - ftor: [Array], - fake: [Array], - real: [Circular], - mwidth: 8, - width: -1, - content: '{bold} Command{/bold}\n', - attr: [Array], - ci: [Array] ], - _pcontent: '\u001b[1m Command\u001b[22m\n', - _label: - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 11, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: true, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: true, - content: ' Process List ', - _clines: [Array], - _pcontent: ' Process List ', - _isLabel: true }, - _labelScroll: [Function], - _labelResize: [Function] }, - children: - [ Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 12, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' no', - clickable: true, - _clines: [Array], - _pcontent: ' no' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 13, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-she', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-she' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 14, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' firef', - clickable: true, - _clines: [Array], - _pcontent: ' firef' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 15, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' Xo', - clickable: true, - _clines: [Array], - _pcontent: ' Xo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 16, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' Web Conte', - clickable: true, - _clines: [Array], - _pcontent: ' Web Conte' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 17, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' sublime_te', - clickable: true, - _clines: [Array], - _pcontent: ' sublime_te' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 18, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' packageki', - clickable: true, - _clines: [Array], - _pcontent: ' packageki' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 19, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-softwa', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-softwa' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 20, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-ude', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-ude' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 21, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-termina', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-termina' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 22, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' t', - clickable: true, - _clines: [Array], - _pcontent: ' t' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 23, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' plugin_ho', - clickable: true, - _clines: [Array], - _pcontent: ' plugin_ho' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 24, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' docke', - clickable: true, - _clines: [Array], - _pcontent: ' docke' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 25, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' syste', - clickable: true, - _clines: [Array], - _pcontent: ' syste' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 26, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' i', - clickable: true, - _clines: [Array], - _pcontent: ' i' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 27, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nautilus-desk', - clickable: true, - _clines: [Array], - _pcontent: ' nautilus-desk' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 28, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' docker-contai', - clickable: true, - _clines: [Array], - _pcontent: ' docker-contai' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 29, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' NetworkManag', - clickable: true, - _clines: [Array], - _pcontent: ' NetworkManag' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 30, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' dbus-daem', - clickable: true, - _clines: [Array], - _pcontent: ' dbus-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 31, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' sna', - clickable: true, - _clines: [Array], - _pcontent: ' sna' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 32, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ibus-daem', - clickable: true, - _clines: [Array], - _pcontent: ' ibus-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 33, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kintegrit', - clickable: true, - _clines: [Array], - _pcontent: ' kintegrit' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 34, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kbloc', - clickable: true, - _clines: [Array], - _pcontent: ' kbloc' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 35, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ata_s', - clickable: true, - _clines: [Array], - _pcontent: ' ata_s' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 36, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ', - clickable: true, - _clines: [Array], - _pcontent: ' ' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 37, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' edac-poll', - clickable: true, - _clines: [Array], - _pcontent: ' edac-poll' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 38, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' devfreq_', - clickable: true, - _clines: [Array], - _pcontent: ' devfreq_' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 39, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' watchdo', - clickable: true, - _clines: [Array], - _pcontent: ' watchdo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 40, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kswap', - clickable: true, - _clines: [Array], - _pcontent: ' kswap' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 41, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ecryptfs-kthr', - clickable: true, - _clines: [Array], - _pcontent: ' ecryptfs-kthr' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 42, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kthrot', - clickable: true, - _clines: [Array], - _pcontent: ' kthrot' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 43, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' acpi_thermal_', - clickable: true, - _clines: [Array], - _pcontent: ' acpi_thermal_' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 44, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nvme-', - clickable: true, - _clines: [Array], - _pcontent: ' nvme-' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 45, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ipv6_addrco', - clickable: true, - _clines: [Array], - _pcontent: ' ipv6_addrco' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 46, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kst', - clickable: true, - _clines: [Array], - _pcontent: ' kst' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 47, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' charger_manag', - clickable: true, - _clines: [Array], - _pcontent: ' charger_manag' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 48, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 49, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 50, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 51, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 52, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 53, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 54, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' i9', - clickable: true, - _clines: [Array], - _pcontent: ' i9' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 55, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nvidia-modes', - clickable: true, - _clines: [Array], - _pcontent: ' nvidia-modes' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 56, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' jb', - clickable: true, - _clines: [Array], - _pcontent: ' jb' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 57, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ext4-rsv-conv', - clickable: true, - _clines: [Array], - _pcontent: ' ext4-rsv-conv' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 58, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-journ', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-journ' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 59, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ', - clickable: true, - _clines: [Array], - _pcontent: ' ' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 60, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 61, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 62, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 63, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 64, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 65, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 66, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 67, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 68, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 69, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 70, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 71, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 72, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 73, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 74, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 75, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 76, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 77, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' asus_wireless', - clickable: true, - _clines: [Array], - _pcontent: ' asus_wireless' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 78, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kwork', - clickable: true, - _clines: [Array], - _pcontent: ' kwork' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 79, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kmemsti', - clickable: true, - _clines: [Array], - _pcontent: ' kmemsti' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 80, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cfg802', - clickable: true, - _clines: [Array], - _pcontent: ' cfg802' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 81, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' UVM global qu', - clickable: true, - _clines: [Array], - _pcontent: ' UVM global qu' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 82, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' UVM Tools Eve', - clickable: true, - _clines: [Array], - _pcontent: ' UVM Tools Eve' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 83, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' led_workque', - clickable: true, - _clines: [Array], - _pcontent: ' led_workque' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 84, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-times', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-times' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 85, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-resol', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-resol' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 86, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ModemManag', - clickable: true, - _clines: [Array], - _pcontent: ' ModemManag' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 87, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' avahi-daem', - clickable: true, - _clines: [Array], - _pcontent: ' avahi-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 88, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rsyslo', - clickable: true, - _clines: [Array], - _pcontent: ' rsyslo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 89, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-logi', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-logi' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 90, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cup', - clickable: true, - _clines: [Array], - _pcontent: ' cup' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 91, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' therma', - clickable: true, - _clines: [Array], - _pcontent: ' therma' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 92, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' acp', - clickable: true, - _clines: [Array], - _pcontent: ' acp' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 93, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' mm_percpu_', - clickable: true, - _clines: [Array], - _pcontent: ' mm_percpu_' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 94, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' accounts-daem', - clickable: true, - _clines: [Array], - _pcontent: ' accounts-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 95, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' networkd-disp', - clickable: true, - _clines: [Array], - _pcontent: ' networkd-disp' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 96, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ksoftir', - clickable: true, - _clines: [Array], - _pcontent: ' ksoftir' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 97, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' wpa_supplica', - clickable: true, - _clines: [Array], - _pcontent: ' wpa_supplica' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 98, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cr', - clickable: true, - _clines: [Array], - _pcontent: ' cr' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 99, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' udisk', - clickable: true, - _clines: [Array], - _pcontent: ' udisk' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 100, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rcu_sch', - clickable: true, - _clines: [Array], - _pcontent: ' rcu_sch' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 101, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' irqbalan', - clickable: true, - _clines: [Array], - _pcontent: ' irqbalan' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 102, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' bluetoot', - clickable: true, - _clines: [Array], - _pcontent: ' bluetoot' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 103, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kthrea', - clickable: true, - _clines: [Array], - _pcontent: ' kthrea' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 104, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' polki', - clickable: true, - _clines: [Array], - _pcontent: ' polki' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 105, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gd', - clickable: true, - _clines: [Array], - _pcontent: ' gd' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 106, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gdm-session-w', - clickable: true, - _clines: [Array], - _pcontent: ' gdm-session-w' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 107, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rcu_', - clickable: true, - _clines: [Array], - _pcontent: ' rcu_' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 108, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' (sd-pa', - clickable: true, - _clines: [Array], - _pcontent: ' (sd-pa' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 109, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gdm-wayland-s', - clickable: true, - _clines: [Array], - _pcontent: ' gdm-wayland-s' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 110, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-session', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-session' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 111, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' migrati', - clickable: true, - _clines: [Array], - _pcontent: ' migrati' }, - ... 83 more items ], - data: {}, - _: {}, - '$': {}, - uid: 8, - index: -1, - detached: undefined, - name: undefined, - position: - { left: 0, - right: undefined, - top: 1, - bottom: undefined, - width: -1, - height: -5 }, - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: - { selected: { bg: '#a537fd', fg: 'fg' }, - item: { fg: 'fg' }, - scrollbar: { bg: 'yellow' } }, - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: { left: 0, top: 0, right: 0, bottom: 0 }, - border: undefined, - parseTags: undefined, - content: '', - scrollable: true, - childOffset: -6, - childBase: 188, - baseLimit: Infinity, - alwaysScroll: undefined, - scrollbar: { style: { bg: 'yellow' }, ch: ' ' }, - clickable: true, - value: 'no', - items: - [ Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 12, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' no', - clickable: true, - _clines: [Array], - _pcontent: ' no' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 13, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-she', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-she' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 14, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' firef', - clickable: true, - _clines: [Array], - _pcontent: ' firef' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 15, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' Xo', - clickable: true, - _clines: [Array], - _pcontent: ' Xo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 16, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' Web Conte', - clickable: true, - _clines: [Array], - _pcontent: ' Web Conte' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 17, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' sublime_te', - clickable: true, - _clines: [Array], - _pcontent: ' sublime_te' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 18, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' packageki', - clickable: true, - _clines: [Array], - _pcontent: ' packageki' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 19, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-softwa', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-softwa' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 20, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-ude', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-ude' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 21, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-termina', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-termina' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 22, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' t', - clickable: true, - _clines: [Array], - _pcontent: ' t' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 23, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' plugin_ho', - clickable: true, - _clines: [Array], - _pcontent: ' plugin_ho' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 24, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' docke', - clickable: true, - _clines: [Array], - _pcontent: ' docke' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 25, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' syste', - clickable: true, - _clines: [Array], - _pcontent: ' syste' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 26, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' i', - clickable: true, - _clines: [Array], - _pcontent: ' i' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 27, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nautilus-desk', - clickable: true, - _clines: [Array], - _pcontent: ' nautilus-desk' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 28, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' docker-contai', - clickable: true, - _clines: [Array], - _pcontent: ' docker-contai' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 29, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' NetworkManag', - clickable: true, - _clines: [Array], - _pcontent: ' NetworkManag' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 30, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' dbus-daem', - clickable: true, - _clines: [Array], - _pcontent: ' dbus-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 31, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' sna', - clickable: true, - _clines: [Array], - _pcontent: ' sna' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 32, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ibus-daem', - clickable: true, - _clines: [Array], - _pcontent: ' ibus-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 33, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kintegrit', - clickable: true, - _clines: [Array], - _pcontent: ' kintegrit' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 34, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kbloc', - clickable: true, - _clines: [Array], - _pcontent: ' kbloc' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 35, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ata_s', - clickable: true, - _clines: [Array], - _pcontent: ' ata_s' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 36, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ', - clickable: true, - _clines: [Array], - _pcontent: ' ' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 37, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' edac-poll', - clickable: true, - _clines: [Array], - _pcontent: ' edac-poll' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 38, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' devfreq_', - clickable: true, - _clines: [Array], - _pcontent: ' devfreq_' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 39, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' watchdo', - clickable: true, - _clines: [Array], - _pcontent: ' watchdo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 40, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kswap', - clickable: true, - _clines: [Array], - _pcontent: ' kswap' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 41, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ecryptfs-kthr', - clickable: true, - _clines: [Array], - _pcontent: ' ecryptfs-kthr' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 42, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kthrot', - clickable: true, - _clines: [Array], - _pcontent: ' kthrot' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 43, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' acpi_thermal_', - clickable: true, - _clines: [Array], - _pcontent: ' acpi_thermal_' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 44, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nvme-', - clickable: true, - _clines: [Array], - _pcontent: ' nvme-' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 45, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ipv6_addrco', - clickable: true, - _clines: [Array], - _pcontent: ' ipv6_addrco' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 46, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kst', - clickable: true, - _clines: [Array], - _pcontent: ' kst' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 47, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' charger_manag', - clickable: true, - _clines: [Array], - _pcontent: ' charger_manag' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 48, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 49, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 50, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 51, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 52, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_eh', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_eh' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 53, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' scsi_tmf', - clickable: true, - _clines: [Array], - _pcontent: ' scsi_tmf' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 54, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' i9', - clickable: true, - _clines: [Array], - _pcontent: ' i9' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 55, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' nvidia-modes', - clickable: true, - _clines: [Array], - _pcontent: ' nvidia-modes' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 56, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' jb', - clickable: true, - _clines: [Array], - _pcontent: ' jb' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 57, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ext4-rsv-conv', - clickable: true, - _clines: [Array], - _pcontent: ' ext4-rsv-conv' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 58, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-journ', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-journ' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 59, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ', - clickable: true, - _clines: [Array], - _pcontent: ' ' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 60, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 61, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 62, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 63, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 64, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 65, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 66, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 67, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 68, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 69, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loo', - clickable: true, - _clines: [Array], - _pcontent: ' loo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 70, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 71, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 72, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 73, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 74, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 75, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 76, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' loop', - clickable: true, - _clines: [Array], - _pcontent: ' loop' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 77, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' asus_wireless', - clickable: true, - _clines: [Array], - _pcontent: ' asus_wireless' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 78, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kwork', - clickable: true, - _clines: [Array], - _pcontent: ' kwork' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 79, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kmemsti', - clickable: true, - _clines: [Array], - _pcontent: ' kmemsti' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 80, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cfg802', - clickable: true, - _clines: [Array], - _pcontent: ' cfg802' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 81, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' UVM global qu', - clickable: true, - _clines: [Array], - _pcontent: ' UVM global qu' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 82, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' UVM Tools Eve', - clickable: true, - _clines: [Array], - _pcontent: ' UVM Tools Eve' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 83, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' led_workque', - clickable: true, - _clines: [Array], - _pcontent: ' led_workque' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 84, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-times', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-times' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 85, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-resol', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-resol' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 86, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ModemManag', - clickable: true, - _clines: [Array], - _pcontent: ' ModemManag' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 87, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' avahi-daem', - clickable: true, - _clines: [Array], - _pcontent: ' avahi-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 88, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rsyslo', - clickable: true, - _clines: [Array], - _pcontent: ' rsyslo' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 89, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' systemd-logi', - clickable: true, - _clines: [Array], - _pcontent: ' systemd-logi' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 90, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cup', - clickable: true, - _clines: [Array], - _pcontent: ' cup' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 91, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' therma', - clickable: true, - _clines: [Array], - _pcontent: ' therma' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 92, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' acp', - clickable: true, - _clines: [Array], - _pcontent: ' acp' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 93, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' mm_percpu_', - clickable: true, - _clines: [Array], - _pcontent: ' mm_percpu_' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 94, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' accounts-daem', - clickable: true, - _clines: [Array], - _pcontent: ' accounts-daem' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 95, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' networkd-disp', - clickable: true, - _clines: [Array], - _pcontent: ' networkd-disp' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 96, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' ksoftir', - clickable: true, - _clines: [Array], - _pcontent: ' ksoftir' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 97, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' wpa_supplica', - clickable: true, - _clines: [Array], - _pcontent: ' wpa_supplica' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 98, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' cr', - clickable: true, - _clines: [Array], - _pcontent: ' cr' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 99, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' udisk', - clickable: true, - _clines: [Array], - _pcontent: ' udisk' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 100, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rcu_sch', - clickable: true, - _clines: [Array], - _pcontent: ' rcu_sch' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 101, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' irqbalan', - clickable: true, - _clines: [Array], - _pcontent: ' irqbalan' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 102, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' bluetoot', - clickable: true, - _clines: [Array], - _pcontent: ' bluetoot' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 103, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' kthrea', - clickable: true, - _clines: [Array], - _pcontent: ' kthrea' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 104, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' polki', - clickable: true, - _clines: [Array], - _pcontent: ' polki' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 105, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gd', - clickable: true, - _clines: [Array], - _pcontent: ' gd' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 106, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gdm-session-w', - clickable: true, - _clines: [Array], - _pcontent: ' gdm-session-w' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 107, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' rcu_', - clickable: true, - _clines: [Array], - _pcontent: ' rcu_' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 108, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' (sd-pa', - clickable: true, - _clines: [Array], - _pcontent: ' (sd-pa' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 109, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gdm-wayland-s', - clickable: true, - _clines: [Array], - _pcontent: ' gdm-wayland-s' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 110, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' gnome-session', - clickable: true, - _clines: [Array], - _pcontent: ' gnome-session' }, - Box { - _events: [Object], - options: [Object], - screen: [Object], - parent: [Circular], - children: [], - data: {}, - _: {}, - '$': {}, - uid: 111, - index: -1, - detached: undefined, - name: undefined, - position: [Object], - noOverflow: undefined, - dockBorders: undefined, - shadow: undefined, - style: [Object], - hidden: false, - fixed: undefined, - align: 'left', - valign: 'top', - wrap: true, - shrink: undefined, - ch: ' ', - padding: [Object], - border: undefined, - parseTags: undefined, - content: ' migrati', - clickable: true, - _clines: [Array], - _pcontent: ' migrati' }, - ... 83 more items ], - ritems: - [ ' no', - ' gnome-she', - ' firef', - ' Xo', - ' Web Conte', - ' sublime_te', - ' packageki', - ' gnome-softwa', - ' systemd-ude', - ' gnome-termina', - ' t', - ' plugin_ho', - ' docke', - ' syste', - ' i', - ' nautilus-desk', - ' docker-contai', - ' NetworkManag', - ' dbus-daem', - ' sna', - ' ibus-daem', - ' kintegrit', - ' kbloc', - ' ata_s', - ' ', - ' edac-poll', - ' devfreq_', - ' watchdo', - ' kswap', - ' ecryptfs-kthr', - ' kthrot', - ' acpi_thermal_', - ' nvme-', - ' ipv6_addrco', - ' kst', - ' charger_manag', - ' scsi_eh', - ' scsi_tmf', - ' scsi_eh', - ' scsi_tmf', - ' scsi_eh', - ' scsi_tmf', - ' i9', - ' nvidia-modes', - ' jb', - ' ext4-rsv-conv', - ' systemd-journ', - ' ', - ' loo', - ' loo', - ' loo', - ' loo', - ' loo', - ' loo', - ' loo', - ' loo', - ' loo', - ' loo', - ' loop', - ' loop', - ' loop', - ' loop', - ' loop', - ' loop', - ' loop', - ' asus_wireless', - ' kwork', - ' kmemsti', - ' cfg802', - ' UVM global qu', - ' UVM Tools Eve', - ' led_workque', - ' systemd-times', - ' systemd-resol', - ' ModemManag', - ' avahi-daem', - ' rsyslo', - ' systemd-logi', - ' cup', - ' therma', - ' acp', - ' mm_percpu_', - ' accounts-daem', - ' networkd-disp', - ' ksoftir', - ' wpa_supplica', - ' cr', - ' udisk', - ' rcu_sch', - ' irqbalan', - ' bluetoot', - ' kthrea', - ' polki', - ' gd', - ' gdm-session-w', - ' rcu_', - ' (sd-pa', - ' gdm-wayland-s', - ' gnome-session', - ' migrati', - ... 83 more items ], - selected: 0, - _isList: true, - interactive: true, - mouse: true, - keyable: true, - _clines: - [ '', - rtof: [ 0 ], - ftor: [ [Array] ], - fake: [ '' ], - real: [Circular], - mwidth: 0, - width: -1, - content: '', - attr: [ 262143 ], - ci: [ 0 ] ], - _pcontent: '', - _listInitialized: true } -718[?1l>[?12l[?25h[?1002l[?1003l[?1006l[?1049l \ No newline at end of file From 8a222689d66ce2c266d87151730544bb0361a661 Mon Sep 17 00:00:00 2001 From: Apoorv Date: Fri, 2 Nov 2018 22:08:42 +0530 Subject: [PATCH 6/6] pagebutton issue cleared --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 4e023a6..732f4d5 100644 --- a/app.js +++ b/app.js @@ -454,7 +454,7 @@ const App = ((() => { }) screen.on('keypress', (ch, key) => { - if (key.name === 'up' || key.name === 'down' || key.name === 'k' || key.name === 'j') { + if (key === 'up' || key === 'down' || key === 'k' || key === 'j') { // Disable table updates for half a second disableTableUpdate = true clearTimeout(disableTableUpdateTimeout)