tcsh-org / tcsh

This is a read-only mirror of the tcsh code repository.
https://www.tcsh.org/
Other
232 stars 42 forks source link

bindkey segmentation fault #35

Closed kjeacle closed 3 years ago

kjeacle commented 3 years ago

Entering the following command causes a segmentation fault on 6.20 (Ubuntu 18.04.5), 6.21 (FreeBSD 12.2) packages and on latest 6.22.03 source built on FreeBSD 12.2.

bindkey "^0" clear-screen
zoulasc commented 3 years ago

Fixed, thanks!

christos

On Feb 22, 2021, at 9:04 AM, Karl Jeacle notifications@github.com wrote:

bindkey "^0" clear-screen