ncurses problem
Brought to you by:
rexx
The input behavior of 'the' changed after updating from SUSE 11.4 to 12.3.
The same problem occus when I use the 'old binary.
In input the input mode and when using 'insert', the characters and the shift of the lines updates only after the 'enter' command.
(in .therc I use 'compat Kedit Kedit Xedit')
Example for editing a file:
1) Let's have a line with
TEST
2) Insert a '1' between TE and ST
The screen appears as
TEST
till pressing the enter key (leaving the input mode), and I get
TE1ST
Prior to the change, the letters are shifted 'right away'
Remark: xthe does the right (old) behavior, nthe does not.
Thanks,
Peter