about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-29 22:06:54 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-29 22:06:54 -0800
commitfa52f129fb5a0e352499b2ebba5eb89d9dd4227b (patch)
tree09c3efe0453bad73a3e639e279b01e56ff7f685c
parentcc757ffc4cc52630a6342a01a39fa9ad54eff7fc (diff)
downloadteliva-fa52f129fb5a0e352499b2ebba5eb89d9dd4227b.tar.gz
.
-rw-r--r--src/lcurses/window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lcurses/window.c b/src/lcurses/window.c
index f066183..60d6830 100644
--- a/src/lcurses/window.c
+++ b/src/lcurses/window.c
@@ -520,7 +520,6 @@ Fetch the absolute top-left coordinates of a window.
 @function getbegyx
 @treturn int y coordinate of top line
 @treturn int x coordinate of left column
-@treturn bool `true`, if successful
 @see getbegyx(3x)
 */
 static int
@@ -540,7 +539,6 @@ Fetch the absolute bottom-right coordinates of a window.
 @function getmaxyx
 @treturn int y coordinate of bottom line
 @treturn int x coordinate of right column
-@treturn bool `true`, if successful
 @see getmaxyx(3x)
 */
 static int