diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo
index 6228cd4..acb663d 100644
--- a/src/doc/screen.texinfo
+++ b/src/doc/screen.texinfo
@@ -974,6 +974,8 @@ Change window size to current display size.  @xref{Window Size}.
 Set flow control behavior.  @xref{Flow}.
 @item focus
 Move focus to next region.  @xref{Regions}.
+@item focusminsize
+Force the current region to a certain size.  @xref{Focusminsize}.
 @item gr [@var{state}]
 Change GR charset processing.  @xref{Character Processing}.
 @item group [@var{grouptitle}]
@@ -1882,6 +1884,7 @@ which can contain different windows.
 * Resize::			Grow or shrink a region
 * Caption::			Control the window's caption
 * Fit::				Resize a window to fit the region
+* Focusminsize::		Force a minimum size on a current region
 * Layout::			Manage groups of regions
 @end menu
 
@@ -1974,7 +1977,7 @@ You can mix both forms by providing the string as an additional
 argument.
 @end deffn
 
-@node Fit, Layout, Caption, Regions
+@node Fit, Focusminsize, Caption, Regions
 @section Fit
 @kindex F
 @deffn Command fit
@@ -1984,7 +1987,23 @@ command is needed because screen doesn't adapt the window size
 automatically if the window is displayed more than once.
 @end deffn
 
-@node Layout, , Fit, Regions
+@node Focusminsize, Layout, Fit, Regions
+@section Focusminsize
+@deffn Command focusminsize [ (width|@code{max}|@code{_})  (height|@code{max}|@code{_}) ]
+(none)@*
+This forces any currently selected region to be automatically
+resized at least a certain @var{width} and @var{height}. All
+other surrounding regions will be resized in order to accomodate.
+This constraint follows everytime the @code{focus} command is
+used. The @code{resize} command can be used to increase either
+dimension of a region, but never below what is set with
+@code{focusminsize}. The underscore @samp{_} is a synonym for
+@code{max}. Setting a @var{width} and @var{height} of @code{0 0}
+(zero zero) will undo any constraints and allow for manual resizing.
+Without any parameters, the minimum width and height is shown.
+@end deffn
+
+@node Layout, , Focusminsize, Regions
 @section Layout
 @cindex layout
 Using regions, and perhaps a large enough terminal, you can create
