about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-07-11 10:38:56 -0400
committerJosh Rickmar <jrick@devio.us>2012-07-11 10:38:56 -0400
commit1b1ab5fa1804dacc43140fc95f85452cefdb5db6 (patch)
treeb3419120bd66f4cd4f84236b1b7701ea87f4ab92 /xombrero.h
parent77296e1725d6e3e7d6006a447678908e9b0eb601 (diff)
downloadxombrero-1b1ab5fa1804dacc43140fc95f85452cefdb5db6.tar.gz
Remove xterm_workaround as this has been fixed upstream, and make y
and p work with CLIPBOARD in addition to PRIMARY.  Yanking copies to
both, and pasting tries PRIMARY first, and if empty, reads from
CLIPBOARD.  This should make y/p/P work on windows.
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xombrero.h b/xombrero.h
index bcd20cb..c91443d 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -632,7 +632,6 @@ int		command_mode(struct tab *, struct karg *);
 #define XT_DS_GUESS_SEARCH	(0)
 #define XT_DS_ENABLE_SPELL_CHECKING	(0)
 #define XT_DS_SPELL_CHECK_LANGUAGES	("en_US")
-#define XT_DS_XTERM_WORKAROUND	(0)
 #define XT_DS_URL_REGEX		("^[[:blank:]]*[^[:blank:]]*([[:alnum:]-]+\\.)+[[:alnum:]-][^[:blank:]]*[[:blank:]]*$")
 #define XT_DS_ENCODING		("UTF-8")
 #define XT_DS_AUTOFOCUS_ONLOAD	(0)
@@ -803,7 +802,6 @@ extern gint	max_connections;
 extern gint	max_host_connections;
 extern gint	enable_spell_checking;
 extern char	*spell_check_languages;
-extern int	xterm_workaround;
 extern char	*url_regex;
 extern int	history_autosave;
 extern char	search_file[PATH_MAX];