Home
last modified time | relevance | path

Searched refs:callbacks (Results 1 – 22 of 22) sorted by relevance

/vim-8.2.3635/src/libvterm/src/
H A Dparser.c15 if(vt->parser.callbacks && vt->parser.callbacks->control) in do_control()
16 if((*vt->parser.callbacks->control)(control, vt->parser.cbdata)) in do_control()
35 if(vt->parser.callbacks && vt->parser.callbacks->csi) in do_csi()
36 if((*vt->parser.callbacks->csi)( in do_csi()
57 if(vt->parser.callbacks && vt->parser.callbacks->escape) in do_escape()
58 if((*vt->parser.callbacks->escape)(seq, len, vt->parser.cbdata)) in do_escape()
75 if(vt->parser.callbacks && vt->parser.callbacks->osc) in string_fragment()
76 (*vt->parser.callbacks->osc)(vt->parser.v.osc.command, frag, vt->parser.cbdata); in string_fragment()
80 if(len && vt->parser.callbacks && vt->parser.callbacks->dcs) in string_fragment()
328 if(vt->parser.callbacks && vt->parser.callbacks->text) in vterm_input_write()
[all …]
H A Dscreen.c156 if(screen->callbacks && screen->callbacks->damage) in damagerect()
224 if(screen->callbacks && screen->callbacks->sb_pushline && in moverect_internal()
263 if(screen->callbacks && screen->callbacks->moverect) { in moverect_user()
410 if(screen->callbacks && screen->callbacks->movecursor) in movecursor()
483 if(screen->callbacks && screen->callbacks->settermprop) in settermprop()
493 if(screen->callbacks && screen->callbacks->bell) in bell()
540 screen->callbacks && screen->callbacks->sb_popline) { in resize_buffer()
638 if(screen->callbacks && screen->callbacks->resize) in resize()
723 screen->callbacks = NULL; in screen_new()
916 screen->callbacks = callbacks; in vterm_screen_set_callbacks()
[all …]
H A Dstate.c26 if(state->callbacks && state->callbacks->putglyph) in putglyph()
41 if(state->callbacks && state->callbacks->movecursor) in updatecursor()
57 if(state->callbacks && state->callbacks->erase) in erase()
154 if(state->callbacks && state->callbacks->scrollrect) in scroll()
478 if(state->callbacks && state->callbacks->bell) in on_control()
732 if(state->callbacks && state->callbacks->movecursor) in on_escape()
1838 if(state->callbacks && state->callbacks->resize) in on_resize()
1929 if(state->callbacks && state->callbacks->initpen) in vterm_state_reset()
1987 state->callbacks = callbacks; in vterm_state_set_callbacks()
1990 if(state->callbacks && state->callbacks->initpen) in vterm_state_set_callbacks()
[all …]
H A Dvterm.c55 vt->parser.callbacks = NULL; in vterm_new_with_allocator()
122 if(vt->parser.callbacks && vt->parser.callbacks->resize) in vterm_set_size()
123 (*vt->parser.callbacks->resize)(rows, cols, vt->parser.cbdata); in vterm_set_size()
H A Dvterm_internal.h65 const VTermStateCallbacks *callbacks; member
208 const VTermParserCallbacks *callbacks; member
H A Dpen.c128 if(state->callbacks && state->callbacks->setpenattr) in setpenattr()
129 (*state->callbacks->setpenattr)(attr, val, state->cbdata); in setpenattr()
/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h381 void vterm_parser_set_callbacks(VTerm *vt, const VTermParserCallbacks *callbacks, void *user);
426 void vterm_state_set_callbacks(VTermState *state, const VTermStateCallbacks *callbacks, void *user…
514 void vterm_screen_set_callbacks(VTermScreen *screen, const VTermScreenCallbacks *callbacks, void *…
/vim-8.2.3635/src/testdir/
H A Dtest_sound.vim59 " code with multiple callbacks in the callback list.
/vim-8.2.3635/runtime/syntax/
H A Duil.vim15 syn keyword uilType arguments callbacks color
/vim-8.2.3635/runtime/doc/
H A Dchannel.txt149 For all callbacks: Use |function()| to bind it to arguments
161 < Vim will invoke callbacks that handle data before invoking
163 be passed to the callbacks. However, if a callback causes Vim
214 All readahead is discarded, callbacks will no longer be invoked.
218 messages to read or callbacks to invoke.
903 Job object results in "fail" and none of the callbacks will be
1088 Note that data can be buffered, callbacks may still be
1118 Existing callbacks and other settings remain.
H A Dvim9.txt216 most useful in callbacks where you don't need it, but do need to give an
1543 invoke callbacks and handle timeouts and errors.
H A Dpopup.txt243 Close callbacks are not invoked.
H A Dmbyte.txt846 insertion. The client registers callbacks invoked by the input method
H A Dautocmd.txt1057 messages and invoking callbacks. This may be
H A Deval.txt2783 listener_flush([{buf}]) none invoke listener callbacks
7495 Invoke listener callbacks for buffer {buf}. If there are no
7496 pending changes then no callbacks are invoked.
10700 current state. Mostly useful in callbacks that want to do
10707 messages and callbacks).
11632 Stop all timers. The timer callbacks will no longer be
H A Dusr_41.txt875 listener_flush() invoke listener callbacks
H A Dversion8.txt91 especially useful for callbacks on channels and timers. E.g., for the timer
8041 Solution: Make a list of pending callbacks.
8661 Problem: X11 GUI callbacks don't specify the part of the channel.
11065 callbacks. On Windows the close callback is not called.
11066 Solution: First invoke out/err callbacks before the close callback.
12464 Problem: Reference counting for callbacks isn't right.
14327 callbacks forever. (Ozaki Kiichi)
27954 screen. Also avoid invoking callbacks while redrawing.
34025 Invoke the callbacks before redrawing.
34686 Problem: Listener callbacks may be called recursively.
[all …]
H A Dtodo.txt1296 Add timestamp to queued messages and callbacks with ID, remove after a
H A Dversion5.txt2390 Added 'p' flag in 'guioptions': Install callbacks for enter/leave window
H A Doptions.txt3936 'p' Use Pointer callbacks for X11 GUI. This is required for some
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim30 " Gdb is run as a job with callbacks for I/O.
/vim-8.2.3635/src/po/
H A Dca.po242 msgstr "E917: No es poden utilitzar callbacks amb %s()"