Lines Matching refs:code

1000 	  manpages based on source-code for SVr2, SVr3 and SVr4.
1029 + fix missing "%d" for setaf/setab code 8-15 in xterm+direct16 (report
2057 + modify no-leaks code in test/picsmap to avoid non-standard tdestroy.
2560 checks because some versions of the linker simply hard-code the
2640 + correct sgr string for tmux, which used screen's "standout" code
2641 rather than the standard code (patch by Roman Kagan)
2910 fixing a case with threaded code and term-driver where c++/demo did
3069 + modify no-leaks code for lib_cur_term.c to account for the tgetent()
3346 + trim dead code ifdef'd with HIDE_EINTR since 970830 (discussion with
3987 for a magic code at the beginning:
4246 + build-fix for position-debug code in tty_update.c, to work with or
4720 + fix dead-code issue with test/movewindow.c
4914 + remove dead code in progs/tset.c, test/linedata.h
5463 + add -lc_r as alternative for -lpthread, allows build of threaded code
5770 + modify configure script/source-code to only define _POSIX_SOURCE if
5810 code.
6004 scripts to bootstrap the fallbacks code using tic from the build
6476 + document return code from define_key (report by Mike Gran).
6573 + improve performance of tigetstr, etc., by using hashing code from tic.
6585 + various code-fixes to build/work with --disable-macros configure
6914 + use improved initialization for soft-label keys in Ada95 sample code.
6920 + fix bug in mouse code for GPM from 20080920 changes (reported in
6972 makes threaded code work on HPUX 11.23
7273 + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
7279 + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
7423 + adapt mouse-handling code from menu library in form-library
7511 + remove dead code in test/bs.c
7512 + remove dead code in test/demo_defkey.c
7882 + port hashed-db code to db2 and db3.
8116 + minor fixes to xmc-glitch experimental code:
8170 + make tgetent() return code more readable using new symbols
8173 + remove TESTPROGS from progs/Makefile.in (it was referring to code
8554 + correct logic in winsch() for inserting multibyte strings; the code
9323 + fix an allocation size in safe_sprintf.c for the "*" format code.
9515 code, from recent rewrite.
9547 trace code.
9664 + change some overlooked tputs() calls in scrolling code to use putp()
9680 + change several tputs() calls in scrolling code to use putp(), to
9954 + correct a typo in terminfo.head, which gave the octal code for colon
10077 key code in get_wch().
10327 + use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
10507 + make NO_LEAK code compile with revised WINDOWLIST structs.
10629 + modify magic-cookie code in tty_update.c to compile with new
10679 C++ vscan code (Debian #97945).
10681 + correct code that used non-standard auto-initialization of a struct,
11069 + modify OS/2 mouse support, retrying as a 2-button mouse if code fails
11071 + improve code for OS/2 mouse support, using _nc_timed_wait() to
11133 + add to railroad.c some code exercising tgoto(), providing an
11188 code in progs, as well as accommodating OS/2 EMX pathnames.
11213 code to consistently use "#if" rather than "#ifdef".
11671 + store default-color code consistently as C_MASK, even if given as
11916 + corrected BeOS code for lib_twait.c, making nodelay() function work.
11921 + fix some minor errors in position_check() debugging code, found while
11987 + remove 'L' code from safe_sprintf.c, since 'long double' is not
12141 in the binding. It should have no effect on the generated code.
12517 + repair a minor bug in the menu_driver code discovered during this
12556 binding in the panels code. It removes the update() call done in the
12669 before code that could, possibly, set errno to a different value.
12673 + improve integration of hashmap scrolling code, by adding oldhash and
13032 + turn on hashmap scrolling code by default, intend to remedy defects
13268 + add validity-check for SP in trace code in baudrate() (reported by
13292 + add code to _nc_tgetent() to make it work more like a real tgetent().
13294 of duplicate caps. The code was pulled from the BSD libtermcap code
13731 3. wrap the code for hiding EINTR with ifdef HIDE_EINTR
13902 investigation of interaction with xmc (magic cookie) code.
13926 + add configure option for experimental xmc (magic cookie) code,
13929 cookie code is far from workable at this stage; the configuration
14092 to get rid of duplicate code (patch by Alexander V. Lukyanov).
14145 + modify debug code in panel library to print user-data addresses
14299 + add configure option --enable-expanded, together with code that
14379 code (i.e., struct winsize) - though this compiles, I don't have a
14803 + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
14911 + check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for
14957 locating the entries; the $TERMINFO_DIRS code would find only the
15151 * changed the line-breakout optimization code to allow some lines to be
15162 * small fixes for menu/form code.
15236 * integrated Juergen Pfeifer's menu code into the distribution.
15242 * fixed off-by-one errors in scrolling code
15296 * wsyncup/wsyncdown functions are reliable now; subwindow code in general
15341 * scrolling code is improved. Scrolling in subwindows is still broken.
15356 * The pad code has been improved and the pad test code in test/ncurses.c has
15405 traceon(); in your code and link with -ldcurses.
15435 * fixed more bugs in pads code. If anybody has a program that uses
15439 * ^Z handling apparently didn't work (I should never trust code
15450 * fixed code in src/lib_overlay.c which used to crash.
15456 * The C++ code should really replace ncurses.h instead of working
15499 * a few code cleanups.
15545 * general cleanup of the code
15551 optimization code is slated for the next major release, stay tuned!
15638 * New scrolling code.