diff options
| author | Luc Teirlinck | 2005-04-12 23:52:51 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-04-12 23:52:51 +0000 |
| commit | 55465a6f333107e963a204cf37ffe6a4cb28d3d1 (patch) | |
| tree | 4885a7ee09072c81a7244cd56d7a431863c963f5 | |
| parent | ed77be1d17735a91320491ff9924cb0f258caac6 (diff) | |
| download | emacs-55465a6f333107e963a204cf37ffe6a4cb28d3d1.tar.gz emacs-55465a6f333107e963a204cf37ffe6a4cb28d3d1.zip | |
(XTerm Mouse): Xterm Mouse mode is now enabled by default.
| -rw-r--r-- | man/frames.texi | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/man/frames.texi b/man/frames.texi index d09fdca85d7..c38497271a5 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -1055,10 +1055,15 @@ when the frame is selected. | |||
| 1055 | 1055 | ||
| 1056 | Some terminal emulators under X support mouse clicks in the terminal | 1056 | Some terminal emulators under X support mouse clicks in the terminal |
| 1057 | window. In a terminal emulator which is compatible with @code{xterm}, | 1057 | window. In a terminal emulator which is compatible with @code{xterm}, |
| 1058 | you can use @kbd{M-x xterm-mouse-mode} to enable simple use of the | 1058 | simple use of the mouse is, by default, controlled by Emacs---basically, |
| 1059 | mouse---only single clicks are supported. The normal @code{xterm} mouse | 1059 | only non-modified single clicks are supported. The normal |
| 1060 | functionality is still available by holding down the @kbd{SHIFT} key | 1060 | @code{xterm} mouse functionality for such clicks is still available by |
| 1061 | when you press the mouse button. | 1061 | holding down the @kbd{SHIFT} key when you press the mouse button. |
| 1062 | |||
| 1063 | Put @code{(xterm-mouse-mode 0)} in your @file{.emacs}, or disable the | ||
| 1064 | option @code{xterm-mouse-mode} through the @samp{Customize} interface | ||
| 1065 | (@pxref{Easy Customization}), if you prefer all mouse clicks to be | ||
| 1066 | handled by the terminal emulator. | ||
| 1062 | 1067 | ||
| 1063 | @ignore | 1068 | @ignore |
| 1064 | arch-tag: 7dcf3a31-a43b-45d4-a900-445b10d77e49 | 1069 | arch-tag: 7dcf3a31-a43b-45d4-a900-445b10d77e49 |