Home
last modified time | relevance | path

Searched refs:scrollback (Results 1 – 25 of 1875) sorted by relevance

12345678910>>...75

/dports/www/anyterm/anyterm-1.1.29/src/
H A DScreen.hh38 Screen(int rows, int cols, int scrollback=0): in Screen() argument
39 rows_(rows), cols_(cols), scrollback_(scrollback), in Screen()
43 for (int r=0; r<scrollback; ++r) { in Screen()
66 int scrollback() const { in scrollback() function in Screen
86 wrap = (wrap+n)%(rows()+scrollback()); in scroll_down()
89 std::rotate(cells.begin()+scrollback()+top, cells.begin()+scrollback()+top+n, in scroll_down()
90 cells.begin()+scrollback()+bottom+1); in scroll_down()
101 wrap = (wrap-n)%(rows()+scrollback()); in scroll_up()
104 std::rotate(cells.begin()+scrollback()+top, cells.begin()+scrollback()+bottom+1-n, in scroll_up()
105 cells.begin()+scrollback()+bottom+1); in scroll_up()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/vt100-0.8.1/tests/
H A Dscroll.rs75 fn scrollback() { in scrollback() function
85 assert_eq!(parser.screen().scrollback(), 0); in scrollback()
89 assert_eq!(parser.screen().scrollback(), 1); in scrollback()
93 assert_eq!(parser.screen().scrollback(), 3); in scrollback()
97 assert_eq!(parser.screen().scrollback(), 6); in scrollback()
101 assert_eq!(parser.screen().scrollback(), 6); in scrollback()
105 assert_eq!(parser.screen().scrollback(), 0); in scrollback()
109 assert_eq!(parser.screen().scrollback(), 6); in scrollback()
113 assert_eq!(parser.screen().scrollback(), 7); in scrollback()
117 assert_eq!(parser.screen().scrollback(), 8); in scrollback()
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/modules/console/
H A Dcomplete_calltip.py177 scrollback = ''
191 scrollback = func_word.split('.')[-1] + (argspec or '()')
192 if doc.startswith(scrollback):
193 scrollback = doc
195 scrollback += '\n' + doc
196 scrollback = reduce_newlines(scrollback)
198 return matches, word, scrollback
H A Dintellisense.py124 matches, word, scrollback = complete_calltip.complete(
132 scrollback = ''
140 scrollback = '\n'.join(
154 return line, cursor, scrollback
/dports/irc/epic5/epic5-2.1.6/doc/
H A Dscrollind3 We want to support a 'scrollback indicator' that will tell you what has
4 displayed since you went into scrollback mode. When you scroll down, you
9 Each window has its own scrollback indicator which is just a (Display)
10 object which is not linked into the scrollback.
14 Whenever you initiate a scrollback, if the indicator is:
25 scrollback.
31 counted as part of the scrollback for counting purposes. The indicator's
32 'count' value must always be set to -1 when it is removed from scrollback.
48 scrollback view is changed.
66 scrollback to the indicator, then do a recalculate, which will auto-detect
[all …]
/dports/x11-toolkits/vte/vte-0.28.2/python/
H A Dvte-demo.py31 scrollback = 100 variable
56 scrollback = string.atoi(argpair[1]) variable
57 if (scrollback == 0):
58 scrollback = 100 variable
60 print "Setting scrollback size to `" + str(scrollback) + "'."
76 terminal.set_scrollback_lines(scrollback)
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/gl/
H A Dgl_win.c350 assert(! win->scrollback); in Sdlgl_display_nhwindow()
432 assert(win->scrollback); in Sdlgl_dismiss_nhwindow()
433 sdlgl_free_tilewin(win->scrollback); in Sdlgl_dismiss_nhwindow()
434 win->scrollback = NULL; in Sdlgl_dismiss_nhwindow()
765 pixel_h = win->scrollback->scale_h; in Sdlgl_doprev_message()
785 pixel_h = win->scrollback->scale_h * shown; in Sdlgl_doprev_message()
815 pixel_h = win->scrollback->scale_h * shown; in Sdlgl_doprev_message()
820 sdlgl_unmap_tilewin(win->scrollback); in Sdlgl_doprev_message()
833 assert(win && win->scrollback); in sdlgl_adjust_scrollback()
864 sdlgl_set_pan(win->scrollback, win->scrollback->pan_x, in sdlgl_adjust_scrollback()
[all …]
/dports/irc/epic4/help/4_Misc/window/
H A Dscrollback1 # $EPIC: scrollback,v 1.3 2005/03/08 05:53:31 jnelson Exp $
3 window scrollback [<lines>]
7 window's scrollback buffer before it is discarded. This buffer is distinct
11 set(4) scrollback_ratio, scrollback
H A Dscroll_backward6 This operation moves the scrollback view backwards (towards older output).
9 when you scroll backward for the scrollback view to become the current
12 When you reach the top of the scrollback buffer, further attempts to go
15 When the scrollback view is active (after you use scroll_backward), new
H A Dscroll_start6 This operation moves the scrollback view to the top of the scrollback
9 When the scrollback view is active (after you use scroll_start), new
H A Dscroll_forward6 This operation moves the scrollback view forwards (towards newer output).
9 the point where the normal view is, the scrollback view is automatically
/dports/graphics/gegl/gegl-0.4.34/bin/
H A Dargvs.c31 extern MrgList *scrollback;
38 MrgString *line = mrg_string_new (scrollback?scrollback->data:"");\
41 char *old = scrollback ? scrollback->data : NULL;\
44 mrg_list_remove (&scrollback, old);\
46 mrg_list_prepend (&scrollback, strdup (line->str));\
47 mrg_list_prepend (&scrollback, strdup (""));\
50 char *old = scrollback ? scrollback->data : NULL;\
54 mrg_list_remove (&scrollback, old);\
56 mrg_list_prepend (&scrollback, strdup (line->str));\
/dports/irc/epic4/help/4_Misc/bind/
H A Dscroll_start6 This function causes the client to enter scrollback mode. This allows
8 received while in scrollback mode are queued, and are not displayed
9 until the client exits scrollback mode. It is generally a good idea to
10 set HOLD_MODE on while in scrollback mode.
H A Dscroll_backward7 scrollback view backward (towards older output). The amount it moves is
9 usual and customary when you scroll backward for the scrollback view to
13 have already reached the start of the scrollback buffer.
15 When the scrollback view is active (after you use scroll_backward), new
H A Dclear_screen9 mode or scrollback, you will not see any change to the window until you
10 exit hold mode or scrollback.
/dports/x11/foot/foot/
H A Dfoot.ini43 [scrollback] section
107 # scrollback-indicator=<regular0> <bright4>
123 # scrollback-up-page=Shift+Page_Up
124 # scrollback-up-half-page=none
125 # scrollback-up-line=none
126 # scrollback-down-page=Shift+Page_Down
127 # scrollback-down-half-page=none
128 # scrollback-down-line=none
141 # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
H A DCHANGELOG.md374 scrollback search is active.
561 * `scrollback-*`+`pipe-scrollback` key bindings are now passed through
724 * URL labels, scrollback search box or scrollback position indicator
1072 * Key binding action `scrollback-up` and `scrollback-down`.
1208 * **scrollback** option in `foot.ini`. Use **scrollback.lines**
1210 * **scrollback-up** key binding. Use **scrollback-up-page** instead.
1211 * **scrollback-down** key binding. Use **scrollback-down-page**
1258 * **scrollback-up-half-page** and **scrollback-down-half-page** key
1261 * **scrollback-up-line** and **scrollback-down-line** key
1285 * **scrollback-up/down** renamed to **scrollback-up/down-page**.
[all …]
/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Dsyscode.c484 { term=HP_TERM; scrollback=TRUE; tty_lines=24; } in tty_init()
489 { term=ANSI; scrollback=TRUE; tty_lines=24; } in tty_init()
491 { term=ANSI; scrollback=TRUE; tty_lines=24; } in tty_init()
493 { term=ANSI; scrollback=TRUE; tty_lines=34; } in tty_init()
495 { term=ANSI; scrollback=FALSE; tty_lines=25; } in tty_init()
513 { scrollback=TRUE; term=HP_TERM; tty_lines=24; } in tty_init()
515 { scrollback=TRUE; term=ANSI; tty_lines=24; } in tty_init()
517 { scrollback=FALSE; term=ANSI; tty_lines=24; } in tty_init()
519 { scrollback=FALSE; term=ANSI; tty_lines=25; } in tty_init()
740 if (term==PC_CONSOLE) scrollback=TRUE; else scrollback=FALSE;
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/modules/
H A Dconsole_python.py248 scrollback = ""
268 current_line.body, current_line.current_character, scrollback = result
285 if scrollback != '':
292 if scrollback:
293 add_scrollback(scrollback, 'INFO')
317 for line in sc.scrollback:
/dports/x11/kitty/kitty-0.23.1/docs/
H A Dpipe.rst14 For example, the following in :file:`kitty.conf` will open the scrollback
68 Plain text, current screen + scrollback buffer
71 Text with formatting, current screen + scrollback buffer
88 Plain text, secondary screen + scrollback, if any.
91 Text with formatting, secondary screen + scrollback, if any.
H A Dunscroll.rst10 This extension allows the new lines to be filled in from the scrollback buffer
18 If the scrollback buffer is empty or there is no scrollback buffer, such as for
/dports/sysutils/dvtm/dvtm-0.15/
H A Dconfig.def.h120 { { MOD, KEY_PPAGE, }, { scrollback, { "-1" } } },
121 { { MOD, KEY_NPAGE, }, { scrollback, { "1" } } },
124 { { KEY_SPREVIOUS, }, { scrollback, { "-1" } } },
125 { { KEY_SNEXT, }, { scrollback, { "1" } } },
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/vt100-0.8.1/src/
H A Dgrid.rs14 scrollback: std::collections::VecDeque<crate::row::Row>, field
30 scrollback: std::collections::VecDeque::new(), in new()
110 let scrollback_len = self.scrollback.len(); in visible_rows()
112 self.scrollback in visible_rows()
177 pub fn scrollback(&self) -> usize { in scrollback() method
182 self.scrollback_offset = rows.min(self.scrollback.len()); in set_scrollback()
512 self.scrollback.push_back(removed); in scroll_up()
513 while self.scrollback.len() > self.scrollback_len { in scroll_up()
514 self.scrollback.pop_front(); in scroll_up()
518 self.scrollback.len().min(self.scrollback_offset + 1); in scroll_up()
/dports/graphics/guilib/GUIlib-1.2.1/
H A DGUI_termwin.cpp17 void (*KeyProc)(SDLKey key, Uint16 unicode), int scrollback) in GUI_TermWin() argument
30 if ( scrollback == 0 ) { in GUI_TermWin()
31 scrollback = rows; in GUI_TermWin()
33 total_rows = scrollback; in GUI_TermWin()
/dports/irc/epic4/help/6_Functions/
H A Dwindowctl84 - How many lines are actually in the window's scrollback buffer
86 - How many lines the scrollback buffer will hold before rolling off.
89 scrollback buffer.
92 scrollback buffer. -1 we're not in hold mode
94 - How many lines the top of the scrollback view is from the bottom of the
95 scrollback buffer. -1 if we're not in scrollback mode

12345678910>>...75