Searched refs:MSG_MOVE_TAB_LEFT (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/terminal/
H A DTermConst.h89 static const uint32 MSG_MOVE_TAB_LEFT = 'mvtl'; variable
H A DTermWindow.cpp315 AddShortcut(B_LEFT_ARROW, B_COMMAND_KEY | B_SHIFT_KEY, new BMessage(MSG_MOVE_TAB_LEFT));
1040 case MSG_MOVE_TAB_LEFT:
1043 message->what == MSG_MOVE_TAB_LEFT ? -1 : 1, true);

Completed in 25 milliseconds