summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-11-07 20:50:29 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-11-07 20:50:29 (GMT)
commitd54feccb6cad2c9484874f9d8292f62e30794704 (patch)
treed64126a0b35a4134f21cf2d0941b2f3a0457b82d /macosx/README
parentf4142b4c6b835a726d90dc29535680296eee0132 (diff)
downloadtk-d54feccb6cad2c9484874f9d8292f62e30794704.zip
tk-d54feccb6cad2c9484874f9d8292f62e30794704.tar.gz
tk-d54feccb6cad2c9484874f9d8292f62e30794704.tar.bz2
Fix utterly minor formatting things in macosx/README
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/README b/macosx/README
index 963e8a6..c796396 100644
--- a/macosx/README
+++ b/macosx/README
@@ -423,7 +423,7 @@ The macOS Tk application does not call the [NSApp run] method at
all. Instead it uses the event loop built in to Tk. So the
application must take care to replicate the important features of the
method ourselves. The way that autorelease pools are handled is
-discussed in 4.3 below. Here we discuss the event handling itself.
+discussed in 4.2 below. Here we discuss the event handling itself.
The Tcl event loop simply consists of repeated calls to TclDoOneEvent.
Each call to TclDoOneEvent begins by collecting all pending events from
@@ -451,7 +451,7 @@ for each dirty rectangle of the NSView, and then adds the expose
event to the Tcl queue.
-4.3 Autorelease pools
+4.2 Autorelease pools
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In order to carry out the job of managing autorelease pools, which
@@ -485,7 +485,7 @@ called in these preliminary stages need to create and drain their own
NSAutoreleasePools whenever they call methods of Appkit objects
(e.g. NSFont).
-4.4 Clipping regions and "ghost windows"
+4.3 Clipping regions and "ghost windows"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Another unusual aspect of the macOS port is its use of clipping
@@ -558,7 +558,7 @@ subwindows. It involved some specific differences between the
low-level behavior of Apple's window manager versus those of the other
platforms, and the fix ultimately required changes in the generic Tk
implementation (documented in the comments in the DisplayText
-function.
+function).
The Text widget attempts to improve perfomance when scrolling by
minimizing the number of text lines which need to be redisplayed. It