paaguti / mg3a

An extended mg clone
Other
9 stars 1 forks source link

mg3a beeps when using the mouse in Apple Terminal #4

Open posguy99 opened 2 years ago

posguy99 commented 2 years ago

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.

paaguti commented 2 years ago

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 https://github.com/paaguti/mg3a/issues/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

paaguti commented 2 years ago

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 https://github.com/paaguti/mg3a/issues/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

posguy99 commented 2 years ago

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 https://github.com/paaguti/mg3a/issues/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.

paaguti commented 2 years ago

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 https://github.com/paaguti/mg3a/issues/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 https://github.com/paaguti/mg3a/issues/4#issuecomment-1140469144, 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