summaryrefslogtreecommitdiff
path: root/console-tools/resize.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
| | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so
* find_stray_communal_vars: script which finds communal variablesDenis Vlasenko2007-06-031-6/+5
| | | | | resize: remove globals var mdev: remove globals var
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* resize: make it usable in in backticks; have a timeout (if displayDenis Vlasenko2007-03-121-8/+37
| | | | doesn't respond to 'get cursor pos' ESC sequence...)
* more: do not mess with "/dev/console" (!);Denis Vlasenko2007-03-101-3/+5
| | | | | | | fill whole 1st screen (was "screen sans one line"); fall back to cat if redirected or no ctty less: fall back to cat if no ctty (was exiting) resize: cosmetics
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* - revert r16191; re-add resize() applet.Bernhard Reutner-Fischer2006-10-251-0/+38
| | | | | | | text data bss dec hex filename 288 0 0 288 120 console-tools/_resize.o.gcc-2.95 258 0 0 258 102 console-tools/_resize.o.gcc-3.3 252 0 0 252 fc console-tools/_resize.o.gcc-3.4
* console-tools/resize.c is apparently leftover from a reverted patch.Eric Andersen2006-10-191-0/+0
| | | | | Since it is a 0 length file, it gets nuked by 'make distclean' so I suppose might as well kill it off properly.
* "I'll think about it" != "apply it now". It means I need to think about it.Rob Landley2006-09-221-38/+0
|
* - add new applet resize.Bernhard Reutner-Fischer2006-09-221-0/+38
text data bss dec hex filename 185 0 0 185 b9 console-tools/resize.o 255 0 0 255 ff console-tools/resize.o.print