Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1352 → Rev 1353

/sved/trunk/sved.c
222,7 → 222,7
/* eol type */
{
const char *eoltype = "CRLF";
if (db->lfonly) eoltype = "LF";
if (db->lfonly) eoltype += 2;
mdr_cout_str(screenh - 1, helpcol - 6, eoltype, SCHEME_STBAR1, 5);
}
 
941,6 → 941,8
db->modflag = '*';
db->lfonly ^= 1;
uidirty.statusbar = 1;
uidirty.from = 0;
uidirty.to = 0;
 
} else if (k == 0x174) { /* CTRL+ArrRight - jump to next word */
/* if currently cursor is on a non-space, then fast-forward to nearest space or EOL */