CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/13 09:39:22
Modified files:
usr.bin/vi/common: options.c
Log message:
Require that the argument to the window option be non-zero.
A zero-row window would not be usable (no room to edit) and the
code is full of assumptions that "sp->t_rows - 1" >= 0.
>From Erik Ruotsalainen, fixes a bug reported by Paul de Weerd.
