Home
last modified time | relevance | path

Searched refs:cursor_off (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/emulators/tnylpo/tnylpo-1.1.3/
H A Dscreen.c101 static int cursor_off = 0, old_cursor = 0; variable
167 if (cursor_off && old_cursor != ERR) curs_set(old_cursor); in reset_curses()
897 if (cursor_off) break; in crt_out()
898 cursor_off = 1; in crt_out()
906 if (! cursor_off) break; in crt_out()
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/tui/core/
H A Dinput.c69 tui->cursor_off = true; in page_up()
83 tui->cursor_off = true; in page_down()
87 tui->cursor_off = false; in page_down()
236 tui->cursor_off = false; in scroll_lock()
494 tui->cursor_off = false; in tui_input_event()
H A Ddispatch.c108 tui->cursor_off = true; in tick_cursor()
111 tui->cursor_off = tui->inact_timer > 1 ? !tui->cursor_off : false; in tick_cursor()
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/tui/core/
H A Dinput.c69 tui->cursor_off = true; in page_up()
83 tui->cursor_off = true; in page_down()
87 tui->cursor_off = false; in page_down()
236 tui->cursor_off = false; in scroll_lock()
494 tui->cursor_off = false; in tui_input_event()
H A Ddispatch.c108 tui->cursor_off = true; in tick_cursor()
111 tui->cursor_off = tui->inact_timer > 1 ? !tui->cursor_off : false; in tick_cursor()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/tui/core/
H A Dinput.c69 tui->cursor_off = true; in page_up()
83 tui->cursor_off = true; in page_down()
87 tui->cursor_off = false; in page_down()
236 tui->cursor_off = false; in scroll_lock()
494 tui->cursor_off = false; in tui_input_event()
H A Ddispatch.c108 tui->cursor_off = true; in tick_cursor()
111 tui->cursor_off = tui->inact_timer > 1 ? !tui->cursor_off : false; in tick_cursor()
/dports/x11/aclip/arcan-0.6.1/src/shmif/tui/core/
H A Dinput.c69 tui->cursor_off = true; in page_up()
83 tui->cursor_off = true; in page_down()
87 tui->cursor_off = false; in page_down()
236 tui->cursor_off = false; in scroll_lock()
494 tui->cursor_off = false; in tui_input_event()
H A Ddispatch.c108 tui->cursor_off = true; in tick_cursor()
111 tui->cursor_off = tui->inact_timer > 1 ? !tui->cursor_off : false; in tick_cursor()
/dports/games/klavaro/klavaro-3.11/src/
H A Dcursor.h40 gboolean cursor_off (gpointer data);
H A Dcursor.c180 cursor.id = g_timeout_add (TIME_CURSOR_ON, &cursor_off, NULL); in cursor_on()
191 cursor_off (gpointer data) in cursor_off() function
/dports/editors/ghex/ghex-3.41.1/src/
H A Dgtkhex.c474 gint cursor_off = 0; in render_hex_highlights() local
497 len = len - cursor_off; in render_hex_highlights()
500 cursor_off * gh->char_width, in render_hex_highlights()
508 if (cursor_off > 0) in render_hex_highlights()
512 cursor_off * gh->char_width, in render_hex_highlights()
564 gint cursor_off = 0; in render_ascii_highlights() local
582 cursor_off = start % gh->cpl; in render_ascii_highlights()
586 len = gh->cpl - cursor_off; in render_ascii_highlights()
589 cursor_off * gh->char_width, in render_ascii_highlights()
596 cursor_off = end % gh->cpl + 1; in render_ascii_highlights()
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/tui/
H A Dtui_int.h100 bool cursor_off; /* current blink state */ member
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/tui/
H A Dtui_int.h100 bool cursor_off; /* current blink state */ member
/dports/x11/aclip/arcan-0.6.1/src/shmif/tui/
H A Dtui_int.h100 bool cursor_off; /* current blink state */ member
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/tui/
H A Dtui_int.h100 bool cursor_off; /* current blink state */ member
/dports/news/mmail/mmail-0.52/interfac/
H A Dbasic.cc37 cursor_off(); in init()
192 void Win::cursor_off() in cursor_off() function in Win
468 cursor_off(); in getstring()
/dports/japanese/rogue_s/rogue_s/
H A Dinit.c43 char cursor_on[10], cursor_off[10]; variable
508 ep = cursor_off;
/dports/games/xnethack/xNetHack-xnh6.1/outdated/sys/amiga/
H A Dwinami.p44 void cursor_off(winid );
/dports/games/nethack33/nethack-3.3.1/sys/amiga/
H A Dwinami.p44 void FDECL(cursor_off, (winid ));
/dports/games/nethack33-nox11/nethack-3.3.1/sys/amiga/
H A Dwinami.p44 void FDECL(cursor_off, (winid ));
/dports/games/nethack34-nox11/nethack-3.4.3/sys/amiga/
H A Dwinami.p44 void FDECL(cursor_off, (winid ));
/dports/games/nethack34/nethack-3.4.3/sys/amiga/
H A Dwinami.p44 void FDECL(cursor_off, (winid ));
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/unsupported/amiga/
H A Dwinami.p44 void FDECL(cursor_off, (winid ));
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/amiga/
H A Dwinami.p44 void FDECL(cursor_off, (winid ));

12345678