Lines Matching +refs:csh +refs:mode +refs:map
229 + move xterm focus mode 1004 from xterm+sm+1006 into xterm+focus as
395 + add mode 1004 to xterm+sm+1006 from xterm #380 -TD
408 + amend fix for wgetnstr, wgetn_wstr to use cbreak mode unless raw
409 mode was set (cf: 20210522).
750 + modify samples for xterm mouse 1002/1003 modes to use 1006 mode, and
753 events, e.g., for xterm mouse mode 1003 (patch by Leonid S Usov).
941 + freeze ABI in ".map" files.
1379 + set output-mode to binary in experimental Windows-10 driver (Juergen
1408 + use more defensive binary mode setting for Win32 (Juergen Pfeifer).
2134 could be used with AIX xlc in c89 mode.
2185 + apply shift/control/alt logic when decoding xterm's 1006 mode to
2216 + add shift/control/alt logic for decoding xterm's 1006 mode (Redhat
2466 package/*.{map,sym} files (report by Sven Joachim, cf: 20170401).
2486 support xterm's 1006 mode -TD
2516 mode does not work with those programs. konsole is debatable -TD
2577 + set ABI for upcoming 6.1 release in "*.map" files. While there are
3114 + modify vt100 rs2 string to reset vt52 mode and scrolling regions
3385 + add the terminal-mode parts of "reset" (aka tset) to the "tput reset"
3476 entry can be used in non-UTF-8 mode -TD
3573 + add putty-noapp entry, and amend putty entry to use application mode
3647 + minor fix to configure script to ensure that rules for resulting.map
3658 + modify editing script which generates resulting.map to work with the
3708 + change makefile rule for removing resulting.map to distclean rather
3716 + clarify in curs_getch.3x that the keypad mode affects ability to
3802 demo_termcap.c to ensure that when building ncursest.map, etc., that
3816 map-files, but marked as deprecated so that they can easily be
3831 + modify script used to generate map/sym files to mark 5.9.20150530 as
4012 + regenerated ".map" and ".sym" files using improved script, accounting
4017 + regenerated ".map" and ".sym" files using improved script, showing
4022 ".map" files to selectively omit symbols beginning with "_". On at
4024 + remove obsolete/conflicting rule for ncurses.map from
4030 configurations for ".map" files (report by Werner Fink).
4033 + add a step to generating ".map" files, to declare any remaining
4038 ansi.sys, when keypad mode is off, rather than returning nothing at
4041 use for generating the ".map" and ".sym" files.
4050 + change map files to make _nc_freeall a global, since it may be used
4056 + regenerate ".map" files, using step overlooked in 20141213 to use
4057 the same patch-dates across each file to match ncurses.map (report by
4082 in the corresponding ".map" files.
4083 + updated ".map" files to reflect move of comp_captab and comp_hash
4088 + updated ".map" files so that each symbol that may be shared across
4099 + improved ".map" files by generating them with a script that builds
4110 + add configure options for applying the ".map" and ".sym" files to
4112 + add ".map" and ".sym" files to show exported symbols, e.g., for
4135 + add experimental support for xterm's 1005 mouse mode, to use in a
4146 + implement decoder for xterm SGR 1006 mouse mode.
4153 + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
4156 screen-size of 24x80 in the non-buffered mode.
4645 + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
4813 + modify internal recursion in wgetch() which handles cooked mode to
4881 mode, reducing size of trace files when it is used for debugging
6524 in non-blocking mode (patch by Clemens Ladisch).
6694 does not switch back to dynamic mode before finishing the libraries
7894 + use _nc_basename() in tset to improve $SHELL check for csh/sh.
7932 in color mode.
8258 overlay mode work.
8532 set escape sequences when in UTF-8 mode.
8851 + change wyse acsc strings to use 'i' map rather than 'I'
8988 mode is shown in that test.
9475 + map special characters such as erase- and kill-characters into
9667 is not a tty and consequently mode-changes do not work (report by
9791 mode. In particular this works for XFree86 xterm private modes
9793 name), lib_mouse uses the conventional private mode 1000.
9835 + correct "%c" implementation in lib_tparm.c, which did not map a null
10349 whether the terminal's keypad-mode has been set. Use this in
10350 wgetch() to update the keypad-mode according to whether the
10351 associated window's keypad-mode has been set with keypad(). This
10692 + modify mvcur() to avoid emitting newline characters when nonl() mode
10694 mode is set to suppress nl/crlf translations, however it is useful to
10695 allow the caller to manipulate the terminal mode to avoid staircasing
11178 mode, since there is no exit-bold-mode capability.
11516 + modify _nc_screen_wrap() so that when exiting curses mode with
12067 signal was received while not in curses mode, e.g., endwin() was
12107 disabling keypad mode, e.g., in endwin() called when keypad() was
12548 + minor fixes for mouse handling mode:
12681 insert_padding in insert mode after each char. This adds new costs
12765 case the calling application is running in setuid mode (request by
12952 + revise check for compiler options to force ANSI mode since repeating
13185 while the program was in screen mode. (It "worked" in 1.9.9e because
13219 + modify open/fopen calls to use binary mode, needed for EMX.
13259 + change ncurses 's' to use raw mode, so ^Q works (reported by Rudolf
13650 terminal right margin mode is known.
13691 mode now allocates a buffer as large as the screen for the
13709 + correct an error in handling cooked mode in wgetch(); processing
13999 set the keypad mode rather than use the default, since it confuses
14109 + add toggle, status display for keypad mode to ncurses 'g' test to
14582 delays when in autoplay mode.
15093 + change ncurses 'a' test to run in raw mode.
15127 + mods to wgetch() in cooked mode (report by Pete Seebach).
15154 * fix to restore auto-wrap mode.
15323 * modified getstr() to stop it from advancing cursor in noecho mode.
15351 #define TRACE_ORDINARY 0x01 /* ordinary trace mode */
15370 * Take cursor to normal mode on endwin.