about summary refs log tree commit diff stats
path: root/011run.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-16 18:54:12 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-16 18:54:12 -0700
commite403d15732e62fc9f1940ef14dc3b46bb11f5201 (patch)
tree81e8d387fe26be18f986fece6766c69c8ad57a2e /011run.cc
parent797c93e054d210a6d595f0b57fd3d9adb9669d8c (diff)
downloadmu-e403d15732e62fc9f1940ef14dc3b46bb11f5201.tar.gz
6794 - cleaner interface for keyboard
So far I've been assuming that read-key only works for ascii, and that
I'd need to get more sophisticated both for multi-byte utf-8 and multi-byte
terminal escape codes like arrow keys. Rather to my surprise, both work
fine. We just need to adjust the types to reflect this fact.
Diffstat (limited to '011run.cc')
0 files changed, 0 insertions, 0 deletions
ts' href='/danisanti/profani-tty/commit/tests/xmpp/mock_xmpp.h?id=a2c0dab4741b8a9455e4bba1802d593a8458d882'>a2c0dab4 ^
6d6bc67d ^


3d7d070b ^

af51fa3c ^
92b85bb7 ^
d2662a6f ^
af51fa3c ^
a8ecbccc ^
d2662a6f ^
a8ecbccc ^
c0037608 ^

dd1ee18c ^


a578419d ^


bcafba2d ^


11c04d9f ^


00a475cf ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47