Home
last modified time | relevance | path

Searched refs:scroll_start (Results 1 – 25 of 39) sorted by relevance

12

/dports/irc/epic4/help/4_Misc/window/
H A Dscroll_start1 # $EPIC: scroll_start,v 1.2 2005/03/08 05:53:31 jnelson Exp $
3 window scroll_start
9 When the scrollback view is active (after you use scroll_start), new
16 window(4) scroll_end, scroll_forward, scroll_start; lastlog(1); set(4)
H A Dscroll_end17 window(4) scroll_end, scroll_forward, scroll_start; lastlog(1); set(4)
H A Dscroll_backward22 bind(4) scroll_end, scroll_forward, scroll_start; lastlog(1); set(4)
/dports/deskutils/fff/fff-2.2/
H A Dfff309 local scroll_start=$scroll
316 ((scroll_start=previous_index-1))
317 ((scroll=scroll_start))
325 ((scroll_start=0))
331 ((scroll_start=list_total-max_items+1))
337 ((scroll_start=scroll-max_items/2))
338 ((scroll_end=scroll_start+max_items))
345 for ((i=scroll_start;i<scroll_end;i++)); {
347 ((i > scroll_start)) &&
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dlock_screen_media_controls_view_unittest.cc858 gfx::Point scroll_start( in TEST_F() local
860 gfx::Point scroll_end(scroll_start.x() + 50, scroll_start.y()); in TEST_F()
864 generator->GestureScrollSequence(scroll_start, scroll_end, in TEST_F()
877 gfx::Point scroll_start( in TEST_F() local
880 scroll_start.y()); in TEST_F()
884 generator->GestureScrollSequence(scroll_start, scroll_end, in TEST_F()
902 gfx::Point scroll_start( in TEST_F() local
904 gfx::Point scroll_end(scroll_start.x() + 10, scroll_start.y()); in TEST_F()
908 generator->GestureScrollSequence(scroll_start, scroll_end, in TEST_F()
928 gfx::Point scroll_start( in TEST_F() local
[all …]
/dports/irc/epic4/help/4_Misc/bind/
H A Dscroll_start1 # $EPIC: scroll_start,v 1.2 2000/09/18 22:21:57 jnelson Exp $
3 bind <key> scroll_start
H A Dscroll_end9 bind(4) scroll_backward, scroll_forward, scroll_start; lastlog(1);
H A Dscroll_forward17 bind(4) scroll_end, scroll_backward, scroll_start; lastlog(1); set(4)
H A Dscroll_backward20 bind(4) scroll_end, scroll_forward, scroll_start; lastlog(1); set(4)
/dports/games/chroma/chroma-1.20/
H A Dsdlmenudisplay.c494 int scroll_start; in menu_process() local
506 scroll_start = 0; in menu_process()
516 if(scroll_speed || scroll_start) in menu_process()
754 if(scroll_start != 0) in menu_process()
757 if(abs(scroll_start - my) > (font_height / 4)) in menu_process()
759 …pmenu->offset += (my - scroll_start) * menu_height_entries / (menu_scroll_y_max - menu_scroll_y_mi… in menu_process()
761 scroll_start = my; in menu_process()
848 scroll_start = my; in menu_process()
868 scroll_start = 0; in menu_process()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py71 def scroll_start(self): member in RootFrame
76 (x, y) = self.scroll_start()
113 (x, y) = self.scroll_start()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py71 def scroll_start(self): member in RootFrame
76 (x, y) = self.scroll_start()
113 (x, y) = self.scroll_start()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py71 def scroll_start(self): member in RootFrame
76 (x, y) = self.scroll_start()
113 (x, y) = self.scroll_start()
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/
H A Dst-scroll-bar.h41 void (*scroll_start) (StScrollBar *bar); member
/dports/net/guacamole-server/guacamole-server-1.3.0/src/terminal/
H A Dterminal_handlers.c64 guac_terminal_scroll_up(term, term->scroll_start, in guac_terminal_linefeed()
84 if (term->cursor_row == term->scroll_start) in guac_terminal_reverse_linefeed()
85 guac_terminal_scroll_down(term, term->scroll_start, in guac_terminal_reverse_linefeed()
1033 term->scroll_start = argv[0]-1; in guac_terminal_csi()
1039 term->scroll_start = 0; in guac_terminal_csi()
/dports/cad/sp2sp/gwave2-20090213/src/
H A Dcmd.c55 double scroll_start, scroll_end; in cmd_zoom_absolute() local
73 scroll_start = ( wtable->start_xval - wtable->min_xval ) in cmd_zoom_absolute()
78 scroll_start = log( wtable->start_xval / wtable->min_xval ) in cmd_zoom_absolute()
83 wtable->hsadj->page_size = fabs( scroll_end - scroll_start ); in cmd_zoom_absolute()
87 wtable->hsadj->value = scroll_start; in cmd_zoom_absolute()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dmenu.c758 if (menu->scroll_start > 0) {
1093 if (menu->scroll_start > 0) {
1126 if (menu->scroll_start > 0) {
1174 } else if (menu->scroll_start > 0) {
1221 if (menu->scroll_start > 0) {
1247 if (menu->scroll_start > 0) {
1711 menu_x = x-menu->scroll_start-windowPadding;
1840 if (menu->scroll_start > 0) {
2411 menu->scroll_start = (item_h*max_rows);
2494 menu->scroll_start = total_w;
[all …]
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dst-scroll-bar.h63 void (*scroll_start) (StScrollBar *bar); member
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/help/bind/
H A Dscroll_start1 ! $Id: scroll_start,v 1.3 2002-02-19 19:43:28 f Exp $
/dports/irc/ircII/ircii-20210314/help/bind/
H A Dscroll_start1 ! $eterna: scroll_start,v 1.7 2018/06/10 08:17:38 mrg Exp $
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-text.h163 gulong scroll_start; /* Starting time for scroll (microseconds) */ member
H A De-cell-text.c172 gulong scroll_start; /* Starting time for scroll (microseconds) */ member
1207 g_timer_elapsed (edit->timer, &(edit->scroll_start)); in ect_enter_edit()
1214 edit->scroll_start = 0; in ect_enter_edit()
2158 if (edit->scroll_start + SCROLL_WAIT_TIME > 1000000) { in _blink_scroll_timeout()
2159 if (current_time > edit->scroll_start - (1000000 - SCROLL_WAIT_TIME) && in _blink_scroll_timeout()
2160 current_time < edit->scroll_start) in _blink_scroll_timeout()
2163 if (current_time > edit->scroll_start + SCROLL_WAIT_TIME || in _blink_scroll_timeout()
2164 current_time < edit->scroll_start) in _blink_scroll_timeout()
2197 edit->scroll_start = current_time; in _blink_scroll_timeout()
H A De-text.c1461 if (text->scroll_start + SCROLL_WAIT_TIME > 1000000) { in _blink_scroll_timeout()
1462 if (current_time > text->scroll_start - (1000000 - SCROLL_WAIT_TIME) && in _blink_scroll_timeout()
1463 current_time < text->scroll_start) in _blink_scroll_timeout()
1466 if (current_time > text->scroll_start + SCROLL_WAIT_TIME || in _blink_scroll_timeout()
1467 current_time < text->scroll_start) in _blink_scroll_timeout()
1515 text->scroll_start = current_time; in _blink_scroll_timeout()
1567 g_timer_elapsed (text->timer, &(text->scroll_start)); in start_editing()
3317 text->scroll_start = 0; in e_text_init()
/dports/net/guacamole-server/guacamole-server-1.3.0/src/terminal/terminal/
H A Dterminal.h317 int scroll_start; member
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dterm.pro56 void scroll_start(void);

12