Home
last modified time | relevance | path

Searched refs:GotoTag (Results 1 – 8 of 8) sorted by relevance

/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/handlers/
H A Dcommand_handler.rs51 Command::GotoTag(tag) => goto_tag(state, *tag), in process_internal()
653 assert!(!manager.command_handler(&Command::GotoTag(6))); in go_to_tag_should_return_false_if_no_screen_is_created()
654 assert!(!manager.command_handler(&Command::GotoTag(2))); in go_to_tag_should_return_false_if_no_screen_is_created()
664 assert!(manager.command_handler(&Command::GotoTag(2))); in go_to_tag_should_create_at_least_one_tag_per_screen_no_more()
665 assert!(manager.command_handler(&Command::GotoTag(1))); in go_to_tag_should_create_at_least_one_tag_per_screen_no_more()
667 assert!(!manager.command_handler(&Command::GotoTag(3))); in go_to_tag_should_create_at_least_one_tag_per_screen_no_more()
681 assert!(!manager.command_handler(&Command::GotoTag(0))); in go_to_tag_should_return_false_on_invalid_input()
698 assert!(manager.command_handler(&Command::GotoTag(6))); in go_to_tag_should_go_to_tag_and_set_history()
702 assert!(manager.command_handler(&Command::GotoTag(2))); in go_to_tag_should_go_to_tag_and_set_history()
706 assert!(manager.command_handler(&Command::GotoTag(3))); in go_to_tag_should_go_to_tag_and_set_history()
[all …]
/dports/editors/fte/fte/src/
H A De_tags.cpp350 static int GotoTag(int M, EView *View) { function
401 if (!GotoTag(M, View))
450 if (GotoTag(M, View) == 0)
541 return GotoTag(TagPosition, View);
557 return GotoTag(TagPosition, View);
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm/src/
H A Dcommand.rs23 GotoTag, enumerator
H A Dconfig.rs52 BaseCommand::GotoTag => leftwm_core::Command::GotoTag( in try_from()
641 command: BaseCommand::GotoTag, in default()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/
H A Dcommand.rs14 GotoTag(TagId), enumerator
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/display_servers/xlib_display_server/
H A Devent_translate_client_message.rs18 return Some(DisplayEvent::SendCommand(Command::GotoTag(index + 1))); in from_event()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/config/
H A Dmod.rs110 "GotoTag2" => manager.command_handler(&crate::Command::GotoTag(2)), in command_handler()
/dports/x11-wm/leftwm/leftwm-0.2.11/
H A DCHANGELOG74 - GotoTag sends screen to previously viewed tag