History log of /openbsd-src/usr.bin/tmux/paste.c (Results 1 – 25 of 47)
Revision Date Author Comments
# 232cb8cb 12-Oct-2024 nicm <nicm@openbsd.org>

Do not rename a buffer to itself, GitHub issue 4181.


# 49828476 07-Feb-2023 nicm <nicm@openbsd.org>

Remove old buffer when renaming rather than complaining, GitHub issue
3467 from Jean-Philippe Paradis.


# 99acee14 28-Oct-2022 nicm <nicm@openbsd.org>

Add paste-buffer-deleted notification and fix name of paste-buffer-changed.


# d79e52f9 15-Aug-2022 nicm <nicm@openbsd.org>

Notify when a paste buffer is deleted, GitHub issue 3302 from George
Nachman.


# e5d942bb 04-Jun-2022 nicm <nicm@openbsd.org>

When picking a buffer because one isn't specified by the user, ignore
named buffers. GitHub issue 3212 from David le Blanc.


# da484ce1 16-May-2020 nicm <nicm@openbsd.org>

Use VIS_CSTYLE for paste buffers also.


# a6c9106f 16-May-2020 nicm <nicm@openbsd.org>

Add 'e' key in buffer mode to open the buffer in an editor.


# 4aafca52 02-Apr-2019 nicm <nicm@openbsd.org>

Add an argument to copy commands to set the prefix for the buffer name,
allows buffers for different sessions to be named separately.


# 01c63002 24-Jan-2017 nicm <nicm@openbsd.org>

Shorten a long line, and don't leak buffer in paste_add if size is zero.


# 45b608c5 12-Oct-2016 nicm <nicm@openbsd.org>

Unused variable and missing time.h.


# c97fab4e 11-Oct-2016 nicm <nicm@openbsd.org>

Some other stuff that can be local to one file.


# 8d2662b6 10-Oct-2016 nicm <nicm@openbsd.org>

Some more static.


# bba10b08 05-Oct-2016 nicm <nicm@openbsd.org>

Keep buffer creation time and add accessors for it and the order number.


# 98ca8272 19-Jan-2016 nicm <nicm@openbsd.org>

I no longer use my SourceForge address so replace it.


# f650d6ad 12-Nov-2015 nicm <nicm@openbsd.org>

Nuke the utf8 and status-utf8 options and make tmux only a UTF-8
terminal. We still support non-UTF-8 terminals outside tmux, but inside
it is always UTF-8 (as when the utf8 and status-utf8 options w

Nuke the utf8 and status-utf8 options and make tmux only a UTF-8
terminal. We still support non-UTF-8 terminals outside tmux, but inside
it is always UTF-8 (as when the utf8 and status-utf8 options were on).

show more ...


# d89252e5 27-Oct-2015 nicm <nicm@openbsd.org>

Move struct options into options.c.


# b8aa9345 14-Sep-2015 nicm <nicm@openbsd.org>

Remove some extra blank lines.


# 64185147 11-Sep-2015 nicm <nicm@openbsd.org>

Merge delete-buffer into cmd-set-buffer.c and change the paste buffer
API so it has one paste_free() rather than free_top and free_name
(everywhere that uses it already has the right pointer).


# 95e33999 29-Aug-2015 nicm <nicm@openbsd.org>

paste_send_pane can be merged into cmd-paste-buffer.c now.


# 909ecc87 29-Aug-2015 nicm <nicm@openbsd.org>

Move struct paste_buffer out of tmux.h.


# 0d382a95 07-Apr-2015 nicm <nicm@openbsd.org>

When replacing, don't free the old paste until after the new one's name
has been copied. Fixes a use-after-free in window-copy.c. Bug reported
by J Raynor (who also provided a different fix).


# 75cb6554 05-Nov-2014 nicm <nicm@openbsd.org>

Tidy up mode-mouse check.


# 64cf113c 08-Oct-2014 nicm <nicm@openbsd.org>

Add xreallocarray and remove nmemb argument from xrealloc.


# 29c26c2a 08-Oct-2014 nicm <nicm@openbsd.org>

Use xrealloc(NULL, n, m) instead of xmalloc(n * m) to get overflow
check.


# c6cf1eff 01-Sep-2014 nicm <nicm@openbsd.org>

Various minor style and spacing nits.


12