summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2005-06-11 17:23:27 +0000
committersabetts <sabetts>2005-06-11 17:23:27 +0000
commit6f21b38b010e1c1cb6866ca631adbbff4696c716 (patch)
treed7dd86fb61ecc75ad46d7442159656ef9b0f7317 /ChangeLog
parentb9c8f7b7ee9930fa851392032ec3d36fe1ab2b61 (diff)
downloadratpoison-6f21b38b010e1c1cb6866ca631adbbff4696c716.zip
(isdigit): new function
(format_window_name): read a length argument and crop window names to that length. (get_window_list): length argument applies to %c and %a.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bd4c22..ef5fadb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* src/window.c (isdigit): new function
(format_window_name): read a length argument and crop window names to that length.
+ (get_window_list): length argument applies to %c and %a.
* src/actions.c (cmd_tmpwm): stop waiting for the child if waitpid
produced an error.