>> Hello,
> >>
> >> I noticed that binding C-; is not possible, even when commented as C-\;
> >> I'd like
> >> to add support for this, but I'm a little unsure as to how tmux handles
> >> non-alphanumeric characters.
> >>
> >
On 11/18/2012 12:03 PM, Thomas Adam wrote:
> Hi,
>
> On 18 November 2012 18:28, Matthew Monaco wrote:
>> Hello,
>>
>> I noticed that binding C-; is not possible, even when commented as C-\; I'd
>> like
>> to add support for this, but I
Hi,
On 18 November 2012 18:28, Matthew Monaco wrote:
> Hello,
>
> I noticed that binding C-; is not possible, even when commented as C-\; I'd
> like
> to add support for this, but I'm a little unsure as to how tmux handles
> non-alphanumeric characters.
>
> An
Hello,
I noticed that binding C-; is not possible, even when commented as C-\; I'd like
to add support for this, but I'm a little unsure as to how tmux handles
non-alphanumeric characters.
An else if (key == ';') is needed at the block in input-keys.c:173. But since
spac