File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed 
docs/pages/advanced_topics Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ are two difficulties:
4242 a key press, and we have to wait for the rest to arrive.
4343
4444Both problems are implemented using state machines.
45+ 
4546- The UTF-8 problem is solved using `codecs.getincrementaldecoder `, which is an
4647 object in which we can feed the incoming bytes, and it will only return the
4748 complete UTF-8 characters that we have so far. The rest is buffered for the
@@ -102,6 +103,7 @@ Rendering the user interface
102103---------------------------- 
103104
104105The rendering is pretty complex for several reasons:
106+ 
105107- We have to compute the dimensions of all user interface elements. Sometimes
106108 they are given, but sometimes this requires calculating the size of
107109 :class: `~prompt_toolkit.layout.UIControl ` objects.
                         You can’t perform that action at this time. 
           
                  
0 commit comments