* An application can change its working directory (chdir(2)), so say
  which working directory we mean.
* Acknowledge that `stdscr` is not always the same size as the terminal
  display's character-cell array.
---
 man/ncurses.3x | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/ncurses.3x b/man/ncurses.3x
index c58e7f31f..2c52857ec 100644
--- a/man/ncurses.3x
+++ b/man/ncurses.3x
@@ -174,7 +174,7 @@ .SH DESCRIPTION
 actions
 to a file called
 .I \%trace
-in the current directory.
+in the application's working directory at startup.
 See section \*(``ALTERNATE CONFIGURATIONS\*('' below.
 .SS "Application Structure"
 A
@@ -262,7 +262,7 @@ .SS Overview
 with the upper left corner as (0, 0).
 A window called
 .BR \%stdscr ,
-the same size as the terminal screen,
+by default the same size as the terminal screen,
 is always available.
 Create others with \fB\%newwin\fP(3X).
 .PP
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature

Reply via email to