CVSROOT: /cvs Module name: src Changes by: na...@cvs.openbsd.org 2013/12/10 13:33:51
Modified files: lib/libcurses : shlib_version termcap.3 termcap.h lib/libcurses/tinfo: lib_baudrate.c Log message: Disable the USE_OLD_TTY hack that re-encoded termios Bnnn speeds as sgtty Bnnn speeds. This means ospeed has to grow from short to int to hold all possible values. Bump major version. While there, also fix a bug in _nc_baudrate(). ok nicm@, millert@, deraadt@