How to disable bell on SSH connections
-
@johnpoz is there a feature request/bug report board? Couldn't find one. Anway, while editing .tcshrc I found a bug: it checks for
$term == "xterm"
to set key bindings, it should be$term =~ "xterm"
to account for xterm-256color etc.Command line editing wasn't working properly before I made this change, inserting appeared like it was overwriting (not pushing rest of line to the right as I typed) but was actually inserting my typed chars into the line.
-
@gertjan yeah, pfsense is the exception that proves the rule!
-
@networknotwork you can create a feature request over on https://redmine.pfsense.org/
And if you found a bug/issue or improvement in the .tcshrc you could put that in there as well.
edit: This has been a enlightening thread to be sure.. I learned a bit about making sure your actually awake when testing something ;) and also about the stupid bell thing hehe, and got me to update my local ssh client too.