summaryrefslogblamecommitdiffstats
path: root/e/eterm/CONFIGURE
blob: d512c9ae0d05419538579907205e467df6a35f6b (plain) (tree)



















                                                                              
config_query_option  ETERM_FONT  'Enable auto-encoding selection?'  y     \
                     '--enable-auto-encoding'  '--disable-auto-encoding'  &&

config_query_option  ETERM_CHARSET                                          \
                     'Enable multibyte fonts (eucj,sjis,big5,eukr,gb)?'  y  \
                     '--enable-multi-charset'  '--disable-multi-charset'    &&

config_query_option  ETERM_TRANSPARENCY  'Enable transparency?'  y  \
                     '--enable-trans'  '--disable-trans'            &&

if  spell_ok  screen;  then
  config_query_option  ETERM_SCREEN  'Enable built-in screen?'  n  \
                       '--enable-escreen'  '--disable-escreen'
else
  config_query_option  ETERM_SCREEN  'Enable built-in screen?'  y  \
                       '--enable-escreen'  '--disable-escreen'
fi  &&

config_query_option  ETERM_HUMOR  'Do you have a sense of humor?'  n      \
                     '--with-sense-of-humor'  '--without-sense-of-humor'