summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2017-04-03Drop outdated (already implemented/fixed) or irrelevant TODO entriesJérémie Courrèges-Anglas
Implementing all the commands supported by screen(1) doesn't seem desirable...
2017-03-09Outdated TODO entriesJérémie Courrèges-Anglas
2016-11-11Introduce multiple completion styles.Mathieu OTHACEHE
The default, legacy style is named BASIC. A new completion style named SUBSTRING is added. Use SUBSTRING for window name completion in select command. Use BASIC everywhere else.
2004-06-03* src/number.c (numset_add_num): add debugging output to print the args.sabetts
(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.
2003-06-15*** empty log message ***sabetts
2003-05-09* src/split.c (set_active_frame): update the window list aftersabetts
switching frames. * src/actions.c (cmd_frestore): update the window list after restoring the frames. * src/split.c (split_frame): update the window list after the split.
2002-11-20*** empty log message ***sabetts
2002-01-02updatedsabetts
2001-12-06*** empty log message ***sabetts
2001-09-13unbind the key if no command is passed to the 'bind' command.sabetts
2001-09-09*** empty log message ***sabetts
2001-09-06numlock, caps lock, and scroll lock are ignored for the prefix key.sabetts
2001-02-22add new filercyeske