diff options
Diffstat (limited to 'sample-oldstyle.fmt')
-rwxr-xr-x | sample-oldstyle.fmt | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/sample-oldstyle.fmt b/sample-oldstyle.fmt new file mode 100755 index 0000000..a1b0eb5 --- /dev/null +++ b/sample-oldstyle.fmt | |||
@@ -0,0 +1,73 @@ | |||
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 | |||
32 | # Counts defaults: | ||
33 | |||
34 | FS_PLAIN = "^0%s" | ||
35 | FS_CHAN = "^0%s" | ||
36 | FS_PRIV = "^0%s" | ||
37 | FS_SERV = "^0%s" | ||
38 | FS_GLOB = "^0%s" | ||
39 | FS_DBG = "^0%s" | ||
40 | FS_ERR = "^0^b%s^B" | ||
41 | FS_IDLE = "^0^r%s^R" | ||
42 | FS_TIME = "^0%H:%M " | ||
43 | FS_TOPICW = "Channel %d: %s" | ||
44 | FS_NOTOPICW = "Channel %d has no topic" | ||
45 | FS_CONSOLE = "-=- VChat V0.1 -=- type .h for help -=-" | ||
46 | FS_CONNECTED = "^0* Connected to '%s', port %d ..." | ||
47 | FS_TOPIC = "^0* Channel %d topic is: '%s'" | ||
48 | FS_NOTOPIC = "^0* Channel %d has no topic" | ||
49 | FS_CHGTOPIC = "^0* %s changed the channel topic to '%s'" | ||
50 | FS_USONLINE = "^0* Users online: %s" | ||
51 | FS_USMATCH = "^0* Users matching \"%s\":%s" | ||
52 | FS_SIGNON = "^0* %s %s" | ||
53 | FS_SIGNOFF = "^0* %s %s" | ||
54 | FS_JOIN = "^0* %s %s %d" | ||
55 | FS_LEAVE = "^0* %s %s %d" | ||
56 | FS_NICKCHANGE = "^0* %s changed h** nick to %s" | ||
57 | FS_UNKNOWNMSG = "^0* unknown message: %s" | ||
58 | FS_BOGUSMSG = "^0* bogus message: %s" | ||
59 | FS_RXPUBURL = "^0[%s] %s" | ||
60 | FS_MYPUBURL = "^0[%s] %s" | ||
61 | FS_RXPUBMSG = "^0<%s> %s" | ||
62 | FS_MYPUBMSG = "^0<^u%s^U> %s" | ||
63 | FS_TXPUBMSG = "^0<%s> ^b%s^B" | ||
64 | FS_RXPRIVMSG = "^0*%s* %s" | ||
65 | FS_TXPRIVMSG = "^0^b.m %s %s^B" | ||
66 | FS_BGPRIVMSG = "^0* Bogus message, not sent." | ||
67 | FS_PUBACTION = "^0%s %s" | ||
68 | FS_TXPUBACTION = "^0^b.a %s %s^B" | ||
69 | FS_BGTXPUBACTION = "^1! No action taken." | ||
70 | FS_COMMAND = "^0* command: %s" | ||
71 | FS_LOCALCOMMAND = "^0* local command (not executed yet): %s" | ||
72 | FS_BOGUSCOMMAND = "^0* bogus command (not executed or sent): %s" | ||
73 | FS_SBINF = " %d/%d " | ||