Mercurial > emacs
annotate lisp/toolbar/gud-remove.xpm @ 83011:c4d4cbf86260
Changed tty input code to use read_socket_hook.
src/keyboard.c (read_avail_input): Removed tty-related code.
(tty_read_avail_input): New function.
src/keyboard.h (tty_read_avail_input): New prototype.
src/term.c (term_init): Set read_socket_hook. Removed bogus baud rate
initialization.
src/termhooks.h (read_socket_hook): Added display parameter.
src/xterm.c (XTread_socket): Added display parameter (unused).
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-51
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 11 Jan 2004 01:18:45 +0000 |
parents | 61d00c228928 |
children | f7114bba1fd4 |
rev | line source |
---|---|
48290
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
1 /* XPM */ |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
2 static char * go_xpm[] = { |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
3 "24 24 4 1", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
4 " c #C0C0C0C0C0C0", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
5 ". c #000080800000", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
6 "X c #FFFFFFFFFFFF", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
7 "o c #F8F8FCFCF8F8", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
8 " ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
9 " ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
10 " .......... ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
11 " ............ ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
12 " .............. ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
13 " ................ ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
14 " .................. ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
15 " ......XX...oo....... ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
16 " .....X..X.o..o...... ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
17 " .....X....o..o...... ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
18 " .....X....o..o...... ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
19 " .....X....o..o...... ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
20 " .....X.XX.o..o...... ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
21 " .....X..X.o..o...... ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
22 " .....X..X.o..o...... ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
23 " .....X..X.o..o...... ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
24 " ......XX...oo....... ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
25 " .................. ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
26 " ................ ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
27 " .............. ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
28 " ............ ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
29 " .......... ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
30 " ", |
61d00c228928
Initial debugger icons (derived from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
31 " "}; |