index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
term.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix possible null pointer access
Gerd Möllmann
2022-09-18
1
-1
/
+3
*
Optimize tty display updates (bug#57727)
Gerd Möllmann
2022-09-17
1
-0
/
+38
*
Support "replacement characters" on TTY frames
Eli Zaretskii
2022-08-27
1
-5
/
+17
*
Pacify GCC 12 in default developer build
Paul Eggert
2022-05-12
1
-1
/
+1
*
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-1
/
+1
*
Improve detection of glyphless characters on TTY frames
Eli Zaretskii
2022-01-27
1
-2
/
+6
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Allow removing keymap definitions
Lars Ingebrigtsen
2021-11-16
1
-7
/
+9
*
|
; * src/term.c (init_tty): Fix last change.
Eli Zaretskii
2021-11-11
1
-1
/
+1
*
|
; * src/term.c (init_tty): Fix style of parentheses.
Eli Zaretskii
2021-11-11
1
-3
/
+3
*
|
Fix 8-color PuTTY -nw sessions broken by a recent commit
Eli Zaretskii
2021-11-11
1
-1
/
+1
*
|
Support Tc terminfo flag for 24-bit color support in terminal
Tim Ruffing
2021-11-11
1
-4
/
+6
|
/
*
Pacify GCC 10.3 -Wmaybe-uninitialized
Paul Eggert
2021-10-07
1
-1
/
+1
*
Remove encode_terminal_code UNINITs
Paul Eggert
2021-10-03
1
-3
/
+4
*
Merge branch 'feature/tab-bar-events'
Juri Linkov
2021-09-09
1
-15
/
+2
|
\
|
*
Redesign tab-bar event processing (bug#41342, bug#41343)
Juri Linkov
2021-08-18
1
-15
/
+2
*
|
Disable auto compositions on the Linux console only
Lars Ingebrigtsen
2021-08-18
1
-3
/
+10
|
/
*
Major rewrite of adjust_frame_size
Martin Rudalics
2021-04-27
1
-3
/
+1
*
Fix last change for DOS_NT systems
Eli Zaretskii
2021-01-22
1
-1
/
+9
*
Enable TTY mouse-face support when built without GPM support
João Távora
2021-01-22
1
-19
/
+16
*
Make mouse-related calls be more consistent on all frame types
Jared Finder
2021-01-16
1
-3
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Migrate usage of GPM_CLICK_EVENT to MOUSE_CLICK_EVENT.
Jared Finder
2020-11-21
1
-4
/
+4
*
Face-changing text properties and help-echo now work with xterm-mouse.
Jared Finder
2020-11-14
1
-38
/
+14
*
* src/term.c (handle_one_term_event): Simplify.
Stefan Monnier
2020-11-04
1
-45
/
+41
*
Make TTY menus work with xterm-mouse-mode
Jared Finder
2020-10-24
1
-10
/
+16
*
Merge from origin/emacs-27
Glenn Morris
2020-10-10
1
-1
/
+3
|
\
|
*
A better fix for bug#43886
Eli Zaretskii
2020-10-10
1
-1
/
+3
*
|
; Fix typos
Stefan Kangas
2020-09-21
1
-1
/
+1
*
|
Minor cleanup of last change
Eli Zaretskii
2020-09-18
1
-7
/
+16
*
|
TTY Support for ECMA-48 strike-through graphic rendition
Mike Hamrick
2020-09-18
1
-14
/
+20
*
|
Add fallback for 24-bit terminal color via COLORTERM=truecolor
Jan Beich
2020-06-20
1
-0
/
+9
|
/
*
Avoid crashes on TTY frames with over-long compositions
Eli Zaretskii
2020-04-28
1
-1
/
+1
*
Handle tab-bar clicks on a GPM-capable console.
Juri Linkov
2020-01-13
1
-0
/
+8
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Merge branch 'feature/tabs'
Juri Linkov
2019-10-01
1
-1
/
+2
|
\
|
*
Remove unused code and reformat to 70 columns.
Juri Linkov
2019-10-01
1
-1
/
+2
|
*
Take into account FRAME_TAB_BAR height in more places.
Juri Linkov
2019-09-22
1
-1
/
+1
*
|
Remove obsolete Lint directives
Paul Eggert
2019-09-16
1
-1
/
+0
|
/
*
Fix two mouse drag and drop issues (Bug#28620, Bug#36269)
Martin Rudalics
2019-08-04
1
-3
/
+3
*
Use fewer locks when accessing stdio
Paul Eggert
2019-07-08
1
-25
/
+21
*
Avoid some strlen work, primarily via strnlen
Paul Eggert
2019-06-25
1
-1
/
+1
*
Remove no-longer-needed fflushes of stderr
Paul Eggert
2019-06-20
1
-1
/
+0
*
Add terminal hook defined_color_hook
Alexander Gramiak
2019-04-26
1
-0
/
+2
*
Mark _Noreturn error functions as cold
Paul Eggert
2019-04-18
1
-4
/
+3
*
DEFVAR_INT variables are now intmax_t
Paul Eggert
2019-02-27
1
-1
/
+3
*
Don’t assume timersub and gettimeofday
Paul Eggert
2019-02-23
1
-13
/
+7
*
Rename CANNOT_DUMP to HAVE_UNEXEC
Paul Eggert
2019-02-01
1
-1
/
+2
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
[next]