Mercurial > emacs
annotate lisp/sb-mail.xpm @ 56821:a6b7cffd2a54
(Basic Window): When using a window system, the value of point in a
non-selected window is indicated by a hollow box.
(Split Window): Side by side windows are separated by a scrollbar,
if scrollbars are used.
C-Mouse-2 on scrollbar now also works for toolkit scrollbars.
(Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
(Window Convenience): Update bindings for `winner-undo' and `winner-redo'.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 28 Aug 2004 02:14:16 +0000 |
parents | c2a09ac7b7b1 |
children |
rev | line source |
---|---|
28974 | 1 /* XPM */ |
2 static char * sb_mail_xpm[] = { | |
55471 | 3 "20 15 5 1", |
28974 | 4 " c None", |
55471 | 5 ". c #B8B8B8", |
28974 | 6 "+ c #000000", |
55471 | 7 "@ c #828282", |
8 "# c #FFFFFF", | |
9 " .................. ", | |
10 ".++++++++++++++++++@", | |
11 ".++##############++@", | |
12 ".+#++##########++#+@", | |
13 ".+###++######++###+@", | |
14 ".+#####++##++#####+@", | |
15 ".+#######++#######+@", | |
16 ".+################+@", | |
17 ".+####+######+####+@", | |
18 ".+################+@", | |
19 ".+##+##########+##+@", | |
20 ".+################+@", | |
21 ".++##############++@", | |
22 ".++++++++++++++++++@", | |
23 " @@@@@@@@@@@@@@@@@@ "}; |