forked from OpusVL/perl-ccfe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathccfe.conf.console
More file actions
67 lines (61 loc) · 1.5 KB
/
Copy pathccfe.conf.console
File metadata and controls
67 lines (61 loc) · 1.5 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# The Curses Command Front-end sample configuration file:
# example of terminal-dependent settings usage to provide
# Linux Console support (TERM=linux).
global {
screen_layout = Normal
hide_cursor = YES
shell = /bin/sh
log_level = 1
#path = /path/to/add:/another/path/to/add
#user_shell = /bin/ksh
key_f2 = list
key_f3 = sel_items
key_f4 = back
key_f5 = show_action
key_f6 = save
key_f7 = shell_escape
key_f8 = redraw
key_f9 = exit
}
browser_global {
max_rows = 5000
info_attr = A_REVERSE
stderr_attr = A_BOLD
stdout_attr = A_NORMAL
end_marker = **** end of output ****
}
menu_global {
mark_noaction_items = YES
}
form_global {
field_pad = " "
field_pad.linux = "_"
hidden_field_pad = "*"
show_changed_fields = YES
show_field_flags = YES
initial_ovl_mode = YES
}
field_attr {
label_fg = A_NORMAL
label_bg = A_NORMAL
value_fg = A_NORMAL
value_bg = A_UNDERLINE
changed_value_fg = A_BOLD
changed_value_bg = A_UNDERLINE
}
field_attr.linux {
label_fg = A_NORMAL
label_bg = A_NORMAL
value_fg = A_NORMAL
value_bg = A_NORMAL
changed_value_fg = A_BOLD
changed_value_bg = A_NORMAL
}
active_field_attr {
label_fg = A_BOLD
label_bg = A_NORMAL
value_fg = A_NORMAL
value_bg = A_REVERSE
changed_value_fg = A_NORMAL
changed_value_bg = A_REVERSE
}