]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20091205
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 6 Dec 2009 01:32:45 +0000 (01:32 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 6 Dec 2009 01:32:45 +0000 (01:32 +0000)
commitcb9a015f6669e86dd5db0fcdf1a6d74c7ea5df55
tree5af696ab97ab14c8b353e35fcaf21ddc0241baf7
parent49e6baa94900e73cfc440dcb54c4f2eeda462ad8
ncurses 5.7 - patch 20091205

+ correct layout of working window used to extract data in
  wide-character configured by set_field_buffer (patch by Rafael
  Garrido Fernandez)
+ improve some limit-checks related to filename length in reading and
  writing terminfo entries.
+ ensure that filename is always filled in when attempting to read
  a terminfo entry, so that infocmp can report the filename (patch
  by Nicholas Marriott).
NEWS
dist.mk
form/frm_driver.c
ncurses/curses.priv.h
ncurses/tinfo/read_entry.c
ncurses/tinfo/write_entry.c
progs/infocmp.c