aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make `tty-display-color-p' follow its doc string. (Reported by Dan Nicolaescu.)Karoly Lorentey2006-04-201-9/+14
* Merged from emacs@sv.gnu.orgKaroly Lorentey2006-04-011-0/+6
|\
| * Define aliases for append_glyph and produce_stretch_glyphKim F. Storm2006-03-221-0/+6
* | Clean up tty device handling. Change name of controlling tty from nil to "/d...Karoly Lorentey2006-03-261-48/+47
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-20/+35
|\ \ | |/
| * (append_glyph): Refer to it->char_to_display instead ofKenichi Handa2006-02-071-19/+34
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 682)Karoly Lorentey2006-01-031-2/+14
|\ \ | |/
| * (visible_cursor): New boolean var.Stefan Monnier2005-12-301-2/+14
* | Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey2005-12-291-193/+202
* | Reimplement terminal parameters in C; clean up term.c, create terminal.c.Karoly Lorentey2005-12-251-609/+205
* | Reimplement and extend support for terminal-local environment variables.Karoly Lorentey2005-12-221-11/+11
* | Merged from miles@gnu.org--gnu-2005 (patch 610-614)Karoly Lorentey2005-10-231-3/+3
|\ \ | |/
| * (encode_terminal_code): Remove unused var src_start.Kim F. Storm2005-10-201-3/+3
| * * lisp.h (fatal): Undo previous change.Dan Nicolaescu2005-10-021-6/+4
| * * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-301-4/+6
* | Fix hardcoded stdout usage in term.c. (Reported by Dan Nicolaescu.)Karoly Lorentey2005-09-191-1/+2
* | Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.Karoly Lorentey2005-09-111-6/+4
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-13/+20
|\ \ | |/
| * (turn_on_face): Check for TS_set_foreground andJuri Linkov2005-08-221-11/+7
| * (set_terminal_modes): If no TS_termcap_modes string,Richard M. Stallman2005-08-071-1/+11
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* | Rename function-key-map to local-function-key-map, and global-function-key-ma...Karoly Lorentey2005-07-121-7/+7
* | Cosmetic changes in server.el.Karoly Lorentey2005-07-111-2/+2
* | Rename `struct display' to `struct device'. Update function, parameter and v...Karoly Lorentey2005-07-111-277/+270
* | Rename term_init to init_tty.Karoly Lorentey2005-07-101-4/+4
* | Fix compilation error in src/term.c.Karoly Lorentey2005-07-101-2/+2
* | Merged from miles@gnu.org--gnu-2005 (patch 469)Karoly Lorentey2005-07-051-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Merged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)Karoly Lorentey2005-07-051-2/+8
|\ \ | |/
| * (turn_on_face): In standout mode apply specifiedJuri Linkov2005-06-301-2/+8
* | Fix the original cause of the "arrow keys don't work on screen" bug.Karoly Lorentey2005-07-031-0/+2
* | Cleanup: Move kboard fields from struct frame and device-specific descriptors...Karoly Lorentey2005-06-271-15/+14
* | Make sure the terminfo function key sequences are set up in the correct funct...Karoly Lorentey2005-06-261-30/+34
* | Make function-key-map a terminal-local variable (move it inside the kboard st...Karoly Lorentey2005-06-251-7/+7
* | Merged from miles@gnu.org--gnu-2005 (patch 423-434)Karoly Lorentey2005-06-211-18/+46
|\ \ | |/
| * (produce_special_glyphs): Use spec_glyph_lookup_face.Richard M. Stallman2005-06-171-15/+28
* | 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