From d134a83b7454911285101dee8d14b9a41671d850 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 2 May 2019 23:44:43 -0700 Subject: new primitives: append-byte, append-byte-hex These are variants of write-byte-buffered and print-byte-buffered respectively that operate on in-memory `stream`s rather than `buffered-file`s. They don't operate on files, so we'll avoid using the prefix 'write-'. --- subx/apps/assort | Bin 21401 -> 21771 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'subx/apps/assort') diff --git a/subx/apps/assort b/subx/apps/assort index ba20910f..b5961b66 100755 Binary files a/subx/apps/assort and b/subx/apps/assort differ -- cgit 1.4.1-2-gfad0 d8a2'/> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/themes/original_bright
blob: 8f073610dafbf12ffe5e7b6ee89a071f0e4b9ff2 (plain) (blame)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79