Gnome terminal and restoring Swap/DEL Backspace on startup
- From: Mike Bond <mike bond template com>
- To: gnome-list gnome org
- Subject: Gnome terminal and restoring Swap/DEL Backspace on startup
- Date: Thu, 4 Feb 1999 09:24:34 -0500
I sent this out yesterday, but didn't see it show up from the list, if someone
else saw it, I apologize for reposting... This fixes not properly picking up
the Swap/DEL Backspace preference in the terminal:
Index: gnome-terminal.c
===================================================================
RCS file: /cvs/gnome/gnome-core/gnome-terminal/gnome-terminal.c,v
retrieving revision 1.101
diff -u -r1.101 gnome-terminal.c
--- gnome-terminal.c 1999/02/04 01:23:56 1.101
+++ gnome-terminal.c 1999/02/04 14:19:45
@@ -1560,6 +1560,7 @@
zvt_term_set_blink (term, cfg->blink);
zvt_term_set_scroll_on_keystroke (term, cfg->scroll_key);
zvt_term_set_scroll_on_output (term, cfg->scroll_out);
+ zvt_term_set_del_key_swap (term, cfg->swap_keys);
gtk_signal_connect (GTK_OBJECT (term), "child_died",
GTK_SIGNAL_FUNC (terminal_kill), term);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]