]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20090117
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Jan 2009 00:21:12 +0000 (00:21 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Jan 2009 00:21:12 +0000 (00:21 +0000)
commit1f21085964c1dcb515970035e43b7f25ac2cfdf6
treed956d9094ed033cbd0c9b69b168ec1dfbcac2044
parentfde8fd6531cc2063d86dc04a230cd3eef135ab3c
ncurses 5.7 - patch 20090117

+ add -shared option to MK_SHARED_LIB when -Bsharable is used, for
  *BSD's, without which "main" might be one of the shared library's
  dependencies (report/analysis by Ken Dickey).
+ modify waddch_literal(), updating line-pointer after a multicolumn
  character is found to not fit on the current row, and wrapping is
  done.  Since the line-pointer was not updated, the wrapped
  multicolumn character was written to the beginning of the current row
  (cf: 20041023, reported by "Nick" regarding problem with ncmpc
  http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
NEWS
aclocal.m4
configure
dist.mk
ncurses/base/lib_addch.c