Ticket #4848: put-raw_chars.patch

File put-raw_chars.patch, 479 bytes (added by hiron, 14 years ago)
  • src/servers/input/BottomlineWindow.cpp

     
    103103            newEvent->AddInt64("when", system_time());
    104104            BString bytes(string + offset, nextOffset - offset);
    105105            newEvent->AddString("bytes", bytes);
     106            newEvent->AddInt32("raw_char", 0x0a);
    106107            newEvents.AddItem(newEvent);
    107108        }
    108109