]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - interactive.c
Merge branch 'refs/heads/t/gui-improvements'
[paraslash.git] / interactive.c
index cab8d9033ba6c817f01e858a7d4ef4946a36e3a7..ce48af329e45c31961a0a39dbba3b975d67ec207 100644 (file)
@@ -413,10 +413,6 @@ static void update_winsize(void)
        i9ep->empty_line[i9ep->num_columns] = '\0';
 }
 
-/**
- * Defined key sequences are mapped to keys starting with this offset. I.e.
- * pressing the first defined key sequence yields the key number \p KEY_OFFSET.
- */
 static int dispatch_key(__a_unused int count, __a_unused int key)
 {
        int i, ret;
@@ -483,7 +479,6 @@ int i9e_open(struct i9e_client_info *ici, struct sched *s)
        if (ici->producer) {
                rl_callback_handler_install("", i9e_line_handler);
                i9e_attach_to_stdout(ici->producer);
-               rl_set_keymap(i9ep->bare_km);
        } else
                rl_callback_handler_install(i9ep->ici->prompt, i9e_line_handler);
        return 1;