summaryrefslogtreecommitdiff
path: root/main
blob: 3d6a8e801fc5d5fd9c5896a8b9ffb1ecc96832d2 (plain)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
######################
### Mlterm related ###
######################
#####Terminal type (mlterm, kterm, xterm ....)
termtype = xterm-256color

#####Start as a daemon process (blend,genuine) or comment it to disable it
#daemon_mode=genuine

#####Rendering engine for drawing fonts (xcore, xft, cairo)
type_engine=xft

#####Working directory.
working_directory=~

#####Use CLIPBOARD  selection.
use_clipboard=true

#####Don't exit backscroll mode when console applications output something.
static_backscroll_mode=true

#####Exit backscroll mode on receiving data from pty.
exit_backscroll_by_pty=false

#####Restart mlterm with all opened ptys except ssh if SIGSEGV, SIGBUS, SIGFPE or SIGILL is received.  If you want to get core image, specify "false".
#auto_restart=bool 

#####Whether to use login shell or not.
use_login_shell=true

#####Enable extended short cut keys for scrolling.
use_extended_scroll_shortcut=true

#####Specify number of lines of backlog or "unlimited".
logsize = 100000

#####Delimiter characters (\xNN is also available) used for word selection.
word_separators = " ,;="

#####Treat the value of -w option as point instead of pixel.
use_point_size=true

#####Specify maximum number of ptys (sessions) to be opened simultaneously. (multiple of 32)
max_ptys=32

#####Specify a key to be regarded as META (alt, meta, hyper, super, mod1, mod2, mod3, mod4, and none)
mod_meta_key=alt

#####Specify prefix characters in pressing meta key if mod_meta_mode = esc.
meta_prefix=\x1b

#####Behavior of META key (esc, none ,8bit)
mod_meta_mode=esc

#####Specify locale.
locale=""

#####Enable logging messages of mlterm to ~/.mlterm/msg[pid].log.
logging_msg=false

#####Enable logging vt100 sequences to ~/.mlterm/[device].log.
logging_vt_seq=false

#####Specify the format of logging vt100 sequence (raw, ttyrec)
vt_seq_format=ttyrec

#####Behavior when BEL (0x07) is received (sound, visual , sound|visual, none)
bel_mode=none

#####Draw the user's attention when making a bell sound in the unfocused window.
use_urgent_bell=true

#####Use vertical writing (cjk, mongol, none)
vertical_mode=none 

#####Specify X server to connect.
#display=value 

#####Specify parent Window ID.
#parent_window=value 

#####Recognize ANSI color change escape sequences.
use_ansi_colors=true

##########################
####### SSH Session ######
#####Specify a host you want to connect via ssh etc.
#default_server=value 

#####Specify public key file for ssh connection.
#ssh_public_key=value 

#####Specify private key file for ssh connection.
#ssh_private_key=value 

#####Specify interval seconds to send keepalive message to ssh server.
#ssh_keepalive_interval=value 

#####Use local echo mode.
#use_local_echo=bool 

#####Specify ciphers (comma separated list) for encrypting the ssh session.
#cipher_list=value 

#####Enable x11 forwarding for ssh connection.
#ssh_x11_forwarding=bool 

##############################
### Input/Encoding related ###
##############################
##### Specify character encodings detected automatically.
auto_detect_encodings=false

#####Specify encoding.
encoding=AUTO

#####Specify input method.
#input_method= input method 

#####Use ISO8859-1 fonts for US-ASCII part of various encodings.
#iso88591_font_for_usascii=bool 

#####Number of columns of Unicode characters with EastAsianAmbiguous property.
#col_size_of_width_a=value 

#####Use either unicode font or DEC Special font forcibly to draw box-drawing characters.
#box_drawing_font=value 

#####Compose line drawing character set.
#compose_dec_special_font=bool 

#####Embold glyphs by drawing doubly at 1 pixel leftward instead of rightward.
#leftward_double_drawing=bool 

#####Process full width characters.
#use_multi_column_char=bool 

#####Use variable column width.
#use_variable_column_width=bool 

#####Use XIM (X Input Method).
#use_xim=bool 

#####Force full width regardless of EastAsianWidth.txt.
#unicode_full_width_areas=value 

#####Use non-Unicode fonts even when mlterm encoding is UTF-8.
#not_use_unicode_font=bool 

#####Use Unicode fonts even when mlterm encoding is not UTF-8.
#only_use_unicode_font=bool 

#####Use unicode fonts partially regardless of -n option.
#unicode_noconv_areas=value 

