aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/wind.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-04-01 21:28:43 +0000
committerrsc <devnull@localhost>2006-04-01 21:28:43 +0000
commit96e0eb83dd041525e43858d9ec3d75c5507b0384 (patch)
treed8b61f8476062ec9ad1f608c007d1a9ca1a060a4 /src/cmd/9term/wind.c
parentcbeb0b26e4c7caa8d1b47de791a7418dc20a4567 (diff)
downloadplan9port-96e0eb83dd041525e43858d9ec3d75c5507b0384.tar.gz
plan9port-96e0eb83dd041525e43858d9ec3d75c5507b0384.tar.bz2
plan9port-96e0eb83dd041525e43858d9ec3d75c5507b0384.zip
more matching (eq)
Diffstat (limited to 'src/cmd/9term/wind.c')
-rw-r--r--src/cmd/9term/wind.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/cmd/9term/wind.c b/src/cmd/9term/wind.c
index 577fe27d..573c0a88 100644
--- a/src/cmd/9term/wind.c
+++ b/src/cmd/9term/wind.c
@@ -1315,8 +1315,18 @@ wsetpid(Window *w, int pid, int dolabel)
}
}
-static Rune left1[] = { '{', '[', '(', '<', 0xAB, 0 };
-static Rune right1[] = { '}', ']', ')', '>', 0xBB, 0 };
+static Rune left1[] = {
+ '{', '[', '(', '<', 0xAB,
+ 0x207d, 0x2329, 0x27e6, 0x27e8, 0x27ea,
+ 0xfe59, 0xfe5b, 0xfe5d, 0xff08, 0xff3b, 0xff5b,
+ 0
+};
+static Rune right1[] = {
+ '}', ']', ')', '>', 0xBB,
+ 0x207e, 0x232a, 0x27e7, 0x27e9, 0x27eb,
+ 0xfe5a, 0xfe5c, 0xfe5e, 0xff09, 0xff3d, 0xff5d,
+ 0
+};
static Rune left2[] = { '\n', 0 };
static Rune left3[] = { '\'', '"', '`', 0 };