mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-02 08:18:14 +02:00
changes for quoting special and multibyte characters in glob patterns; changes to filename unicode normalization on macOS for globbing and filename completion; send SIGCONT unconditionally to just-restarted job in fg/bg
This commit is contained in:
@@ -56,6 +56,7 @@ extern int unbind_unix_command (char *);
|
||||
|
||||
extern char **bash_default_completion (const char *, int, int, int, int);
|
||||
|
||||
extern void bashline_set_filename_hooks (void);
|
||||
extern void set_directory_hook (void);
|
||||
|
||||
/* Used by programmable completion code. */
|
||||
|
||||
Reference in New Issue
Block a user