Implement swap command

This commit is contained in:
Brian Ashworth 2018-05-26 11:02:21 -04:00
parent fea654a6ce
commit 569f4e0e4c
7 changed files with 218 additions and 0 deletions

View file

@ -186,6 +186,7 @@ static struct cmd_handler command_handlers[] = {
{ "splith", cmd_splith },
{ "splitt", cmd_splitt },
{ "splitv", cmd_splitv },
{ "swap", cmd_swap },
{ "title_format", cmd_title_format },
{ "unmark", cmd_unmark },
};