CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2013/09/18 10:21:30
Modified files: usr.bin/tset : Makefile tset.1 tset.c Removed files: usr.bin/tset : termcap.c Log message: Remove "tset -S" compatibility I added years ago. Most converted terminfo entries for most terminals are too large to fit within the 1023 bytes allowed for termcap. We're better off without it. OK espie@ jmc@