SLsmg_write_nstring(item->text, li->curWidth);
}
- newtGotorc(co->top + (li->currItem - li->startShowItem) + 1, co->left + 1);
+ newtGotorc(co->top + (li->currItem - li->startShowItem) + li->bdyAdjust,
+ co->left + li->bdxAdjust);
}
static struct eventResult listboxEvent(newtComponent co, struct event ev) {
Summary: A development library for text mode user interfaces.
Name: newt
-%define version 0.51.4
+%define version 0.51.5
Version: %{version}
Release: 1
License: LGPL
%{_libdir}/libnewt.so
%changelog
+* Tue Aug 19 2003 Michael K. Johnson <johnsonm@redhat.com>
+- incorporated listbox cursor location patch (#69903)
+
* Wed Feb 5 2003 Matt Wilson <msw@redhat.com> 0.51.4-1
- fixed help line drawing in UTF-8 (#81718)
- calculate the width of text in entries using wstrlen