Changeset c2c5c77 for owl.c


Ignore:
Timestamp:
Mar 28, 2007, 10:54:33 PM (17 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
7f33c18
Parents:
af9b92e
Message:
Adding 256-color support. This requires a version of ncurses that
supports ABI-6. Colors beyond the first eight are refered to by
number.

Perl now has the number of colors exposed to it by way of
  BarnOwl::getnumcolors()
and also has a mechanism for undefining filters using
  BarnOwl::_remove_filter([filter-name])

You can't remove the 'all' filter or the current filter.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    r72c210f rc2c5c77  
    331331  owl_function_debugmsg("startup: creating splash message");
    332332  strcpy(startupmsg, "-----------------------------------------------------------------------\n");
    333   sprintf(buff,      "Welcome to barnowl version %s.  Press 'h' for on-line help. \n", OWL_VERSION_STRING);
     333  sprintf(buff,      "Welcome to barnowl version %s.  Press 'h' for on-line help.            \n", OWL_VERSION_STRING);
    334334  strcat(startupmsg, buff);
    335335  strcat(startupmsg, "                                                                       \n");
    336   strcat(startupmsg, "This is a development build of barnowl. If you are using this  \n");
    337   strcat(startupmsg, "build regularly, please add yourself to barnowl-users@mit.edu      \n");
     336  strcat(startupmsg, "This is a development build of barnowl. If you are using this          \n");
     337  strcat(startupmsg, "build regularly, please add yourself to barnowl-users@mit.edu          \n");
    338338  strcat(startupmsg, "                                                                 ^ ^   \n");
    339339  strcat(startupmsg, "                                                                 OvO   \n");
Note: See TracChangeset for help on using the changeset viewer.