summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* Comment change.Richard M. Stallman1995-03-291-1/+1
* (term_init) [TERMINFO]: Make error message more accurate.Karl Heuer1995-02-251-4/+20
* (calculate_costs): Update max_frame_height, max_frame_width.Richard M. Stallman1995-02-171-10/+20
* (term_get_fkeys_1): Bug fix for function key above f19.Richard M. Stallman1995-01-191-2/+2
* (write_glyphs, insert_glyphs): Call checkmagic.Karl Heuer1995-01-171-2/+4
* (term_init): Fatal error if screen is too small.Richard M. Stallman1995-01-041-0/+5
* (scroll_region_cost): New variable.Richard M. Stallman1994-12-261-0/+4
* (calculate_costs): Set FRAME_COST_BAUD_RATE.Richard M. Stallman1994-12-061-10/+4
* (term_init) [WINDOWSNT]: Do some Windows-specificRichard M. Stallman1994-11-011-0/+48
* (calculate_costs): Call x_screen_planes.Richard M. Stallman1994-10-221-5/+2
* (term_get_fkeys_1): Workaround for IBM's dialect of terminfo.Karl Heuer1994-10-141-0/+12
* Declare Fmake_sparse_keymap.Karl Heuer1994-09-191-0/+2
* (clear_to_end): Fix reversed condition.Karl Heuer1994-09-161-1/+1
* (term_init): Added missing argument to tgetstr.Richard M. Stallman1994-08-241-4/+3
* (term_get_fkeys): Don't redeclare term_get_fkeys_1 here.Richard M. Stallman1994-06-231-1/+0
* Put stdio.h after config.h.Richard M. Stallman1994-06-151-1/+1
* (update_end): Undo previous change.Richard M. Stallman1994-05-231-1/+1
* (system_uses_terminfo): New variable.Karl Heuer1994-04-081-0/+15
* (frame_up_to_date_hook): Defined.Richard M. Stallman1994-04-031-0/+2
* (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address.Roland McGrath1994-03-081-1/+1
* (term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address.Roland McGrath1994-03-081-0/+2
* (term_get_fkeys_data): Variable removed.Roland McGrath1994-03-081-37/+33
* (term_init): If no `se', use `me';Richard M. Stallman1994-02-121-0/+11
* (update_end): Clear updating_frame before calling hook.Richard M. Stallman1994-01-211-1/+1
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (term_get_fkeys_define_1, term_get_fkeys_define): New functions.Richard M. Stallman1993-08-111-16/+38
* (term_init): Improve error messages (give sh commands).Richard M. Stallman1993-08-091-3/+9
* (term_get_fkeys): Use `prior', not `previous', for %8/kP.Richard M. Stallman1993-06-131-1/+1
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-2/+2
* (term_get_fkeys): Use correct names for F10 and up.Richard M. Stallman1993-06-051-13/+20
* (term_get_fkeys): If not initialized, init Vfunction_key_map.Richard M. Stallman1993-05-311-0/+4
* Updated copyright years.Jim Blandy1993-05-221-1/+1
* Put interrupt input blocking in a separate file from xterm.h.Jim Blandy1993-03-311-4/+4
* Fix spacing conventions.Richard M. Stallman1993-03-181-10/+10
* Less klugey version of fix.Eric S. Raymond1993-03-171-3/+2
* Supply second arg for tgetstr() calls.Eric S. Raymond1993-03-171-2/+4
* Add extern declaration for do_line_insertion_deletion_costs.Jim Blandy1993-03-151-0/+2
* Fixed typo. tigetstr -> tgetstr.Eric S. Raymond1993-03-121-5/+1
* (tigetstr): Add dummy definition to make Emacs link again.Richard M. Stallman1993-03-111-0/+4
* Added lots more cookies to fkey_table[], and code to do even more.Eric S. Raymond1993-03-111-36/+126
* Use the term `scroll bar', instead of `scrollbar'.Jim Blandy1993-03-021-30/+30
* JimB's changes since January 18thJim Blandy1993-01-261-0/+12
* * term.c (set_vertical_scrollbar_hook, condemn_scrollbars_hook,Jim Blandy1993-01-141-19/+51
* * frame.h (struct frame): New fields `can_have_scrollbars' andJim Blandy1992-12-241-5/+44
* * term.c (term_get_fkeys): Some systems define `static' to be theJim Blandy1992-08-191-37/+65
* * term.c (FRAME_IS_TERMCAP, FRAME_IS_X, FRAME_HAS_MINIBUF):Jim Blandy1992-08-121-19/+19
* entered into RCSJim Blandy1992-07-161-2/+2
* *** empty log message ***Jim Blandy1992-07-131-123/+123
* *** empty log message ***Jim Blandy1992-06-301-6/+1
* *** empty log message ***Jim Blandy1992-04-241-2/+5