Bug 147011 - Several problems with input in konsole
Summary: Several problems with input in konsole
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.0 alpha
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-20 21:54 UTC by Isaac Clerencia
Modified: 2007-06-23 04:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.