diff pwm.c @ 39:131c35592054

Allow keybinding customizations in ~/.teclarc
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Thu, 08 Aug 2019 22:48:09 +0200
parents 2a8298bafec2
children
line wrap: on
line diff
--- a/pwm.c	Thu Aug 08 16:23:44 2019 +0200
+++ b/pwm.c	Thu Aug 08 22:48:09 2019 +0200
@@ -126,6 +126,7 @@
 	if (gl == NULL) {
 		err(1, "new_GetLine");
 	}
+	gl_configure_getline(gl, NULL, NULL, "~/.teclarc");
 	gl_catch_blocked(gl);
 	gl_limit_history(gl, PWM_HISTORY_LINES_MAX);
 	/* disable default filename completion */