Changeset 4210 for trunk/lisp/t-mouse.el
- Timestamp:
- 2007年06月02日 09時29分41秒 (1 year ago)
- Files:
-
- trunk/lisp/t-mouse.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/t-mouse.el
r4204 r4210 271 271 ;;;###autoload 272 272 (define-minor-mode t-mouse-mode 273 "Toggle t-mouse mode .273 "Toggle t-mouse mode to use the mouse in Linux consoles. 274 274 With prefix arg, turn t-mouse mode on iff arg is positive. 275 275 276 Turn it on to use Emacs mouse commands, and off to use t-mouse commands." 276 This allows the use of the mouse when operating on a Linux console, in the 277 same way as you can use the mouse under X11. 278 It requires the `mev' program, part of the `gpm' utilities." 277 279 nil " Mouse" nil :global t 278 280 (if t-mouse-mode
