-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathwxglterm.json.in
51 lines (49 loc) · 875 Bytes
/
wxglterm.json.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"app_debug":false,
"plugins":{
"dir":"plugins",
"python_lib":"libs",
"ui":{
"name":"default_term_ui"
},
"network":{
"name":"@network_plugin@",
"config":{
"shell":"@network_plugin_shell@",
"force_winpty":false,
"force_conpty":false
}
},
"buffer":{
"name":"default_term_buffer"
},
"data_handler":{
"name":"term_data_handler",
"config":{
"debug":false
}
},
"context":{
"name":"default_term_context"
},
"show_context_window_task":{
"name":"show_context_window_task"
},
"color_theme":{
"name":"default_term_color_theme"
}
},
"term":{
"termcap_dir":"data",
"use_generic_cap":true,
"color_theme_dir":"data/color_theme",
"color_theme":{
"name":"zenburn"
},
"use_system_ssh_config":true,
"use_ssh_config":"global_ssh_config_file_path",
"font": {
"size":14
}
}
}