===========================================================================
| 10155 | |
| 10156 | //=========================================================================== |
| 10157 | void DebuggerCursorNext () |
| 10158 | { |
| 10159 | g_bInputCursor ^= true; |
| 10160 | if (g_bInputCursor) |
| 10161 | ConsoleUpdateCursor( g_aInputCursor[ g_iInputCursor ] ); |
| 10162 | else |
| 10163 | ConsoleUpdateCursor( 0 ); // show char under cursor |
| 10164 | } |
| 10165 | |
| 10166 | |
| 10167 | //=========================================================================== |
no test coverage detected