index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
term
/
linux.el
Age
Commit message (
Expand
)
Author
2023-12-09
Fix dragging mode line on text terminals with a mouse (bug#67457)
Jared Finder
2022-09-03
* lisp/term/linux.el (gpm-mouse-enable): Remove left-over declaration
Stefan Monnier
2022-08-30
t-mouse.el: Make sure we apply the setting to new terminals
Stefan Monnier
2022-05-08
Linux console: don't translate ESC TAB to `backtab' in input-decode-map.
Alan Mackenzie
2021-08-18
Disable auto compositions on the Linux console only
Lars Ingebrigtsen
2021-08-16
Fix cursor movement on the Linux console with certain characters
Lars Ingebrigtsen
2021-04-19
; Normalize and add missing first and last lines
Stefan Kangas
2020-05-02
Use lexical-binding for some term libraries
Stefan Kangas
2016-02-15
Provide 'term/name in lisp/term files.
Glenn Morris
2012-05-02
Silence byte-compiler warnings.
Juanma Barranquero
2012-04-30
Remove no-byte-compile setting from some lisp/term files.
Glenn Morris
2011-01-15
Nuke arch-tags.
Glenn Morris
2008-06-13
(terminal-init-linux): Load t-mouse.
Stefan Monnier
2008-06-11
* t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
Stefan Monnier
2008-06-07
(terminal-init-linux): Use gpm-mouse-mode rather than obsolete alias.
Glenn Morris
2008-04-10
Fix up comment convention on the arch-tag lines.
Stefan Monnier
2007-05-20
Merged from emacs--devo--0
Miles Bader
2007-05-20
(terminal-init-linux): Don't signal an error
Nick Roberts
2007-05-20
(terminal-init-linux): Enable t-mouse by default.
Nick Roberts
2005-12-23
Don't let x_initialize break 8-bit input on ttys. (Reported by Joakim Verona...
Karoly Lorentey
2005-07-27
* term/apollo.el (terminal-init-apollo): New function containing
Dan Nicolaescu
2005-06-17
Call tty-no-underline.
Richard M. Stallman
2003-09-01
Add arch taglines
Miles Bader
2002-10-01
Add "no-byte-compile: t" in first line.
Juanma Barranquero
2001-07-15
Some fixes to follow coding conventions.
Pavel JanÃk
1997-12-19
Don't call set-terminal-coding-system
Karl Heuer
1997-11-15
Use set-input-mode to make Latin-1 chars work.
Karl Heuer
1997-07-04
Initial revision
Richard M. Stallman