| /freebsd/usr.bin/ncurses/ |
| H A D | Makefile | 8 PROGS= tic tput infocmp toe tabs clear tset 10 SRCS.tput= tput.c tparm_type.c transform.c dump_entry.c clear_cmd.c reset_cmd.c \
|
| /freebsd/contrib/dialog/ |
| H A D | demo.pl | 39 sub tput($$) { subroutine 107 my $lines = &tput( "lines", 24 ); 108 my $cols = &tput( "cols", 80 );
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | Makefile.in | 142 GET_PROGS = infocmp$x clear$x tabs$x tput$x tset$x toe$x 211 actual_tput = `echo tput$x| $(TRANSFORM)` 246 $(LIBTOOL_INSTALL) $(INSTALL_PROG) tput$x $(BINDIR)/$(actual_tput) 302 $(MODEL)/tput$o \ 309 tput$x: $(DEPS_TPUT) $(DEPS_CURSES) transform.h 371 $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/tput.c $(LINT_LIBS)
|
| H A D | clear.sh | 30 exec tput clear
|
| H A D | modules | 45 tput progs $(srcdir) $(HEADER_DEPS) $(srcdir)/clear_cmd.h $(srcdir)/reset_cmd.h $(srcdir)/tparm_t…
|
| /freebsd/usr.bin/fortune/datfiles/ |
| H A D | freebsd-tips.sp.ok | 70 tput
|
| H A D | freebsd-tips | 173 Nice bash prompt: PS1='(\[$(tput md)\]\t <\w>\[$(tput me)\]) $(echo $?) \$ '
|
| /freebsd/tools/bsdbox/ |
| H A D | Makefile.base | 27 CRUNCH_PROGS_usr.bin+= tput
|
| /freebsd/contrib/ncurses/ |
| H A D | README | 132 tput -- shell-script access to terminal capabilities. 137 descriptions; the next two (clear and tput) are for use in shell scripts. The 173 the man pages, infocmp(1), tput(1), clear(1), captoinfo(1), tset(1),
|
| H A D | MANIFEST | 481 ./doc/html/man/tput.1.html 714 ./man/tput.1 1092 ./progs/tput.c 1239 ./test/tput-colorcube 1240 ./test/tput-initc
|
| H A D | NEWS | 389 + modify tput to warn about capabilities which expect parameters where 648 + modify tput/tset reset feature to avoid 1-second sleep if running in 663 + fix regression in tput which disallowed hex/octal parameters (report 700 + amend discussion of aliases in tput.1 1024 + add "-v" option to tput, to show warnings. 1030 + add special cases in tput to handle extensions Cs/Ms parameters 1380 + corrected use of original tty-modes in tput init/reset subcommands 1535 + make tput/tset warning messages consistently using alias names when 1537 + improve tput usage message for aliases such as clear, by eliminating 1538 tput-specific portions. [all …]
|
| H A D | ANNOUNCE | 35 * tput, utility for retrieving terminal capabilities in shell 187 tput and tset 189 + add "-v" option to tput, to show warnings
|
| /freebsd/contrib/ncurses/man/ |
| H A D | man_db.renames.in | 168 tput.1 tput.1
|
| /freebsd/share/doc/smm/01.setup/ |
| H A D | spell.ok | 552 tput
|
| /freebsd/usr.sbin/crunch/examples/ |
| H A D | really-big.conf | 50 progs tcopy tee telnet tftp time tip tn3270 touch tput tr true tset tsort
|
| /freebsd/contrib/openpam/ |
| H A D | ltmain.sh | 545 tc_reset=`tput sgr0` 546 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` 548 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` 549 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` 550 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` 551 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` 552 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
|
| /freebsd/contrib/file/ |
| H A D | ltmain.sh | 548 tc_reset=`tput sgr0` 549 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` 551 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` 552 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` 553 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` 554 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` 555 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
|
| /freebsd/contrib/unbound/ |
| H A D | ltmain.sh | 545 tc_reset=`tput sgr0` 546 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` 548 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` 549 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` 550 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` 551 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` 552 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
|
| /freebsd/contrib/openbsm/config/ |
| H A D | ltmain.sh | 502 tc_reset=`tput sgr0` 503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` 505 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` 506 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` 507 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` 508 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` 509 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | ltmain.sh | 502 tc_reset=`tput sgr0` 503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` 505 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` 506 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` 507 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` 508 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` 509 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
|
| /freebsd/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | ltmain.sh | 502 tc_reset=`tput sgr0` 503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` 505 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` 506 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` 507 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` 508 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` 509 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
|
| /freebsd/contrib/libevent/build-aux/ |
| H A D | ltmain.sh | 510 tc_reset=`tput sgr0` 511 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` 513 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` 514 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` 515 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` 516 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` 517 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
|
| /freebsd/contrib/ldns/ |
| H A D | ltmain.sh | 545 tc_reset=`tput sgr0` 546 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` 548 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` 549 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` 550 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` 551 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` 552 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
|
| /freebsd/contrib/ncurses/doc/ |
| H A D | hackguide.doc | 550 The tput and clear utilities just do an entry load followed by a 619 infocmp.c parse_entry.c read_entry.c tput.c write_entry.c
|
| /freebsd/targets/pseudo/userland/ |
| H A D | Makefile.depend | 345 usr.bin/tput \
|