Skip to content

closedcaption/caption.c: fix deletion

Trying to write "" in order to erase characters in the caption frame simply fails silently, the proper way to implement delete_to_end_of_row and backspace was to memset the relevant cells.

Merge request reports