#####Automatically detect appropriate character encoding from the encodings specified by auto_detect_encodings option.
#use_auto_detect=bool 

#####If the received selection (i.e., copy-and-paste strings) or strings received from XIM is not UTF8_STRING type, convert it into Unicode and then to the current mlterm encoding, in order to identify equivalent characters (i.e., characters which share the same codepoint in Unicode) from various character sets.
#receive_string_via_ucs=bool 

####################
####### Bidi #######
#####Use BiDi rendering on UTF8 encoding.
use_bidi=true

#####Specify bidi mode (normal, left, right)
bidi_mode=normal

#####Specify separator characters (\xNN is also available) to render bidi text.
bidi_separators=/

##########################
### Appearance related ###
##########################
#####Application  name.  
app_name=mlterm

#####Title name.
title=mlterm

#####Specify size and position of the window; see X(7).
#geometry=value 

#####Don't draw window decorations.
borderless = true

#####Specify inner border width.
inner_border=2

#####Icon name.
icon_name=mlterm

#####Path for the image file to be used as window icon.
#icon_path=path

#####Path for wallpaper image.
#wall_picture=/home/till/.mlterm/pic.jpg

#####Use pseudo transparent background , cannot used with wallpaper
#use_transbg=true

#####Alpha in pseudo or true transparent.(0)
alpha=244

#####Contrast of background image in percent.(100)
contrast = 100

#####Specify fading ratio when window is unfocused.(100)
fade_ratio = 100 

#####Gamma of background image in percent. (100)
gamma = 100

#####Specify the amount of darkening or lightening the background image. (10)
brightness = 100

#####Specify visual depth.
#depth=value 

#####Background color.
bg_color=#002b36

#####Foreground color.
fg_color=#839496

##########################
##### Text Options #######
#####Specify the color to use to display bold characters.
bd_color=#9f87ff

#####Specify the color to use to display blinking characters.
#bl_color=value 

#####Specify the color to use to display crossed-out characters.
#co_color=value 

#####Specify the color to use to display underlined characters.
ul_color=#493d70

#####Specify the color to use to display italic characters.
it_color=#171422

#####Use italic font for characters with the italic attribute.
#use_italic_font=bool 

#####Use bold font for characters with the bold attribute.
#use_bold_font=bool 

#####Don't draw underline.
#hide_underline=bool 

#####Font size in pixel.
fontsize = 10

#####Use anti alias font.
use_anti_alias = true

#####Range of size of usable fonts.
#font_size_range=range 

#####Specify changing size when font size becomes larger or smaller.
#step_in_changing_font_size=size 

#####Specify tab width.
tabsize = 4

#####Specify number of extra dots between letters. (ignored if you specify --V option.)  If you use multiple fonts whose widths are different,  adjust  this  option.
letter_space=0

#####Specify number of extra dots between lines.  If you use multiple fonts whose heights are different, adjust this option.
line_space = 0

############################
##### Cursor Options #######
#####Blink cursor
#blink_cursor=bool 

#####Specify background color for cursor.
cursor_bg_color=#586e75

#####Specify foreground color for cursor.
cursor_fg_color=#93a1a1

#####Use cursor movement for vertical writing.
#use_vertical_cursor=value 

###############################
##### Scrollbar Options #######
#####Use scrollbar.
use_scrollbar=false 

#####Specify name of scrollbar.
#scrollbar_view_name=name 

#####Specify scrollbar position.
scrollbar_mode = none

#####Background color for scrollbar.
#sb_bg_color=color 

#####Foreground color for scrollbar.
#sb_fg_color=color 

#############
### Other ###
#############
#####Specify actual screen height.
#screen_height_ratio=value 

#####Specify actual screen width.
#screen_width_ratio=value 

#####Use alternate screen buffer.
#use_alt_buffer=bool 

#####Enable combining characters.
#use_combining=bool 

#####Enable dynamic character combining.
#use_dynamic_comb=bool 

#####Use CP932 - UCS mapping for displaying JISX0208 by Xft or cairo.
#use_cp932_ucs_for_xft=bool 

#####Use indic rendering on UTF8 or ISCII encoding.
#use_ind=bool 

#####Allow access to clipboard(selection) by OSC 52 sequence.
#allow_osc52=bool 

#####Allow OSC 5379 scp.
#allow_scp=bool 

#####Allow dynamic change of shortcut keys by OSC 5379 set_shortcut sequence.
#allow_change_shortcut=bool 

#####Support Big5 CTEXT bugs (which exist in XFree86 4.1.0 or before).
#big5_buggy=bool 
use_variable_column_width = false