From 445978d53f43962da85830a396aaf3acd021219a Mon Sep 17 00:00:00 2001 From: sabetts Date: Tue, 18 Sep 2001 06:41:30 +0000 Subject: * src/ratpoison.h (xstrdup): new prototype * src/main.c (xstrdup): new function. All calls to strdup replaced with calls to xstrdup. (main): Keep a list of all commands pasted in through the -c command-line option. (main): execute all commands pasted in through the -c command-line option. * src/actions.h (cmd_chdir): new prototype * src/actions.c (cmd_clock): rename to cmd_time. Dependant code updated. (user_commands): rename "clock" command to "time". (cmd_chdir): new function (user_commands): new command "chdir". --- src/actions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/actions.h') diff --git a/src/actions.h b/src/actions.h index 3660a0c..0658c49 100644 --- a/src/actions.h +++ b/src/actions.h @@ -91,6 +91,7 @@ char * cmd_defwinname (int interactive, void *data); char * cmd_deffgcolor (int interactive, void *data); char * cmd_defbgcolor (int interactive, void *data); char * cmd_setenv (int interactive, void *data); +char * cmd_chdir (int interactive, void *data); /* void cmd_xterm (void *data); */ -- cgit v1.2.3