pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-01-16
2000-01-16 05:19:20 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
fe8fb3985ec3f055bcabe8481ab313dbfba06a16 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
minor bugfix
Rev: lib/master.pike.in:1.95
1:
/* -*- Pike -*- *
-
* $Id: master.pike.in,v 1.
94
2000/01/
11
19:
16:42
mast
Exp $
+
* $Id: master.pike.in,v 1.
95
2000/01/
16
05:
19:
20
hubbe
Exp $
* * Master-file for Pike. *
1459:
{ linewidth=_static_modules.files()->_stdin->tcgetattr()->columns; };
+
if(linewidth<10) linewidth=99999;
} if((arrayp(trace) && sizeof(trace)==2 && stringp(trace[0])) ||