summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-10-18 09:03:42 +0000
committersabetts <sabetts>2002-10-18 09:03:42 +0000
commit1320a80e669c272c80f50e670684b1b689dcf4b2 (patch)
tree6eb4e39ff61dee260239e8de71ef48bc7eea3808 /NEWS
parent37798ce885a55a4400ac3b0c72a0fb4fe33efb57 (diff)
downloadratpoison-1320a80e669c272c80f50e670684b1b689dcf4b2.zip
* src/actions.c (read_split): a negative number means subtract the
pixels from the frame's current size to get the new frame's size.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 84fc2d2..c4476b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
ratpoison NEWS --- history of user-visible changes. -*- outline -*-
+* Changes since 1.1.1
+** split, vsplit, hsplit
+These commands now take a single argument. The argument can be a ratio
+which divides the frame into two frames sized based on this ratio, or
+it can be a number representing the number of pixels the existing
+frame will occupy.
+
* Changes since 1.1.0
** new commands "nextscreen" and "prevscreen"