Home
last modified time | relevance | path

Searched refs:curses (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd/contrib/ncurses/
H A DMANIFEST16 ./Ada95/gen/terminal_interface-curses-aux.ads.m4
20 ./Ada95/gen/terminal_interface-curses-forms.ads.m4
23 ./Ada95/gen/terminal_interface-curses-menus.ads.m4
28 ./Ada95/gen/terminal_interface-curses.adb.m4
29 ./Ada95/gen/terminal_interface-curses.ads.m4
140 ./Ada95/src/terminal_interface-curses-aux.adb
549 ./include/curses.events
550 ./include/curses.h.in
551 ./include/curses.tail
552 ./include/curses.wide
[all …]
H A DMakefile.in95 @ test ! -f $(include_dir)/curses.h || \
96 fgrep NCURSES_VERSION $(include_dir)/curses.h >/dev/null || \
H A DANNOUNCE5 The ncurses (new curses) library is a free software emulation of
9 enhancements over BSD curses. SVr4 curses became the basis of X/Open
269 A simple demo of tabs in curses.
318 compatibility with old non-curses programs
456 macros in curses.h
683 Release 4) curses:
697 SVr4 curses.
705 curses.
712 curses specification, XSI curses (that is, it implements all BASE
741 powerful than the 4.4BSD curses quickch routine.
[all …]
/freebsd/contrib/ncurses/include/
H A DMakefile.in80 curses.head \
87 curses.h \
101 curses.h : $(CAPLIST) \
102 curses.head \
103 $(srcdir)/curses.tail \
105 cat curses.head >$@
109 cat $(srcdir)/curses.tail >>$@
/freebsd/contrib/ee/
H A Dcreate.make163 if [ -f /usr/include/curses.h ]
181 curses=""
183 curses="-DNCURSE"
190 if [ -f /usr/include/curses.h ]
208 curses=""
260 echo "DEFINES = $termio $terminfo_exists $BSD_SELECT $catgets $select $curses " > make.local
269 curses : ee.c
H A Dmake.default3 # If building ee using curses, type "make curses", otherwise new_curse (a
4 # subset of curses that supports ee) will be built and ee will use new_curse
5 # instead of curses.
39 curses : ee.c
H A DREADME.ee67 purpose. The curses package is used to handle the I/O which deals with the
70 While ee is based on curses, I have included here the source code to
71 new_curse, a subset of curses developed for use with ee. 'curses' often
75 The file new_curse.c contains a subset of 'curses', a package for
76 applications to use to handle screen output. Unfortunately, curses
79 systems, and while it can sometimes be slower than other curses packages,
81 than vendor supplied curses. Unless problems occur during the building
82 of ee, it is recommended that you use new_curse rather than the curses
/freebsd/contrib/file/magic/Magdir/
H A Dterminfo39 0 beshort 0433 SVr2 curses screen image, big-endian
41 0 beshort 0434 SVr3 curses screen image, big-endian
42 0 beshort 0435 SVr4 curses screen image, big-endian
44 0 leshort 0433 SVr2 curses screen image, little-endian
45 0 leshort 0434 SVr3 curses screen image, little-endian
46 0 leshort 0435 SVr4 curses screen image, little-endian
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_cur_term.c87 _nc_lock_global(curses); in NCURSES_SP_NAME()
116 _nc_unlock_global(curses); in NCURSES_SP_NAME()
183 _nc_lock_global(curses); in del_curterm()
185 _nc_unlock_global(curses); in del_curterm()
H A Duse_screen.c54 _nc_lock_global(curses); in NCURSES_EXPORT()
61 _nc_unlock_global(curses); in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/
H A DMakefile.in185 ../include/curses.h \
195 $(srcdir)/curses.priv.h \
235 ./lib_gen.c : $(base)/MKlib_gen.sh ../include/curses.h
236 $(SHELL) -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" generated <../include/curses.h >$@
257 $(srcdir)/curses.priv.h \
262 ./expanded.c : $(srcdir)/curses.priv.h $(serial)/MKexpanded.sh
322 ./link_test.c : $(base)/MKlib_gen.sh ../include/curses.h
323 $(SHELL) -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" implemented <../include/curses.h >$@
346 $(srcdir)/curses.priv.h \
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Dtestframe.txt7 The curses library is a complex piece of software and, often, changes
9 actions so a visual check of the curses output may look correct in
12 the curses library have no undesired effects an automated test is
13 needed to detect and highlight any changes in the curses application
20 The curses testframe consists of two separate programs connected by a
26 are highlighted to the tester. The slave is a curses application that
28 director over a pipe, these commands are calls to curses routines
31 call. The return value from the curses routine is passed back to the
32 director over another pipe, if the curses routine updates any passed
48 calls required to exercise a particular curses routine and validate
[all …]
/freebsd/contrib/ncurses/misc/
H A Dmagic68 0 beshort 0433 SVr2 curses screen image, big-endian
69 0 beshort 0434 SVr3 curses screen image, big-endian
70 0 beshort 0435 SVr4 curses screen image, big-endian
72 0 leshort 0433 SVr2 curses screen image, little-endian
73 0 leshort 0434 SVr3 curses screen image, little-endian
74 0 leshort 0435 SVr4 curses screen image, little-endian
/freebsd/contrib/ncurses/ncurses/base/
H A Duse_window.c49 _nc_lock_global(curses); in NCURSES_EXPORT()
51 _nc_unlock_global(curses); in NCURSES_EXPORT()
H A Dlib_overlay.c57 _nc_lock_global(curses); in overlap()
94 _nc_unlock_global(curses); in overlap()
156 _nc_lock_global(curses); in copywin()
220 _nc_unlock_global(curses); in copywin()
H A Dlib_newwin.c104 if (_nc_nonsp_try_global(curses) == 0) { in _nc_freewin()
132 _nc_nonsp_unlock_global(curses); in _nc_freewin()
186 _nc_sp_lock_global(curses); in newwin()
189 _nc_sp_unlock_global(curses); in newwin()
297 _nc_nonsp_lock_global(curses); in NCURSES_SP_NAME()
379 _nc_nonsp_unlock_global(curses); in NCURSES_SP_NAME()
H A Dresizeterm.c79 _nc_lock_global(curses); in show_window_sizes()
94 _nc_unlock_global(curses); in show_window_sizes()
364 _nc_nonsp_lock_global(curses); in NCURSES_SP_NAME()
444 _nc_nonsp_unlock_global(curses); in NCURSES_SP_NAME()
454 _nc_sp_lock_global(curses); in resize_term()
456 _nc_sp_unlock_global(curses); in resize_term()
H A Dlib_delwin.c76 if (_nc_try_global(curses) == 0) { in delwin()
91 _nc_unlock_global(curses); in delwin()
H A Dlib_initscr.c60 _nc_lock_global(curses); in NCURSES_EXPORT()
107 _nc_unlock_global(curses); in NCURSES_EXPORT()
H A Dlib_freeall.c70 _nc_lock_global(curses); in NCURSES_EXPORT()
116 _nc_unlock_global(curses); in NCURSES_EXPORT()
/freebsd/lib/ncurses/tinfo/
H A DMakefile73 curses.h \
166 make_keys MKterm.h.awk comp_captab.c curses.head
178 INCSLINKS= curses.h ${INCLUDEDIR}/ncurses.h
220 .ORDER: ncurses_dll.h curses.h
222 .ORDER: curses.h ${f}
251 nomacros.h: MKlib_gen.sh curses.h
270 curses.h: curses.head MKkey_defs.sh Caps Caps-ncurses
271 cat curses.head > $@.new
338 curses.head: curses.h.in
339 sed <${NCURSES_DIR}/include/curses.h.in >$@ \
[all …]
/freebsd/contrib/nvi/cl/
H A DREADME.signal6 2: The curses routines may not be reentrant.
7 3: Neither DB nor curses will restart system calls.
56 current curses implementations (both System V and Berkeley) don't give
59 the exception that flow control and signals are turned on, and curses
64 mode is better defined and I'm less likely to be surprised by a curses
82 Generally, this is what historic vi did. (It didn't have the curses
83 problems because it didn't use curses.) It entered signals following
126 First, System V's curses doesn't handle SIGTSTP correctly. If you use the
132 computer industry. The 4BSD curses is deficient in that it does not have
137 models #3 or #4, we're going to have to call curses routines at interrupt
[all …]
/freebsd/contrib/dialog/
H A Ddlg_keys.h49 #define DLG_KEYS_DATA(dialog, curses) { (curses) >= KEY_MIN, curses, dialog } argument
H A Daclocal.m41485 dnl Test if curses defines 'chtype' (usually a 'long' type for SysV curses).
1608 dnl Find a "curses" header file, e.g,. "curses.h", or one of the more common
1617 curses.h ifelse($1,,,[$1/curses.h]) ifelse($1,,[ncurses/ncurses.h ncurses/curses.h])
1635 dnl Look for the curses libraries. Older curses implementations may require
3571 dnl Find a "curses" header file, e.g,. "curses.h", or one of the more common
3591 curses.h
5551 [ --with-curses-dir=DIR directory in which (n)curses is installed],
5992 cf_cv_screen=curses
6012 [ --with-curses-colr compile/link with HPUX 10.x color-curses],
6016 [ --with-curses-5lib compile/link with SunOS 5lib curses],
[all …]
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wch.c63 _nc_lock_global(curses); in NCURSES_EXPORT()
118 _nc_unlock_global(curses); in NCURSES_EXPORT()

1234