aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-221-0/+3
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-1/+1
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-1/+1
* (write_glyphs): Also turn off inverse video after turningGerd Moellmann2000-08-161-6/+11
* (write_glyphs): Use a locally declared conversion_buffer.Kenichi Handa2000-08-161-5/+9
* (turn_off_face): Reset standout_mode when resettingGerd Moellmann2000-08-151-1/+4
* [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, tgetnum.Dave Love2000-06-251-0/+5
* (append_glyph): Revert change of 2000-06-06.Gerd Moellmann2000-06-061-1/+1
* (encode_terminal_code): Change the way to check ifKenichi Handa2000-06-061-2/+5
* Correct a typo in a comment.Eli Zaretskii2000-05-281-1/+1
* (produce_glyphs): Don't treat eight-bit-* charsets as multibyte.Eli Zaretskii2000-05-281-0/+11
* (encode_terminal_code): Set coding->src_multibyte properly.Kenichi Handa2000-05-231-0/+4
* (produce_special_glyphs): Use CHAR_BYTES instead ofKenichi Handa2000-05-201-2/+2
* (produce_glyphs): Remove reference to struct it's prompt_width.Gerd Moellmann2000-04-241-2/+2
* make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILPKen Raeburn2000-04-051-1/+1
* (TN_no_color_video): New variable.Gerd Moellmann2000-04-011-9/+52
* (calculate_costs): Remove code dealing with X frames.Gerd Moellmann2000-03-191-10/+0
* (term_init) [WINDOWSNT]: Initialize TN_max_colors.Jason Rumney2000-01-301-0/+1
* (encode_terminal_code): Fix the previous change.Kenichi Handa2000-01-041-2/+5
* (Ftty_display_color_p): Accept an optional argument FRAME.Eli Zaretskii2000-01-021-3/+4
* (insert_glyphs): Pass glyph, not &glyph, toEli Zaretskii2000-01-021-2/+2
* (encode_terminal_code): Adjusted for the change of structKenichi Handa1999-12-271-41/+52
* Changes for separate unspecified foreground and background colorsEli Zaretskii1999-12-151-3/+11
* (encode_terminal_code): Delete codes for a compositeKenichi Handa1999-12-151-21/+17
* (term_init): If "op" isn't available, don't support colorGerd Moellmann1999-11-121-9/+14
* (OUTPUT_IF, OUTPUT1_IF): Use do-while.Gerd Moellmann1999-09-151-10/+11
* (OUTPUT): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-64/+79
* (produce_glyphs): Set iterator's physical heightGerd Moellmann1999-08-061-2/+2
* Rewritten.Gerd Moellmann1999-07-211-77/+566
* (term_init): Use xmalloc, not malloc.Karl Heuer1999-03-041-3/+3
* (encode_terminal_code): Fix previous change.Kenichi Handa1999-02-051-9/+15
* (encode_terminal_code): Handle raw 8-bit codes correctly.Kenichi Handa1998-09-281-6/+12
* (write_glyphs): When terminal_coding require flushing,Kenichi Handa1998-08-181-1/+1
* Include cm.h after dispextern.h to avoid name conflictsGeoff Voelker1998-04-291-2/+3
* (reset_terminal_modes): Only invoke hook if defined.Geoff Voelker1998-04-171-1/+2
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-34/+63
* (encode_terminal_code): Adjusted for the change ofKenichi Handa1998-01-221-24/+22
* (encode_terminal_code): Use new macros defined inKenichi Handa1997-11-081-2/+2
* (term_get_fkeys_1): Use kH as alternate for move-to-last-line.Richard M. Stallman1997-08-161-0/+2
* (encode_terminal_code): Use safe_terminal_coding ifKenichi Handa1997-08-101-12/+22
* Minor cleanup.Richard M. Stallman1997-07-301-2/+5
* (insert_glyphs): Use &, not &&.Richard M. Stallman1997-05-311-1/+1
* Fix comment typo.Karl Heuer1997-04-031-1/+1
* (insert_glyphs): Fix a bug which turns up whenKenichi Handa1997-03-191-1/+1
* (encode_terminal_code): Check validity of character code.Kenichi Handa1997-03-181-4/+9
* Include charset.h and coding.h.Karl Heuer1997-02-201-43/+139
* (fatal): Print a newline at the end.Richard M. Stallman1997-01-201-9/+10
* (term_init): Use new name initialize_w32_display.Geoff Voelker1997-01-201-1/+1
* (term_init): Use new vertical scroll bar enumerated type.Richard M. Stallman1996-09-211-5/+9
* (OUTPUT_IF, OUTPUT): Cast frame height to int.Richard M. Stallman1996-09-031-2/+2