annotate src/s/386-ix.h @ 5284:9c8749be37da
(comint-read-input-ring): New arg SILENT.
(comint-replace-by-expanded-history): New arg SILENT.
(comint-send-input): Pass t as new arg.
(comint-mode-map): Put comint-show-output on C-M-l.
(comint-preinput-scroll-to-bottom): Removed calls to
window-minibuffer-p and 'not-minibuf arg to walk-windows.
Removed mouse-yank-at-click from command list and doc string.
Removed duplicate test for comint-scroll-to-bottom-on-input (scroll).
Removed test for 'this within walk-windows code.
(comint-postoutput-scroll-to-bottom):
Don't select a different buffer permanently.
(comint-prompt-regexp): Fixed documentation.
(comint-replace-by-expanded-history):
Use skip-chars-forward to advance in main loop.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Thu, 23 Dec 1993 03:39:27 +0000 |
parents |
e442bb589751 |
children |
191acacfa1ec |
rev |
line source |
457
|
1 /* Interactive 386/ix. */
|
|
2
|
|
3 #include "usg5-3.h"
|
|
4
|
|
5 #define HAVE_SELECT
|
|
6
|
|
7 #define BROKEN_TIOCGETC
|
|
8
|
|
9 /* There are some reports that the following is needed
|
|
10 with some version of this system.
|
|
11 #undef LIBX11_SYSTEM
|
|
12 #define LIBX11_SYSTEM -linet
|
|
13
|
|
14 #define HAVE_TIMEVAL
|
|
15 #define USE_UTIME
|
|
16 */
|
|
17
|
|
18 /* This is said to be needed as a result of having _insque rather
|
|
19 than insque in -loldX. This may not always be the right thing. */
|
|
20 #define WRONG_NAME_INSQUE
|