Bug 179598 - konsole previous command (up arrow) is incomplete
Summary: konsole previous command (up arrow) is incomplete
Status: RESOLVED DUPLICATE of bug 163176
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-04 13:34 UTC by SlashDevDsp
Modified: 2009-02-22 18:58 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 SlashDevDsp 2009-01-04 13:34:46 UTC
Version:            (using Devel)
Compiler:          g++ 4.1.3 
OS:                Linux
Installed from:    Compiled sources

hit uparrow to complete a previous command, shows imconplete previous command if the length of the command is larger than the width of current konsole.

to reproduce the problem:
1. in konsole type: 
echo "network/interfaces/lo/transmitteth0/data" | ./kde/bin/ksysguardd
2. this command spans 2 lines in the current konsole setting - 
(konsole size 78x15, font: monospace, size 8)
3. hit the uparrow to see the above command, and what i see is:
echo "network/interfaces/lo/transmitteth0/data"/ksysguardd /
which is not the command specified in 1

I am using Xorg 1.3, nvidia driver 180.16.

ps: I am not sure if this is related to bug #163176

screenshot of konsole shows first line with the issued command and last line(displayed by konsole by hitting the up-arrow to display previous command - which do not match)
http://img223.imageshack.us/img223/151/snapshot2ew5.jpg
Comment 1 SlashDevDsp 2009-01-04 13:41:30 UTC
The bug seems to be present with and without compositor(kwin - desktop effects)
Comment 2 Kurt Hindenburg 2009-02-22 18:58:09 UTC
Sounds like the same as 163176

*** This bug has been marked as a duplicate of bug 163176 ***