Project

General

Profile

Actions

Cline » History » Revision 4

« Previous | Revision 4/20 (diff) | Next »
Per Amundsen, 02/09/2014 03:27 PM


Added in 1.9.3

/cline [-hlmr] [c] <@name> <N>

Changes the color of the Nth line to color [c].

If [c] is not defined, the line will be reset to default color.

Switches

-h - TODO
-l - TODO
-m - TODO
-r - TODO

Parameters

[c] - Optional line color.
<@name> - Custom window name.
<N> - Line number to color.

Example

alias example {
  ;Open a new custom window.
  /window @test

  ;Add a 'Hello World' line to the custom window.
  /aline @test Hello World

  ;Change the color of the first line to red (4)
  /cline 4 @test 1
}

Updated by Per Amundsen about 10 years ago · 4 revisions

Also available in: PDF HTML TXT