mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
ed7782ad8b
Submitted by: Simon Barner <barner@in.tum.de>
14 lines
300 B
C
14 lines
300 B
C
--- Xw/Base.c.orig Wed Jul 23 03:56:03 2003
|
|
+++ Xw/Base.c Wed Jul 23 03:56:43 2003
|
|
@@ -89,8 +89,8 @@
|
|
* default translation table
|
|
*/
|
|
static char defaultTranslations [] = "\
|
|
-<FocusIn>: focus(in)
|
|
-<FocusOut>: focus(out)
|
|
+<FocusIn>: focus(in)\n\
|
|
+<FocusOut>: focus(out)\n\
|
|
<Key>Tab: tab()";
|
|
|
|
/*
|