summaryrefslogtreecommitdiff
path: root/colors.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2016-09-15 17:02:15 -0400
committerChet Ramey <chet.ramey@case.edu>2016-09-15 17:02:15 -0400
commitd49a9082c0e15bba8cd3d8cc0a994409cf823cac (patch)
treef0737355f68bc024a31beb0a5dd3c0370f522071 /colors.h
parent96c967e80aeaeda3c06ab298de77efd41288bb86 (diff)
downloadreadline-d49a9082c0e15bba8cd3d8cc0a994409cf823cac.tar.gz
Readline-7.0 distribution sources and documentationreadline-7.0
Diffstat (limited to 'colors.h')
-rw-r--r--colors.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/colors.h b/colors.h
index fc926e5..6561ad9 100644
--- a/colors.h
+++ b/colors.h
@@ -2,8 +2,8 @@
Modified by Chet Ramey for Readline.
- Copyright (C) 1985, 1988, 1990-1991, 1995-2010, 2012 Free Software Foundation,
- Inc.
+ Copyright (C) 1985, 1988, 1990-1991, 1995-2010, 2012, 2015
+ Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -114,9 +114,13 @@ enum filetype
arg_directory
};
+/* Prefix color, currently same as socket */
+#define C_PREFIX C_SOCK
+
extern void _rl_put_indicator (const struct bin_str *ind);
extern void _rl_set_normal_color (void);
-extern bool _rl_print_color_indicator (char *f);
+extern bool _rl_print_prefix_color (void);
+extern bool _rl_print_color_indicator (const char *f);
extern void _rl_prep_non_filename_text (void);
#endif /* !_COLORS_H_ */