ASSIGN_CURSOR    4399 src/haikuterm.c   ASSIGN_CURSOR (text_cursor,			CURSOR_ID_I_BEAM);
ASSIGN_CURSOR    4400 src/haikuterm.c   ASSIGN_CURSOR (nontext_cursor,		CURSOR_ID_SYSTEM_DEFAULT);
ASSIGN_CURSOR    4401 src/haikuterm.c   ASSIGN_CURSOR (modeline_cursor,		CURSOR_ID_CONTEXT_MENU);
ASSIGN_CURSOR    4402 src/haikuterm.c   ASSIGN_CURSOR (hand_cursor,			CURSOR_ID_GRAB);
ASSIGN_CURSOR    4403 src/haikuterm.c   ASSIGN_CURSOR (hourglass_cursor,		CURSOR_ID_PROGRESS);
ASSIGN_CURSOR    4404 src/haikuterm.c   ASSIGN_CURSOR (horizontal_drag_cursor,	CURSOR_ID_RESIZE_EAST_WEST);
ASSIGN_CURSOR    4405 src/haikuterm.c   ASSIGN_CURSOR (vertical_drag_cursor,		CURSOR_ID_RESIZE_NORTH_SOUTH);
ASSIGN_CURSOR    4406 src/haikuterm.c   ASSIGN_CURSOR (left_edge_cursor,		CURSOR_ID_RESIZE_WEST);
ASSIGN_CURSOR    4407 src/haikuterm.c   ASSIGN_CURSOR (top_left_corner_cursor,	CURSOR_ID_RESIZE_NORTH_WEST);
ASSIGN_CURSOR    4408 src/haikuterm.c   ASSIGN_CURSOR (top_edge_cursor,		CURSOR_ID_RESIZE_NORTH);
ASSIGN_CURSOR    4409 src/haikuterm.c   ASSIGN_CURSOR (top_right_corner_cursor,	CURSOR_ID_RESIZE_NORTH_EAST);
ASSIGN_CURSOR    4410 src/haikuterm.c   ASSIGN_CURSOR (right_edge_cursor,		CURSOR_ID_RESIZE_EAST);
ASSIGN_CURSOR    4411 src/haikuterm.c   ASSIGN_CURSOR (bottom_right_corner_cursor,	CURSOR_ID_RESIZE_SOUTH_EAST);
ASSIGN_CURSOR    4412 src/haikuterm.c   ASSIGN_CURSOR (bottom_edge_cursor,		CURSOR_ID_RESIZE_SOUTH);
ASSIGN_CURSOR    4413 src/haikuterm.c   ASSIGN_CURSOR (bottom_left_corner_cursor,	CURSOR_ID_RESIZE_SOUTH_WEST);
ASSIGN_CURSOR    4414 src/haikuterm.c   ASSIGN_CURSOR (no_cursor,			CURSOR_ID_NO_CURSOR);