curses 0.9.9

Quick fix for losing symbolic keys outside of inputs after resize. There will be a forthcoming post about how much curses/readline and Python are a volatile mix. I can’t seem to get Python/curses to detect further window size changes if you resize while the command line (i.e. readline) is open. Nothing crashes, but the window […]

curses 0.9.8

curses 0.9.8 Fixed nonsense pending update numbers (gray numbers now reflect reality) (#40) Fixed some issues with exceptions / lockups during rapid resizing Fixed cursor being invisible and certain keys being uninterpreted (HOME, END) after resize Fixed some moronic selection fallbacks (#42, #45) Once again, mostly pending commits from almost a year past. Unfortunately I […]