From c2ccd7137f1d77215abc34ceb9bdf0a30d3888a1 Mon Sep 17 00:00:00 2001 From: sabetts Date: Thu, 3 Jun 2004 21:18:59 +0000 Subject: * src/number.c (numset_add_num): add debugging output to print the args. (numset_release): likewise (numset_request): add debugging output to print the requested number * src/manage.c (withdraw_window): Print an error when withdrawing a window who's number is -1. * src/main.c (clean_up): free the global frame numset. (free_screen): don't free the screen's numset, since it's a pointer to the global numset. * src/group.c (group_del_window): don't release the window number here. It's already been done in group_unmap_window. * src/events.c (configure_request): only change the stack mode for non withdrawn windows. --- TODO | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 78bf7bd..36c33a3 100644 --- a/TODO +++ b/TODO @@ -26,4 +26,10 @@ stuff ??? Fix it. * window name substring matching. -Do it. \ No newline at end of file +Do it. + +* allow letters and numbers to be used for frames (in fselect) + +* dump all all def* settings + +* get a set ... command going and create aliases for the def* stuff -- cgit v1.2.3