]> ncurses.scripts.mit.edu Git - ncurses.git/commit - ncurses/widechar/lib_ins_wch.c
ncurses 5.7 - patch 20090912
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 13 Sep 2009 01:17:05 +0000 (01:17 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 13 Sep 2009 01:17:05 +0000 (01:17 +0000)
commit3511767aa77f332927de0c4a610f9fb37ea18101
treee96d3a6a9acf0ae6a1901caa71f6f0f19332de7e
parentce7b402c144d2b6d3773ef5b42aad9daf1ad76fe
ncurses 5.7 - patch 20090912

+ add some test programs (and make these use the same special keys
  by sharing linedata.h functions):
  test/test_addstr.c
  test/test_addwstr.c
  test/test_addchstr.c
  test/test_add_wchstr.c
+ correct internal _nc_insert_ch() to use _nc_insert_wch() when
  inserting wide characters, since the wins_wch() function that it used
  did not update the cursor position (report by Ciprian Craciun).
16 files changed:
MANIFEST
NEWS
dist.mk
ncurses/base/lib_insch.c
ncurses/curses.priv.h
ncurses/widechar/lib_ins_wch.c
test/README
test/ins_wide.c
test/inserts.c
test/linedata.h [new file with mode: 0644]
test/modules
test/programs
test/test_add_wchstr.c [new file with mode: 0644]
test/test_addchstr.c [new file with mode: 0644]
test/test_addstr.c [new file with mode: 0644]
test/test_addwstr.c [new file with mode: 0644]