summary refs log tree commit diff stats
path: root/commands/account/next-folder.go
diff options
context:
space:
mode:
authorKevin Kuehler <keur@ocf.berkeley.edu>2019-05-25 02:06:15 -0700
committerDrew DeVault <sir@cmpwn.com>2019-06-01 11:09:14 -0400
commit3445b80d7a710edf72088d6faea1f640988b1766 (patch)
treeea8e4feca11d26b07a26e6331441baa0b9dd80ca /commands/account/next-folder.go
parent0bfb90baedbde0bb5a862e6a8fe9ec7e56d664e5 (diff)
downloadaerc-3445b80d7a710edf72088d6faea1f640988b1766.tar.gz
widgets/terminal: Don't segfault on resize
vterm.Write and vterm.SetSize race when the window resizes, which
causing the underlying library to segfault.

Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu>
Diffstat (limited to 'commands/account/next-folder.go')
0 files changed, 0 insertions, 0 deletions
t; 2024-12-27 08:08:29 -0500 committer elioat <elioat@tilde.institute> 2024-12-27 08:08:29 -0500 *' href='/elioat/tour/commit/html/rogue/js/hexGrid.js?id=ea50f9ee0875b9230174996af0f92922f747b974'>ea50f9e ^
4f1da58 ^
ea50f9e ^











4f1da58 ^
ea50f9e ^

a7fea5f ^
b1e55b1 ^






























ea50f9e ^

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