--- src/terminal-screen.c.orig Sat Nov 4 22:20:56 2006 +++ src/terminal-screen.c Sat Nov 4 22:26:38 2006 @@ -279,7 +279,7 @@ screen->priv->term = terminal_widget_new (); screen->priv->font_scale = PANGO_SCALE_MEDIUM; - +/* #define USERCHARS "-A-Za-z0-9" #define PASSCHARS "-A-Za-z0-9,?;.:/!%$^*&~\"#'" #define HOSTCHARS "-A-Za-z0-9" @@ -305,7 +305,7 @@ terminal_widget_match_add (screen->priv->term, "[[:<:]]news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+" "@[" HOSTCHARS ".]+(:[0-9]+)?[[:>:]]", FLAVOR_AS_IS); - +*/ terminal_screen_setup_dnd (screen); g_object_set_data (G_OBJECT (screen->priv->term), @@ -581,7 +581,7 @@ terminal_widget_set_scrollback_lines (term, terminal_profile_get_scrollback_lines (profile)); - +/* if (terminal_profile_get_use_skey (screen->priv->profile)) { terminal_widget_skey_match_add (screen->priv->term, @@ -595,7 +595,7 @@ else { terminal_widget_skey_match_remove (screen->priv->term); - } + } */ bg_type = terminal_profile_get_background_type (profile); if (bg_type == TERMINAL_BACKGROUND_IMAGE)