Home
last modified time | relevance | path

Searched refs:shift_selection (Results 1 – 11 of 11) sorted by relevance

/dports/editors/mined/mined-2015.25/src/
H A Ddispatch.c64 if (shift_selection) { in HOMEkey()
112 (small_home_selection || (shift_selection && ! mined_keypad))) { in smallHOMEkey()
117 if (shift_selection) { in smallHOMEkey()
162 if (shift_selection) { in ENDkey()
210 (small_home_selection || (shift_selection && ! mined_keypad))) { in smallENDkey()
215 if (shift_selection) { in smallENDkey()
838 if (shift_selection && (keyshift & shift_mask)) { in HOP()
H A Dmined1.c650 if (shift_selection && (mouse_shift & shift_button)) { in MOUSEfunction()
670 if (! shift_selection) { in MOUSEfunction()
5104 shift_selection = False; in emul_mined()
5126 shift_selection = False; in emul_emacs()
5148 shift_selection = True; in emul_WordStar()
5170 shift_selection = True; in emul_Windows()
5192 shift_selection = True; in emul_pico()
5206 shift_selection = False; in set_keypad_mined()
5216 shift_selection = UNSURE; in set_keypad_shift_selection()
5226 shift_selection = True; in set_keypad_windows()
[all …]
H A Dmined.h498 extern FLAG shift_selection; /* selection highlighting on shift-cursor */
499 #define apply_shift_selection (shift_selection && (shift_selection == True || (keyshift & shift_mas…
H A Dedit.c2214 } else if ((shift_selection == True) && (keyshift & ctrl_mask)) { in DCC()
2311 } else if ((shift_selection == True) && (keyshift & ctrlshift_mask)) { in DPC()
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dlistview_curses.cc107 this->shift_selection(1); in handle_key()
116 this->shift_selection(-1); in handle_key()
338 void listview_curses::shift_selection(int offset) in shift_selection() function in listview_curses
H A Dlistview_curses.hh214 void shift_selection(int offset);
/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dpage_patedit.c210 } shift_selection = { 0, 0, 0 }; variable
1162 shift_selection.in_progress = 1; in shift_selection_begin()
1163 shift_selection.first_channel = current_channel; in shift_selection_begin()
1164 shift_selection.first_row = current_row; in shift_selection_begin()
1169 if (shift_selection.in_progress) { in shift_selection_update()
1172 selection.first_row = shift_selection.first_row; in shift_selection_update()
1180 shift_selection.in_progress = 0; in shift_selection_end()
4064 if (shift_selection.in_progress) break; in pattern_editor_handle_key()
4134 if (!shift_selection.in_progress) { in pattern_editor_handle_key()
4375 if (shift_selection.in_progress) in pattern_editor_handle_key()
[all …]
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlengine.h212 gboolean shift_selection; member
H A Dgtkhtml.c2493 if (e->shift_selection || e->mark) { in focus()
2496 e->shift_selection = FALSE; in focus()
5071 } else if (html->engine->shift_selection || html->engine->mark) { in cursor_move()
5074 html->engine->shift_selection = FALSE; in cursor_move()
5179 html->engine->shift_selection = TRUE; in move_selection()
H A Dhtmlengine.c4648 engine->shift_selection = FALSE;
/dports/cad/opencascade/opencascade-7.6.0/dox/user_guides/draw_test_harness/
H A Ddraw_test_harness.md1423 vselect x1 y1 [x2 y2 [x3 y3 ... xn yn]] [-allowoverlap 0|1] [shift_selection = 0|1]
1432 * any of these selections if shift_selection is set to 1.