Loading of user-configurable keys implemented

This commit is contained in:
Frederic Culot
2008-11-09 20:10:18 +00:00
parent f845721828
commit e8f12c65ca
12 changed files with 321 additions and 117 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: vars.c,v 1.9 2008/09/20 12:47:06 culot Exp $ */
/* $calcurse: vars.c,v 1.10 2008/11/09 20:10:18 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -87,6 +87,7 @@ char path_todo[] = "";
char path_apts[] = "";
char path_conf[] = "";
char path_notes[] = "";
char path_keys[] = "";
/* Variable to handle pads. */
struct pad_s *apad;