Mercurial > emacs
annotate lisp/gnus/post.xpm @ 83025:c66ebcc29777
Removed %T in mode-line-format. Trivial documentation changes.
lisp/bindings.el (mode-line-buffer-identification): Use the
conditional formatting feature instead of builtin support.
src/buffer.c (Vmode_line_format): Removed %T documentation.
src/xdisp.c (decode_mode_spec): Removed %T processing.
lib-src/emacsclient.c (pass_signal_to_emacs, init_signals): Added
comment.
src/cm.c: Cosmetic changes.
src/termchar.h: Ditto.
src/keyboard.c (interrupt_signal, handle_interrupt): Updated
documentation.
src/process.c (add_keyboard_wait_descriptor): Added docs.
src/sysdep.c (init_all_sys_modes, init_sys_modes)
(reset_all_sys_modes): Added docs.
src/term.c (tty_ring_bell, tty_set_terminal_modes)
(tty_reset_terminal_modes, tty_update_end, set_terminal_window)
(tty_set_terminal_window, clear_to_end, tty_clear_to_end)
(tty_clear_frame, tty_clear_end_of_line, write_glyphs)
(tty_write_glyphs, insert_glyphs, tty_insert_glyphs, delete_glyphs)
(tty_delete_glyphs, tty_ins_del_lines, get_named_tty_display)
(init_initial_display, delete_tty): Added docs.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-65
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 25 Jan 2004 00:43:38 +0000 |
parents | 354a5b33d058 |
children | 55fd4f77387a |
rev | line source |
---|---|
33308 | 1 /* XPM */ |
34675 | 2 static char *magick[] = { |
3 /* columns rows colors chars-per-pixel */ | |
4 "24 24 23 1", | |
5 " c Gray0", | |
6 ". c Gray6", | |
7 "X c Gray12", | |
8 "o c #2ff22ff22ff2", | |
9 "O c #3fff3fff3fff", | |
10 "+ c Gray28", | |
11 "@ c #53ee53ee53ee", | |
12 "# c #5fdf5fdf5fdf", | |
13 "$ c #67e767e767e7", | |
14 "% c #6fff6fff6fff", | |
15 "& c #77f777f777f7", | |
16 "* c #7bdb7bdb7bdb", | |
17 "= c Gray50", | |
18 "- c Gray56", | |
19 "; c #9bd69bd69bd6", | |
20 ": c #9fff9fff9fff", | |
21 "> c #a7c7a7c7a7c7", | |
22 ", c Gray70", | |
23 "< c Gray75", | |
24 "1 c Gray81", | |
25 "2 c #dfffdfffdfff", | |
26 "3 c #efffefffefff", | |
27 "4 c Gray100", | |
28 /* pixels */ | |
29 ",><,><,><,><,><,><,><,><", | |
30 ">-<>-<>-<>-<>-<>-<>-<>-<", | |
31 "<<<<<<<<<<<<<<<<<<<<<<<<", | |
32 ",><,><,><,>;*O.,><,><,><", | |
33 ">-<>-<>-<-o&:4O#-<>-<>-<", | |
34 "<<<<<<<<@@<31O:o<<<<<<<<", | |
35 ",><,>;*O1444 X1@><,><,><", | |
36 ">-<-o&:4444:=<4<#<>-<>-<", | |
37 "<<<,+<4444414443&;<<<<<<", | |
38 ",><,#;4444444444:*,><,><", | |
39 ">-<>-o44444444444O>-<>-<", | |
40 "<<<<<;%44444444441@<<<<<", | |
41 ",><,><@24444444444@><,><", | |
42 ">-<>-<-=4444444444<#<>-<", | |
43 "<<<<<<,$14444444443&;<<<", | |
44 ",><,><,#;4444444444:*,><", | |
45 ">-<>-<>-o4444444444<X>-<", | |
46 "<<<<<<<<;%4444444%O$-<<<", | |
47 ",><,><,><@24444<&;,><,><", | |
48 ">-<>-<>-<-=42==#-<>-<>-<", | |
49 "<<<<<<<<<,$Oo+-<<<<<<<<<", | |
50 ",><,><,><,><,><,><,><,><", | |
51 ">-<>-<>-<>-<>-<>-<>-<>-<", | |
52 "<<<<<<<<<<<<<<<<<<<<<<<<" | |
53 }; |