Mercurial > emacs
annotate etc/images/gud/stop.xpm @ 71862:99b8c897395e
Fix typos.
(Getting started with rcirc): New calling convention for M-x irc.
Mention #rcirc. Removed channel tracking.
(Configuration): Changed the names of all variables that got changed
recently, eg. rcirc-server to rcirc-default-server. Added
documentation for rcirc-authinfo, some background for Bitlbee, and
rcirc-track-minor-mode.
(Scrolling conservatively): Fixed the xref from Auto Scrolling to just
Scrolling.
(Reconnecting after you have lost the connection): Fixed example code
to match code changes.
author | Alex Schroeder <alex@gnu.org> |
---|---|
date | Wed, 12 Jul 2006 19:05:50 +0000 |
parents | 55c8407fa5ee |
children |
rev | line source |
---|---|
66882 | 1 /* XPM */ |
2 static char * stop_xpm[] = { | |
3 "24 24 3 1", | |
4 " c None", | |
5 ". c #cc0033", | |
6 "X c #FFFFFFFFFFFF", | |
7 " ", | |
8 " ", | |
9 " .......... ", | |
10 " ............ ", | |
11 " .............. ", | |
12 " ................ ", | |
13 " .................. ", | |
14 " ..XX..XXX..XX..XXX.. ", | |
15 " .X..X..X..X..X.X..X. ", | |
16 " .X.....X..X..X.X..X. ", | |
17 " .X.....X..X..X.X..X. ", | |
18 " ..X....X..X..X.X..X. ", | |
19 " ...X...X..X..X.XXX.. ", | |
20 " ....X..X..X..X.X.... ", | |
21 " ....X..X..X..X.X.... ", | |
22 " .X..X..X..X..X.X.... ", | |
23 " ..XX...X...XX..X.... ", | |
24 " .................. ", | |
25 " ................ ", | |
26 " .............. ", | |
27 " ............ ", | |
28 " .......... ", | |
29 " ", | |
30 " "}; |