This file is indexed.

/usr/share/mlterm/scrollbars/sample3/rc is in mlterm-common 3.3.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
# sample3 - sample scrollbar for mlterm, requires "pixmap_engine" plugin.
#
# Copylight (c) 2003 Seiichi SATO <ssato@sh.rim.or.jp>
# license: Modified BSD-style license


engine = pixmap_engine


############
# geometry #
############

# width of scrollbar
width = 12

# upper limit of slider's movable range.
top_margin = 13

# lower limit of slider's movable range.
bottom_margin = 13


##############
# background #
##############

# how to draw bg_body.png.
# "true" is tiled image, "false" is scaled image.
# default is true.
bg_tile = true

# pseudo-transparent window. default is false.
bg_enable_trans = true


##################
# up/down botton #
##################

# layout of button.
# normal, none, northgravity or southgravity (default is normal)
button_layout = normal

# height of up button
button_up_height = 11

# height of down button
button_down_height = 11


##########
# slider #
##########
# how to draw slider_body.png.
# "true" is tiled image, "false" is scaled image
# default is true.
slider_tile = true