Skip to content

Remove block of code that should not be there, and should do nothing.

Matan Ziv-Av requested to merge matan/konsole:fix-osc-sm into master

A block of code was inserted in !594 (merged) (fc014e99) that belongs to another OSC.

Thid code actually did something, So fix a bug in OSC 1337 state machine: we start the machine on the first character, so process the character immediately after starting the machine.

Merge request reports