summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67b6473)
raw | patch | inline | side by side (parent: 67b6473)
author | Kalle Wallin <kaw@linux.se> | |
Wed, 14 Apr 2004 19:00:51 +0000 (19:00 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Wed, 14 Apr 2004 19:00:51 +0000 (19:00 +0000) |
main.c | patch | blob | history |
index 6d4bd345ed2ccd1498f140a04a745031f154bcce..cfa1151d996410ecdfd765031edddf103c45aae7 100644 (file)
--- a/main.c
+++ b/main.c
options = options_init();
/* read configuration */
- read_rc_file(NULL, options);
+ read_configuration(options);
+
+ /* check key bindings */
+ if( check_key_bindings() )
+ {
+ fprintf(stderr, "Confusing key bindings - exiting!\n");
+ exit(EXIT_FAILURE);
+ }
/* parse command line options */
options_parse(argc, argv);