[ python-Bugs-1048820 ] Only "Overwrite" mode possible with curses.textpad.Textbox

SourceForge.net noreply at sourceforge.net
Tue Oct 19 21:00:27 CEST 2004


Bugs item #1048820, was opened at 2004-10-17 15:58
Message generated for change (Comment added) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1048820&group_id=5470

>Category: Python Library
>Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Stefan Heimann (stefanheimann)
>Assigned to: A.M. Kuchling (akuchling)
Summary: Only "Overwrite" mode possible with curses.textpad.Textbox 

Initial Comment:
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

----------------------------------------------------------------------

>Comment By: A.M. Kuchling (akuchling)
Date: 2004-10-19 15:00

Message:
Logged In: YES 
user_id=11375

This would be a new feature, so it's getting marked for 2.5.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1048820&group_id=5470


More information about the Python-bugs-list mailing list