source: freewrt/package/screen/Config.in

freewrt_2_0
Last change on this file was ccfaf15, checked in by Thorsten Glaser <tg@…>, 19 years ago

Apply patch from PR#83 by pylon@…:

| ncurses is a dependency for screen, which is currently not in screen's
| Config.in
|
| Furthermore in package/Makefile package-$(FWRT_PACKAGE_LIBNCURSES)
| needs to be added, so that a binpkg will be built.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@629 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 351 bytes
Line 
1config FWRT_PACKAGE_SCREEN
2 prompt "screen............................ Full-screen terminal window manager"
3 tristate
4 default n
5 select FWRT_PACKAGE_LIBNCURSES
6 help
7 Screen is a full-screen window manager that multiplexes a physical
8 terminal between several processes, typically interactive shells.
9
10 http://www.gnu.org/software/screen/
11
Note: See TracBrowser for help on using the repository browser.