Line discipline under latest OS version [solved - see flushing line]

This forum is for general developer support questions.
Post Reply
User avatar
gdridi
Posts: 98
Joined: Sat Aug 11, 2012 11:17 am
Contact:

Line discipline under latest OS version [solved - see flushing line]

Post by gdridi »

Hello,

I have notice that when I enter text in my console and type return key that the line doesn’t appear twice.

Is it the responsibility of my handler (console ACTION_READ) to flush the line to the screen or whatever when it encounters NewLine char, so some (line of) text is display twice.

For the moment with FinalEdition update 2 (latest public on my A1222+) the line ending with NewLine are accumulating and forming a "multiline" ; treated correctly in ACTION_WRITE, when CTRL-\? is entered (input closed at the end).

Hope you take time to read me more:
viewtopic.php?t=5087

Perhaps the V54 pack cause this ?
Best regards

DGILLES
Post Reply