From: Ken Hornstein Date: Fri, 3 Jan 2014 04:59:57 +0000 (-0500) Subject: Convert all of the terminal functions over to terminfo(5) instead of X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/20ce29e738d1a15764197559d256a85ef89d85d7?ds=sidebyside;hp=20ce29e738d1a15764197559d256a85ef89d85d7 Convert all of the terminal functions over to terminfo(5) instead of the older termcap. Move the terminal-specific code from fmt_compile.c to terminal.c, so it is all in one place. ---