[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #2959: TerminalView $bBell gfx triggers while UseMouse


http://gambaswiki.org/bugtracker/edit?object=BUG.2959&from=L21haW4-

Comment #5 by Bruce STEERS:

Yep . i do not get it either.  you are right, seems dialog in not printing OSC codes just \x07 all by itself :-\

So my previous mentioned fix or adding this to TerminalView._Bell() command works well by just disabling \x07 bell when $bTermUseMouse is active.

Public Sub _Bell()
  
  If $bTermUseMouse Then Return

.....


----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----