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

/haiku/src/apps/terminal/
H A DTermConst.h91 static const uint32 MSG_SWITCH_TAB_LEFT = 'swtl'; variable
H A DTermWindow.cpp313 AddShortcut(B_LEFT_ARROW, B_COMMAND_KEY, new BMessage(MSG_SWITCH_TAB_LEFT));
1046 case MSG_SWITCH_TAB_LEFT:
1049 message->what == MSG_SWITCH_TAB_LEFT ? -1 : 1, false);

Completed in 79 milliseconds