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.

classification
Title: No backspace on curses on iTerm (mac)
Type: behavior Stage: resolved
Components: Extension Modules, macOS Versions: Python 3.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder: curses.textpad.Textbox backtrace support
View: 16232
Assigned To: Nosy List: ned.deily, ragreener
Priority: normal Keywords: patch

Created on 2015-03-06 11:56 by ragreener, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cursesbackspace.patch ragreener, 2015-03-06 11:56 review
Messages (2)
msg237345 - (view) Author: Robert Greener (ragreener) * Date: 2015-03-06 11:56
iTerm uses ^? for backspace which is curses.ascii.DEL, patch, makes curses.ascii.DEL use same behaviour as curses.ascii.BS
msg237421 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2015-03-07 07:12
Thanks for the suggested change.  This problem and a similar change has already been suggested in open Issue16232.  Closing this issue as a duplicate and continuing the discussion there.
History
Date User Action Args
2022-04-11 14:58:13adminsetgithub: 67786
2015-03-07 07:12:27ned.deilysetstatus: open -> closed

superseder: curses.textpad.Textbox backtrace support

nosy: - ronaldoussoren
messages: + msg237421
resolution: duplicate
stage: resolved
2015-03-06 12:10:45serhiy.storchakasetnosy: + ronaldoussoren, ned.deily
components: + Extension Modules, macOS
2015-03-06 11:56:44ragreenercreate