More work on book data form.

This commit is contained in:
John Ladan 2012-03-15 12:04:07 -04:00
parent f21ef12123
commit c37473724f
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ def menu(w, items):
if ch==114 or ch==10:
(s,f)=items[highlight]
f()
w.clear()
w.refresh()
ch = w.getch()