]> git.cworth.org Git - sup/commit
bugfix in question asking: update position when window is resized
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Thu, 27 Dec 2007 18:14:08 +0000 (10:14 -0800)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Thu, 27 Dec 2007 18:14:08 +0000 (10:14 -0800)
commit96fbffda42682308637207eee9048a39e2185642
treedf40b9fd388fd43f5207f94f1ee11a79da97e933
parent7914429bb85086d411760d27e3755dbc90d5f329
bugfix in question asking: update position when window is resized
previously we stored the position and width only once, at textfield
creation time, but then later screen resizings would make that
invalid. now we set those values every time we activate the textfield.
lib/sup/buffer.rb
lib/sup/textfield.rb