aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.multi-tty3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty
index 15f6fe46638..6e4d0e6224d 100644
--- a/src/ChangeLog.multi-tty
+++ b/src/ChangeLog.multi-tty
@@ -1146,12 +1146,13 @@
1146 (memory_below_frame, fast_clear_end_of_line): Move to struct terminal. 1146 (memory_below_frame, fast_clear_end_of_line): Move to struct terminal.
1147 (min_padding_speed, dont_calculate_costs): Comment out (unused). 1147 (min_padding_speed, dont_calculate_costs): Comment out (unused).
1148 1148
1149 * term.c (set_terminal_window, ins_del_lines, calculate_costs, term_init)
1150 * dispnew.c (line_hash_code, line_draw_cost) 1149 * dispnew.c (line_hash_code, line_draw_cost)
1151 (direct_output_for_insert, update_frame_1, scrolling, update_frame_line) 1150 (direct_output_for_insert, update_frame_1, scrolling, update_frame_line)
1152 * scroll.c (calculate_scrolling, calculate_direct_scrolling) 1151 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
1153 (scrolling_1, scroll_cost) 1152 (scrolling_1, scroll_cost)
1154 * sysdep.c (hft_init) 1153 * sysdep.c (hft_init)
1154 * term.c (set_terminal_window, ins_del_lines, calculate_costs)
1155 (term_init)
1155 * xdisp.c (try_window_id) 1156 * xdisp.c (try_window_id)
1156 * xterm.c (x_initialize): Use the accessor macros for terminal 1157 * xterm.c (x_initialize): Use the accessor macros for terminal
1157 characteristics. 1158 characteristics.