Re: Pressing the tab key twice strangeness.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Pressing the tab key twice strangeness.
- From: Andrew Gierth <andrew@...>
- Date: 2018年2月27日 20:02:56 +0000
>>>>> "Glenn" == Glenn Travis <travplays@comcast.net> writes:
Glenn> And it looked like I needed to press tab in order to follow the
Glenn> ‘formatting”. The first time I pressed tab I got an alert beep
Glenn> and the second time I got a directory listing:
The standalone lua binary uses libreadline for input editing, and
presumably just isn't disabling the default completion function (which
completes filenames).
--
Andrew.