diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-02-09 20:15:46 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-02-09 20:15:46 +0000 |
commit | 10d26e8e5df631b046f7a92d6335c86dcfb7bb3b (patch) | |
tree | 374f3c95746ba66dcf79ef13f935dcc53869653c /misc/mc/files/patch-src::subshell.c | |
parent | glade2 no longer depends on libgnomeprintui. Update it accordingly. (diff) |
Update to 4.6.0
Some of new features and improvements are:
- fish (extrnal file system via ssh)
- smbfs
- internal editor works correctly if mc is built without slang
(is built using plain ncurses)
Notes
Notes:
svn path=/head/; revision=75207
Diffstat (limited to 'misc/mc/files/patch-src::subshell.c')
-rw-r--r-- | misc/mc/files/patch-src::subshell.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/mc/files/patch-src::subshell.c b/misc/mc/files/patch-src::subshell.c index a1af27f4e718..3ebf5db70356 100644 --- a/misc/mc/files/patch-src::subshell.c +++ b/misc/mc/files/patch-src::subshell.c @@ -1,6 +1,6 @@ ---- src/subshell.c.orig Mon Oct 21 01:43:29 2002 -+++ src/subshell.c Mon Oct 21 02:37:56 2002 -@@ -852,6 +852,8 @@ +--- src/subshell.c.orig Sat Jan 25 03:37:28 2003 ++++ src/subshell.c Mon Feb 10 01:10:59 2003 +@@ -806,6 +806,8 @@ /* If it actually changed the directory it returns true */ void do_subshell_chdir (const char *directory, int do_update, int reset_prompt) { @@ -9,7 +9,7 @@ if (!(subshell_state == INACTIVE && strcmp (subshell_cwd, cpanel->cwd))){ /* We have to repaint the subshell prompt if we read it from * the main program. Please note that in the code after this -@@ -878,7 +880,12 @@ +@@ -838,7 +840,12 @@ subshell_state = RUNNING_COMMAND; feed_subshell (QUIETLY, FALSE); @@ -20,6 +20,6 @@ + && (subshell_type != TCSH || + realpath (subshell_cwd, buf) == NULL || + strcmp (cpanel->cwd, buf))) - fprintf (stderr, _("Warning: Couldn't change to %s.\n"), cpanel->cwd); + fprintf (stderr, _("Warning: Cannot change to %s.\n"), cpanel->cwd); if (reset_prompt) |