]> ncurses.scripts.mit.edu Git - ncurses.git/commit - man/curs_getstr.3x
ncurses 6.0 - patch 20171125
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 26 Nov 2017 00:35:16 +0000 (00:35 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 26 Nov 2017 00:35:16 +0000 (00:35 +0000)
commit8d3ea9021573747ecd129228ba7782a03243f62c
treea10cd0260570ed7a5cccece8f80fd53cc7bb2972
parent06078d3fa68db669ed37178c01873546b4b28745
ncurses 6.0 - patch 20171125

+ modify MKlib_gen.sh to avoid tracing result from getstr/getnstr
  before initialized.
+ add "-a" aspect-ratio option to picsmap.
+ add configure check for default path of rgb.txt, used in picsmap.
+ modify _nc_write_entry() to truncate too-long filename (report by
  Hosein Askari, Debian #882620).
+ build-fix for ncurses-examples with NetBSD curses:
  + it lacks the use_env() function.
  + it lacks libpanel; a recent change used the wrong ifdef symbol.
+ add a macro for is_linetouched() and adjust the function's return
  value to make it possible for most applications to check for an
  error-return (report by Midolikawa H).
+ additional manpage cleanup.
+ update config.guess, config.sub from
http://git.savannah.gnu.org/cgit/config.git
103 files changed:
NEWS
VERSION
aclocal.m4
c++/cursesw.h
config.guess
config.sub
configure
configure.in
dist.mk
doc/html/man/adacurses6-config.1.html
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_addch.3x.html
doc/html/man/curs_color.3x.html
doc/html/man/curs_get_wstr.3x.html
doc/html/man/curs_getch.3x.html
doc/html/man/curs_getstr.3x.html
doc/html/man/curs_in_wch.3x.html
doc/html/man/curs_in_wchstr.3x.html
doc/html/man/curs_inopts.3x.html
doc/html/man/curs_ins_wch.3x.html
doc/html/man/curs_ins_wstr.3x.html
doc/html/man/curs_insch.3x.html
doc/html/man/curs_insstr.3x.html
doc/html/man/curs_legacy.3x.html
doc/html/man/curs_move.3x.html
doc/html/man/curs_pad.3x.html
doc/html/man/curs_print.3x.html
doc/html/man/curs_scanw.3x.html
doc/html/man/curs_slk.3x.html
doc/html/man/curs_terminfo.3x.html
doc/html/man/curs_touch.3x.html
doc/html/man/define_key.3x.html
doc/html/man/form.3x.html
doc/html/man/form_field_validation.3x.html
doc/html/man/form_variables.3x.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/keyok.3x.html
doc/html/man/menu.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/ncurses6-config.1.html
doc/html/man/panel.3x.html
doc/html/man/scr_dump.5.html
doc/html/man/tabs.1.html
doc/html/man/terminfo.5.html
doc/html/man/tic.1m.html
doc/html/man/toe.1m.html
doc/html/man/tput.1.html
doc/html/man/tset.1.html
doc/html/man/user_caps.5.html
include/curses.h.in
man/curs_addch.3x
man/curs_color.3x
man/curs_get_wstr.3x
man/curs_getch.3x
man/curs_getstr.3x
man/curs_in_wch.3x
man/curs_in_wchstr.3x
man/curs_inopts.3x
man/curs_ins_wch.3x
man/curs_ins_wstr.3x
man/curs_insch.3x
man/curs_insstr.3x
man/curs_legacy.3x
man/curs_move.3x
man/curs_pad.3x
man/curs_print.3x
man/curs_scanw.3x
man/curs_slk.3x
man/curs_terminfo.3x
man/curs_touch.3x
man/define_key.3x
man/form.3x
man/form_field_validation.3x
man/form_variables.3x
man/keyok.3x
man/menu.3x
man/panel.3x
man/scr_dump.5
man/tput.1
man/tset.1
man/user_caps.5
ncurses/base/MKlib_gen.sh
ncurses/base/lib_touch.c
ncurses/tinfo/write_entry.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/aclocal.m4
test/configure
test/configure.in
test/demo_menus.c
test/demo_terminfo.c
test/dots.c
test/dots_curses.c
test/dots_mvcur.c
test/dots_xcurses.c
test/ncurses.c
test/picsmap.c