aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-06-02 08:17:27 +0000
committernicm <nicm>2020-06-02 08:17:27 +0000
commitf3931497f8aee291bce132fb106cedb55c5b3fa9 (patch)
tree2acdacdac20714ab521508b93e362e35478ea06a /tmux.h
parent563b7331da2d31aca470389817c282a46da7c872 (diff)
downloadrtmux-f3931497f8aee291bce132fb106cedb55c5b3fa9.tar.gz
rtmux-f3931497f8aee291bce132fb106cedb55c5b3fa9.tar.bz2
rtmux-f3931497f8aee291bce132fb106cedb55c5b3fa9.zip
Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control
mode %output blocks.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 483fc483..950496f0 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1852,6 +1852,7 @@ extern int ptm_fd;
extern const char *shell_command;
int checkshell(const char *);
void setblocking(int, int);
+uint64_t get_timer(void);
const char *sig2name(int);
const char *find_cwd(void);
const char *find_home(void);