diff options
| author | erdgeist <> | 2003-05-22 08:29:51 +0000 |
|---|---|---|
| committer | erdgeist <> | 2003-05-22 08:29:51 +0000 |
| commit | a2d7525c96aab16b6f372fd66ec39c5e26a4f8bd (patch) | |
| tree | 613d11cf73f2a924830a49ba1a18a63beb939ec3 /sample-xzivi.fmt | |
| parent | 8d0390cb331ad04c45554db83f02eda7c30424ee (diff) | |
XZivis Formats
Diffstat (limited to 'sample-xzivi.fmt')
| -rwxr-xr-x | sample-xzivi.fmt | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/sample-xzivi.fmt b/sample-xzivi.fmt new file mode 100755 index 0000000..f839366 --- /dev/null +++ b/sample-xzivi.fmt | |||
| @@ -0,0 +1,68 @@ | |||
| 1 | # !!! This file must be named ~/.vchat/formats in order to work !!! | ||
| 2 | |||
| 3 | # please be REALLY REALLY careful here | ||
| 4 | # the following lines will be used as | ||
| 5 | # format strings | ||
| 6 | |||
| 7 | # ^ introduces a style change: | ||
| 8 | # TODO: ^^ == '^' | ||
| 9 | |||
| 10 | # 0 - default colorpair for window | ||
| 11 | # 1 - colorpair 1 RED | ||
| 12 | # 2 - colorpair 2 GREEN | ||
| 13 | # 3 - colorpair 3 YELLOW | ||
| 14 | # 4 - colorpair 4 BLUE | ||
| 15 | # 5 - colorpair 5 MAGENTA | ||
| 16 | # 6 - colorpair 6 CYAN | ||
| 17 | # 7 - colorpair 7 WHITE | ||
| 18 | # 8 - colorpair 8 WHITE on RED | ||
| 19 | # 9 - colorpair 9 WHITE on BLUE | ||
| 20 | # aA - alternate charset on/off | ||
| 21 | # bB - bold on/off | ||
| 22 | # dD - dim on/off | ||
| 23 | # iI - invisible on/off | ||
| 24 | # lL - blink on/off | ||
| 25 | # nN - normal on/off | ||
| 26 | # pP - protected on/off | ||
| 27 | # rR - reverse on/off | ||
| 28 | # sS - standout on/off | ||
| 29 | # uU - underlined on/off | ||
| 30 | |||
| 31 | # xzivis colorset | ||
| 32 | |||
| 33 | FS_PLAIN = "%s" | ||
| 34 | FS_CHAN = "%s" | ||
| 35 | FS_PRIV = "%s" | ||
| 36 | FS_SERV = "%s" | ||
| 37 | FS_GLOB = "^1%s" | ||
| 38 | FS_ERR = "^1%s" | ||
| 39 | FS_DBG = "%s" | ||
| 40 | FS_IDLE = "^1^b%s^B" | ||
| 41 | FS_TIME = "^4[%H:%M]^0 " | ||
| 42 | FS_TOPICW = "Channel %d: %s" | ||
| 43 | FS_NOTOPICW = "Channel %d has no topic" | ||
| 44 | FS_CONSOLE = "%s@%s:%d" | ||
| 45 | FS_CONNECTED = "# Connected to %s:%d ..." | ||
| 46 | FS_TOPIC = "# Channel %d topic is: ^6%s" | ||
| 47 | FS_NOTOPIC = "# Channel %d has no topic" | ||
| 48 | FS_CHGTOPIC = "# ^b%s^B changes topic to: ^6%s" | ||
| 49 | FS_USONLINE = "# Users online: %s" | ||
| 50 | FS_USMATCH = "# Users matching \"%s\":%s" | ||
| 51 | FS_SIGNON = "# ^6^b%s^B %s" | ||
| 52 | FS_SIGNOFF = "# ^6^b%s^B %s" | ||
| 53 | FS_JOIN = "# ^6^b%s^B %s ^0%d" | ||
| 54 | FS_LEAVE = "# ^6^b%s^B %s ^0%d" | ||
| 55 | FS_NICKCHANGE = "# ^6^b%s %s^B %s" | ||
| 56 | FS_RXPUBURL = "^0[^6^b%s^B^0] %s" | ||
| 57 | FS_MYPUBURL = "^0[^6^b%s^B^0] %s" | ||
| 58 | FS_RXPUBMSG = "^0<^6%s^0> %s" | ||
| 59 | FS_MYPUBMSG = "^0<^6^b^u%s^U^B^0> %s" | ||
| 60 | FS_TXPUBMSG = "^0<^6^b%s^B^0> %s" | ||
| 61 | FS_RXPRIVMSG = "^0<- ^6^b^u%s^U^B^0 %s" | ||
| 62 | FS_TXPRIVMSG = "^0-> ^6%s^0 %s" | ||
| 63 | FS_PUBACTION = "^6^b%s^B %s^0" | ||
| 64 | FS_TXPUBACTION = "^6^b%s^B %s^0" | ||
| 65 | FS_COMMAND = "%s" | ||
| 66 | FS_LOCALCOMMAND = "%s" | ||
| 67 | FS_SBINF = " [%d/%d] " | ||
| 68 | FS_SBINF_SCROLL = " ^8[%d/%d]^0 " | ||
