aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-04-05 21:09:51 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-04-05 21:09:51 -0400
commitce6262d946f17086d04737737442d3677b375be4 (patch)
treefa75e959b5f6bad9801cdd3b2a3c0373bf63c911 /doc
parent0a6a313f3be31e3767c04b894e202790ef32d52d (diff)
Initial support for Windows terminal via pdcurses.
Diffstat (limited to 'doc')
-rw-r--r--doc/12_Compiling.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/12_Compiling.md b/doc/12_Compiling.md
index 2c1e3ad4..e7fd8a58 100644
--- a/doc/12_Compiling.md
+++ b/doc/12_Compiling.md
@@ -171,10 +171,16 @@ made to CDK are as follows:
*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* does not `#include` "matrix.h", "viewer.h", and any headers labeled
- "Generated headers" due to their machine-dependence.
+ "Generated headers" due to their machine-dependence. It also `#define`s
+ `boolean` as `CDKboolean` on Windows platforms since the former is already
+ `typedef`ed.
* *cdk_config.h* no longer defines `HAVE_SETLOCALE` since Textadept handles
- locale settings and no longer defines `HAVE_NCURSES_H` and `NCURSES` since
- Textadept supports multiple curses implementations, not just ncurses.
+ locale settings, no longer defines `HAVE_NCURSES_H` and `NCURSES` since
+ Textadept supports multiple curses implementations (not just ncurses), and
+ conditionally enables `HAVE_GRP_H`, `HAVE_LSTAT`, and `HAVE_PWD_H` definitions
+ on \*nix platforms since Windows does not have them.
+* *cdk_util.h* `#define`s `Beep` as `CDKBeep` on Windows platforms since Beep is
+ already defined.
* The `deleteFileCB` routine in *fselect.c* has been deactivated.
[CDK]: http://invisible-island.net/cdk/