You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix #23: Make Ctrl-L clear the screan instead of starting a new line
Like Ctrl-D, which exits, Ctrl-L only clears the screen when the line is empty and the cursor is at the start of the line, otherwise Ctrl-L will redraw/refresh the current line.
Fix #24: Fix behavior when TTY is narrower than column width, by Will Dietz
Fix #25: Avoid continuously duplicate commands in history
Fix #31: Aborting i-search with Ctrl-C should not generate signal