commit | 1bbc04831071891c5bbeb53a2c1defbbf83245d9 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Thu Feb 01 21:31:58 2001 +0000 |
committer | Barry Warsaw <barry@python.org> | Thu Feb 01 21:31:58 2001 +0000 |
tree | a6687f3a89fc07873e7a462c257f37ac419d7280 | |
parent | 74a7ece9f3b56d82ffc11a31307f3ad1382adb97 [diff] |
Special case around some of the nastier annoyances with the type-in fields. You can now backspace out the 0 in 0x0, and you can clear the field when in decimal mode. There are still some oddities about typing into these fields, but it should be much less annoying. The real solution is to ditch the update-while-typing "feature".