-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mg3a beeps when using the mouse in Apple Terminal #4
Comments
Hi Marc,
I'm using iTerm2... I'll need to investigate... wasn't bugged by this, so
never investigated further
/PA
…On Sat, 28 May 2022 at 19:01, Marc Wilson ***@***.***> wrote:
Compile mg3a for mouse support, launch it in Terminal.app. You can click,
and the cursor moves, but you get a terminal bell for each click.
If I compile and run mg3a on Mint, this does not occur on the *Mint*
computer. However, if I ssh to the Mint computer from a shell running in
Terminal.app, the bell occurs.
—
Reply to this email directly, view it on GitHub
<#4>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZKU4ES7BNLUQOBQ2WCARTVMJGQBANCNFSM5XG4FU6A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler
Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet
|
However... look at this
https://codingshower.com/how-to-disable-mac-os-annoying-beep-alert-bell-sound-in-terminal-and-iterm2/
as a temporary fix until I fix it programmatically
Best, /PA
On Sun, 29 May 2022 at 07:34, Pedro Andres Aranda Gutierrez <
***@***.***> wrote:
… Hi Marc,
I'm using iTerm2... I'll need to investigate... wasn't bugged by this, so
never investigated further
/PA
On Sat, 28 May 2022 at 19:01, Marc Wilson ***@***.***>
wrote:
> Compile mg3a for mouse support, launch it in Terminal.app. You can click,
> and the cursor moves, but you get a terminal bell for each click.
>
> If I compile and run mg3a on Mint, this does not occur on the *Mint*
> computer. However, if I ssh to the Mint computer from a shell running in
> Terminal.app, the bell occurs.
>
> —
> Reply to this email directly, view it on GitHub
> <#4>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAZKU4ES7BNLUQOBQ2WCARTVMJGQBANCNFSM5XG4FU6A>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
--
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler
Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet
--
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler
Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet
|
Yup, you can always disable the bell in Terminal.app, but the bell is useful. ^_^
Re iTerm2... yea, I haven't yet found a reason to use iTerm. Too much creeping featuritis for me.
…--
Marc Wilson
On May 28, 2022, at 10:59 PM, Pedro A. Aranda Gutiérrez ***@***.***> wrote:
However... look at this
https://codingshower.com/how-to-disable-mac-os-annoying-beep-alert-bell-sound-in-terminal-and-iterm2/
as a temporary fix until I fix it programmatically
Best, /PA
On Sun, 29 May 2022 at 07:34, Pedro Andres Aranda Gutierrez <
***@***.***> wrote:
> Hi Marc,
>
> I'm using iTerm2... I'll need to investigate... wasn't bugged by this, so
> never investigated further
> /PA
>
> On Sat, 28 May 2022 at 19:01, Marc Wilson ***@***.***>
> wrote:
>
>> Compile mg3a for mouse support, launch it in Terminal.app. You can click,
>> and the cursor moves, but you get a terminal bell for each click.
>>
>> If I compile and run mg3a on Mint, this does not occur on the *Mint*
>> computer. However, if I ssh to the Mint computer from a shell running in
>> Terminal.app, the bell occurs.
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#4>, or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AAZKU4ES7BNLUQOBQ2WCARTVMJGQBANCNFSM5XG4FU6A>
>> .
>> You are receiving this because you are subscribed to this thread.Message
>> ID: ***@***.***>
>>
>
>
> --
> Fragen sind nicht da um beantwortet zu werden,
> Fragen sind da um gestellt zu werden
> Georg Kreisler
>
> Headaches with a Juju log:
> unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
> a leader-deposed hook here, but we can't yet
>
>
--
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler
Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
HI
Re iTerm2... yea, I haven't yet found a reason to use iTerm. Too much
creeping featuritis for me.
Well, I'm lecturing at a University here in Madrid and being in charge of
many labs (that have been remotised for good because of the pandemic), I
like to have one terminal app open with as many tabs as I need.
My main use case is ssh-ing into a VM we distribute to the students while
having a latexmk driving my emacs and pdf-viewer to write/correct lab
manuals and assignments. I normally create three split views, one for the
VM, one for latexmk and one for the CLI in the host or a second CLI in the
VM. Pulling this up just by clicking on the iTerm2 icon is sort of a time
saver ;-)
Best, /PA
…On Sun, 29 May 2022 at 17:13, Marc Wilson ***@***.***> wrote:
Yup, you can always disable the bell in Terminal.app, but the bell is
useful. ^_^
Re iTerm2... yea, I haven't yet found a reason to use iTerm. Too much
creeping featuritis for me.
--
Marc Wilson
> On May 28, 2022, at 10:59 PM, Pedro A. Aranda Gutiérrez ***@***.***>
wrote:
>
>
> However... look at this
>
>
https://codingshower.com/how-to-disable-mac-os-annoying-beep-alert-bell-sound-in-terminal-and-iterm2/
>
> as a temporary fix until I fix it programmatically
>
> Best, /PA
>
> On Sun, 29 May 2022 at 07:34, Pedro Andres Aranda Gutierrez <
> ***@***.***> wrote:
>
> > Hi Marc,
> >
> > I'm using iTerm2... I'll need to investigate... wasn't bugged by this,
so
> > never investigated further
> > /PA
> >
> > On Sat, 28 May 2022 at 19:01, Marc Wilson ***@***.***>
> > wrote:
> >
> >> Compile mg3a for mouse support, launch it in Terminal.app. You can
click,
> >> and the cursor moves, but you get a terminal bell for each click.
> >>
> >> If I compile and run mg3a on Mint, this does not occur on the *Mint*
> >> computer. However, if I ssh to the Mint computer from a shell running
in
> >> Terminal.app, the bell occurs.
> >>
> >> —
> >> Reply to this email directly, view it on GitHub
> >> <#4>, or unsubscribe
> >> <
https://github.com/notifications/unsubscribe-auth/AAZKU4ES7BNLUQOBQ2WCARTVMJGQBANCNFSM5XG4FU6A
>
> >> .
> >> You are receiving this because you are subscribed to this
thread.Message
> >> ID: ***@***.***>
> >>
> >
> >
> > --
> > Fragen sind nicht da um beantwortet zu werden,
> > Fragen sind da um gestellt zu werden
> > Georg Kreisler
> >
> > Headaches with a Juju log:
> > unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should
run
> > a leader-deposed hook here, but we can't yet
> >
> >
>
> --
> Fragen sind nicht da um beantwortet zu werden,
> Fragen sind da um gestellt zu werden
> Georg Kreisler
>
> Headaches with a Juju log:
> unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should
run
> a leader-deposed hook here, but we can't yet
> —
> Reply to this email directly, view it on GitHub, or unsubscribe.
> You are receiving this because you authored the thread.
—
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZKU4BS4HWFWCJTJYVENRLVMOCRNANCNFSM5XG4FU6A>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler
Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compile mg3a for mouse support, launch it in Terminal.app. You can click, and the cursor moves, but you get a terminal bell for each click.
If I compile and run mg3a on Mint, this does not occur on the Mint computer. However, if I ssh to the Mint computer from a shell running in Terminal.app, the bell occurs.
The text was updated successfully, but these errors were encountered: