ASSIGN_CURSOR    4414 src/haikuterm.c   ASSIGN_CURSOR (text_cursor,			CURSOR_ID_I_BEAM);
ASSIGN_CURSOR    4415 src/haikuterm.c   ASSIGN_CURSOR (nontext_cursor,		CURSOR_ID_SYSTEM_DEFAULT);
ASSIGN_CURSOR    4416 src/haikuterm.c   ASSIGN_CURSOR (modeline_cursor,		CURSOR_ID_CONTEXT_MENU);
ASSIGN_CURSOR    4417 src/haikuterm.c   ASSIGN_CURSOR (hand_cursor,			CURSOR_ID_GRAB);
ASSIGN_CURSOR    4418 src/haikuterm.c   ASSIGN_CURSOR (hourglass_cursor,		CURSOR_ID_PROGRESS);
ASSIGN_CURSOR    4419 src/haikuterm.c   ASSIGN_CURSOR (horizontal_drag_cursor,	CURSOR_ID_RESIZE_EAST_WEST);
ASSIGN_CURSOR    4420 src/haikuterm.c   ASSIGN_CURSOR (vertical_drag_cursor,		CURSOR_ID_RESIZE_NORTH_SOUTH);
ASSIGN_CURSOR    4421 src/haikuterm.c   ASSIGN_CURSOR (left_edge_cursor,		CURSOR_ID_RESIZE_WEST);
ASSIGN_CURSOR    4422 src/haikuterm.c   ASSIGN_CURSOR (top_left_corner_cursor,	CURSOR_ID_RESIZE_NORTH_WEST);
ASSIGN_CURSOR    4423 src/haikuterm.c   ASSIGN_CURSOR (top_edge_cursor,		CURSOR_ID_RESIZE_NORTH);
ASSIGN_CURSOR    4424 src/haikuterm.c   ASSIGN_CURSOR (top_right_corner_cursor,	CURSOR_ID_RESIZE_NORTH_EAST);
ASSIGN_CURSOR    4425 src/haikuterm.c   ASSIGN_CURSOR (right_edge_cursor,		CURSOR_ID_RESIZE_EAST);
ASSIGN_CURSOR    4426 src/haikuterm.c   ASSIGN_CURSOR (bottom_right_corner_cursor,	CURSOR_ID_RESIZE_SOUTH_EAST);
ASSIGN_CURSOR    4427 src/haikuterm.c   ASSIGN_CURSOR (bottom_edge_cursor,		CURSOR_ID_RESIZE_SOUTH);
ASSIGN_CURSOR    4428 src/haikuterm.c   ASSIGN_CURSOR (bottom_left_corner_cursor,	CURSOR_ID_RESIZE_SOUTH_WEST);
ASSIGN_CURSOR    4429 src/haikuterm.c   ASSIGN_CURSOR (no_cursor,			CURSOR_ID_NO_CURSOR);