diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-03-11 17:23:38 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-03-11 17:23:38 +0000 |
commit | e512a3642ae3c05ae5ff26342aef66fc7c02916d (patch) | |
tree | 2119b53e11f6f2d393581b30fa7a1fddf23cbb13 /tmux.h | |
parent | 8d1d7fd775f8c92f4d6c7e6a4fa462f992ae381e (diff) | |
parent | c820585dd0b5060d57296ae1086908e0b67b47b5 (diff) | |
download | rtmux-e512a3642ae3c05ae5ff26342aef66fc7c02916d.tar.gz rtmux-e512a3642ae3c05ae5ff26342aef66fc7c02916d.tar.bz2 rtmux-e512a3642ae3c05ae5ff26342aef66fc7c02916d.zip |
Merge branch 'obsd-master'
Also add a check for -lm via AC_SEARCH_LIBS in configure.ac for
portablility fixes.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1824,6 +1824,7 @@ char *paste_make_sample(struct paste_buffer *); #define FORMAT_PANE 0x80000000U #define FORMAT_WINDOW 0x40000000U struct format_tree; +struct format_modifier; const char *format_skip(const char *, const char *); int format_true(const char *); struct format_tree *format_create(struct client *, struct cmdq_item *, int, |