aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't delete a tty if it's the last device with frames.Karoly Lorentey2004-02-201-3/+16
* Fix list-colors-display and other functions on a termcap frameKaroly Lorentey2004-02-191-2/+6
* Fix the case when emacsclient is run on Emacs's controlling tty.Karoly Lorentey2004-02-021-4/+50
* Cosmetic changes.Karoly Lorentey2004-01-251-60/+20
* Removed %T in mode-line-format. Trivial documentation changes.Karoly Lorentey2004-01-251-7/+62
* Fixed tty faces during combo sessions. Plus other assorted bugfixes.Karoly Lorentey2004-01-231-1/+13
* Romain Francoise's and Ami Fischman's bugfixes.Karoly Lorentey2004-01-221-1/+3
* Fix C-g handling with multiple ttys.Karoly Lorentey2004-01-111-7/+2
* Changed tty input code to use read_socket_hook.Karoly Lorentey2004-01-111-6/+1
* Hookified termcap devices, added bootstrap display device, plus many bugfixes.Karoly Lorentey2004-01-091-294/+428
* Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey2004-01-051-264/+198
* Portability fixes (now it compiles & runs fine on Solaris).Karoly Lorentey2004-01-031-6/+32
* Got rid of the rif (window-based redisplay interface) global variable.Karoly Lorentey2004-01-021-2/+0
* MULTI_KBOARD support for ttys. Input-related bugfixes for X+tty sessions.Karoly Lorentey2004-01-021-12/+44
* Fixed X support, preliminary support for X-tty combo sessions.Karoly Lorentey2004-01-021-103/+136
* Separate frame-local, tty-dependent parameters from tty-local parameters.Karoly Lorentey2004-01-011-73/+72
* A few more bugfixes and new features.Karoly Lorentey2003-12-311-32/+131
* Major bugfixes and slight enhancements.Karoly Lorentey2003-12-301-6/+4
* Bugfix festival.Karoly Lorentey2003-12-291-78/+91
* Trivial changesKaroly Lorentey2003-12-281-28/+31
* Fully eliminated global tty state variables.Karoly Lorentey2003-12-271-556/+562
* Full support for multiple terminal I/O (with some rough edges).Karoly Lorentey2003-12-271-177/+201
* lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Ne...Karoly Lorentey2003-12-261-24/+21
* Updating_frame vs. selected_frame in term.c.Karoly Lorentey2003-12-251-28/+57
* Implemented multiple tty support.Karoly Lorentey2003-12-251-123/+229
* Add a level of indirection to terminal characteristics.Karoly Lorentey2003-12-241-41/+36
* (set_tty_color_mode): Calculate current_mode_spec regardless of value of VAL.Richard M. Stallman2003-09-301-1/+3
* (tty_setup_colors): Treat any negative argument as -1.Eli Zaretskii2003-09-281-0/+4
* (set_tty_color_mode): Use INTEGERP to test whether aEli Zaretskii2003-09-221-3/+3
* Add arch taglinesMiles Bader2003-09-011-0/+2
* (term_init): Remove `const' from buffer_size's declaration.Eli Zaretskii2003-08-241-1/+1
* (term_init): Fix previous changeKenichi Handa2003-08-211-5/+3
* (term_init): Fix previous change; don't rely on theKenichi Handa2003-08-211-0/+4
* (term_init): Use a buffer of size 4096 for tgetent sinceRichard M. Stallman2003-08-191-10/+9
* Make (some) trivial substitutions for renamed andKim F. Storm2003-05-241-45/+45
* (estimate_mode_line_height): Move to xdisp.c.Kim F. Storm2003-03-211-20/+0
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-48/+48
* (encode_terminal_code): Buffer pointer now const.Ken Raeburn2002-07-191-1/+2
* term.c (costs_set): Declare static, non-initialized for pcc.Dave Love2002-07-011-1/+1
* C style fix.Miles Bader2002-05-281-2/+3
* (tty_capable_p): New function.Miles Bader2002-05-261-0/+25
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-1/+1
* Comment change.Richard M. Stallman2002-04-031-4/+16
* (term_get_fkeys_1): If `k0' and `k;' are both specified andStefan Monnier2002-02-021-3/+6
* (Ftty_display_color_cells, Ftty_display_color_p): Change theEli Zaretskii2002-01-251-6/+6
* (Ftty_display_color_cells): New function.Eli Zaretskii2002-01-251-0/+11
* (set_tty_color_mode): Remove unused variable `tem'.Pavel Janík2002-01-171-1/+1
* (tty_default_color_capabilities, tty_setup_colors)Eli Zaretskii2002-01-141-0/+133
* (keys): Add missing braces around initializer.Pavel Janík2001-12-181-40/+40
* (TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Variables removed.Miles Bader2001-10-201-68/+28