mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Merge branch 'obsd-master'
Conflicts: client.c
This commit is contained in:
4
paste.c
4
paste.c
@ -68,7 +68,7 @@ paste_walk(struct paste_buffer *pb)
|
||||
return (RB_NEXT(paste_time_tree, &paste_by_time, pb));
|
||||
}
|
||||
|
||||
/* Get the most recent automatic buffer */
|
||||
/* Get the most recent automatic buffer. */
|
||||
struct paste_buffer *
|
||||
paste_get_top(void)
|
||||
{
|
||||
@ -80,7 +80,7 @@ paste_get_top(void)
|
||||
return (pb);
|
||||
}
|
||||
|
||||
/* Free the most recent buffer */
|
||||
/* Free the most recent buffer. */
|
||||
int
|
||||
paste_free_top(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user