[Konsole-devel] [Bug 146814] New: first line missing in stdout with execute command line option

guez at lmd.ens.fr guez at lmd.ens.fr
Fri Jun 15 09:24:15 UTC 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=146814         
           Summary: first line missing in stdout with execute command line
                    option
           Product: konsole
           Version: 1.6.4
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: konsole-devel kde org
        ReportedBy: guez lmd ens fr


Version:           1.6.4 (using KDE 3.5.4, compiled sources)
Compiler:          Target: i586-mandriva-linux-gnu
OS:                Linux (i686) release 2.6.17-14mdv

Consider the file "test.txt" with the following content:

$ cat test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26


If the default size of Konsole is 80x25 (PC IBM) then the command:

$ konsole --noclose -e cat test.txt 

produces a window with the result of the "cat" command, except that there is a blank line instead of the first line. If you decrease the number of lines below 25 in "test.txt" then you get all the lines, including the first. If you increase the number of lines, say to 40 lines for example, then you get all the lines (you can scroll to see them) except the first that is blank again.



More information about the konsole-devel mailing list