diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-08 22:47:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-08 22:47:13 +0000 |
commit | 457e19a5caf834be99ae13c3efc359a02a42fb20 (patch) | |
tree | 244a1ee1210da4e47f53ccd339625b8a9f03b00e /usr.bin/tic/transform.h | |
parent | a6de1b801fa82570ef7457ae6e5188ebc7f5d93e (diff) |
update to ncurses-5.1-20001007
Diffstat (limited to 'usr.bin/tic/transform.h')
-rw-r--r-- | usr.bin/tic/transform.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/tic/transform.h b/usr.bin/tic/transform.h new file mode 100644 index 00000000000..a2e7e431714 --- /dev/null +++ b/usr.bin/tic/transform.h @@ -0,0 +1,4 @@ +#define PROG_CAPTOINFO "captoinfo" +#define PROG_INFOTOCAP "infotocap" +#define PROG_RESET "reset" +#define PROG_INIT "init" |