summaryrefslogtreecommitdiff
path: root/client/display.h
diff options
context:
space:
mode:
authorAlex Deymo <deymo@chromium.org>2013-03-21 15:04:55 -0700
committerJohan Hedberg <johan.hedberg@intel.com>2013-03-25 12:57:03 +0200
commit4b3005226554596d0d515b5f8cb196848ab6f819 (patch)
tree4300b9a2a825f51fb7506d0d0087ba3b35283f1d /client/display.h
parentd52e8994b51631a7d10abea30924e3124e2de462 (diff)
downloadbluez-4b3005226554596d0d515b5f8cb196848ab6f819.tar.gz
client: Agent's DisplayPasskey implementation
Implements the DisplayPasskey(object device, uint32 passkey, uint16 entered) method.
Diffstat (limited to 'client/display.h')
-rw-r--r--client/display.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/display.h b/client/display.h
index 957bdc6d8..91a0be966 100644
--- a/client/display.h
+++ b/client/display.h
@@ -26,5 +26,7 @@
#define COLOR_GREEN "\x1B[0;92m"
#define COLOR_YELLOW "\x1B[0;93m"
#define COLOR_BLUE "\x1B[0;94m"
+#define COLOR_BOLDGRAY "\x1B[1;30m"
+#define COLOR_BOLDWHITE "\x1B[1;37m"
void rl_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));