This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stefanheimann
Recipients
Date 2004-10-17.19:58:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When entering a character in a curses.textpad.Textbox,
the character under the cursor is deleted instead of
being shifted when position. 

I attached a patch which implements the "Insert" mode.
Maybe you should make it customizable wheter the
Textbox should use the old "Overwrite" or the new
"Insert" mode.

I'm using python 2.3.3
History
Date User Action Args
2007-08-23 14:26:45adminlinkissue1048820 messages
2007-08-23 14:26:45admincreate