diff options
| author | 2021-02-15 09:39:37 +0000 | |
|---|---|---|
| committer | 2021-02-15 09:39:37 +0000 | |
| commit | e68ccaeade016a4e1f86ea53060f7eee6fa865a5 (patch) | |
| tree | 764ec020b1cffa056bbafe9c2e35431acfaae4be /usr.bin/tmux/tmux.h | |
| parent | Move single_thread_set() out of KERNEL_LOCK(). (diff) | |
| download | wireguard-openbsd-e68ccaeade016a4e1f86ea53060f7eee6fa865a5.tar.xz wireguard-openbsd-e68ccaeade016a4e1f86ea53060f7eee6fa865a5.zip | |
Support X11 colour names and some other variations for OSC 10/11, also
add OSC 110 and 111. GitHub issue 2567.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
| -rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index a28efbb9aca..0e6fd2f851a 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1090 2021/02/11 09:39:29 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1091 2021/02/15 09:39:38 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -2526,6 +2526,7 @@ const char *colour_tostring(int); int colour_fromstring(const char *s); int colour_256toRGB(int); int colour_256to16(int); +int colour_byname(const char *); /* attributes.c */ const char *attributes_tostring(int); |
