1  <Eterm-0.9.2>
 2  begin actions
 3  # bind button1 to echo "\n"
 4   bind button2 to echo "\n"
 5   bind button3 to echo " "
 6   bind button4 to echo "k"
 7   bind button5 to echo "j"
 8  end
 9
10  begin attributes
11            font 1 9x15
12            font 2 9x15
13  end attributes
14
15  begin button_bar
16  #   font "9x15"
17  #font "-adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1"
18     button " quit |" action echo "q"
19      button " down " action echo "^[[17~"
20      button " up " action echo "^[[15~"
21      button " enter |" action echo "^[[19~"
22     button " <" action echo "k"
23     button " <<" action echo "kkkkkkkkkk"
24     button " >>" action echo "jjjjjjjjjj"
25     button " > " action echo "j"
26     button " \\t |" action echo "\t"
27     button " space " action echo " "
28      button " ret |" action echo "\n"
29      button " ctab " action echo "c  "
30      button " list |" action echo "i"
31      button " v |" action echo "v"
32      button " mail " action echo "m"
33      button " group |" action echo "g"
34      button " help " action echo "?"
35  #   button "< list >" action echo "i"   
36  #   button "< list >" action echo "i"   
37
38   end button_bar
39
40  begin color
41      foreground #d4940b
42      background #333333
43      cursor #aaaaaa
44  #    cursor_text #880000
45      pointer blue
46      video normal
47  end color
48
49  begin imageclasses
50      begin image
51        type background
52        mode trans allow image trans viewport auto
53        state normal
54  #      colormod image  500 500 500
55          colormod blue 100
56          colormod green 50
57          colormod red 50
58      end image
59  end imageclasses
60
61
62  begin attributes
63      font 1 9x15
64      font 2 9x15
65      font 3 9x15
66      font 4 9x15
67      title " -- mutt --"
68  end attributes
69
70
71  begin toggles
72      map_alert on
73      visual_bell off
74      login_shell true
75      scrollbar off
76      utmp_logging on
77      meta8 false
78      iconic false
79      home_on_output 1
80      home_on_input 1
81      scrollbar_right true
82      scrollbar_floating false
83      borderless false
84      itrans true
85       immotile_trans true
86  end toggles
87
88  begin misc
89      print_pipe "lpr"
90      save_lines 1024
91      cut_chars "\t\\\`\\\"\'&() *,;<=>?@[]{|}"
92      border_width 0
93      term_name Eterm
94      exec mutt
95  end misc
96