1 #if !defined(lint) && !defined(DOS)
2 static char rcsid
[] = "$Id: window.c 761 2007-10-23 22:35:18Z hubert@u.washington.edu $";
5 * ========================================================================
6 * Copyright 2006 University of Washington
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
12 * http://www.apache.org/licenses/LICENSE-2.0
14 * ========================================================================
18 * Window management. Some of the functions are internal, and some are
19 * attached to keys that the user actually types.
26 * Refresh the screen. With no argument, it just does the refresh. With an
27 * argument it recenters "." in the current window. Bound to "C-L".
30 pico_refresh(int f
, int n
)
33 * since pine mode isn't using the traditional mode line, sgarbf isn't
37 curwp
->w_flag
|= WFMODE
;
42 curwp
->w_force
= 0; /* Center dot. */
43 curwp
->w_flag
|= WFFORCE
;