mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
Spacing (no tabs).
This commit is contained in:
@@ -145,6 +145,6 @@ int setsyx(int y, int x)
|
||||
{
|
||||
curscr->_leaveit = FALSE;
|
||||
wmove(curscr, y, x);
|
||||
return OK;
|
||||
return OK;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user