Opened 20 years ago

Closed 20 years ago

Last modified 5 years ago

#1609 closed defect (fixed)

ALL: Misaligned lines in the debug console

Reported by: eriktorbjorn Owned by: eriktorbjorn
Priority: low Component: --Other--
Version: Keywords:
Cc: Game:

Description

The debug console uses a circular buffer to store the text in it. When this buffer wraps around, the lines are drawn "misaligned", e.g. the input prompt is no longer at the left side of the screen.

I think the problem happens because some part of the code - I'm not sure which one - assumes that the buffer size is a multiple of the line length.

This happens with the latest CVS snapshot of ScummVM, and I noticed it because I was debugging the new BS2 memory manager. (The "mem" debugger command produces a lot of output.)

Ticket imported from: #941811. Ticket imported from: bugs/1609.

Change History (5)

comment:1 by fingolfin, 20 years ago

Priority: normallow

comment:2 by wjp, 20 years ago

Patch #956989 should fix this.

comment:3 by eriktorbjorn, 20 years ago

Owner: set to eriktorbjorn
Resolution: fixed
Status: newclosed

comment:4 by eriktorbjorn, 20 years ago

Fixed by patch #956989.

comment:5 by digitall, 5 years ago

Component: --Unset----Other--
Note: See TracTickets for help on using tickets.