aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in get_display.Karoly Lorentey2005-05-031-1/+1
* Fix UTF-8 tty input when first frame is an X frame. Steps towards multiple t...Karoly Lorentey2005-05-031-23/+21
* Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265)Karoly Lorentey2005-04-181-1/+20
|\
| * (struct keys): Add support for shifted keys.Dan Nicolaescu2005-04-171-1/+20
* | Merged in changes from CVS trunk. (Long time no see!) :-)Karoly Lorentey2005-02-031-2/+2
|\ \ | |/
| * (encode_terminal_code): Fix buffer size computation.Kenichi Handa2005-01-061-2/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-231-1/+1
|\ \ | |/
| * (encode_terminal_code): Fix previous change.Kenichi Handa2004-12-121-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-081-131/+122
|\ \ | |/
| * (encode_terminal_code): Don't make it "static".Kenichi Handa2004-12-011-1/+1
| * (encode_terminal_buf, encode_terminal_bufsize): NewKenichi Handa2004-11-301-121/+120
* | Fix suspend-frame on the controlling tty (reported by Dan Nicolaescu).Karoly Lorentey2004-07-101-1/+17
* | Fix bootstrap errors.Karoly Lorentey2004-07-041-0/+3
* | Implemented display ids for multiple emacsclients on the same tty. Plus asso...Karoly Lorentey2004-07-041-197/+224
* | Fix byte-compile errors during bootstrap. (Reported by Juraj Kubelka.)Karoly Lorentey2004-06-151-1/+1
* | Fix parse error in term.c (ARISAWA Akihiro).Karoly Lorentey2004-06-111-1/+1
* | Dissociate from the controlling tty correctly on FreeBSD.Karoly Lorentey2004-06-081-11/+14
* | Fix SEGV on terminals without 'IC' capability (Yoshiaki Kasahara).Karoly Lorentey2004-06-061-7/+8
* | Make terminal_coding and keyboard_coding display-local.Karoly Lorentey2004-05-231-29/+45
* | Fix segfault in term.c (reported by lukhas@free.fr).Karoly Lorentey2004-04-181-47/+20
* | Eliminated updating_frame.Karoly Lorentey2004-04-161-92/+54
* | Fix #include errors for FreeBSD (Frank Ruell)Karoly Lorentey2004-04-131-1/+4
* | Fix dropping of the controlling tty on Solaris (Dan Nicolaescu).Karoly Lorentey2004-03-281-19/+46
* | Merged in changes from CVS HEADKaroly Lorentey2004-03-251-1/+87
|\ \ | |/
| * (produce_glyphs): Handle IT_STRETCH.Kim F. Storm2004-03-191-1/+87
| * (read_socket_hook): Fix arg list.Kim F. Storm2004-02-271-1/+1
* | Fix background-mode on terminal frames (Dan Nicolaescu).Karoly Lorentey2004-03-111-5/+9
* | Implemented suspending of emacsclient frames.Karoly Lorentey2004-02-281-37/+197
* | 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