comparison man/frames.texi @ 71482:0ea8bb78bfdc

(XTerm Mouse) Rename to... (Text-Only Mouse): ...this. Mention t-mouse-mode.
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 25 Jun 2006 00:43:23 +0000
parents 7f097460654d
children 608984477c3d a387c138b28e 138ce2701550
comparison
equal deleted inserted replaced
71481:189d5e570989 71482:0ea8bb78bfdc
55 * Tool Bars:: Enabling and disabling the tool bar. 55 * Tool Bars:: Enabling and disabling the tool bar.
56 * Dialog Boxes:: Controlling use of dialog boxes. 56 * Dialog Boxes:: Controlling use of dialog boxes.
57 * Tooltips:: Displaying information at the current mouse position. 57 * Tooltips:: Displaying information at the current mouse position.
58 * Mouse Avoidance:: Moving the mouse pointer out of the way. 58 * Mouse Avoidance:: Moving the mouse pointer out of the way.
59 * Non-Window Terminals:: Multiple frames on terminals that show only one. 59 * Non-Window Terminals:: Multiple frames on terminals that show only one.
60 * XTerm Mouse:: Using the mouse in an XTerm terminal emulator. 60 * Text-Only Mouse:: Using the mouse in text-only terminals.
61 @end menu 61 @end menu
62 62
63 @node Mouse Commands 63 @node Mouse Commands
64 @section Mouse Commands for Editing 64 @section Mouse Commands for Editing
65 @cindex mouse buttons (what they do) 65 @cindex mouse buttons (what they do)
1033 @var{name} @key{RET}} to specify a new name for the selected frame, 1033 @var{name} @key{RET}} to specify a new name for the selected frame,
1034 and use @kbd{M-x select-frame-by-name @key{RET} @var{name} @key{RET}} 1034 and use @kbd{M-x select-frame-by-name @key{RET} @var{name} @key{RET}}
1035 to select a frame according to its name. The name you specify appears 1035 to select a frame according to its name. The name you specify appears
1036 in the mode line when the frame is selected. 1036 in the mode line when the frame is selected.
1037 1037
1038 @node XTerm Mouse 1038 @node Text-Only Mouse
1039 @section Using a Mouse in Terminal Emulators 1039 @section Using a Mouse in Terminal Emulators
1040 @cindex xterm, mouse support 1040 @cindex mouse support
1041 @cindex terminal emulators, mouse support 1041 @cindex terminal emulators, mouse support
1042 1042
1043 Some terminal emulators under X support mouse clicks in the terminal 1043 Some terminal emulators support mouse clicks in the terminal window.
1044 window. In a terminal emulator which is compatible with @code{xterm}, 1044
1045 @cindex xterm
1046 In a terminal emulator which is compatible with @code{xterm},
1045 you can use @kbd{M-x xterm-mouse-mode} to give Emacs control over 1047 you can use @kbd{M-x xterm-mouse-mode} to give Emacs control over
1046 simple use of the mouse---basically, only non-modified single clicks 1048 simple use of the mouse---basically, only non-modified single clicks
1047 are supported. The normal @code{xterm} mouse functionality for such 1049 are supported. The normal @code{xterm} mouse functionality for such
1048 clicks is still available by holding down the @kbd{SHIFT} key when you 1050 clicks is still available by holding down the @kbd{SHIFT} key when you
1049 press the mouse button. 1051 press the mouse button. Xterm Mouse mode is a global minor mode
1050 1052 (@pxref{Minor Modes}). Repeating the command turns the mode off
1051 Xterm Mouse mode is a global minor mode (@pxref{Minor Modes}). 1053 again.
1052 Repeating the command turns the mode off again. 1054
1055 In the console on GNU/Linux, you can use @kbd{M-x t-mouse-mode}. You
1056 need to have the gpm package installed and running on your system in
1057 order for this to work.
1053 1058
1054 @ignore 1059 @ignore
1055 arch-tag: 7dcf3a31-a43b-45d4-a900-445b10d77e49 1060 arch-tag: 7dcf3a31-a43b-45d4-a900-445b10d77e49
1056 @end ignore 1061 @end ignore