NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Trying out NetBSD: Tab key doesn't complete and backspace key doesn't work in console
Date: Mon, 31 Mar 2025 19:57:23 +0200
From: "pms-dev%outlook.com@localhost" <pms-dev%outlook.com@localhost>
Message-ID: <vsel23$1040$1%ciao.gmane.io@localhost>
| try: set -e
That certainly won't work, I suspect you mean "set -E" which is
a different thing entirely, but in recent -10 anyway, I believe
that was made to be on by default.
More likely what is needed is
set -o tabcomplete
kre
Home |
Main Index |
Thread Index |
Old Index