CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/07/03 12:11:07
Modified files:
usr.bin/mg : def.h funmap.c kbd.c
Log message:
selfinsert() can't be called directly from a startup file or by
'eval-current-buffer' since it is by design, meant to be called interactively
as characters are typed in a buffer. ask_selfinsert() allows selfinsert() to
be used by excline(). Having ask_selfinsert() helps with regression testing.
No manual page entry since use case is a bit obscure. See 'insert' command.