Home
last modified time | relevance | path

Searched refs:KEYSYM_POPMARK (Results 1 – 4 of 4) sorted by relevance

/dports/editors/led/led-2.0/src/
H A Dinput.h107 KEYSYM_POPMARK, enumerator
H A Dinput.c135 keybind_define(KEYSYM_POPMARK, "\\33 "); in input_init()
H A Dvdefault.c132 case KEYSYM_POPMARK: command_popmark(v); break; in vdefault_input()
H A Dcommand.c101 command_add("popmark", KEYSYM_POPMARK); in command_init()