summaryrefslogtreecommitdiff
path: root/lisp/term/linux.el
AgeCommit message (Expand)Author
2023-12-09Fix 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 declarationStefan Monnier
2022-08-30t-mouse.el: Make sure we apply the setting to new terminalsStefan Monnier
2022-05-08Linux console: don't translate ESC TAB to `backtab' in input-decode-map.Alan Mackenzie
2021-08-18Disable auto compositions on the Linux console onlyLars Ingebrigtsen
2021-08-16Fix cursor movement on the Linux console with certain charactersLars Ingebrigtsen
2021-04-19; Normalize and add missing first and last linesStefan Kangas
2020-05-02Use lexical-binding for some term librariesStefan Kangas
2016-02-15Provide 'term/name in lisp/term files.Glenn Morris
2012-05-02Silence byte-compiler warnings.Juanma Barranquero
2012-04-30Remove no-byte-compile setting from some lisp/term files.Glenn Morris
2011-01-15Nuke 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-10Fix up comment convention on the arch-tag lines.Stefan Monnier
2007-05-20Merged from emacs--devo--0Miles Bader
2007-05-20(terminal-init-linux): Don't signal an errorNick Roberts
2007-05-20(terminal-init-linux): Enable t-mouse by default.Nick Roberts
2005-12-23Don'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 containingDan Nicolaescu
2005-06-17Call tty-no-underline.Richard M. Stallman
2003-09-01Add arch taglinesMiles Bader
2002-10-01Add "no-byte-compile: t" in first line.Juanma Barranquero
2001-07-15Some fixes to follow coding conventions.Pavel Janík
1997-12-19Don't call set-terminal-coding-systemKarl Heuer
1997-11-15Use set-input-mode to make Latin-1 chars work.Karl Heuer
1997-07-04Initial revisionRichard M. Stallman