about summary refs log tree commit diff stats
path: root/tangle
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-20 16:37:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-20 16:43:14 -0700
commit7d154c495ae4855d71f52ed00c725d22aa62f3da (patch)
treeaf60a2ce951a874b9261186563afcebdee6f0c43 /tangle
parent21531195d51b62408256b608da93dcf940e77a3c (diff)
downloadmu-7d154c495ae4855d71f52ed00c725d22aa62f3da.tar.gz
1605
More editor experiments.

a) I'm starting out with just a doubly linked list of characters as the
editor data structure. Haven't actually started using it yet.

b) Rather than provide a top-left-bottom-right bounding box up front, I
think I want to allow the bounding box to flow indefinitely down given
top, left and right. The old approach mimics traditional windowing
systems, while the new one mimics html flowing; I want a single
scrollbar for all my rendered elements within a single column.
Diffstat (limited to 'tangle')
0 files changed, 0 insertions, 0 deletions
9 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162