diff options
author | sabetts <sabetts> | 2001-04-07 02:57:41 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-04-07 02:57:41 +0000 |
commit | df64022d3e7c09826c573a050e537b639afb8034 (patch) | |
tree | e6c2797940cce5840bce078991fe364993a09998 /ChangeLog | |
parent | 4ef01dc374bd76295e7a46140591e516187e33df (diff) | |
download | ratpoison-df64022d3e7c09826c573a050e537b639afb8034.zip |
* src/split.c (maximize_frame): new function
(create_initial_frame): calls maximize_frame to fill in the
initial frame's fields.
(num_frames): comment out
(remove_frame): remove special case when there is only 1 frame
left.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2001-04-06 shawn <sabetts@diggin.lamenet.tmp> + * src/split.c (maximize_frame): new function + (create_initial_frame): calls maximize_frame to fill in the + initial frame's fields. + (num_frames): comment out + (remove_frame): remove special case when there is only 1 frame + left. + * src/split.h (h_split_frame): renamed frome h_split_window (v_split_frame): renamed frome v_split_window (split_frame): renamed frome split_window |