mirror of
https://github.com/xdsopl/robot36.git
synced 2025-12-06 07:12:07 +01:00
only correct line number if were free running
This commit is contained in:
parent
e4d0264d95
commit
9137d729d8
|
|
@ -63,7 +63,7 @@ static void save_buffer()
|
|||
static void robot36_decoder()
|
||||
{
|
||||
static prev_timeout;
|
||||
if (!prev_timeout && 2 * abs(seperator_counter) > seperator_length)
|
||||
if (!buffer_cleared && !prev_timeout && 2 * abs(seperator_counter) > seperator_length)
|
||||
vpos = (~1 & vpos) | (seperator_counter > 0);
|
||||
prev_timeout = hpos >= maximum_length;
|
||||
if (vpos & 1) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue