CVSROOT: /cvs Module name: src Changes by: ma...@cvs.openbsd.org 2011/09/04 22:50:33
Modified files: bin/ksh : emacs.c Log message: Fix hang in emacs mode. To reproduce the hang go like: "^[16000l" which would insert 16000 letter l'. Going over the line limit makes no sense so limit it's repetition and prevent the hang in the process. ok guenther