Work on sidebar width user-customization.

This commit is contained in:
Frederic Culot
2010-03-20 13:29:47 +00:00
parent a8cb1c92ef
commit ec36b96848
6 changed files with 123 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: calcurse.c,v 1.87 2010/03/20 10:54:42 culot Exp $ */
/* $calcurse: calcurse.c,v 1.88 2010/03/20 13:29:47 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -279,6 +279,10 @@ main (int argc, char **argv)
case 'k':
custom_keys_config ();
break;
case 's':
case 'S':
custom_sidebar_config ();
break;
}
wins_reset ();
wins_update ();