X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fhtml%2Findex.html;h=50ec3abc5b40151d4698240d6130b64d58aeae3b;hp=6900ef374713d70cd456858b83772971270f95c2;hb=refs%2Ftags%2Fv4.2;hpb=3a9b6a3bf0269231bef7de74757a910dedd04e0c;ds=sidebyside diff --git a/Ada95/html/index.html b/Ada95/html/index.html index 6900ef37..50ec3abc 100644 --- a/Ada95/html/index.html +++ b/Ada95/html/index.html @@ -24,15 +24,15 @@ This binding comes AS IS with no warranty, implied or expressed.

General Remarks

  • Text_IO Most likely you will follow a mixed approach. Some features are easy to simulate, others will be hard if not impossible.
  • -
  • For menu items, the name and descriptions are internally copied by ncurses. -So the binding doesn't care for the lifetime of the strings passed to the -construction routine for items. This assumption is not true in most other implementations -of the menu library. In this case you have to modify the binding routine -New_Item to safestore the strings.
  • I'm quite sure I forgot something.