Searched refs:screen (Results 1 – 25 of 72) sorted by relevance
123
| /buildroot/package/screen/ |
| A D | 0002-Do-not-create-backup-of-old-installed-binary.patch | 21 @@ -83,12 +83,9 @@ screen: $(OFILES) 24 install_bin: .version screen installdirs 27 $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN) 29 # This doesn't work if $(bindir)/screen is a symlink 30 …(DESTDIR)$(bindir)/screen ] && [ ! -f $(DESTDIR)$(bindir)/screen.old ]; then mv $(DESTDIR)$(bindir… 31 rm -f $(DESTDIR)$(bindir)/screen 32 (cd $(DESTDIR)$(bindir) && ln -f -s $(SCREEN) screen) 37 rm -f $(DESTDIR)$(bindir)/screen 38 - -mv $(DESTDIR)$(bindir)/screen.old $(DESTDIR)$(bindir)/screen
|
| A D | screen.hash | 2 # https://ftp.gnu.org/gnu/screen/screen-4.9.1.tar.gz.sig 3 sha256 26cef3e3c42571c0d484ad6faf110c5c15091fbf872b06fa7aa4766c7405ac69 screen-4.9.1.tar.gz
|
| A D | 0004-Support-overriding-SCREEN-to-get-a-non-versioned-bin.patch | 6 If a packager runs "make install SCREEN=screen", do not create 7 "screen" as a symlink to itself. 20 @@ -86,9 +86,11 @@ install_bin: .version screen installdirs 21 $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN) 24 +ifneq (${SCREEN},screen) 25 # This doesn't work if $(bindir)/screen is a symlink 26 rm -f $(DESTDIR)$(bindir)/screen 27 (cd $(DESTDIR)$(bindir) && ln -f -s $(SCREEN) screen)
|
| A D | 0003-Change-binary-permission-flags-even-if-chown-fails.patch | 20 @@ -84,7 +84,8 @@ screen: $(OFILES) 22 install_bin: .version screen installdirs 23 $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN) 27 # This doesn't work if $(bindir)/screen is a symlink 28 rm -f $(DESTDIR)$(bindir)/screen 29 (cd $(DESTDIR)$(bindir) && ln -f -s $(SCREEN) screen)
|
| A D | Config.in | 2 bool "screen" 7 Screen is a full-screen window manager that multiplexes a 15 http://www.gnu.org/software/screen/
|
| A D | screen.mk | 8 SCREEN_SITE = $(BR2_GNU_MIRROR)/screen 12 SCREEN_SELINUX_MODULES = screen 17 SCREEN_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) SCREEN=screen install_bin
|
| A D | 0005-Renamed-sched.h-to-eventqueue.h.patch | 16 screen.h | 2 +- 24 diff --git a/screen.h b/screen.h 26 --- a/screen.h 27 +++ b/screen.h
|
| A D | 0007-comm.h-needed-for-list_-display-generic-.o.patch | 25 @@ -349,7 +349,7 @@ layout.o: layout.h viewport.h canvas.h layout.c config.h screen.h os.h osdef.h a 26 viewport.o: layout.h viewport.h canvas.h viewport.c config.h screen.h os.h osdef.h ansi.h acls.h \ 29 -list_generic.o: list_generic.h list_generic.c layer.h screen.h osdef.h 30 -list_display.o: list_generic.h list_display.c layer.h screen.h osdef.h 31 +list_generic.o: list_generic.h list_generic.c layer.h screen.h osdef.h comm.h 32 +list_display.o: list_generic.h list_display.c layer.h screen.h osdef.h comm.h 33 list_window.o: list_generic.h list_window.c window.h layer.h screen.h osdef.h comm.h
|
| /buildroot/package/x11r7/xfont_font-screen-cyrillic/ |
| A D | Config.in | 2 bool "font-screen-cyrillic"
|
| A D | xfont_font-screen-cyrillic.hash | 2 sha256 8f758bb8cd580c7e655487d1d0db69d319acae54d932b295d96d9d9b83fde5c0 font-screen-cyrillic-1.0.…
|
| /buildroot/package/ratpoison/ |
| A D | Config.in | 13 The screen can be split into non-overlapping frames. All 15 advantage of your precious screen real estate.
|
| /buildroot/package/x11r7/xapp_xrefresh/ |
| A D | Config.in | 5 refresh all or part of an X screen
|
| /buildroot/package/x11r7/xapp_beforelight/ |
| A D | Config.in | 8 screen saver
|
| /buildroot/package/mc/ |
| A D | mc.mk | 36 MC_CONF_OPTS += --with-screen=slang 39 MC_CONF_OPTS += --with-screen=ncurses
|
| /buildroot/package/xscreensaver/ |
| A D | Config.in | 22 XScreenSaver is the standard screen saver collection shipped 27 large collection of screen savers; and it is also the 28 framework for blanking and locking the screen.
|
| /buildroot/package/x11r7/xdriver_xf86-input-tslib/ |
| A D | Config.in | 6 Touch screen library input driver
|
| /buildroot/package/psplash/ |
| A D | psplash-start.service | 2 Description=Starts Psplash Boot screen
|
| /buildroot/package/cantarell/ |
| A D | Config.in | 5 sans serif designed for on-screen reading.
|
| /buildroot/package/python-pudb/ |
| A D | Config.in | 10 A full-screen, console-based Python debugger.
|
| /buildroot/package/xvkbd/ |
| A D | Config.in | 14 on-screen keyboard for X
|
| /buildroot/package/unclutter-xfixes/ |
| A D | Config.in | 9 Remove idle cursor image from screen.
|
| /buildroot/package/flutter-packages/flutter-adaptive-scaffold-example/ |
| A D | Config.in | 5 screen elements and renders your Flutter application
|
| /buildroot/package/lynx/ |
| A D | lynx.mk | 29 LYNX_CONF_OPTS += --with-screen=ncurses$(if $(BR2_PACKAGE_NCURSES_WCHAR),w) 32 LYNX_CONF_OPTS += --with-screen=slang
|
| /buildroot/package/dtach/ |
| A D | Config.in | 6 screen, allowing you to run a program in an environment that
|
| /buildroot/package/rubix/ |
| A D | 0002-misc-fixes.patch | 59 diff -Nrup rubix-1.0.5/screen.c rubix-1.0.5-avr32/screen.c 60 --- rubix-1.0.5/screen.c 2004-04-26 04:26:05.000000000 -0400 61 +++ rubix-1.0.5-avr32/screen.c 2008-02-29 12:39:51.000000000 -0500 95 - fprintf(stderr, "screen depth not supported (only 8, 16 and 24bpp (which means 32bpp too) hand… 97 + fprintf(stderr, "screen depth not supported (only 8, 15, 16 and 24bpp (which means 32bpp too) …
|
Completed in 37 milliseconds
123