Thanks to visit codestin.com
Credit goes to github.com

Skip to content

textpad from curses package isn't handling backspace key #76249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bacher09 mannequin opened this issue Nov 18, 2017 · 3 comments
Closed

textpad from curses package isn't handling backspace key #76249

bacher09 mannequin opened this issue Nov 18, 2017 · 3 comments
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@bacher09
Copy link
Mannequin

bacher09 mannequin commented Nov 18, 2017

BPO 32068
Nosy @ZackerySpytz, @bacher09, @KrishnaSai2020
PRs
  • gh-76249: curses.textpad isn't handling the backspace key on some systems #23466
  • Files
  • textpad.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = None
    created_at = <Date 2017-11-18.14:20:36.509>
    labels = ['3.7', 'type-bug', 'library']
    title = "textpad from curses package isn't handling backspace key"
    updated_at = <Date 2020-11-22.18:17:55.437>
    user = 'https://github.com/bacher09'

    bugs.python.org fields:

    activity = <Date 2020-11-22.18:17:55.437>
    actor = 'ZackerySpytz'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2017-11-18.14:20:36.509>
    creator = 'bacher09'
    dependencies = []
    files = ['47272']
    hgrepos = []
    issue_num = 32068
    keywords = ['patch']
    message_count = 2.0
    messages = ['306481', '371805']
    nosy_count = 3.0
    nosy_names = ['ZackerySpytz', 'bacher09', 'SBC King']
    pr_nums = ['23466']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue32068'
    versions = ['Python 3.7']

    @bacher09
    Copy link
    Mannequin Author

    bacher09 mannequin commented Nov 18, 2017

    textpad isn't handling backspace key on my system and seems on others too. When I press backspace key, terminal sends ascii.DEL (127) and it isn't handled by textpad.

    I've attached patch that fixes this, should I also create PR for this or patch is enough ?

    @bacher09 bacher09 mannequin added 3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Nov 18, 2017
    @krishnasai2020
    Copy link
    Mannequin

    krishnasai2020 mannequin commented Jun 18, 2020

    I would create a pull request

    @erlend-aasland
    Copy link
    Contributor

    @erlend-aasland erlend-aasland closed this as not planned Won't fix, can't repro, duplicate, stale Jan 5, 2024
    @github-project-automation github-project-automation bot moved this from Bugs to Done in Curses issues Jan 5, 2024
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    Status: Done
    Development

    No branches or pull requests

    1 participant