summaryrefslogtreecommitdiff
path: root/colorize.h
blob: 928deb2c9fe1b4feab254ca02e95e2837c6cda48 (plain)
1
2
3
4
5
6
7
8
#ifndef COLORIZE_H
#define COLORIZE_H

#define colorize_start(fore)		"\033[" __##fore "m"
#define colorize_start_full(fore, back)	"\033[" __##fore ";" __on_##back "m"
#define colorize_end()			"\033[" __reset "m"

#endif /* COLORIZE_H */
authorBrian Norris <briannorris@chromium.org>2016-11-15 14:42:14 -0800
committerJonathan Corbet <corbet@lwn.net>2016-11-16 16:27:50 -0700
commitdc92726e7f8d9e400ae4fa42fde4c3a5020fcbb8 (patch)
tree0bcd1ef4d522cd3e089a7805b4376d1f718a1dd9
parentdd0b38d8eef86308dbbba7557400e4894e55e3c8 (diff)
docs/completion.txt: drop dangling reference to completions-design.txt
Per the original author, the proposed document was never deemed necessary, and the important bits got merged into completion.txt. Let's just stop confusing readers by pointing at a nonexistent doc. Signed-off-by: Brian Norris <briannorris@chromium.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat