Home
last modified time | relevance | path

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

1234

/freebsd-14.2/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
141 ./Ada95/src/terminal_interface-curses-aux.adb
550 ./include/curses.events
551 ./include/curses.h.in
552 ./include/curses.tail
553 ./include/curses.wide
[all …]
H A DANNOUNCE5 The ncurses (new curses) library is a free software emulation of
6 curses in System V Release 4.0 (SVr4), and more. It uses terminfo
8 characters and function-key mapping, and has all the other SVr4-curses
9 enhancements over BSD curses. SVr4 curses became the basis of X/Open
12 In mid-June 1995, the maintainer of 4.4BSD curses declared that he
202 * modify test/test_mouse.c to use curses api for raw/noraw
419 Release 4) curses:
434 SVr4 curses.
442 curses.
480 powerful than the 4.4BSD curses quickch routine.
[all …]
H A DMakefile.in110 @ test ! -f $(include_dir)/curses.h || \
111 $(FGREP) NCURSES_VERSION $(include_dir)/curses.h >/dev/null || \
/freebsd-14.2/contrib/ncurses/include/
H A DMakefile.in80 curses.head \
87 curses.h \
116 curses.h : $(CAPLIST) \
117 curses.head \
118 $(srcdir)/curses.tail \
120 cat curses.head >$@
124 cat $(srcdir)/curses.tail >>$@
H A Dcurses.events1 /* $Id: curses.events,v 1.4 2024/01/19 09:24:17 tom Exp $ */
4 * This file is part of ncurses, designed to be appended after curses.h.in
/freebsd-14.2/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-14.2/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-14.2/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()
194 _nc_lock_global(curses); in del_curterm()
196 _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-14.2/contrib/ncurses/ncurses/
H A DMakefile.in185 ../include/curses.h \
195 $(srcdir)/curses.priv.h \
247 ./lib_gen.c : $(base)/MKlib_gen.sh ../include/curses.h
248 …" $(SHELL) -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" generated <../include/curses.h >$@
269 $(srcdir)/curses.priv.h \
274 ./expanded.c : $(srcdir)/curses.priv.h $(serial)/MKexpanded.sh
335 ./link_test.c : $(base)/MKlib_gen.sh ../include/curses.h
336 …$(SHELL) -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" implemented <../include/curses.h >$@
359 $(srcdir)/curses.priv.h \
/freebsd-14.2/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-14.2/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-14.2/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_initscr.c60 _nc_lock_global(curses); in NCURSES_EXPORT()
107 _nc_unlock_global(curses); in NCURSES_EXPORT()
H A Dlib_delwin.c81 if (_nc_try_global(curses) == 0) { in delwin()
99 _nc_unlock_global(curses); in delwin()
H A Dlib_freeall.c70 _nc_lock_global(curses); in NCURSES_EXPORT()
119 _nc_unlock_global(curses); in NCURSES_EXPORT()
/freebsd-14.2/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-14.2/contrib/dialog/
H A Ddlg_keys.h49 #define DLG_KEYS_DATA(dialog, curses) { (curses) >= KEY_MIN, curses, dialog } argument
/freebsd-14.2/lib/ncurses/tinfo/
H A DMakefile75 curses.h \
167 make_keys MKterm.h.awk comp_captab.c curses.head
175 HEADERS= curses.h term.h termcap.h unctrl.h
180 INCSLINKS= curses.h ${INCLUDEDIR}/ncurses.h
246 nomacros.h: MKlib_gen.sh curses.h
265 curses.h: curses.head MKkey_defs.sh Caps Caps-ncurses
266 cat curses.head > [email protected]
269 cat ${NCURSES_DIR}/include/curses.wide >> [email protected]
333 curses.head: curses.h.in
334 sed <${NCURSES_DIR}/include/curses.h.in >$@ \
[all …]
/freebsd-14.2/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wch.c62 _nc_lock_global(curses); in NCURSES_EXPORT()
118 _nc_unlock_global(curses); in NCURSES_EXPORT()

1234