With a C++ source file open in the editor, with the font set to "Terminal, and the font size set to 6, when the user enters text, the following bug occurs:
The cursor position continues to increase in distance from the character that is actually being entered. So, for example, if the user were to enter a long string of characters, or even just repeat the same character over and over, the cursor's position continues to distance itself from the last character entered. If the user attempts the move the cursor to a different column on the same row that the bug occurred on, the position of the cursor does not accurately reflect what letter would be affected if the user were to make any changes (i.e. delete, space, add characters.)
Paul Hindt
phindt-at-gmail-dot-com