mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Fix configuration tests for 'use_natural_sort=0'
This commit is contained in:
parent
153709b220
commit
b77830dea5
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,7 @@ Readonly::Hash my %default_config => {
|
|||
menu_host_autotearoff => 0,
|
||||
|
||||
use_all_a_records => 0,
|
||||
use_natural_sort => 0,
|
||||
|
||||
send_menu_xml_file => $ENV{HOME} . '/.csshrc_send_menu',
|
||||
|
||||
|
@ -581,6 +582,7 @@ terminal_title_opt=-T
|
|||
unmap_on_redraw=no
|
||||
use_all_a_records=0
|
||||
use_hotkeys=yes
|
||||
use_natural_sort=0
|
||||
#user=
|
||||
window_tiling=yes
|
||||
window_tiling_direction=right
|
||||
|
|
Loading…
Add table
Reference in a new issue