/[emacs]/emacs/src/window.c
ViewVC logotype

Diff of /emacs/src/window.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.407 by kfstorm, Fri Mar 1 23:50:12 2002 UTC revision 1.408 by monnier, Mon Mar 4 23:40:59 2002 UTC
# Line 145  int mode_line_in_non_selected_windows; Line 145  int mode_line_in_non_selected_windows;
145    
146  /* If a window gets smaller than either of these, it is removed. */  /* If a window gets smaller than either of these, it is removed. */
147    
148  int window_min_height;  EMACS_INT window_min_height;
149  int window_min_width;  EMACS_INT window_min_width;
150    
151  /* Nonzero implies Fdisplay_buffer should create windows. */  /* Nonzero implies Fdisplay_buffer should create windows. */
152    
# Line 199  Lisp_Object Qtemp_buffer_show_hook; Line 199  Lisp_Object Qtemp_buffer_show_hook;
199  /* Fdisplay_buffer always splits the largest window  /* Fdisplay_buffer always splits the largest window
200     if that window is more than this high.  */     if that window is more than this high.  */
201    
202  int split_height_threshold;  EMACS_INT split_height_threshold;
203    
204  /* Number of lines of continuity in scrolling by screenfuls.  */  /* Number of lines of continuity in scrolling by screenfuls.  */
205    
206  int next_screen_context_lines;  EMACS_INT next_screen_context_lines;
207    
208  /* Incremented for each window created.  */  /* Incremented for each window created.  */
209    
# Line 228  Lisp_Object Vscroll_preserve_screen_posi Line 228  Lisp_Object Vscroll_preserve_screen_posi
228  static int inhibit_frame_unsplittable;  static int inhibit_frame_unsplittable;
229  #endif /* 0 */  #endif /* 0 */
230    
231  extern int scroll_margin;  extern EMACS_INT scroll_margin;
232    
233  extern Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;  extern Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
234    

Legend:
Removed from v.1.407  
changed lines
  Added in v.1.408

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26