about summary refs log tree commit diff stats
path: root/arc/edit.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-29 01:00:30 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-29 01:00:30 -0800
commitafb467ea0270c59f9fdcad9fe5303d0ed526177c (patch)
treea8254143010d612908b9b4cc534bf4ab1da199a7 /arc/edit.arc.t
parentc9b98c21ffea7a2e48e10e01b80dabad42641e57 (diff)
downloadmu-afb467ea0270c59f9fdcad9fe5303d0ed526177c.tar.gz
2606 - handle cycles inside stash
The idea is that to-text-line should truncate blindly past some
threshold, even if to-text isn't smart enough to avoid infinite loops.

Maybe I should define a 'truncating buffer' which stops once it fills
up. That would be an easy way to eliminate all infinite loops in
to-text-line.
Diffstat (limited to 'arc/edit.arc.t')
0 files changed, 0 insertions, 0 deletions
com> 2012-02-06 22:29:05 +0000 Moved incoming display message' href='/danisanti/profani-tty/commit/log.c?id=bbb0fbed4ffe472ef8672acad538cee597bf7e4f'>bbb0fbed ^
4d190a9c ^





bbb0fbed ^
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