GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TICKIT_WINDOW_SET_CURSOR_POSITION(3) FreeBSD Library Functions Manual TICKIT_WINDOW_SET_CURSOR_POSITION(3)

tickit_window_set_cursor_position, tickit_window_set_cursor_visible, tickit_window_set_cursor_shape - modify the cursor state on a window

#include <tickit.h>

void tickit_window_set_cursor_position(TickitWindow *win, int line, int col);
void tickit_window_set_cursor_visible(TickitWindow *win, bool visible);
void tickit_window_set_cursor_shape(TickitWindow *win, TickitCursorShape shape);

Link with -ltickit.

tickit_window_set_cursor_position() sets the position within the given window where the terminal cursor would be displayed, if the window has the focus.

tickit_window_set_cursor_visible() sets whether the terminal cursor is visible when the given window has the focus.

tickit_window_set_cursor_shape() sets what shape the terminal cursor will have if the given window has the focus.

Note that none of these functions actually affect the input focus directly, they simply set what the state of the cursor will be if the given window has the input focus. To set the input focus, see tickit_window_take_focus(3).

These functions all return no value.

tickit_window_new(3), tickit_window_take_focus(3), tickit_window(7), tickit_rect(7), tickit(7)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.