Bug 147011

Summary: Several problems with input in konsole
Product: [Applications] konsole Reporter: Isaac Clerencia <isaac>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.0 alpha   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Isaac Clerencia 2007-06-20 21:54:21 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

I have several input problems in konsole.

a) I use irssi and irssi uses Alt+<number> to switch between windows. It doesn't work, only the number gets sent to konsole.

b) (not really an input problem) TERM env var is not set by konsole

c) When I'm in vim, pressing <backspace> while in edit mode or while typing a command renders "^?" instead of deleting
Comment 1 Robert Knight 2007-06-21 01:33:28 UTC
a) Fixed by commit #678227
c) Fixed by commit #678246
Comment 2 Isaac Clerencia 2007-06-21 08:58:53 UTC
Cool, it works great, but now pressing and releasing Alt without pressing any other key doesn't put the focus on the menu, which should be the proper behaviour according to bug 66446.
Comment 3 Robert Knight 2007-06-23 04:11:56 UTC
Fixed b) by implementing loading/saving and editing of the environment as part of the profiles.  The default setting is "TERM=xterm", although pending the outcome of a discussion in another report, that should eventually become "TERM=konsole".

a) still needs work then.
Comment 4 Robert Knight 2007-06-23 04:23:40 UTC
>  but now pressing and releasing Alt without pressing 
> any other key doesn't put the focus on the menu

Fixed by commit #679105

Thanks for your help.