Home
last modified time | relevance | path

Searched refs:screen (Results 1 – 25 of 109) sorted by relevance

12345

/dragonfly/contrib/file/magic/Magdir/
H A Dterminfo34 # platform, SystemV screen dumps do not. They came later, and that detail was
39 0 beshort 0433 SVr2 curses screen image, big-endian
40 0 beshort 0434 SVr3 curses screen image, big-endian
41 0 beshort 0435 SVr4 curses screen image, big-endian
43 0 leshort 0433 SVr2 curses screen image, little-endian
44 0 leshort 0434 SVr3 curses screen image, little-endian
45 0 leshort 0435 SVr4 curses screen image, little-endian
55 >7 regex \^BG=[0-9]+,[0-9]+, Solaris xcurses screen image
57 # ncurses5 (and before) did not use a magic number, making screen dumps "data".
59 0 string \210\210\210\210ncurses ncurses6 screen image
[all …]
H A Dspectrum16 >>16 belong 0x001B0040 (screen)
33 >>>>14 belong 0x001B0040 (screen)
/dragonfly/contrib/ncurses/misc/
H A Dmagic63 # platform, SystemV screen dumps do not. They came later, and that detail was
68 0 beshort 0433 SVr2 curses screen image, big-endian
69 0 beshort 0434 SVr3 curses screen image, big-endian
70 0 beshort 0435 SVr4 curses screen image, big-endian
72 0 leshort 0433 SVr2 curses screen image, little-endian
73 0 leshort 0434 SVr3 curses screen image, little-endian
74 0 leshort 0435 SVr4 curses screen image, little-endian
84 >7 regex \^BG=[0-9]+,[0-9]+, Solaris xcurses screen image
86 # ncurses5 (and before) did not use a magic number, making screen dumps "data".
88 0 string \210\210\210\210ncurses ncurses6 screen image
[all …]
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Duse_screen.c39 use_screen(SCREEN *screen, NCURSES_SCREEN_CB func, void *data) in NCURSES_EXPORT()
46 (void *) screen, in NCURSES_EXPORT()
56 set_term(screen); in NCURSES_EXPORT()
58 code = func(screen, data); in NCURSES_EXPORT()
/dragonfly/games/hunt/hunt/
H A Ddisplay.c26 char screen[SCREEN_HEIGHT][SCREEN_WIDTH2]; variable
122 memcpy(&screen[cur_row][cur_col], blanks, SCREEN_WIDTH - cur_col); in display_clear_eol()
137 screen[cur_row][cur_col] = ch; in display_put_ch()
175 memcpy(screen[i], blanks, SCREEN_WIDTH); in display_clear_the_screen()
230 return screen[y][x]; in display_atyx()
244 fwrite(screen[i], sizeof (char), SCREEN_WIDTH, stdout); in display_redraw_screen()
248 fwrite(screen[SCREEN_HEIGHT - 1], sizeof (char), SCREEN_WIDTH - 1, in display_redraw_screen()
/dragonfly/usr.bin/mail/
H A Dcmd1.c49 static int screen; variable
60 screen = (n-1)/size; in headers()
61 if (screen < 0) in headers()
62 screen = 0; in headers()
63 mp = &message[screen * size]; in headers()
98 s = screen; in scroll()
107 screen = s; in scroll()
115 screen = s; in scroll()
/dragonfly/games/hunt/
H A DREADME.protocol192 The client must move its cursor to the absolute screen
193 location y, x, where y=0 is the top of the screen and
194 x=0 is the left of the screen.
196 Refresh screen 242 (REFRESH)
200 This indicates to the client that a burst of screen
225 The client should also refresh the screen.
230 Clear screen 195 (CLEAR)
234 The client must erase all characters from the screen
237 Redraw screen 210 (REDRAW)
241 The client should attempt to re-draw its screen.
[all …]
/dragonfly/games/larn/
H A Ddisplay.c272 char screen[MAXX][MAXY], d_flag; /* template for the screen */ variable
293 screen[j][i] = ' '; in drawscreen()
295 screen[j][i] = monstnamelist[l]; in drawscreen()
297 screen[j][i] = '#'; in drawscreen()
299 screen[j][i] = ' '; in drawscreen()
303 while ((j < d_xmax) && (screen[j][i] == ' ')) in drawscreen()
310 while ((screen[m][i] == ' ') && (m > d_xmin)) in drawscreen()
320 if (screen[l][i] != ' ') in drawscreen()
323 while (j <= m && screen[j][i] == ' ') in drawscreen()
328 lprc(screen[j++][i]); in drawscreen()
H A Dmovem.c178 smm: screen[m][k] = 127; in movemt()
185 screen[m][k] = 0; in movemt()
189 screen[playerx][playery] = 1; in movemt()
202 if (screen[m][k] == tmp) in movemt()
205 if (screen[xtmp = m + diroffx[z]][ytmp = k + diroffy[z]] == 0) in movemt()
206 screen[xtmp][ytmp] = tmp + 1; in movemt()
214 if (screen[xl = i + diroffx[z]][yl = j + diroffy[z]] == tmp) in movemt()
/dragonfly/games/atc/
H A Dextern.c56 C_SCREEN screen, *sp = &screen; variable
/dragonfly/contrib/less/
H A DNEWS84 * Status column (-J) shows off-screen matches.
204 * With -F, if screen is resized to make file fit on one screen, don't exit.
269 * Fix regression: make screen repaint when "squished" and
275 Don't count lines in initial screen if using -X with -F.
297 * Redraw screen on SIGWINCH even if screen size doesn't change.
307 * Don't count lines in initial screen if using -X with -F.
556 string is scrolled off screen because -S is in effect.
620 * Don't move to bottom of screen on first page.
856 the first screen.
942 * On Windows, now restores the console screen on exit.
[all …]
/dragonfly/games/battlestar/
H A Dfly.c52 static void screen(void);
80 screen(); in visual()
178 screen(void) in screen() function
/dragonfly/share/terminfo/
H A DMakefile.entries1759 s/screen \
1760 s/screen+fkeys \
1769 s/screen-bce \
1777 s/screen-s \
1778 s/screen-w \
1779 s/screen.Eterm \
1780 s/screen.gnome \
1782 s/screen.linux \
1784 s/screen.mrxvt \
1785 s/screen.rxvt \
[all …]
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_freeall.c82 if (p->screen != SP_PARM) in NCURSES_EXPORT()
90 if (q->screen != SP_PARM) in NCURSES_EXPORT()
/dragonfly/test/interbench/
H A Dreadme.interactivity17 or video without any dropouts, or drag a gui window across the screen and have
18 it render smoothly across the screen without jerks .
/dragonfly/contrib/ee/
H A Dee.i18n.guide6 support since two byte characters also take up two columns on the screen,
7 thereby simplifying the screen position calculations. Other multibyte
27 35 - 56 help screen
81 106 error message indicating the menu won't fit on the screen
97 146 - 153 help screen entries for emacs key bindings info
109 menus because menu contents won't fit vertically on screen)
H A DREADME.ee30 terminal-based screen oriented editor that requires no instruction to
36 remember commands. An information window at the top of the screen shows
61 on the screen, and should have arrow keys that send unique sequences
76 applications to use to handle screen output. Unfortunately, curses
80 it will get the information on the screen painted correctly more often
/dragonfly/nrelease/gui/root/.irssi/
H A Dconfig105 # of the screen or at the bottom of the screen. window statusbars are at
106 # the top/bottom of each split window in screen.
/dragonfly/bin/mined/
H A Dmined1.c986 screen [out_count++] = c; in write_char()
1084 printf("%.*s", out_count, screen); in flush_buffer()
1089 if (write(fd, screen, out_count) != out_count) { in flush_buffer()
1268 char screen[SCREEN_SIZE]; /* Output buffer for "writes" and "reads" */ variable
1426 if ((read_chars = read(fd, screen, SCREEN_SIZE)) <= 0) in get_line()
1428 last = &screen[read_chars]; in get_line()
1429 cur_pos = screen; in get_line()
/dragonfly/contrib/ncurses/include/
H A DCaps235 prtr_silent mc5i bool 5i - - ----- printer will not echo on screen
265 lines lines num li - - YBCGE number of lines on screen or page
271 num_labels nlab num Nl - - ----- number of labels on screen
277 max_colors colors num Co - - ----- maximum number of colors on screen
332 clr_eos ed str cd - - YBCGE clear to end of screen (P*)
382 key_clear kclr str kC KEY_CLEAR 0515 -B-G-* clear-screen or erase key
389 key_eos ked str kS KEY_EOS 0516 -B-G-* clear-to-end-of-screen key
443 print_screen mc0 str ps - - -B-G-* print contents of screen
854 # the screen. Then enter data normally. When the screen fills up, any
903 # scroll_left OTsl1 str Sl - - ----- scroll screen leftward
[all …]
H A Dnc_panel.h67 struct screen; /* Forward declaration */
/dragonfly/games/tetris/
H A DMakefile4 SRCS= input.c screen.c shapes.c scores.c tetris.c
/dragonfly/games/rogue/
H A DCHANGES37 The '&' command silently saves your screen into the file 'rogue.screen'
/dragonfly/usr.bin/window/
H A Dwindowrc37 # Create two unequal sized windows of full screen width,
52 # The top one is the rest of the screen.
/dragonfly/contrib/dialog/
H A DREADME12 on the same screen (multi-widget), etc. were added. New widget are
30 screen... I don't know if with newer versions of libgpm it's possible.

12345