pelzlpj / orpie

Curses-based RPN calculator
GNU General Public License v3.0
70 stars 5 forks source link

backspace does not work #17

Closed luxzeitlos closed 4 years ago

luxzeitlos commented 5 years ago

I'm running on nixos and use the packaged version. However when I enter some numbers, dont press to put them on the stack and then press nothing happens. However on the left in the help it says backspace is, well, backspace.

So pressing backspace in this situation is not doing anything: image

pelzlpj commented 5 years ago

Backspace unfortunately has some terminal portability issues. As a workaround, it is likely that ^H does what you want.

Paul

On Tue, Jul 2, 2019 at 9:18 AM Lukas Kohler notifications@github.com wrote:

I'm running on nixos and use the packaged version. However when I enter some numbers, dont press to put them on the stack and then press nothing happens. However on the left in the help it says backspace is, well, backspace.

So pressing backspace in this situation is not doing anything: [image: image] https://user-images.githubusercontent.com/1208273/60528846-ac1ccd00-9cf5-11e9-81fb-0aa03f508eb4.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pelzlpj/orpie/issues/17?email_source=notifications&email_token=AAAO5RRZQAKBVZQEYPYP3NTP5N5TTA5CNFSM4H45WEKKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G45WO4A, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAO5RT6XOP2Q4RTZLSLOU3P5N5TTANCNFSM4H45WEKA .

pelzlpj commented 4 years ago

In d5acae391e7d45dc347c78ff344450296a265e21 the default key bindings have been updated to map ASCII DEL to edit_backspace, which will likely address your issue.