Skip to content

line ( d n ** s ) libyaro reference

YaroKasear edited this page Dec 18, 2015 · 3 revisions

d - Object to prefer line character settings from (Usually me @).
n - Length of line in characters.
s - Line generated.

Creates a line of n characters in length, using lib-yaro's configuration framework to determine what character to use to construct the line. This is used by various boxToolkit calls in lib-yaro. Default line character is "-".

The setting for this is stored in the prop "_config/line" or you can get it by calling getConfig with "line" or call line with a length of 1.

EXAMPLE:

me @ 80 line

This will give you an 80-character line. You can use notify or tell or otell do show the line. This is usually used to put the bottoms on boxes.

--------------------------------------------------------------------------------