SetOutputAtInputCursorPosition

Sets the output cursor position to the input cursor position

Local Servers:nonblocking
Remote Servers:N/A
Classification:3.x, 4.x, 5.x, 6.x
Service:Screen Handling

Syntax

  #include <nwconio.h>  
   
  int SetOutputAtInputCursorPosition  (void); 
  

Return Values

The following table lists return values and descriptions.

Value

Hex

Name

Description

0

(0x00)

ESUCCESS

Successful.

23

(0x17)

ENO_SCRNS

Screen I/O was attempted when no screens were open.

Remarks

The output cursor position is set to the input cursor position on the current screen.

See Also

GetPositionOfOutputCursor, gotoxy, SetInputAtOutputCursorPosition, wherex, wherey