Registered Member
|
Good evening everyone,
It seems to me to have come across a big bug in KDE! Distrib: opensuse leap version 42.2 The problem is at the console (Konsole xterm). The 'clear' command instead of simply generating a new page, deletes all the previous pages and leaves only the last x lines of the format of the console. The config of the 1000-line in console remains effective until a 'clear' is started. To check this I use the following command: $> for i in `seq 1 1 400`; do echo $i;x=$((i % 100));if [ $x = 0 ]; then echo "AH";clear;fi;done - in this case all the pages preceding the last 'clear' are eliminated, in fact only the last x lines corresponding to the format of the screen. - by removing the 'clear' command you keep the history of the pages up to the defined limit in the console config. This is extremely annoying and makes it virtually impossible to write and trace a program. To bypass this bug it is necessary to send all the tracing tags as well as the returns of the program to a file on disk! Impratiquable on a somewhat complex prog ... Do you have the same behavior on your machine? |
Global Moderator
|
Registered users: Bing [Bot], daret, Google [Bot], Sogou [Bot]