diff options
author | sabetts <sabetts> | 2005-06-11 17:23:27 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2005-06-11 17:23:27 +0000 |
commit | 6f21b38b010e1c1cb6866ca631adbbff4696c716 (patch) | |
tree | d7dd86fb61ecc75ad46d7442159656ef9b0f7317 /ChangeLog | |
parent | b9c8f7b7ee9930fa851392032ec3d36fe1ab2b61 (diff) | |
download | ratpoison-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |