# | Line 122 | Line 122 | FILE* ONICALL DDrPrintWarning(int filena | |
---|---|---|
122 | _COrTextArea_Resize Oni_COrTextArea_Resize = (_COrTextArea_Resize)0; | |
123 | int16_t ONICALL DD_COrTextArea_Resize(void* inTextArea, UUtRect* inBounds, int16_t inNumTextEntries) { | |
124 | if (inTextArea == COgCommandLine) { | |
125 | < | inBounds->top -= 8; |
125 | > | inBounds->top -= 10; |
126 | > | } else if (inTextArea == COgConsoleLines) { |
127 | > | inBounds->bottom -= 10; |
128 | } | |
129 | return Oni_COrTextArea_Resize(inTextArea, inBounds, inNumTextEntries); | |
130 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |