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
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-11-08
1
-3
/
+1
*
Prefer xpalloc to doubling buffers by hand
Paul Eggert
2015-11-07
1
-4
/
+4
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-6
/
+0
*
Prevent timers from messing up TTY menus
Eli Zaretskii
2015-09-24
1
-0
/
+7
*
Avoid grave accent quoting in stderr diagnostics
Paul Eggert
2015-05-31
1
-8
/
+8
*
Port --enable-gcc-warnings to GCC 5.1 x86-64
Paul Eggert
2015-04-24
1
-3
/
+5
*
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-11
/
+7
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-9
/
+0
*
Revert previous change to produce_composite_glyph
Paul Eggert
2015-01-03
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Fix produce_composite_width typo
Paul Eggert
2014-12-28
1
-1
/
+1
*
Merge from trunk and resolve conflicts.
Eli Zaretskii
2014-10-14
1
-84
/
+26
|
\
|
*
Cleanup terminal handling code.
Dmitry Antipov
2014-10-14
1
-79
/
+19
|
*
* termhooks.h (enum scroll_bar_part): Begin from 0 to allow...
Dmitry Antipov
2014-09-24
1
-1
/
+1
|
*
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-09-07
1
-4
/
+6
*
|
Increase 'level' in glyph struct; convert bad type aborts into assertions.
Eli Zaretskii
2014-10-14
1
-6
/
+3
|
/
*
Fix a couple of recent inadvertent breaks of the MSDOS port.
Reuben Thomas
2014-08-10
1
-0
/
+4
*
Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).
Martin Rudalics
2014-08-10
1
-15
/
+16
*
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
Martin Rudalics
2014-07-27
1
-1
/
+3
*
Indentation, punctuation, and other nitpicks.
Stefan Monnier
2014-07-20
1
-9
/
+9
*
* term.c (tty_menu_add_pane, tty_menu_add_selection):
Dmitry Antipov
2014-07-14
1
-25
/
+2
*
Simplify and cleanup character conversion stuff.
Dmitry Antipov
2014-06-23
1
-1
/
+1
*
If a C name must be extern on some platforms, make it extern on all.
Paul Eggert
2014-06-08
1
-6
/
+0
*
Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.edu
Glenn Morris
2014-06-07
1
-8
/
+8
|
\
|
*
Attempt to solve bug #17497 by minimizing cursor motion during TTY menu updates.
Eli Zaretskii
2014-06-04
1
-8
/
+8
*
|
Fix last commit.
Eli Zaretskii
2014-06-07
1
-1
/
+2
*
|
* term.c (tty_menu_show) [!HAVE_NTGUI]: Now static.
Paul Eggert
2014-06-06
1
-0
/
+3
*
|
Use terminal-specific hooks to display menus.
Dmitry Antipov
2014-06-04
1
-6
/
+13
*
|
Minor cleanup for terminal setup.
Dmitry Antipov
2014-05-14
1
-22
/
+2
*
|
Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu
Paul Eggert
2014-05-04
1
-4
/
+4
|
\
|
|
*
src/term.c (tty_menu_activate): A better initialization for cursor coordinates.
Eli Zaretskii
2014-05-01
1
-4
/
+4
*
|
Merge from emacs-24; up to 2014-05-01T10:21:17Z!rgm@gnu.org
Juanma Barranquero
2014-04-30
1
-0
/
+20
|
\
|
|
*
* term.c (tty_menu_activate): Don't assume row and col are initialized.
Paul Eggert
2014-04-30
1
-1
/
+4
|
*
Place hardware TTY cursor at the active menu item when displaying a menu.
Eli Zaretskii
2014-04-29
1
-0
/
+17
*
|
* term.c (tty_send_additional_strings): No need to fflush here,
Paul Eggert
2014-04-17
1
-3
/
+2
*
|
2014-04-17 Daniel Colascione <dancol@dancol.org>
Daniel Colascione
2014-04-17
1
-0
/
+31
*
|
Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
Paul Eggert
2014-04-16
1
-1
/
+3
|
\
|
|
*
Fix the MSDOS build.
Eli Zaretskii
2014-04-16
1
-1
/
+3
*
|
Rename EARRAYSIZE to ARRAYELTS
Daniel Colascione
2014-04-03
1
-1
/
+1
*
|
Clean up array size calculations
Daniel Colascione
2014-04-03
1
-1
/
+1
*
|
Handle sigmask better with nested signal handlers.
Paul Eggert
2014-03-25
1
-4
/
+6
*
|
Improve init_tty readability
Daniel Colascione
2014-03-23
1
-2
/
+5
|
/
*
* src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date.
Stefan Monnier
2014-03-20
1
-10
/
+10
*
Fix a few crashes and leaks when cloning C strings.
Paul Eggert
2014-02-28
1
-11
/
+3
*
Fix bug #16479 with client connections while TTY menu is open.
Eli Zaretskii
2014-01-25
1
-1
/
+10
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Use bool for boolean, focusing on headers.
Paul Eggert
2013-12-14
1
-1
/
+1
*
* nsterm.m (x_free_frame_resources):
Dmitry Antipov
2013-12-11
1
-7
/
+2
[next]