forked from qt-creator/qt-creator
Terminal: Handle bell
Change-Id: I61681166fc8e489ffd0807cf3bcb4a2abc9cf6e1 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -332,6 +332,7 @@ void TerminalWidget::setupSurface()
|
||||
connect(m_surface.get(), &Internal::TerminalSurface::unscroll, this, [this] {
|
||||
verticalScrollBar()->setValue(verticalScrollBar()->maximum());
|
||||
});
|
||||
connect(m_surface.get(), &Internal::TerminalSurface::bell, this, [] { QApplication::beep(); });
|
||||
if (m_shellIntegration) {
|
||||
connect(m_shellIntegration.get(),
|
||||
&ShellIntegration::commandChanged,
|
||||
|
||||
Reference in New Issue
Block a user