Changeset ef56a67 for variable.c


Ignore:
Timestamp:
Jun 22, 2003, 9:38:21 AM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
f1cbb7a
Parents:
3723f31
Message:
added the 'show view' command.
removed the style variable
 A style is now part of a view, the view command has been revamped
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    r73624b4 ref56a67  
    201201  OWLVAR_STRING_FULL( "tty" /* %OwlVarStub */, "", "tty name for zephyr location", "",
    202202                      NULL, owl_variable_tty_set, NULL),
    203 
    204   OWLVAR_STRING_FULL( "style" /* %OwlVarStub */, "default", "name of the current formatting style",
    205                       "This sets the current message formatting style. Possbile\n"
    206                       "values include 'default' 'basic' 'oneline' and if\n"
    207                       "available, 'perl'\n",
    208                       NULL, owl_variable_style_set, NULL),
    209203
    210204  OWLVAR_STRING( "default_style" /* %OwlVarStub */, "default",
Note: See TracChangeset for help on using the changeset viewer.