> Date: Thu, 29 Jun 2023 16:51:05 - (UTC)
> From: chris...@astron.com (Christos Zoulas)
>
> In article <20230628222148.710dbf...@cvs.netbsd.org>,
> Thomas Klausner wrote:
> >-=-=-=-=-=-
> >
> [...]
> >+-DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:$XDG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tm
In article <20230628222148.710dbf...@cvs.netbsd.org>,
Thomas Klausner wrote:
>-=-=-=-=-=-
>
[...]
>+-DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:$XDG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"'
> \
What is XDG_CONFIG_HOME?
christos
I've asked.
Best,
christos
> On Nov 1, 2020, at 11:19 AM, Kimmo Suominen wrote:
>
>> Log Message:
>> CHANGED FROM 3.1b TO 3.1c
>>
>> * Do not write after the end of the array and overwrite the stack when
>> colon-separated SGR sequences contain empty arguments.
>
> Pullup to -9 and -8 for s
> Log Message:
> CHANGED FROM 3.1b TO 3.1c
>
> * Do not write after the end of the array and overwrite the stack when
> colon-separated SGR sequences contain empty arguments.
Pullup to -9 and -8 for security fix?
https://mail-index.netbsd.org/source-changes/2020/11/01/msg123671.html
In article <20110530184621.ga14...@britannica.bec.de>,
Joerg Sonnenberger wrote:
>On Mon, May 30, 2011 at 06:10:36PM +, Christos Zoulas wrote:
>> In article <20110530162059.1a6d217...@cvs.netbsd.org>,
>> Joerg Sonnenberger wrote:
>> >-=-=-=-=-=-
>> >
>>
>> >+#ifdef __clang__
>> >+
On Mon, May 30, 2011 at 06:10:36PM +, Christos Zoulas wrote:
> In article <20110530162059.1a6d217...@cvs.netbsd.org>,
> Joerg Sonnenberger wrote:
> >-=-=-=-=-=-
> >
>
> >+#ifdef __clang__
> >+charbuf[128];
> >+#else
> > charbuf[CMSG_SPACE(sizeof
In article <20110530162059.1a6d217...@cvs.netbsd.org>,
Joerg Sonnenberger wrote:
>-=-=-=-=-=-
>
>+#ifdef __clang__
>+ charbuf[128];
>+#else
> charbuf[CMSG_SPACE(sizeof(int))];
>+#endif
> } cmsgbuf;
Wouldn't it be better insted to re-define
In article <20110310091542.9618e17...@cvs.netbsd.org>,
Julio Merino wrote:
>Module Name: src
>Committed By: jmmv
>Date: Thu Mar 10 09:15:42 UTC 2011
>
>Update of /cvsroot/src/external/bsd/tmux/dist
>In directory ivanova.netbsd.org:/tmp/cvs-serv2140
>
>Log Message:
>Initial import of tm
In article <20110310091801.9968517...@cvs.netbsd.org>,
Julio Merino wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: jmmv
>Date: Thu Mar 10 09:18:01 UTC 2011
>
>Added Files:
> src/external/bsd/tmux: Makefile
> src/external/bsd/tmux/share: Makefile
> src/external