.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "App::ClusterSSH 3pm" .TH App::ClusterSSH 3pm 2024-07-12 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH SYNOPSIS .IX Header "SYNOPSIS" There is nothing in this module for public consumption. See documentation for \fIcssh\fR, \fIcrsh\fR, \fIctel\fR, \fIccon\fR, or \fIcscp\fR instead. .SH DESCRIPTION .IX Header "DESCRIPTION" This is the core for App::ClusterSSH. You should probably look at cssh instead. .SH SUBROUTINES/METHODS .IX Header "SUBROUTINES/METHODS" These methods are listed here to tidy up Pod::Coverage test reports but will most likely be moved into other modules. There are some notes within the code until this time. .IP REAPER 2 .IX Item "REAPER" .PD 0 .IP add_host_by_name 2 .IX Item "add_host_by_name" .IP add_option 2 .IX Item "add_option" .IP build_hosts_menu 2 .IX Item "build_hosts_menu" .IP capture_map_events 2 .IX Item "capture_map_events" .IP capture_terminal 2 .IX Item "capture_terminal" .IP change_main_window_title 2 .IX Item "change_main_window_title" .IP close_inactive_sessions 2 .IX Item "close_inactive_sessions" .IP config 2 .IX Item "config" .IP helper 2 .IX Item "helper" .IP cluster 2 .IX Item "cluster" .IP create_menubar 2 .IX Item "create_menubar" .IP create_windows 2 .IX Item "create_windows" .IP dump_config 2 .IX Item "dump_config" .IP getopts 2 .IX Item "getopts" .IP list_tags 2 .IX Item "list_tags" .IP evaluate_commands 2 .IX Item "evaluate_commands" .IP exit_prog 2 .IX Item "exit_prog" .IP get_clusters 2 .IX Item "get_clusters" .IP get_font_size 2 .IX Item "get_font_size" .IP get_keycode_state 2 .IX Item "get_keycode_state" .IP key_event 2 .IX Item "key_event" .IP load_config_defaults 2 .IX Item "load_config_defaults" .IP load_configfile 2 .IX Item "load_configfile" .IP load_keyboard_map 2 .IX Item "load_keyboard_map" .IP new 2 .IX Item "new" .IP open_client_windows 2 .IX Item "open_client_windows" .IP options 2 .IX Item "options" .IP parse_config_file 2 .IX Item "parse_config_file" .IP pick_color 2 .IX Item "pick_color" .IP populate_send_menu 2 .IX Item "populate_send_menu" .IP populate_send_menu_entries_from_xml 2 .IX Item "populate_send_menu_entries_from_xml" .IP re_add_closed_sessions 2 .IX Item "re_add_closed_sessions" .IP remove_repeated_servers 2 .IX Item "remove_repeated_servers" .IP resolve_names 2 .IX Item "resolve_names" .IP slash_slash_equal 2 .IX Item "slash_slash_equal" .PD An implementation of the //= operator that works on older Perls. slash_slash_equal($a, 0) is equivalent to \f(CW$a\fR //= 0 .IP retile_hosts 2 .IX Item "retile_hosts" .PD 0 .IP run 2 .IX Item "run" .IP send_resizemove 2 .IX Item "send_resizemove" .IP send_text 2 .IX Item "send_text" .IP send_text_to_all_servers 2 .IX Item "send_text_to_all_servers" .IP set_all_active 2 .IX Item "set_all_active" .IP set_half_inactive 2 .IX Item "set_half_inactive" .IP setup_repeat 2 .IX Item "setup_repeat" .IP send_variable_text_to_all_servers 2 .IX Item "send_variable_text_to_all_servers" .IP show_console 2 .IX Item "show_console" .IP show_history 2 .IX Item "show_history" .IP substitute_macros 2 .IX Item "substitute_macros" .IP terminate_host 2 .IX Item "terminate_host" .IP toggle_active_state 2 .IX Item "toggle_active_state" .IP update_display_text 2 .IX Item "update_display_text" .IP window 2 .IX Item "window" .PD Method to access assosiated window module .IP write_default_user_config 2 .IX Item "write_default_user_config" .SH BUGS .IX Header "BUGS" Please report any bugs or feature requests via . .SH SUPPORT .IX Header "SUPPORT" You can find documentation for this module with the perldoc command. .PP .Vb 1 \& perldoc App::ClusterSSH .Ve .PP You can also look for information at: .IP \(bu 4 Github issue tracker .Sp .IP \(bu 4 AnnoCPAN: Annotated CPAN documentation .Sp .IP \(bu 4 CPAN Ratings .Sp .IP \(bu 4 Search CPAN .Sp .SH ACKNOWLEDGEMENTS .IX Header "ACKNOWLEDGEMENTS" Please see the THANKS file from the original distribution.