forked from justone/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.fbtermrc
30 lines (29 loc) · 1.36 KB
/
.fbtermrc
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
##Lines starting with '#' are ignored, but end-of-line comments are not.
##font family names/pixelsize. Comma separates font families, and first must- be a fixed-width font.
font-names=mono,Monaco
font-size=12
##force font width/height, usually for non-fixed width fonts.
##legal value format: n (fw_new = n), +n (fw_new = fw_old + n), -n (fw_new = fw_old - n)
#font-width=
#font-height=
##default color of foreground/background text.
##available colors: 0 = black, 1 = red, 2 = green, 3 = brown, 4 = blue, 5 = magenta, 6 = cyan, 7 = white
color-foreground=7
color-background=0
##max scroll-back history lines of every window, value must be [0 - 65535], 0 means disable.
history-lines=10000
##up to 5 additional text encodings, multiple encodings must be seperated by comma; run 'iconv --list' to get available encodings.
text-encodings=
##cursor shape: 0 = underline, 1 = block
##cursor flash interval in milliseconds, 0 means disable flashing.
cursor-shape=0
cursor-interval=0
##additional ascii chars considered as part of a word while auto-selecting text (except ' ', 0-9, a-z, A-Z).
word-chars=._-
##change the clockwise orientation angle of screen display.
##available values: 0 = 0 degree, 1 = 90 degrees, 2 = 180 degrees, 3 = 270 degrees
screen-rotate=0
##specify the favorite input method program to run.
input-method=
##treat ambiguous width characters as wide.
#ambiguous-wide=yes