diff options
author | sabetts <sabetts> | 2003-03-31 07:17:13 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-03-31 07:17:13 +0000 |
commit | 1682d69fb5d92e4368b24f3399db4243549b132a (patch) | |
tree | 9618aaf1d665edee9ff5bf34abdbae998c20df60 /src/actions.c | |
parent | eac6dda17283fe9f312d0c8576f4370f82fc5c0a (diff) | |
download | ratpoison-1682d69fb5d92e4368b24f3399db4243549b132a.zip |
*** empty log message ***
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/actions.c b/src/actions.c index 661e8f2..742c623 100644 --- a/src/actions.c +++ b/src/actions.c @@ -1102,6 +1102,9 @@ cmd_time (int interactive, void *data) /* Assign a new number to a window ala screen's number command. Thanks to Martin Samuelsson <cosis@lysator.liu.se> for the original patch. */ +/* FIXME: this function breaks ratpoison because now all frame and + window references are based on numbers, and this code doesn't + update the number references after changing the number. */ char * cmd_number (int interactive, void *data) { |