Searched refs:arrow (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/libs/edit/
H A Dterm.c1017 * Initialize the arrow key bindings from termcap
1022 fkey_t *arrow = el->el_term.t_fkey; local
1024 arrow[A_K_DN].name = "down";
1025 arrow[A_K_DN].key = T_kd;
1026 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY;
1027 arrow[A_K_DN].type = XK_CMD;
1029 arrow[A_K_UP].name = "up";
1030 arrow[A_K_UP].key = T_ku;
1031 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY;
1032 arrow[A_K_U
1062 fkey_t *arrow = el->el_term.t_fkey; local
1118 fkey_t *arrow = el->el_term.t_fkey; local
1137 fkey_t *arrow = el->el_term.t_fkey; local
1156 fkey_t *arrow = el->el_term.t_fkey; local
1176 fkey_t *arrow = el->el_term.t_fkey; local
[all...]
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp69 BPoint arrow[3]; local
70 arrow[0] = BPoint(b.left, center - 3.0);
71 arrow[1] = BPoint(b.left, center + 3.0);
72 arrow[2] = BPoint(b.left + 3.0, center);
74 FillPolygon(arrow, 3);
/haiku-fatelf/src/preferences/appearance/
H A DFakeScrollBar.cpp275 rgb_color arrow = tint_color(c, local
319 SetHighColor(arrow);
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.keys387 key_down kcud1 str kd KEY_DOWN 0402 YBCGE down-arrow key
405 key_left kcub1 str kl KEY_LEFT 0404 YBCGE left-arrow key
409 key_right kcuf1 str kr KEY_RIGHT 0405 YBCGE right-arrow key
413 key_up kcuu1 str ku KEY_UP 0403 YBCGE up-arrow key
531 key_sleft kLFT str #4 KEY_SLEFT 0611 ----- shifted left-arrow key
540 key_sright kRIT str %i KEY_SRIGHT 0622 ----- shifted right-arrow key
630 key_sup kUP str !5 KEY_SUP + ----- shifted up-arrow key
631 key_sdown kDOWN str !6 KEY_SDOWN + ----- shifted down-arrow key
637 key_c_left kclft str %k KEY_C_LEFT + ----- control- left-arrow key
641 key_c_right kcrit str %o KEY_C_RIGHT + ----- control- right-arrow ke
[all...]
H A DCaps.uwin353 key_down kcud1 str kd KEY_DOWN 0402 YBCGE down-arrow key
371 key_left kcub1 str kl KEY_LEFT 0404 YBCGE left-arrow key
375 key_right kcuf1 str kr KEY_RIGHT 0405 YBCGE right-arrow key
379 key_up kcuu1 str ku KEY_UP 0403 YBCGE up-arrow key
497 key_sleft kLFT str #4 KEY_SLEFT 0611 ----- shifted left-arrow key
506 key_sright kRIT str %i KEY_SRIGHT 0622 ----- shifted right-arrow key
671 # motion keys (including jkhl) and characters emitted by arrow keys on some
698 arrow_key_map OTma str ma - - YBC-- map arrow keys rogue(1) motion keys
H A DCaps385 key_down kcud1 str kd KEY_DOWN 0402 YBCGE down-arrow key
403 key_left kcub1 str kl KEY_LEFT 0404 YBCGE left-arrow key
407 key_right kcuf1 str kr KEY_RIGHT 0405 YBCGE right-arrow key
411 key_up kcuu1 str ku KEY_UP 0403 YBCGE up-arrow key
529 key_sleft kLFT str #4 KEY_SLEFT 0611 ----- shifted left-arrow key
538 key_sright kRIT str %i KEY_SRIGHT 0622 ----- shifted right-arrow key
845 # motion keys (including jkhl) and characters emitted by arrow keys on some
872 arrow_key_map OTma str ma - - YBC-- map arrow keys rogue(1) motion keys
H A DCaps.aix4385 key_down kcud1 str kd KEY_DOWN 0402 YBCGE down-arrow key
403 key_left kcub1 str kl KEY_LEFT 0404 YBCGE left-arrow key
407 key_right kcuf1 str kr KEY_RIGHT 0405 YBCGE right-arrow key
411 key_up kcuu1 str ku KEY_UP 0403 YBCGE up-arrow key
684 key_sleft kLFT str #4 KEY_SLEFT 0611 ----- shifted left-arrow key
693 key_sright kRIT str %i KEY_SRIGHT 0622 ----- shifted right-arrow key
947 # motion keys (including jkhl) and characters emitted by arrow keys on some
974 arrow_key_map OTma str ma - - YBC-- map arrow keys rogue(1) motion keys
H A DCaps.hpux11387 key_down kcud1 str kd KEY_DOWN 0402 YBCGE down-arrow key
405 key_left kcub1 str kl KEY_LEFT 0404 YBCGE left-arrow key
409 key_right kcuf1 str kr KEY_RIGHT 0405 YBCGE right-arrow key
413 key_up kcuu1 str ku KEY_UP 0403 YBCGE up-arrow key
590 key_sleft kLFT str #4 KEY_SLEFT 0611 ----- shifted left-arrow key
599 key_sright kRIT str %i KEY_SRIGHT 0622 ----- shifted right-arrow key
859 # motion keys (including jkhl) and characters emitted by arrow keys on some
886 arrow_key_map OTma str ma - - YBC-- map arrow keys rogue(1) motion keys
H A DCaps.osf1r5369 key_down kcud1 str kd KEY_DOWN 0402 YBCGE down-arrow key
387 key_left kcub1 str kl KEY_LEFT 0404 YBCGE left-arrow key
391 key_right kcuf1 str kr KEY_RIGHT 0405 YBCGE right-arrow key
395 key_up kcuu1 str ku KEY_UP 0403 YBCGE up-arrow key
685 key_sleft kLFT str #4 KEY_SLEFT 0611 ----- shifted left-arrow key
694 key_sright kRIT str %i KEY_SRIGHT 0622 ----- shifted right-arrow key
855 # motion keys (including jkhl) and characters emitted by arrow keys on some
882 arrow_key_map OTma str ma - - YBC-- map arrow keys rogue(1) motion keys
/haiku-fatelf/src/kits/interface/
H A DScrollBar.cpp49 // Quick constants for determining which arrow is down and are defined with
50 // respect to double arrow mode. ARROW1 and ARROW4 refer to the outer pair of
1759 rgb_color light, dark, darker, normal, arrow;
1765 arrow = tint_color(c, B_DARKEN_MAX_TINT);
1769 // - like a left arrow if the value == fMin
1784 arrow = tint_color(c, (B_DARKEN_MAX_TINT + B_DARKEN_4_TINT) / 2.0);
1790 arrow = tint_color(c, B_DARKEN_1_TINT);
1848 SetHighColor(arrow);
/haiku-fatelf/src/libs/ncurses/test/
H A Dncurses.c1153 show_attr(int row, int skip, bool arrow, chtype attr, const char *name) argument
1158 if (arrow)
1437 wide_show_attr(int row, int skip, bool arrow, chtype attr, short pair, const char *name) argument
1442 if (arrow)
1701 "Use up/down arrow to scroll through the display if it is");
1705 "in place up up/down arrow. Use pageup/pagedown to scroll a");
2224 P("You are in the RGB value editor. Use the arrow keys to select one of");
3210 HaveKeypad(curp) ? "Non-arrow" : "All other",
3235 /* arrows keys move cursor, return location at current on non-arrow key */
3970 "Use arrow key
[all...]
/haiku-fatelf/src/kits/tracker/
H A DPoseView.h557 BPose* FindNearbyPose(char arrow, int32* index);
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src355 # ROM graphics for control characters such as the diamond, up- and down-arrow.
377 # diamond and arrow characters under curses.
1794 # h right-arrow
1795 # k down-arrow
1935 # use the 5-key arrangement to model the arrow keys as suggested in the
2328 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
2331 # arrow keys. Emacs v19 is smarter and mines its keys directly out of
2375 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
2378 # arrow keys. Emacs v19 is smarter and mines its keys directly out of
4097 # use Emacs arrow key
[all...]
H A Dterminfo.tmp355 # ROM graphics for control characters such as the diamond, up- and down-arrow.
377 # diamond and arrow characters under curses.
1794 # h right-arrow
1795 # k down-arrow
1935 # use the 5-key arrangement to model the arrow keys as suggested in the
2328 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
2331 # arrow keys. Emacs v19 is smarter and mines its keys directly out of
2375 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
2378 # arrow keys. Emacs v19 is smarter and mines its keys directly out of
4097 # use Emacs arrow key
[all...]
/haiku-fatelf/src/libs/termcap/
H A Dtermcap.src341 # ROM graphics for control characters such as the diamond, up- and down-arrow.
364 # diamond and arrow characters under curses.
2642 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
2645 # arrow keys. Emacs v19 is smarter and mines its keys directly out of
2683 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
2686 # arrow keys. Emacs v19 is smarter and mines its keys directly out of
4903 # use Emacs arrow keys OFF
5578 # arrow keys send, if I recall correctly)
8409 # bits for the arrow keys to work.
8996 # bits for the arrow key
[all...]

Completed in 162 milliseconds