From 17e7cc1faafabe3b20fccbf377bc1f3bc2d26d3d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 16 Aug 2018 14:10:59 -0400 Subject: Disable visual bell entirely in Terminal You can't turn off bell in ksh. --- etc/Dark.terminal | 4 +++- etc/Light.terminal | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/Dark.terminal b/etc/Dark.terminal index 8888470e..afb15ddb 100644 --- a/etc/Dark.terminal +++ b/etc/Dark.terminal @@ -239,7 +239,7 @@ UseBrightBold VisualBell - + VisualBellOnlyWhenMuted WindowTitle @@ -267,5 +267,7 @@ 1 type Window Settings + useOptionAsMetaKey + diff --git a/etc/Light.terminal b/etc/Light.terminal index 1bfcb6f8..cc12b1ea 100644 --- a/etc/Light.terminal +++ b/etc/Light.terminal @@ -227,7 +227,7 @@ UseBrightBold VisualBell - + VisualBellOnlyWhenMuted name -- cgit 1.4.1 n/catsh/libedit/vi.c?follow=1'>log tree commit diff
Commit message (Expand)Author
2019-05-26Add DawnJune McEnroe
2019-05-20Declare vasprintf(3) for GNUJune McEnroe
2019-05-20Fix comparison warning in ttpreJune McEnroe
2019-05-20Add AuthorityJune McEnroe
2019-05-19Specify precedence of unary versions of operatorsJune McEnroe
2019-05-18Add compound assignment operators to orderJune McEnroe
2019-05-15Support simple assignment in orderJune McEnroe
2019-05-15Implement sizeof in orderJune McEnroe
2019-05-15Add orderJune McEnroe
2019-05-12Add T suffix in bitJune McEnroe
2019-05-10Highlight yacc and lex files as CJune McEnroe
2019-05-10Use val instead of suboptargJune McEnroe
2019-05-09Add Parable of the SowerJune McEnroe
2019-05-07Add bit without buildJune McEnroe
2019-05-04Fix MANDIR typoJune McEnroe
2019-05-04Move relay to binJune McEnroe