Mercurial > emacs
annotate src/s/sol2-6.h @ 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 | 695cf19ef79e |
children | 3c6c8979a41e 375f2633d815 |
rev | line source |
---|---|
47342
5bdc7af4b905
Fix typo. Add comment.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47336
diff
changeset
|
1 /* Handle Solaris 2.6. */ |
5bdc7af4b905
Fix typo. Add comment.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47336
diff
changeset
|
2 |
5bdc7af4b905
Fix typo. Add comment.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47336
diff
changeset
|
3 #include "sol2-5.h" |
47336 | 4 |
47473
3897ddfbb1f5
(UNEXEC): Comment out definition.
Richard M. Stallman <rms@gnu.org>
parents:
47342
diff
changeset
|
5 #if 0 /* dldump does not handle all the extensions used by GNU ld. */ |
47336 | 6 #undef UNEXEC |
7 #define UNEXEC unexsol.o | |
47473
3897ddfbb1f5
(UNEXEC): Comment out definition.
Richard M. Stallman <rms@gnu.org>
parents:
47342
diff
changeset
|
8 #endif |
52401 | 9 |
10 /* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca | |
11 (do not change this comment) */ |