<action key="OSSCKEY H" description="_(Delete previous char)" name="console-del-prev-char"/>
<action key="OSSCKEY K" description="_(Delete end of line)" name="console-del-end-line"/>
<action key="OSSCKEY U" description="_(Delete whole line)" name="console-del-whole-line"/>
- <action key="OSSCKEY ESCAPE" description="_(Delete whole line)" name="console-del-whole-line"/>
+ <action key="ESCAPE" description="_(Delete whole line)" name="console-del-whole-line"/>
<action key="OSSCKEY W" description="_(Delete last word)" name="console-del-last-word"/>
<action key="PAGE_UP" description="_(Previous console page)" name="console-prev-page"/>
<action key="PAGE_DOWN" description="_(Next console page)" name="console-next-page"/>
if (cur_pos != max_pos)
{
line = os_strdup(&cur_line[cur_pos]);
- line[(max_pos - cur_pos) + 1] = '\0';
}
else
{
// <-- INTERACTIVE TEST -->
// <-- TEST WITH CONSOLE -->
+// <-- LINUX ONLY -->
//
// <-- Non-regression test for bug 7568 -->
//
// <-- INTERACTIVE TEST -->
// <-- TEST WITH CONSOLE -->
+// <-- LINUX ONLY -->
//
// <-- Non-regression test for bug 7625 -->
//
// <-- Short Description -->
// It was not possible to preview LaTeX when it was a second LaTeX string.
-a=["$\frac\pi2$"; "$\int_0^\inftyf(x)\mathrm{d}x$"];
+a=["$\frac\pi2$"; "$\int_0^\infty f(x)\mathrm{d}x$"];
// Move the caret on the first and on the second LaTeX string
// The LaTeX preview should be active on the two strings.
\ No newline at end of file