History log of /netbsd-src/external/bsd/tmux/dist/cmd-paste-buffer.c (Results 1 – 11 of 11)
Revision Date Author Comments
# f844e94e 22-Jun-2024 wiz <wiz@NetBSD.org>

Merge tmux-3.4, adding some build fixes.


# 46548964 28-Jun-2023 wiz <wiz@NetBSD.org>

merge tmux 3.3a


# e271dbb8 17-Apr-2021 christos <christos@NetBSD.org>

merge our changes between tmux-3.1c and tmux-3.2


# fe99a117 12-Oct-2017 christos <christos@NetBSD.org>

merge conflicts


# e9a2d6fa 23-Apr-2017 christos <christos@NetBSD.org>

merge conflicts
XXX: Does not work; core-dumps!


# f26e8bc9 31-Aug-2016 christos <christos@NetBSD.org>

merge conflicts


# 99e242ab 10-Jan-2016 christos <christos@NetBSD.org>

merge conflicts.


# 61fba46b 24-Jul-2014 christos <christos@NetBSD.org>

merge conflicts, fix build.


# 0f3d2746 17-Aug-2011 jmmv <jmmv@NetBSD.org>

Fix merge conflicts after tmux 1.5 import.


# cad4076f 12-Mar-2011 christos <christos@NetBSD.org>

- use our vis (maybe I'll implement strnvis soon, but not now)
- WARNS=4


# 698d5317 10-Mar-2011 jmmv <jmmv@NetBSD.org>

Initial import of tmux-1.4:

tmux is a "terminal multiplexer". It enables a number of terminals (or
windows) to be accessed and controlled from a single terminal. tmux is
intended to be a simple, m

Initial import of tmux-1.4:

tmux is a "terminal multiplexer". It enables a number of terminals (or
windows) to be accessed and controlled from a single terminal. tmux is
intended to be a simple, modern, BSD-licensed alternative to programs
such as GNU screen.

The import of tmux is intended to replace window(1) in the not-too-distant
future. For reference, tmux is also present in the base system of FreeBSD
and OpenBSD.

Approved by core@.

show more ...