Added character code from cursor position to editor status bar

This commit is contained in:
Ianos Gnatiuc
2005-12-20 23:10:09 +00:00
parent d8f5f91e8c
commit 4736f8718e
10 changed files with 23 additions and 19 deletions

View File

@@ -2628,7 +2628,8 @@ void IEclass::statusline() {
} while(EDIT->Comment.Next());
}
update_statuslinef(LNG->EditStatus, 1+thisrow, 1+col, _buf);
uint chr = currline->txt[col];
update_statuslinef(LNG->EditStatus, 1+thisrow, 1+col, chr, _buf);
if(*_buf and CFG->switches.get(beepcomment)) {
HandleGEvent(EVTT_EDITCOMMENT);
}