[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: po_mode for review.
There was a small error that prevented the mode from working
under X. I am attaching a diff to correct it.
Morten
--- po.sl.org Sun Jan 19 20:42:35 2003
+++ po.sl Sun Jan 19 20:41:20 2003
@@ -1310,8 +1310,8 @@
definekey ("decreasewin", "^[/", "po_comment"); % esc-alt -
if (NULL != getenv ("DISPLAY"))
{
- definekey ("enlargewin", "^[+", "po_edit");
- definekey ("decreasewin", "^[-", "po_edit");
+ definekey ("enlargewin", "^[+", "po_comment");
+ definekey ("decreasewin", "^[-", "po_comment");
}
definekey ("end_edit_comment", "^I", "po_comment"); % tab
}