setCursor
Sets the cursor shape for the current window.
Parameters
cursor | Cursor shape to use Example: |
fn
void setCursor(int cursor) nothrow @nogcditto
Sets the cursor shape with custom colors.
Parameters
cursor | Cursor shape to use |
fg | Foreground color |
bg | Background color |