You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the features of MADO is the ability to use a cursor, which can be enabled in the configuration settings.
The cursor functions and window update processes are defined in screen.c and cursor.c. In particular, cursor.c uses a $20\times64$ array named _twin_cursor_default as input for twin_pixmap_create_const, which generates a default white cursor similar to the one in the Windows system.
A custom cursor tool, such as cursor-toolbox, can be created under the tools directory to provide more diverse cursor options.
One of the features of MADO is the ability to use a cursor, which can be enabled in the configuration settings.
The cursor functions and window update processes are defined in$20\times64$ array named
screen.c
andcursor.c
. In particular,cursor.c
uses a_twin_cursor_default
as input fortwin_pixmap_create_const
, which generates a default white cursor similar to the one in the Windows system.A custom cursor tool, such as
cursor-toolbox
, can be created under the tools directory to provide more diverse cursor options.see https://github.com/charakterziffer/cursor-toolbox
The text was updated successfully, but these errors were encountered: