aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-02-13 19:44:37 +0000
committerFrederic Culot <calcurse@culot.org>2008-02-13 19:44:37 +0000
commitfe5621c5472a65e0900f57ae2da61eab4b1469fd (patch)
treecdd513a85d7918f908edbc1e5171e0ebcd88e7e1 /src/vars.h
parent45199e1df924a4ffb3a481caea79891318e15c62 (diff)
downloadcalcurse-fe5621c5472a65e0900f57ae2da61eab4b1469fd.tar.gz
calcurse-fe5621c5472a65e0900f57ae2da61eab4b1469fd.zip
manpage updated
NOTESIZ shortened to be 6 characters long, as only 6 'X' are used in the glibc version of mkstemp(3). bugfix: wrong calculated len in wins_launch_external(), which lead to erroneus note file name
Diffstat (limited to 'src/vars.h')
-rwxr-xr-xsrc/vars.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vars.h b/src/vars.h
index 3cedf83..515c710 100755
--- a/src/vars.h
+++ b/src/vars.h
@@ -1,4 +1,4 @@
-/* $calcurse: vars.h,v 1.19 2007/12/30 16:27:59 culot Exp $ */
+/* $calcurse: vars.h,v 1.20 2008/02/13 19:44:37 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -53,7 +53,7 @@
#define WEEKINDAYS 7
#define STATUSHEIGHT 2
-#define NOTESIZ 10
+#define NOTESIZ 6
struct pad_s {
int width;