From 267c74b59a5f148bd28233f25bc794a3a4893e8e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 27 Jul 2021 22:37:32 -0700 Subject: shell: render image from pbm data stream --- translate_subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'translate_subx') diff --git a/translate_subx b/translate_subx index 2fc62671..391a9b43 100755 --- a/translate_subx +++ b/translate_subx @@ -55,7 +55,7 @@ then exit 1 fi -if [ `wc -l < labels` -gt 16384 ] # 0x4000 stream capacity in abort.subx +if [ `wc -l < labels` -gt 20480 ] # 0x5000 stream capacity in abort.subx then echo "abort will go into infinite regress" exit 1 -- cgit 1.4.1-2-gfad0 e52d2a9e'/> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/vimrc.vim
blob: 8f902777a66ea9e1da1f694b929b0c03755f8c81 (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98