X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhackguide.doc;h=ddd75210f7ef7d3baa0c5ed3d469f9d0c606ee51;hb=refs%2Ftags%2Fv5.6;hp=fbc8f0725ae68d73841999d6cc1cac631f91d34a;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;p=ncurses.git diff --git a/doc/hackguide.doc b/doc/hackguide.doc index fbc8f072..ddd75210 100644 --- a/doc/hackguide.doc +++ b/doc/hackguide.doc @@ -228,10 +228,6 @@ How to Design Extensions comments of hardscroll.c and hashmap.c; then try it out. You can also test the hardware-scrolling optimization separately with hardscroll. - There's one other interactive tester, tctest, that exercises - translation between termcap and terminfo formats. If you have a - serious need to run this, you probably belong on our development team! - A Tour of the Ncurses Library Library Overview @@ -401,7 +397,7 @@ The Engine Room transformations of curscr lines to newscr lines. Its main tool is the routine mvcur() in lib_mvcur.c. This routine does cursor-movement optimization, attempting to get from given screen location A to given - location B in the fewest output characters posible. + location B in the fewest output characters possible. If you want to work on screen optimizations, you should use the fact that (in the trace-enabled version of the library) enabling the