Project

General

Profile

Actions

Cline » History » Revision 9

« Previous | Revision 9/20 (diff) | Next »
Per Amundsen, 08/10/2015 09:03 AM


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 - Highlights the window's button. (if window is not active)
-l - Apply to side listbox.
-m - TODO
-r - Reset an item in the listbox to default; [c] parm must be omitted

Parameters

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

Example

alias example {
  ; Open a custom window.
  /window @Example

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

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

Updated by Per Amundsen over 8 years ago · 9 revisions

Also available in: PDF HTML TXT