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
|
/*****************************************************************
*
* default.h
*
* Copyright (c) 2000 Kam Tik <kamtik@hongkong.com>
*
* http://debian.kamtik.net
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
******************************************************************/
#define CRXVT_COMMAND "crxvt"
#define CRXVT_BG "black"
#define CRXVT_FG "white"
#define CRXVT_FONTS "taipei16"
#define CRXVT_IM "xcin"
#define CRXVT_COMMAND_GB "crxvt-gb"
#define CRXVT_FONTS_GB "-*-*-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0"
#define XCIN_COMMAND "xcin"
#define XCIN_IM "xcin"
#define XCIN23_COMMAND "xcin2.3"
#define XCIN23_IN "cj.tab"
#define GTK_FONT "-eten-fixed-medium-r-normal--16-150-75-75-c-160-big5-0"
#define GTK_FONT_GB "-*-*-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0"
#define LOCALE "zh_TW.Big5"
#define IF_CV_WM 0
#define IF_XA 1
#define IF_CV 1
#define IF_FLOAT 1
#define COORD_X 10
#define COORD_Y 10
|