summaryrefslogtreecommitdiff
path: root/sample-xzivi.fmt
diff options
context:
space:
mode:
authorerdgeist <>2003-05-22 08:29:51 +0000
committererdgeist <>2003-05-22 08:29:51 +0000
commita2d7525c96aab16b6f372fd66ec39c5e26a4f8bd (patch)
tree613d11cf73f2a924830a49ba1a18a63beb939ec3 /sample-xzivi.fmt
parent8d0390cb331ad04c45554db83f02eda7c30424ee (diff)
XZivis Formats
Diffstat (limited to 'sample-xzivi.fmt')
-rwxr-xr-xsample-xzivi.fmt68
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
33FS_PLAIN = "%s"
34FS_CHAN = "%s"
35FS_PRIV = "%s"
36FS_SERV = "%s"
37FS_GLOB = "^1%s"
38FS_ERR = "^1%s"
39FS_DBG = "%s"
40FS_IDLE = "^1^b%s^B"
41FS_TIME = "^4[%H:%M]^0 "
42FS_TOPICW = "Channel %d: %s"
43FS_NOTOPICW = "Channel %d has no topic"
44FS_CONSOLE = "%s@%s:%d"
45FS_CONNECTED = "# Connected to %s:%d ..."
46FS_TOPIC = "# Channel %d topic is: ^6%s"
47FS_NOTOPIC = "# Channel %d has no topic"
48FS_CHGTOPIC = "# ^b%s^B changes topic to: ^6%s"
49FS_USONLINE = "# Users online: %s"
50FS_USMATCH = "# Users matching \"%s\":%s"
51FS_SIGNON = "# ^6^b%s^B %s"
52FS_SIGNOFF = "# ^6^b%s^B %s"
53FS_JOIN = "# ^6^b%s^B %s ^0%d"
54FS_LEAVE = "# ^6^b%s^B %s ^0%d"
55FS_NICKCHANGE = "# ^6^b%s %s^B %s"
56FS_RXPUBURL = "^0[^6^b%s^B^0] %s"
57FS_MYPUBURL = "^0[^6^b%s^B^0] %s"
58FS_RXPUBMSG = "^0<^6%s^0> %s"
59FS_MYPUBMSG = "^0<^6^b^u%s^U^B^0> %s"
60FS_TXPUBMSG = "^0<^6^b%s^B^0> %s"
61FS_RXPRIVMSG = "^0<- ^6^b^u%s^U^B^0 %s"
62FS_TXPRIVMSG = "^0-> ^6%s^0 %s"
63FS_PUBACTION = "^6^b%s^B %s^0"
64FS_TXPUBACTION = "^6^b%s^B %s^0"
65FS_COMMAND = "%s"
66FS_LOCALCOMMAND = "%s"
67FS_SBINF = " [%d/%d] "
68FS_SBINF_SCROLL = " ^8[%d/%d]^0 "