aboutsummaryrefslogtreecommitdiff
path: root/test/command/6858.md
blob: 53cb9bddbc24aba75bde5ea799fb556e0703117c (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
```
% pandoc -t markdown -f man
.TH FvwmAnimate 1 "Date" Fvwm "Fvwm Modules"
.UC
.SH NAME
\fBFvwmAnimate\fP \- the fvwm animate module
.SH SYNOPSIS
Module FvwmAnimate [ModuleAlias]

.IP "*FvwmAnimate: Color \fBcolor\fP"

Tells \fBFvwmAnimate\fP what color to draw with.
The color is "XOR'ed" (exclusive ORed) onto the background.

.IP "*FvwmAnimate: Pixmap \fBpixmap\fP"

Tells \fBFvwmAnimate\fP to use \fBpixmap\fP to draw with. This can be useful
if \fB*FvwmAnimate: Color\fP gives poor results.
^D
# NAME

**FvwmAnimate** - the fvwm animate module

# SYNOPSIS

Module FvwmAnimate \[ModuleAlias\]

\*FvwmAnimate: Color color

:   Tells **FvwmAnimate** what color to draw with. The color is
    \"XOR\'ed\" (exclusive ORed) onto the background.

\*FvwmAnimate: Pixmap pixmap

:   Tells **FvwmAnimate** to use **pixmap** to draw with. This can be
    useful if **\*FvwmAnimate: Color** gives poor results.
```

```
% pandoc -t markdown -f man
.IP "\[bu]"

hi

.IP "\[bu]"

there
^D
-   hi

-   there
```