[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RP] patch to improve manpages' description of redisplay
From: |
Bernhard R. Link |
Subject: |
[RP] patch to improve manpages' description of redisplay |
Date: |
Sat, 5 Nov 2005 13:37:08 +0100 |
User-agent: |
Mutt/1.5.9i |
The following patch improves the description of redisplay in the
manpage a bit.
(I forget what it do and could not find anything maximizing a
transient window in the manpage so I almost implemented it again).
With the new _NET_WM_PID handling this command gets even more
important as there is no way to get a transient window with that
property to show up in a frame large enough other than removing
the frame it would show up.
Hochachtungsvoll,
Bernhard R. Link
Index: ChangeLog
===================================================================
RCS file: /cvsroot/ratpoison/ratpoison/ChangeLog,v
retrieving revision 1.411
diff -u -r1.411 ChangeLog
--- ChangeLog 22 Oct 2005 06:38:14 -0000 1.411
+++ ChangeLog 5 Nov 2005 12:31:29 -0000
@@ -1,3 +1,7 @@
+2005-11-05 Bernhard R. Link <address@hidden>
+
+ * doc/ratpoison.1 improve description of redisplay
+
2005-10-22 Shawn Betts <address@hidden>
* src/window.c (get_mouse_position): renamed from
Index: doc/ratpoison.1
===================================================================
RCS file: /cvsroot/ratpoison/ratpoison/doc/ratpoison.1,v
retrieving revision 1.18
diff -u -r1.18 ratpoison.1
--- doc/ratpoison.1 24 Jul 2005 14:42:53 -0000 1.18
+++ doc/ratpoison.1 5 Nov 2005 12:31:29 -0000
@@ -458,7 +458,10 @@
\fBtop\fP, the command "\fBreadkey root\fP" is executed. The next key
then executes the command in keymap \fBroot\fP belonging to this command.
.cmd redisplay ( C\-t l )
-Redisplay the current window.
+Extend the current window to the whole size of its current frame and
+redisplay it.
+(Useful to redisplay normal windows or bring transient windows to the
+full size of the frame as only normal windows are maximized by ratpoison)
.cmd redo ( C\-t U )
Revert the last \fIundo\fP of frame changes.
.cmd remhook event command
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [RP] patch to improve manpages' description of redisplay,
Bernhard R. Link <=