Root/fbterm/files/fbtermrc

1# Configuration for FbTerm
2
3# Lines starting with '#' are ignored.
4# Note that end-of-line comments are NOT supported, comments must be on a line of their own.
5
6
7# font family names/pixelsize used by fbterm, multiple font family names must be seperated by ','
8# and using a fixed width font as the first is strongly recommended
9font-names=mono
10font-size=10
11
12# force font width, usually for non-fixed width fonts
13# legal value format: n (fw_new = n), +n (fw_new = fw_old + n), -n (fw_new = fw_old - n)
14#font-width=
15
16# default color of foreground/background text
17# available colors: 0 = black, 1 = red, 2 = green, 3 = brown, 4 = blue, 5 = magenta, 6 = cyan, 7 = white
18color-foreground=7
19color-background=0
20
21# max scroll-back history lines of every window, value must be [0 - 65535], 0 means disable it
22history-lines=1000
23
24# up to 5 additional text encodings, multiple encodings must be seperated by ','
25# run 'iconv --list' to get available encodings.
26text-encodings=
27
28# cursor shape: 0 = underline, 1 = block
29# cursor flash interval in milliseconds, 0 means disable flashing
30cursor-shape=0
31cursor-interval=500
32
33# additional ascii chars considered as part of a word while auto-selecting text, except ' ', 0-9, a-z, A-Z
34word-chars=._-
35
36# change the clockwise orientation angle of screen display
37# available values: 0 = 0 degree, 1 = 90 degrees, 2 = 180 degrees, 3 = 270 degrees
38screen-rotate=0
39
40# specify the favorite input method program to run
41input-method=
42

Archive Download this file



interactive