Re: Seg history

2019-10-22 Thread Dennis Williamson
On Tue, Oct 22, 2019, 8:10 AM younes berramdane wrote: > Hello, > I have found a seg in the history of bash while I was doing a project for > my school, > (Put fc -s at the last command of the history file [~/.sh_history] for > bash posix or [~/.bash_history] for bash then launch bash and execute

Re: Seg history

2019-10-22 Thread Eduardo Bustamante
On Tue, Oct 22, 2019 at 6:09 AM younes berramdane wrote: > > Hello, > I have found a seg in the history of bash while I was doing a project for my > school, > (Put fc -s at the last command of the history file [~/.sh_history] for bash > posix or [~/.bash_history] for bash then launch bash and ex

Re: Binding Containing Escape Key Fails to Escape History Search

2019-10-22 Thread sunnycemetery
Moreover, the history search should be closed when the cursor is moved (e.g. as with the left arrow key bound to backward-char), but the cursor does not move (even with “æ” bound directly to forward-word).

Seg history

2019-10-22 Thread younes berramdane
Hello, I have found a seg in the history of bash while I was doing a project for my school, (Put fc -s at the last command of the history file [~/.sh_history] for bash posix or [~/.bash_history] for bash then launch bash and execute fc -s again) Best regards, Younes Berramdane.