aboutsummaryrefslogtreecommitdiff
path: root/doc/12_Compiling.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-10-17 13:07:18 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-10-17 13:07:18 -0400
commit39ee8c120e62331c2d31846a18086efd059f5709 (patch)
tree64a2d66f93f43281eacd65b21cb0868e99542852 /doc/12_Compiling.md
parent28b1bccb2ed38faacfcc77674081db207c32cf89 (diff)
downloadtextadept-39ee8c120e62331c2d31846a18086efd059f5709.tar.gz
textadept-39ee8c120e62331c2d31846a18086efd059f5709.zip
Updated manual.
Diffstat (limited to 'doc/12_Compiling.md')
-rw-r--r--doc/12_Compiling.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/12_Compiling.md b/doc/12_Compiling.md
index c6481176..b134c411 100644
--- a/doc/12_Compiling.md
+++ b/doc/12_Compiling.md
@@ -155,14 +155,14 @@ non-Lua, libraries.
### Notes on CDK
-[CDK][] is a library of ncurses widgets. Textadept includes a stripped down
-version of this library. The following source files have been removed:
-`alphalist.c`, `calendar.c`, `cdk_compat.{c,h}`, `cdk_test.h`, `dialog.c`,
-`{d,f}scale.{c,h}`, `fslider.{c,h}`, `gen-{scale,slider}.{c,h}`, `get_index.c`,
-`get_string.c`, `graph.c`, `histogram.c`, `marquee.c`, `matrix.c`,
-`popup_dialog.c`, `radio.c`, `scale.{c,h}`, `selection.c`, `slider.{c,h}`,
-`swindow.c`, `template.c`, `u{scale,slider}.{c,h}`, `view_{file,info}.c`, and
-`viewer.c`.
+[CDK][] is a library of ncurses widgets. The terminal version of Textadept
+includes a stripped down version of this library. The following source files
+were removed from CDK: `alphalist.c`, `calendar.c`, `cdk_compat.{c,h}`,
+`cdk_test.h`, `dialog.c`, `{d,f}scale.{c,h}`, `fslider.{c,h}`,
+`gen-{scale,slider}.{c,h}`, `get_index.c`, `get_string.c`, `graph.c`,
+`histogram.c`, `marquee.c`, `matrix.c`, `popup_dialog.c`, `radio.c`,
+`scale.{c,h}`, `selection.c`, `slider.{c,h}`, `swindow.c`, `template.c`,
+`u{scale,slider}.{c,h}`, `view_{file,info}.c`, and `viewer.c`.
`cdk.h` has been modified to not `#include` "matrix.h", "viewer.h", and any
headers labeled "Generated headers" due to their machine-dependence.